com.klg.jclass.swing.gauge
Class JCScale.Direction
java.lang.Object
|
+--com.klg.jclass.swing.gauge.JCScale.Direction
- Enclosing class:
- JCScale
- public static class JCScale.Direction
- extends Object
- implements Serializable
Enum's for the direction parameter. Valid values are,
- CLOCKWISE
- COUNTERCLOCKWISE
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
CLOCKWISE
public static final JCScale.Direction CLOCKWISE
- Scale values increase in a clockwise direction.
For example, a scale whose start angle is 0°
and whose stop angle is 180°, and whose max
and min values are 0 and 100 places its zeroth tick mark
at 180° and its 100th tick mark at 0°.
- See Also:
JCTick
COUNTERCLOCKWISE
public static final JCScale.Direction COUNTERCLOCKWISE
- Scale values increase in a counterclockwise direction.
For example, a scale whose start angle is 0°
and whose stop angle is 180°, and whose max
and min values are 0 and 100 places its zeroth tick mark
at 0° and its 100th tick mark at 180°.
- See Also:
JCTick
equals
public boolean equals(JCScale.Direction direction)
- Compare objects based on internal string.