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