Search
XmlPersistContext.readBrush Method
See Also
 






Reads a MindFusion.Drawing.Brush object with the specified name and parent element.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public Brush readBrush (
    String elementName,
    Element parentElement
)

 Parameters

elementName

The name of the XML element to read.

parentElement

The parent element.

 Return Value

The MindFusion.Drawing.Brush instance that was read.

 See Also