DroidDiagram Programmer's Guide
FitSize Enumeration
See Also
 






Specifies how the ShapeNode.resizeToFitText method should resize a box.

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

 Syntax

Java  Copy Code

public enum FitSize

 Members

  Member name Description

KeepHeight

Specifies that the original node height should remain intact.

KeepRatio

Allows changing both the width and height of a node, but keep

KeepWidth

Specifies that the original node width should remain intact.

 See Also

com.mindfusion.diagramming Namespace