DroidDiagram Programmer's Guide
ShapeNodeBuilder.printable Method
See Also
 






Sets a value indicating whether an item will be printed.

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

 Syntax

Java  Copy Code

public ShapeNodeBuilder printable (
    boolean value
)

 Parameters

value

true if the item should be drawn when printing the diagram, otherwise false.

 Return Value

This DiagramItemBuilder instance.

 See Also

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