Axis.Double, Axis.Float, Axis.Integer
DEFAULT_AXIS_COLOR, DEFAULT_DUMMY_LABEL, DEFAULT_FONT, DEFAULT_LABEL_COLOR, DEFAULT_LABEL_TO_MARKER_DISTANCE, DEFAULT_LABEL_VERTICAL, DEFAULT_MARKER_COLOR, DEFAULT_MARKER_HEIGHT
Constructor and Description |
---|
Axis.Integer() |
Axis.Integer(boolean vertical) |
Axis.Integer(boolean vertical,
int minValue,
int maxValue,
int markerStepSize) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel(int marker) |
void |
setMarkerStepSize(int markerStepSize) |
void |
setMaxValue(int maxValue) |
void |
setMinValue(int minValue) |
getAxisColor, getDummyLabel, getLabelColor, getLabelFont, getLabelStepSize, getLabelToMarkerDistance, getMarkerColor, getMarkerCount, getMarkerHeight, getMarkerLocation, getMarkerStepSize, getMaxValue, getMinValue, getRange, getRequiredHeight, getRequiredWidth, isLabelVertical, isPaintLabels, isVertical, paint, setAxisColor, setDummyLabel, setLabelColor, setLabelFont, setLabelStepSize, setLabelToMarkerDistance, setLabelVertical, setMarkerColor, setMarkerHeight, setMarkerStepSize0, setMaxValue0, setMinValue0, setPaintLabels, translate, translate
public Axis.Integer()
public Axis.Integer(boolean vertical)
public Axis.Integer(boolean vertical, int minValue, int maxValue, int markerStepSize)
public java.lang.String getLabel(int marker)
getLabel
in class Axis
Axis.getLabel(int)
public void setMinValue(int minValue)
minValue
- the minValue to setpublic void setMaxValue(int maxValue)
maxValue
- the maxValue to setpublic void setMarkerStepSize(int markerStepSize)
markerStepSize
- the markerStepSize to set