com.mindfusion.diagramming
Class RulerUnit

java.lang.Object
  extended by com.mindfusion.diagramming.RulerUnit

public class RulerUnit
extends java.lang.Object

Specifies a measurement unit for the Ruler.


Field Summary
static int Inch
          Indicates an inch.
static int Millimeter
          Indicates a millimeter.
static int Percent
          Indicates percent.
static int Pixel
          Indicates a pixel.
static int Point
          Indicates a point.
 
Constructor Summary
RulerUnit()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Point

public static final int Point
Indicates a point.

See Also:
Constant Field Values

Pixel

public static final int Pixel
Indicates a pixel.

See Also:
Constant Field Values

Millimeter

public static final int Millimeter
Indicates a millimeter.

See Also:
Constant Field Values

Inch

public static final int Inch
Indicates an inch.

See Also:
Constant Field Values

Percent

public static final int Percent
Indicates percent.

See Also:
Constant Field Values
Constructor Detail

RulerUnit

public RulerUnit()