MindFusion.Java Package Programmer's Guide
FoldIconRenderer Constructor (SvgContent, SvgContent)
See Also
 






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

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

 Syntax

Java  Copy Code

public FoldIconRenderer (
    SvgContent foldIcon,
    SvgContent unfoldIcon
)

 Parameters

foldIcon

An SvgContent representing the fold icon.

unfoldIcon

An SvgContent representing the unfold icon.

 See Also

FoldIconRenderer Constructor Overload List
FoldIconRenderer Class
com.mindfusion.diagramming Namespace