Search
ExpandIconRenderer Constructor (RenderCallback<DiagramNode>)
See Also
 

Initializes a new instance of the ExpandIconRenderer class.

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

 Syntax

Java  Copy Code

public ExpandIconRenderer (
    RenderCallback<DiagramNode> renderCallback
)

 Parameters

renderCallback

A callback function that draws the icon using Graphics2D API.

 See Also