Package pulse.ui.components
Class MovableValueMarker
- java.lang.Object
-
- org.jfree.chart.plot.Marker
-
- org.jfree.chart.plot.ValueMarker
-
- pulse.ui.components.MovableValueMarker
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class MovableValueMarker extends org.jfree.chart.plot.ValueMarker
- Author:
- Artem Lunev
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MovableValueMarker.State
-
Field Summary
Fields Modifier and Type Field Description static Stroke
IDLE_STROKE
static Stroke
SELECTED_STROKE
-
Constructor Summary
Constructors Constructor Description MovableValueMarker(double value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MovableValueMarker.State
getState()
void
setState(MovableValueMarker.State state)
-
Methods inherited from class org.jfree.chart.plot.ValueMarker
canEqual, equals, getValue, hashCode, setValue
-
Methods inherited from class org.jfree.chart.plot.Marker
addChangeListener, clone, getAlpha, getLabel, getLabelAnchor, getLabelBackgroundColor, getLabelFont, getLabelOffset, getLabelOffsetType, getLabelPaint, getLabelTextAnchor, getListeners, getOutlinePaint, getOutlineStroke, getPaint, getStroke, notifyListeners, removeChangeListener, setAlpha, setLabel, setLabelAnchor, setLabelBackgroundColor, setLabelFont, setLabelOffset, setLabelOffsetType, setLabelPaint, setLabelTextAnchor, setOutlinePaint, setOutlineStroke, setPaint, setStroke
-
-
-
-
Method Detail
-
getState
public MovableValueMarker.State getState()
-
setState
public void setState(MovableValueMarker.State state)
-
-