Search
ItemLabel Class
Remarks See Also
 

The base class for node and link labels.

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

 Syntax

Java  Copy Code

public abstract class ItemLabel
    implements InplaceEditable

 Remarks

This class represents supplementary labels displayed by an item, in addition to its main Text property. Call the addLabel method to create a label, and customize it through various members of type-specific LinkLabel and NodeLabel classes.

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.diagramming.ItemLabel
        com.mindfusion.diagramming.LinkLabel
        com.mindfusion.diagramming.NodeLabel

 See Also