Methods' Summary |
interpretDataSource |
Interprets the given data.
|
reinterpretDataSeries |
Re-interprets the data given in aInterpretedData
while keeping the number of data series and the categories.
|
isDataCompatible |
parses the given data and states, if a
reinterpretDataSeries() call can be done
without data loss.
|
mergeInterpretedData |
Try to reverse the operation done in
interpretDataSource().
|
Methods' Details |
interpretDataSource
- Description
- Interprets the given data.
- Parameter xSource
- the data source.
- Parameter aArguments
- Arguments that tell the template how to slice the given
range. The properties should be defined in a separate
service.
For standard parameters that may be used, see the
service StandardDiagramCreationParameters.
- Parameter aSeriesToReUse
- use all the data series given here for the result before
creating new ones.
|
|
reinterpretDataSeries
- Description
- Re-interprets the data given in
aInterpretedData
while keeping the number of data series and the categories.
|
|
isDataCompatible
- Description
- parses the given data and states, if a
reinterpretDataSeries() call can be done
without data loss.
- Returns
- `TRUE`, if the data given in
aInterpretedData has a similar structure than
the one required is used as output of the data interpreter.
|
|
mergeInterpretedData
- Description
- Try to reverse the operation done in
interpretDataSource().
In case aInterpretedData is the result of
interpretDataSource()( xSource ),
the result of this method should be xSource .
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.