public final 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| 构造器和说明 |
|---|
SeriesRenderingHints(PlotWith2DAxes _pwa,
double _dAxisLocation,
double _dPlotBaseLocation,
double _dZeroLocation,
double _dSeriesThickness,
AxisTickCoordinates _daTickCoordinates,
DataPointHints[] _dpa,
AutoScale _scBase,
AutoScale _scOrthogonal,
StackedSeriesLookup _ssl,
DataSetIterator _dsiBase,
DataSetIterator _dsiOrthogonal) |
| 限定符和类型 | 方法和说明 |
|---|---|
double |
getAxisLocation() |
DataSetIterator |
getBaseDataSet() |
Bounds |
getClientAreaBounds(boolean bReduceByInsets)
Returns client area bounds for current series.
|
DataPointHints[] |
getDataPoints() |
int |
getDataSetStructure() |
Label |
getLabelAttributes(Series se) |
Position |
getLabelPosition(Series se) |
double |
getLocationOnOrthogonal(java.lang.Object oValue) |
DataSetIterator |
getOrthogonalDataSet() |
AutoScale |
getOrthogonalScale()
Returns Orthogonal axis's AutoScale object.
|
double |
getPlotBaseLocation() |
double |
getSeriesThickness() |
StackedSeriesLookup |
getStackedSeriesLookup() |
AxisTickCoordinates |
getTickCoordinates() |
double |
getZeroLocation() |
boolean |
isCategoryScale() |
void |
setClientAreaBounds(Bounds bounds)
Set client area bounds for current series.
|
public SeriesRenderingHints(PlotWith2DAxes _pwa, double _dAxisLocation, double _dPlotBaseLocation, double _dZeroLocation, double _dSeriesThickness, AxisTickCoordinates _daTickCoordinates, DataPointHints[] _dpa, AutoScale _scBase, AutoScale _scOrthogonal, StackedSeriesLookup _ssl, DataSetIterator _dsiBase, DataSetIterator _dsiOrthogonal)
_dAxisLocation - _dZeroLocation - _daTickCoordinates - _dpa - public final double getAxisLocation()
public final double getZeroLocation()
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
forChartExceptionjava.lang.IllegalArgumentExceptionpublic final double getPlotBaseLocation()
public final double getSeriesThickness()
public final AxisTickCoordinates getTickCoordinates()
public final DataPointHints[] getDataPoints()
getDataPoints 在接口中 ISeriesRenderingHintsDataPointHintspublic final boolean isCategoryScale()
public final StackedSeriesLookup getStackedSeriesLookup()
public final Position getLabelPosition(Series se) throws ChartException, java.lang.IllegalArgumentException
se - ChartExceptionjava.lang.IllegalArgumentExceptionpublic final Label getLabelAttributes(Series se) throws java.lang.IllegalArgumentException
se - java.lang.IllegalArgumentExceptionpublic final Bounds getClientAreaBounds(boolean bReduceByInsets)
getClientAreaBounds 在接口中 ISeriesRenderingHintsbReduceByInsets - public final void setClientAreaBounds(Bounds bounds)
bounds - public int getDataSetStructure()
getDataSetStructure 在接口中 ISeriesRenderingHintsISeriesRenderingHints.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 在接口中 ISeriesRenderingHintspublic DataSetIterator getOrthogonalDataSet()
getOrthogonalDataSet 在接口中 ISeriesRenderingHintspublic AutoScale getOrthogonalScale()
Copyright © 2005-2008 Actuate Corp. All rights reserved.