Search
NodeLabel.readExternal Method
See Also
 

Loads the label from the specified binary stream.

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

 Syntax

Java  Copy Code

public void readExternal (
    ObjectInput in
)

 Parameters

in

A java.io.ObjectInput instance.

 See Also