MindFusion.Java Package Programmer's Guide
XmlPersistContext.writeImage Method
See Also
 






Writes a reference to the specified image. The image is registered within the internal hashtable for subsequent serialization.

Namespace: com.mindfusion.charting
Package: com.mindfusion.charting

 Syntax

Java  Copy Code

public Element writeImage (
    Image image,
    String elementName,
    Element parentElement
)

 Parameters

image

The Image value to write.

elementName

The name of the element to write.

parentElement

The parent element.

 Return Value

The newly created Element.

 See Also

XmlPersistContext Members
XmlPersistContext Class
com.mindfusion.charting Namespace