MindFusion.Java Package Programmer's Guide
DiagramNode.getLabels Method
See Also
 






Returns the list of supplementary labels displayed by this node.

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

 Syntax

Java  Copy Code

public ArrayList<NodeLabel> getLabels ()

 Return Value

An ArrayList<NodeLabel> instance.

 Remarks

Call the addLabel and removeLabel methods to add or remove labels.

 See Also

DiagramNode Members
DiagramNode Class
com.mindfusion.diagramming Namespace
Text Property
Caption Property