Search
DiagramItemStyle.loadFromJson Method
See Also
 

Loads the style content from a JsonObject.

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 style's data.

context

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

 See Also