JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.swing.gauge
Class JCLinearScale.Orientation

java.lang.Object
  |
  +--com.klg.jclass.swing.gauge.JCLinearScale.Orientation
Enclosing class:
JCLinearScale

public static class JCLinearScale.Orientation
extends Object

Orientation enumeration.


Field Summary
static JCLinearScale.Orientation HORIZONTAL
          The Horizontal orientation.
static JCLinearScale.Orientation VERTICAL
          The Vertical orientation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HORIZONTAL

public static final JCLinearScale.Orientation HORIZONTAL
The Horizontal orientation.


VERTICAL

public static final JCLinearScale.Orientation VERTICAL
The Vertical orientation.


Copyright © 2004 Quest Software Inc..
All rights reserved.