DroidDiagram Programmer's Guide
ShapeNode.setFont Method
See Also
 






Sets the font used to draw the text label of a node.

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

 Syntax

Java  Copy Code

public void setFont (
    Font value
)

 Parameters

value

A java.awt.Font object representing the label font.

 See Also

ShapeNode Members
ShapeNode Class
com.mindfusion.diagramming Namespace