Class PruningBarEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class PruningBarEvent
    extends java.util.EventObject
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int TYPE_DRAGGED  
      static int TYPE_TYPED  
      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      PruningBarEvent​(java.lang.Object source, float low, float high, boolean adjusting, int id)  
      PruningBarEvent​(java.lang.Object source, float low, float high, boolean adjusting, int id, int type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float getHighValue()  
      int getID()  
      float getLowValue()  
      int getType()  
      boolean isAdjusting()  
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PruningBarEvent

        public PruningBarEvent​(java.lang.Object source,
                               float low,
                               float high,
                               boolean adjusting,
                               int id)
      • PruningBarEvent

        public PruningBarEvent​(java.lang.Object source,
                               float low,
                               float high,
                               boolean adjusting,
                               int id,
                               int type)
    • Method Detail

      • getLowValue

        public float getLowValue()
      • getHighValue

        public float getHighValue()
      • isAdjusting

        public boolean isAdjusting()
      • getID

        public int getID()
      • getType

        public int getType()