public class SeriesRenderingHints extends java.lang.Object implements ISeriesRenderingHints
ANCILLARY_EMPTY, BASE_ANCILLARY_IN_SYNC, BASE_ANCILLARY_OUT_OF_SYNC, BASE_EMPTY, BASE_ORTHOGONAL_IN_SYNC, BASE_ORTHOGONAL_OUT_OF_SYNC, ORTHOGONAL_EMPTY, UNDEFINED
Modifier and Type | Method and Description |
---|---|
java.lang.Double[] |
asDoubleValues() |
double[] |
asPrimitiveDoubleValues() |
DataSetIterator |
getBaseDataSet() |
Bounds |
getClientAreaBounds(boolean bReduceByInsets)
Returns current client area bounds.
|
DataPointHints[] |
getDataPoints() |
int |
getDataSetStructure() |
DataSetIterator |
getOrthogonalDataSet() |
public final DataPointHints[] getDataPoints()
getDataPoints
in interface ISeriesRenderingHints
DataPointHints
public final java.lang.Double[] asDoubleValues() throws ChartException
ChartException
public final double[] asPrimitiveDoubleValues() throws ChartException
ChartException
public int getDataSetStructure()
getDataSetStructure
in interface ISeriesRenderingHints
ISeriesRenderingHints.BASE_ORTHOGONAL_IN_SYNC
ISeriesRenderingHints.BASE_ORTHOGONAL_OUT_OF_SYNC
ISeriesRenderingHints.BASE_ANCILLARY_IN_SYNC
ISeriesRenderingHints.BASE_ANCILLARY_OUT_OF_SYNC
ISeriesRenderingHints.BASE_EMPTY
ISeriesRenderingHints.ORTHOGONAL_EMPTY
ISeriesRenderingHints.ANCILLARY_EMPTY
ISeriesRenderingHints.UNDEFINED
public DataSetIterator getBaseDataSet()
getBaseDataSet
in interface ISeriesRenderingHints
public DataSetIterator getOrthogonalDataSet()
getOrthogonalDataSet
in interface ISeriesRenderingHints
public Bounds getClientAreaBounds(boolean bReduceByInsets)
ISeriesRenderingHints
getClientAreaBounds
in interface ISeriesRenderingHints
bReduceByInsets
- Specifies if reduce the insets.Copyright © 2005-2008 Actuate Corp. All rights reserved.