Search
XmlSerializationContext.readColorArray Method
See Also
 






Reads a color array with the specified name.

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

 Syntax

Java  Copy Code

public Color[] readColorArray (
    String elementName,
    String subElementName,
    Element parentElement
)

 Parameters

elementName

The name of the element containing the array.

subElementName

The name of the elements containing the individual array values.

parentElement

The parent element of the node with the specified name.

 Return Value

An array of Color values. Returns null if there is no element with the specified name under the specified parent.

 See Also