MindFusion.Java Package Programmer's Guide
ItemLabel.loadFromJson Method
See Also
 






Loads the label from a JSON object.

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

 Syntax

Java  Copy Code

protected void loadFromJson (
    JsonObject obj,
    JsonPersistContext context
)

 Parameters

obj

A JsonObject containing the label's data.

context

A JsonPersistContext object providing contextual information about the serialization process and helper serialization methods.

 See Also

ItemLabel Members
ItemLabel Class
com.mindfusion.diagramming Namespace