DroidDiagram Programmer's Guide
ShapeNode.resizeToFitText Method
See Also
 






Makes a node big enough to display its text without clipping.

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

 Syntax

Java  Copy Code

public boolean resizeToFitText (
    FitSize fit
)

 Parameters

fit

A member of the FitSize enumeration specifying whether the width or height of the node should remain unchanged.

 Return Value

true if the node is resized successfully; otherwise false.

 See Also

ShapeNode Members
ShapeNode Class
com.mindfusion.diagramming Namespace