public class CartesianChartGridModel extends ChartGridModel
ChartElement.Predicate<T>
Modifier and Type | Field and Description |
---|---|
ArrayList<GridLine> |
xLines |
ArrayList<GridStripe> |
xStripes |
ArrayList<GridLine> |
yLines |
ArrayList<GridStripe> |
yStripes |
children
PROPERTY_CHANGED_MESSAGE, PROPERTY_CHANGING_MESSAGE, trackPropertyChanged, trackPropertyChanging
Constructor and Description |
---|
CartesianChartGridModel()
Creates a new instance of the
CartesianChartGridModel class. |
Modifier and Type | Method and Description |
---|---|
AxisModel |
getPrimaryAxis() |
AxisModel |
getSecondaryAxis() |
void |
setPrimaryAxis(AxisModel axis) |
void |
setSecondaryAxis(AxisModel axis) |
canAddChild, enumDescendants, enumDescendants, enumDescendants, findAncestor, findDescendant, getPresenter, isAncestorOf, setPresenter
applyLayoutRounding, arrange, arrange, chartArea, clearValue, collectionIndex, getLayoutSlot, getNodeState, getParent, index, invalidate, isTreeLoaded, isVisible, load, setIsVisible, setParent, setValue
getTypedValue, getValue, isLocalValue
public final ArrayList<GridStripe> xStripes
public final ArrayList<GridStripe> yStripes
public CartesianChartGridModel()
CartesianChartGridModel
class.