Search
XmlPersistContext.writeBrush Method
See Also
 






Writes a reference to the specified Brush. The brush is registered within the internal hashtable for subsequent serialization.

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

 Syntax

Java  Copy Code

public Element writeBrush (
    Brush brush,
    String elementName,
    Element parentElement
)

 Parameters

brush

The Brush to write.

elementName

The name of the element.

parentElement

The parent element.

 Return Value

The newly creted Element.

 See Also