DroidDiagram Programmer's Guide
DiagramBuilder.tablePen Method
See Also
 






Sets the default pen that should be assigned to new tables.

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

 Syntax

Java  Copy Code

public DiagramBuilder tablePen (
    Pen value
)

 Parameters

value

A Pen object that should be assigned to newly created tables.

 Return Value

This DiagramBuilder instance.

 See Also

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