public abstract class IntervalAnnotation extends AxisAnnotation
Modifier and Type | Method and Description |
---|---|
double |
getEndValue()
Gets the end value.
|
double |
getStartValue()
Gets the start value.
|
void |
setEndValue(double value)
Sets the end value.
|
void |
setStartValue(double value)
Sets the start value.
|
equals, getLabel, getLabelAnchor, getLabelAngle, getLabelBackgroundPaint, getLabelFont, getLabelOffset, getLabelOffsetType, getLabelPaint, getLabelTextAnchor, getOutlinePaint, getOutlineStroke, getPaint, getRotationAnchor, getStroke, getToolTipText, getURL, hashCode, isLabelBackgroundVisible, isLabelClippingAllowed, isLabelVisible, setLabel, setLabelAnchor, setLabelAngle, setLabelBackgroundPaint, setLabelBackgroundVisible, setLabelClippingAllowed, setLabelFont, setLabelOffset, setLabelOffsetTyte, setLabelPaint, setLabelTextAnchor, setLabelVisible, setOutlinePaint, setOutlineStroke, setPaint, setRotationAnchor, setStroke, setToolTipText, setURL
public double getStartValue()
public void setStartValue(double value)
value
- the new start valuepublic double getEndValue()
public void setEndValue(double value)
value
- the new end value