visad.util
Class SliderChangeEvent
- java.lang.Object
-
- visad.util.SliderChangeEvent
-
public class SliderChangeEvent extends java.lang.ObjectThe event that occurs when a slider is changed- Since:
- Visad Utility Library v0.7.1
-
-
Field Summary
Fields Modifier and Type Field and Description static intLOWER_CHANGEThe constant indicating a lower bound changeinttypeThe type of this eventstatic intUPPER_CHANGEThe constant indicating an upper bound changestatic intVALUE_CHANGEThe constant indicating a value change
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description static java.lang.StringgetTypeString(int type)Return the string representation of a specific typejava.lang.StringtoString()Return a string description of this object
-
-
-
Field Detail
-
type
public int type
The type of this event
-
VALUE_CHANGE
public static final int VALUE_CHANGE
The constant indicating a value change- See Also:
- Constant Field Values
-
LOWER_CHANGE
public static final int LOWER_CHANGE
The constant indicating a lower bound change- See Also:
- Constant Field Values
-
UPPER_CHANGE
public static final int UPPER_CHANGE
The constant indicating an upper bound change- See Also:
- Constant Field Values
-
-
DMelt 3.0 © DataMelt by jWork.ORG