|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISeriesRenderingHints
This interface defines the rendering hints required by series renderer.
| Field Summary | |
|---|---|
static int |
ANCILLARY_EMPTY
Indicates the ancillary dataset is empty. |
static int |
BASE_ANCILLARY_IN_SYNC
Indicates the base and ancillary datasets are synchronized. |
static int |
BASE_ANCILLARY_OUT_OF_SYNC
Indicates the base and ancillary datasets are out of sync. |
static int |
BASE_EMPTY
Indicates the base dataset is empty. |
static int |
BASE_ORTHOGONAL_IN_SYNC
Indicates the base and orthogonal datasets are synchronized. |
static int |
BASE_ORTHOGONAL_OUT_OF_SYNC
Indicates the base and orthogonal datasets are out of sync. |
static int |
ORTHOGONAL_EMPTY
Indicates the orthogonal dataset is empty. |
static int |
UNDEFINED
Indicates the state is unknown. |
| Method Summary | |
|---|---|
org.eclipse.birt.chart.computation.DataSetIterator |
getBaseDataSet()
|
Bounds |
getClientAreaBounds(boolean bReduceByInsets)
Returns current client area bounds. |
org.eclipse.birt.chart.computation.DataPointHints[] |
getDataPoints()
|
int |
getDataSetStructure()
|
org.eclipse.birt.chart.computation.DataSetIterator |
getOrthogonalDataSet()
|
| Field Detail |
|---|
static final int UNDEFINED
static final int BASE_ORTHOGONAL_IN_SYNC
static final int BASE_ORTHOGONAL_OUT_OF_SYNC
static final int BASE_EMPTY
static final int ORTHOGONAL_EMPTY
static final int BASE_ANCILLARY_IN_SYNC
static final int BASE_ANCILLARY_OUT_OF_SYNC
static final int ANCILLARY_EMPTY
| Method Detail |
|---|
int getDataSetStructure()
org.eclipse.birt.chart.computation.DataSetIterator getBaseDataSet()
org.eclipse.birt.chart.computation.DataSetIterator getOrthogonalDataSet()
Bounds getClientAreaBounds(boolean bReduceByInsets)
bReduceByInsets - Specifies if reduce the insets.
org.eclipse.birt.chart.computation.DataPointHints[] getDataPoints()
DataPointHints
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||