DroidDiagram Programmer's Guide
UnitType Enumeration
See Also
 






Defines values that indicate whether point positions are specified as percentage, or in absolute units relative to the node's top-left corner.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public enum UnitType

 Members

  Member name Description

Fixed

Point coordinates designate fixed offset from the node's top-left corner.

Percentage

Point coordinates are specified as percentage of the node's size.

 See Also

com.mindfusion.diagramming Namespace