Search
XmlPersistContext.readImage Method
See Also
 






Reads an Image object with the specified name.

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

 Syntax

Java  Copy Code

public Image readImage (
    String elementName,
    Element parentElement
)

 Parameters

elementName

The name of the element to read.

parentElement

The name of the parent element.

 Return Value

The Image instance that was read.

 See Also