public interface ISeriesRenderingHints
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
DataSetIterator |
getBaseDataSet() |
Bounds |
getClientAreaBounds(boolean bReduceByInsets)
Returns current client area bounds.
|
DataPointHints[] |
getDataPoints() |
int |
getDataSetStructure() |
DataSetIterator |
getOrthogonalDataSet() |
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
int getDataSetStructure()
DataSetIterator getBaseDataSet()
DataSetIterator getOrthogonalDataSet()
Bounds getClientAreaBounds(boolean bReduceByInsets)
bReduceByInsets
- Specifies if reduce the insets.DataPointHints[] getDataPoints()
DataPointHints
Copyright © 2005-2008 Actuate Corp. All rights reserved.