|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
DataSetIterator |
getBaseDataSet()
|
Bounds |
getClientAreaBounds(boolean bReduceByInsets)
Returns current client area bounds. |
DataPointHints[] |
getDataPoints()
|
int |
getDataSetStructure()
|
DataSetIterator |
getOrthogonalDataSet()
|
Field Detail |
public static final int UNDEFINED
public static final int BASE_ORTHOGONAL_IN_SYNC
public static final int BASE_ORTHOGONAL_OUT_OF_SYNC
public static final int BASE_EMPTY
public static final int ORTHOGONAL_EMPTY
public static final int BASE_ANCILLARY_IN_SYNC
public static final int BASE_ANCILLARY_OUT_OF_SYNC
public static final int ANCILLARY_EMPTY
Method Detail |
public int getDataSetStructure()
public DataSetIterator getBaseDataSet()
public DataSetIterator getOrthogonalDataSet()
public Bounds getClientAreaBounds(boolean bReduceByInsets)
bReduceByInsets
- Specifies if reduce the insets.
public DataPointHints[] getDataPoints()
DataPointHints
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |