public class MajorTickModel extends AxisTickModel
PROPERTY_CHANGED_MESSAGE, PROPERTY_CHANGING_MESSAGE, trackPropertyChanged, trackPropertyChanging
Constructor and Description |
---|
MajorTickModel(double value,
double normalizedValue,
int virtualIndex)
Creates an instance of the
MajorTickModel class. |
Modifier and Type | Method and Description |
---|---|
TickType |
getType()
When overridden, gets a value from the
TickType
enum determining the type of the axis. |
associatedLabel, getNextMajorTick, getNormalizedBackwardLength, getNormalizedForwardLength, normalizedValue, position, value, virtualIndex
applyLayoutRounding, arrange, arrange, chartArea, clearValue, collectionIndex, getLayoutSlot, getNodeState, getParent, getPresenter, index, invalidate, isTreeLoaded, isVisible, load, setIsVisible, setParent, setValue
getTypedValue, getValue, isLocalValue
public MajorTickModel(double value, double normalizedValue, int virtualIndex)
MajorTickModel
class.value
- the value to which the tick corresponds.normalizedValue
- the value in normalized form.virtualIndex
- the virtual index of the tick.public TickType getType()
AxisTickModel
TickType
enum determining the type of the axis.getType
in class AxisTickModel