Search
XmlPersistContext.readInt Method
See Also
 






Reads an integer value with the specified name and default value.

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

 Syntax

Java  Copy Code

public int readInt (
    String elementName,
    Element parentElement,
    int defaultValue
)

 Parameters

elementName

The name of the element to read.

parentElement

The name of the parent element.

defaultValue

The default value.

 Return Value

The int that was read.

 See Also