com.mindfusion.diagramming
Class GraphicsUnit

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

public final class GraphicsUnit
extends java.lang.Object

Specifies the unit of measure for graphic objects drawn by JDiagram.


Field Summary
static int Display
          Specifies 1/100 inch as the unit of measure.
static int Document
          Specifies the document unit (1/300 inch) as the unit of measure.
static int Inch
          Specifies the inch as the unit of measure.
static int Millimeter
          Specifies the millimeter as the unit of measure.
static int Pixel
          Specifies a device pixel as the unit of measure.
static int Point
          Specifies a printer's point (1/72 inch) as the unit of measure.
 
Constructor Summary
GraphicsUnit()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Display

public static final int Display
Specifies 1/100 inch as the unit of measure.

See Also:
Constant Field Values

Pixel

public static final int Pixel
Specifies a device pixel as the unit of measure.

See Also:
Constant Field Values

Point

public static final int Point
Specifies a printer's point (1/72 inch) as the unit of measure.

See Also:
Constant Field Values

Inch

public static final int Inch
Specifies the inch as the unit of measure.

See Also:
Constant Field Values

Document

public static final int Document
Specifies the document unit (1/300 inch) as the unit of measure.

See Also:
Constant Field Values

Millimeter

public static final int Millimeter
Specifies the millimeter as the unit of measure.

See Also:
Constant Field Values
Constructor Detail

GraphicsUnit

public GraphicsUnit()