Search
ShapeNodeBuilder.font Method (Font)
See Also
 

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

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

 Syntax

Java  Copy Code

public ShapeNodeBuilder font (
    Font value
)

 Parameters

value

A Font object representing the label font.

 Return Value

This ShapeNodeBuilder instance.

 See Also