public final class SeriesRenderingHints3D extends java.lang.Object implements ISeriesRenderingHints3D
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
Constructor and Description |
---|
SeriesRenderingHints3D(PlotWith3DAxes _pwa,
double _dXAxisLocation,
double _dZAxisLocation,
double _dPlotBaseLocation,
double _dPlotZeroLocation,
double _dPlotHeight,
AxisTickCoordinates _daXTickCoordinates,
AxisTickCoordinates _daZTickCoordinates,
DataPointHints[] _dpa,
AutoScale _scBase,
AutoScale _scOrthogonal,
AutoScale _scAncillary,
DataSetIterator _dsiBase,
DataSetIterator _dsiOrthogonal,
DataSetIterator _dsiAncillary) |
Modifier and Type | Method and Description |
---|---|
DataSetIterator |
getBaseDataSet() |
Bounds |
getClientAreaBounds(boolean bReduceByInsets)
Returns current client area bounds.
|
DataPointHints[] |
getDataPoints() |
int |
getDataSetStructure() |
Label |
getLabelAttributes(Series se) |
Position |
getLabelPosition(Series se) |
double |
getLocationOnOrthogonal(java.lang.Object oValue) |
DataSetIterator |
getOrthogonalDataSet() |
double |
getPlotBaseLocation() |
double |
getPlotHeight() |
double |
getPlotZeroLocation() |
DataSetIterator |
getSeriesDataSet()
Returns the dataset bound to Series.
|
double |
getXAxisLocation() |
AxisTickCoordinates |
getXTickCoordinates() |
double |
getZAxisLocation() |
AxisTickCoordinates |
getZTickCoordinates() |
boolean |
isXCategoryScale() |
boolean |
isZCategoryScale() |
public SeriesRenderingHints3D(PlotWith3DAxes _pwa, double _dXAxisLocation, double _dZAxisLocation, double _dPlotBaseLocation, double _dPlotZeroLocation, double _dPlotHeight, AxisTickCoordinates _daXTickCoordinates, AxisTickCoordinates _daZTickCoordinates, DataPointHints[] _dpa, AutoScale _scBase, AutoScale _scOrthogonal, AutoScale _scAncillary, DataSetIterator _dsiBase, DataSetIterator _dsiOrthogonal, DataSetIterator _dsiAncillary)
_pwa
- _dXAxisLocation
- _dZAxisLocation
- _dPlotBaseLocation
- _dPlotZeroLocation
- _daXTickCoordinates
- _daZTickCoordinates
- _dpa
- _scBase
- _scOrthogonal
- _scAncillary
- _dsiBase
- _dsiOrthogonal
- _dsiAncillary
- 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 DataSetIterator getSeriesDataSet()
ISeriesRenderingHints3D
getSeriesDataSet
in interface ISeriesRenderingHints3D
public final double getXAxisLocation()
public final double getZAxisLocation()
public final double getPlotZeroLocation()
public final double getLocationOnOrthogonal(java.lang.Object oValue) throws ChartException, java.lang.IllegalArgumentException
oValue
- The value for which a rendering co-ordinate is being requested
forChartException
java.lang.IllegalArgumentException
public final double getPlotBaseLocation()
public final double getPlotHeight()
public final AxisTickCoordinates getXTickCoordinates()
public final AxisTickCoordinates getZTickCoordinates()
public final DataPointHints[] getDataPoints()
getDataPoints
in interface ISeriesRenderingHints
DataPointHints
public final boolean isXCategoryScale()
public final boolean isZCategoryScale()
public final Position getLabelPosition(Series se) throws ChartException, java.lang.IllegalArgumentException
se
- ChartException
java.lang.IllegalArgumentException
public final Label getLabelAttributes(Series se) throws java.lang.IllegalArgumentException
se
- java.lang.IllegalArgumentException
public final Bounds getClientAreaBounds(boolean bReduceByInsets)
ISeriesRenderingHints
getClientAreaBounds
in interface ISeriesRenderingHints
bReduceByInsets
- Copyright © 2005-2008 Actuate Corp. All rights reserved.