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.Float() |
Axis.Float(boolean vertical) |
Axis.Float(boolean vertical,
float minValue,
float maxValue,
float markerStepSize) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel(int marker) |
void |
setMarkerStepSize(float markerStepSize) |
void |
setMaxValue(float maxValue) |
void |
setMinValue(float 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.Float()
public Axis.Float(boolean vertical)
public Axis.Float(boolean vertical, float minValue, float maxValue, float markerStepSize)
public java.lang.String getLabel(int marker)
getLabel
in class Axis
Axis.getLabel(int)
public void setMinValue(float minValue)
minValue
- the minValue to setpublic void setMaxValue(float maxValue)
maxValue
- the maxValue to setpublic void setMarkerStepSize(float markerStepSize)
markerStepSize
- the markerStepSize to set