The members of this enumeration specify the unit of measure for graphic objects drawn by JDiagram.
Namespace: com.mindfusion.drawing
Package: com.mindfusion.drawing
Java Copy Code |
---|
public enum GraphicsUnit |
Member name | Description | |
---|---|---|
Centimeter |
Specifies centimeters as the unit of measure. |
|
Display |
Specifies 1/100 inch as the unit of measure. |
|
Document |
Specifies the document unit (1/300 inch) as the unit of measure. |
|
Inch |
Specifies the inch as the unit of measure. |
|
Millimeter |
Specifies the millimeter as the unit of measure. |
|
Percent |
Specifies percents as the unit of measure. |
|
Pixel |
Specifies a device pixel as the unit of measure. |
|
Point |
Specifies a printer's point (1/72 inch) as the unit of measure. |
|
World |
|
|
WpfPoint |
Specifies device-independent pixels (1/96 inch) as the unit of measure. |