public abstract class CategoricalDataPointBase extends DataPoint
CartesianChartAreaModel
.Modifier and Type | Field and Description |
---|---|
CategoricalAxisPlotInfo |
categoricalPlot |
NumericalAxisPlotInfoBase |
numericalPlot |
desiredSize, isEmpty, isPositive
PROPERTY_CHANGED_MESSAGE, PROPERTY_CHANGING_MESSAGE, trackPropertyChanged, trackPropertyChanging
Constructor and Description |
---|
CategoricalDataPointBase() |
Modifier and Type | Method and Description |
---|---|
Object |
getCategory()
Gets the Object instance that describes the category of the point.
|
void |
setCategory(Object value)
Sets the Object instance that describes the category of the point.
|
getCenter, getCenterX, getCenterY, getDataItem, getIsSelected, getLabel, getTooltipTokens, getValueForAxis, setDataItem, setIsSelected, setLabel, setValueFromAxis
applyLayoutRounding, arrange, arrange, chartArea, clearValue, collectionIndex, getLayoutSlot, getNodeState, getParent, getPresenter, index, invalidate, isTreeLoaded, isVisible, load, setIsVisible, setParent, setValue
getTypedValue, getValue, isLocalValue
public NumericalAxisPlotInfoBase numericalPlot
public CategoricalAxisPlotInfo categoricalPlot
public Object getCategory()
public void setCategory(Object value)
value
- the new category object instance.