Search
XmlSerializationContext.writeCustomBrushes Method
See Also
 






Writes the specified CustomBrushes object.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public Element writeCustomBrushes (
    CustomBrushes customBrushes,
    String elementName,
    Element parentElement
)

 Parameters

customBrushes

The CustomBrushes object 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