Class MovableValueMarker

    • 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
    • Field Detail

      • IDLE_STROKE

        public static final Stroke IDLE_STROKE
      • SELECTED_STROKE

        public static final Stroke SELECTED_STROKE
    • Constructor Detail

      • MovableValueMarker

        public MovableValueMarker​(double value)