:: com :: sun :: star :: chart2 ::
|
unpublished |
interface XCoordinateSystem |
|
|
|
- Usage Restrictions
- not published
|
Methods' Summary |
getDimension |
the dimension of the coordinate-system.
|
getCoordinateSystemType |
identifies the type of coordinate system (e.g. Cartesian, polar ...)
|
getViewServiceName |
return a service name from which the view component for this coordinate system can be created
|
setAxisByDimension |
The dimension says whether it is a x, y or z axis.
The index says whether it is a primary or a secondary axis.
Use nIndex == 0 for a primary axis.
|
getAxisByDimension |
The dimension says whether it is a x, y or z axis.
The index indicates whether it is a primary or a secondary axis or maybe more in future.
Use nIndex == 0 for a primary axis.
An empty Reference will be returned if the given nDimension and nIndex are in the valid range but no axis is set for those values.
An IndexOutOfBoundsException will be thrown if nDimension is lower than 0 or greater than the value returned by getDimension()
and/or if nIndex is lower 0 or greater than the value returned by getMaxAxisIndexByDimension(nDimension).
|
getMaximumAxisIndexByDimension |
In one dimension there could be several axes to enable main and secondary axis and maybe more in future.
This method returns the maximum index at which an axis exists for the given dimension.
It is allowed that some indexes in between do not have an axis.
/ |
Methods' Details |
getDimension
- Description
- the dimension of the coordinate-system.
|
|
getCoordinateSystemType
string |
getCoordinateSystemType(); |
- Description
- identifies the type of coordinate system (e.g. Cartesian, polar ...)
|
|
getViewServiceName
string |
getViewServiceName(); |
- Description
- return a service name from which the view component for this coordinate system can be created
|
|
setAxisByDimension
- Description
- The dimension says whether it is a x, y or z axis.
The index says whether it is a primary or a secondary axis.
Use nIndex == 0 for a primary axis.
|
|
getAxisByDimension
- Description
- The dimension says whether it is a x, y or z axis.
The index indicates whether it is a primary or a secondary axis or maybe more in future.
Use nIndex == 0 for a primary axis.
An empty Reference will be returned if the given nDimension and nIndex are in the valid range but no axis is set for those values.
An IndexOutOfBoundsException will be thrown if nDimension is lower than 0 or greater than the value returned by getDimension()
and/or if nIndex is lower 0 or greater than the value returned by getMaxAxisIndexByDimension(nDimension).
|
|
getMaximumAxisIndexByDimension
- Description
- In one dimension there could be several axes to enable main and secondary axis and maybe more in future.
This method returns the maximum index at which an axis exists for the given dimension.
It is allowed that some indexes in between do not have an axis.
/
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.