Search
LinkLabel.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
An ObjectInput stream from which to read the label's data.

 See Also