Methods' Details |
interpretDataSource
- Description
- Interprets the given data.
- 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.
the data passed in
InterpretedData::UnusedData may be used to be
added to existing DataSeries.
|
|
isDataCompatible
- Description
- parses the given data and states, if a
reinterpretDataSeries call can be done
without data loss.
if this method returns true, a call to
reinterpretDataSeries should leave the
InterpretedData::UnusedData list
untouched.
- 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
|
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.