Search
FoldIconRenderer Constructor (Image, Image)
See Also
 

Initializes a new instance of the FoldIconRenderer class that renders fold / unfold icons provided as bitmaps.

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

 Syntax

Java  Copy Code

public FoldIconRenderer (
    Image foldIcon,
    Image unfoldIcon
)

 Parameters

foldIcon

A java.awt.Image representing the fold icon.

unfoldIcon

A java.awt.Image representing the unfold icon.

 See Also