DroidDiagram Programmer's Guide
HandlesVisualStyle.loadFromXml Method
See Also
 






Loads the style from XML.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void loadFromXml (
    String elementName,
    String colorElementName,
    Element parentElement,
    XmlPersistContext context
)

 Parameters

elementName

The name of the element that describes the style.

colorElementName

The name of an element that contains a fallback color.

parentElement

The parent XML element.

context

An <@link XmlPersistContext} object providing contextual information about the serialization process and some helper serialization methods.

 See Also

HandlesVisualStyle Members
HandlesVisualStyle Class
com.mindfusion.diagramming Namespace