Class SeriesRenderingHints
java.lang.Object
org.eclipse.birt.chart.computation.withoutaxes.SeriesRenderingHints
- All Implemented Interfaces:
ISeriesRenderingHints
SeriesRenderingHints
-
Field Summary
Fields inherited from interface org.eclipse.birt.chart.render.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
-
Method Summary
Modifier and TypeMethodDescriptionfinal Double[]
final double[]
getClientAreaBounds
(boolean bReduceByInsets) Returns current client area bounds.final DataPointHints[]
int
-
Method Details
-
getDataPoints
- Specified by:
getDataPoints
in interfaceISeriesRenderingHints
- Returns:
- Returns all datapointhints for current rendering.
- See Also:
-
asDoubleValues
- Throws:
ChartException
-
asPrimitiveDoubleValues
- Throws:
ChartException
-
getDataSetStructure
public int getDataSetStructure()- Specified by:
getDataSetStructure
in interfaceISeriesRenderingHints
- Returns:
- Returns the dataset structure state of current series rendering
hints. The value could be one of these defined in this interface:
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
-
getBaseDataSet
- Specified by:
getBaseDataSet
in interfaceISeriesRenderingHints
- Returns:
- Returns the dataset bound to base series.
-
getOrthogonalDataSet
- Specified by:
getOrthogonalDataSet
in interfaceISeriesRenderingHints
- Returns:
- Returns the dataset bound to orthogonal series.
-
getClientAreaBounds
Description copied from interface:ISeriesRenderingHints
Returns current client area bounds.- Specified by:
getClientAreaBounds
in interfaceISeriesRenderingHints
- Parameters:
bReduceByInsets
- Specifies if reduce the insets.- Returns:
-