Search
XmlPersistContext.readBrush Method
See Also
 






Reads a MindFusion.Drawing.Brush object with the specified name and default value.

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

 Syntax

Java  Copy Code

public Brush readBrush (
    Element element,
    Brush defaultValue
)

 Parameters

element

The name of the XML element to read.

defaultValue

A Brush instance that represents the default value.

 Return Value

The MindFusion.Drawing.Brush instance that was read.

 See Also