Search
DiagramBuilder.theme Method
See Also
 

Sets the theme associated with the diagram.

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

 Syntax

Java  Copy Code

public DiagramBuilder theme (
    Theme value
)

 Parameters

value

 Return Value

This DiagramBuilder instance.

 See Also