JClass 4.5.0 API
Documentation

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,

See Also:
Serialized Form

Field Summary
static JCScale.Direction CLOCKWISE
          Scale values increase in a clockwise direction.
static JCScale.Direction COUNTERCLOCKWISE
          Scale values increase in a counterclockwise direction.
 
Method Summary
 boolean equals(JCScale.Direction direction)
          Compare objects based on internal string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

equals

public boolean equals(JCScale.Direction direction)
Compare objects based on internal string.

Copyright© 1999-2000 KL Group Inc.
All rights reserved.