Returns the list of supplementary labels displayed by this node.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public ArrayList<NodeLabel> getLabels () |
An ArrayList<NodeLabel> instance.
RemarksCall the addLabel and removeLabel methods to add or remove labels.
See Also