JClass 4.5.0 API
Documentation

com.klg.jclass.swing.gauge
Class JCNeedle.InteractionType

java.lang.Object
  |
  +--com.klg.jclass.swing.gauge.JCNeedle.InteractionType
Enclosing class:
JCNeedle

public static class JCNeedle.InteractionType
extends Object
implements Serializable

Needle interaction types. These control how the needle will respond to clicks and drags.

See Also:
Serialized Form

Field Summary
static JCNeedle.InteractionType CLICK
          The needle snaps to a mouse click.
static JCNeedle.InteractionType CLICK_DRAG
          The needle responds to both mouse click and mouse drag actions.
static JCNeedle.InteractionType DRAG
          The needle follows a mouse drag action.
static JCNeedle.InteractionType NONE
          Neither clicking nor dragging affects the needle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final JCNeedle.InteractionType NONE
Neither clicking nor dragging affects the needle.

DRAG

public static final JCNeedle.InteractionType DRAG
The needle follows a mouse drag action.

CLICK

public static final JCNeedle.InteractionType CLICK
The needle snaps to a mouse click.

CLICK_DRAG

public static final JCNeedle.InteractionType CLICK_DRAG
The needle responds to both mouse click and mouse drag actions.

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