org.eclipse.birt.chart.render
Interface ISeriesRenderingHints

All Known Subinterfaces:
ISeriesRenderingHints3D
All Known Implementing Classes:
SeriesRenderingHints, SeriesRenderingHints, SeriesRenderingHints3D

public interface ISeriesRenderingHints

ISeriesRenderingHints


Field Summary
static int ANCILLARY_EMPTY
           
static int BASE_ANCILLARY_IN_SYNC
           
static int BASE_ANCILLARY_OUT_OF_SYNC
           
static int BASE_EMPTY
           
static int BASE_ORTHOGONAL_IN_SYNC
           
static int BASE_ORTHOGONAL_OUT_OF_SYNC
           
static int ORTHOGONAL_EMPTY
           
static int UNDEFINED
           
 
Method Summary
 DataSetIterator getBaseDataSet()
           
 Bounds getClientAreaBounds(boolean bReduceByInsets)
           
 DataPointHints[] getDataPoints()
           
 int getDataSetStructure()
           
 DataSetIterator getOrthogonalDataSet()
           
 

Field Detail

UNDEFINED

public static final int UNDEFINED
See Also:
Constant Field Values

BASE_ORTHOGONAL_IN_SYNC

public static final int BASE_ORTHOGONAL_IN_SYNC
See Also:
Constant Field Values

BASE_ORTHOGONAL_OUT_OF_SYNC

public static final int BASE_ORTHOGONAL_OUT_OF_SYNC
See Also:
Constant Field Values

BASE_EMPTY

public static final int BASE_EMPTY
See Also:
Constant Field Values

ORTHOGONAL_EMPTY

public static final int ORTHOGONAL_EMPTY
See Also:
Constant Field Values

BASE_ANCILLARY_IN_SYNC

public static final int BASE_ANCILLARY_IN_SYNC
See Also:
Constant Field Values

BASE_ANCILLARY_OUT_OF_SYNC

public static final int BASE_ANCILLARY_OUT_OF_SYNC
See Also:
Constant Field Values

ANCILLARY_EMPTY

public static final int ANCILLARY_EMPTY
See Also:
Constant Field Values
Method Detail

getDataSetStructure

public int getDataSetStructure()
Returns:

getBaseDataSet

public DataSetIterator getBaseDataSet()
Returns:

getOrthogonalDataSet

public DataSetIterator getOrthogonalDataSet()
Returns:

getClientAreaBounds

public Bounds getClientAreaBounds(boolean bReduceByInsets)
Parameters:
bReduceByInsets -
Returns:

getDataPoints

public DataPointHints[] getDataPoints()
Returns:


Copyright © 2005 Actuate Corp. All rights reserved.