|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.GraphicsUnit
public final class GraphicsUnit
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 |
---|
public static final int Display
public static final int Pixel
public static final int Point
public static final int Inch
public static final int Document
public static final int Millimeter
Constructor Detail |
---|
public GraphicsUnit()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |