Modifier and Type | Field and Description |
---|---|
static int |
ALL
The property change has no impact on other
ChartNode instances. |
static int |
INVALIDATE_ALL
The property change has no impact on other
ChartNode instances. |
static int |
INVALIDATE_ANNOTATIONS
The property change has no impact on other
ChartNode instances. |
static int |
INVALIDATE_AXES
The property change has no impact on other
ChartNode instances. |
static int |
INVALIDATE_AXES_AND_GRID
The property change has no impact on other
ChartNode instances. |
static int |
INVALIDATE_GRID
The property change has no impact on other
ChartNode instances. |
static int |
INVALIDATE_SERIES
The property change has no impact on other
ChartNode instances. |
static int |
NONE
The property change has no impact on other
ChartNode instances. |
static int |
RESET_ANNOTATIONS
The property change has no impact on other
ChartNode instances. |
static int |
RESET_AXES
The property change has no impact on other
ChartNode instances. |
Constructor and Description |
---|
ChartAreaInvalidateFlags() |
public static final int NONE
ChartNode
instances.public static final int RESET_AXES
ChartNode
instances.public static final int INVALIDATE_AXES
ChartNode
instances.public static final int INVALIDATE_SERIES
ChartNode
instances.public static final int INVALIDATE_GRID
ChartNode
instances.public static final int RESET_ANNOTATIONS
ChartNode
instances.public static final int INVALIDATE_ANNOTATIONS
ChartNode
instances.public static final int INVALIDATE_AXES_AND_GRID
ChartNode
instances.public static final int INVALIDATE_ALL
ChartNode
instances.public static final int ALL
ChartNode
instances.