Search
XmlSerializationContext.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.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

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

 Parameters

brush

The Brush instance to write.

elementName

The name of the element under which the value should be written.

parentElement

The parent element of the newly created node.

 Return Value

An instance of the Element class representing the newly created XML element.

 See Also