DroidDiagram Programmer's Guide
DiagramBuilder.shapeCustomDraw Method
See Also
 






Sets whether new nodes should be custom drawn and what type of custom drawing will be performed on them.

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

 Syntax

Java  Copy Code

public DiagramBuilder shapeCustomDraw (
    CustomDraw value
)

 Parameters

value

A member of the CustomDraw enumeration.

 Return Value

This DiagramBuilder instance.

 See Also

DiagramBuilder Members
DiagramBuilder Class
com.mindfusion.diagramming.builders Namespace