The base class for node and link labels.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public abstract class ItemLabel |
RemarksThis 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.
A label can also display a java.awt.Image bitmap assigned to the Image property. This lets you draw multiple icons per node, or along a link's geometry.
Inheritance Hierarchyjava.lang.Object![]()
com.mindfusion.diagramming.ItemLabel
com.mindfusion.diagramming.LinkLabel
com.mindfusion.diagramming.NodeLabel
See Also