:: com :: sun :: star :: chart2 ::
|
unpublished |
interface XTransformation |
|
|
|
- Usage Restrictions
- not published
- Description
- allows the transformation of numeric values from one
coordinate-system into an other. Values may be transformed using
any mapping.
|
Methods' Summary |
transform |
transforms the given input data tuple, given in the source
coordinate system, according to the internal transformation
rules, into a tuple of transformed coordinates in the
destination coordinate system.
|
getSourceDimension |
the dimension of the input coordinate sequence that is to be
transformed by the transform method.
|
getTargetDimension |
the dimension of the output coordinate sequence that is the
result of the transform method.
|
Methods' Details |
transform
- Description
- transforms the given input data tuple, given in the source
coordinate system, according to the internal transformation
rules, into a tuple of transformed coordinates in the
destination coordinate system.
Note that both coordinate systems may have different
dimensions, e.g., if a transformation does simply a projection
into a lower-dimensional space.
- Parameter aValues
- a source tuple of data that is to be
transformed. The length of this sequence must be
equivalent to the dimension of the source coordinate
system.
- Returns
- the transformed data tuple. The length of this
sequence is equal to the dimension of the output
coordinate system.
- Throws
- ::com::sun::star::lang::IllegalArgumentException
if the dimension of the input vector is not equal to the
dimension given in getSourceDimension.
|
|
getSourceDimension
long |
getSourceDimension(); |
- Description
- the dimension of the input coordinate sequence that is to be
transformed by the transform method.
|
|
getTargetDimension
long |
getTargetDimension(); |
- Description
- the dimension of the output coordinate sequence that is the
result of the transform method.
|
|
Top of Page
Copyright © 2000, 2012 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.