DroidDiagram Programmer's Guide
AutoResize Enumeration
See Also
 






The members of this enumeration specify whether the size of the document area should be automatically enlarged if needed, and to what direction it should be enlarged. These constants can be used as parameters of the setAutoResize method of the Diagram class.

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

 Syntax

Java  Copy Code

public enum AutoResize

 Members

  Member name Description

AllDirections

Enlarge the document size to all directions.

None

Do not enlarge the document size automatically.

RightAndDown

Enlarge the document size only to the right and downwards.

 See Also

com.mindfusion.diagramming Namespace