The base class for node and link labels.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
Java
![]() |
---|
public abstract class ItemLabel |
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.
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.
java.lang.Object
com.mindfusion.diagramming.ItemLabel
com.mindfusion.diagramming.LinkLabel
com.mindfusion.diagramming.NodeLabel