Package com.storedobject.chart
Interface HasLabel
- All Known Implementing Classes:
ComposedPart,SankeyData.Edge,SankeyData.Node
public interface HasLabel
Interface to denote that a
ComponentPart has Label.- Author:
- Syam
-
Method Summary
-
Method Details
-
getLabel
Get the label for this part. (Iftrueis passed as the parameter, a new label will be created if not already exists).- Parameters:
create- Whether to create it or not.- Returns:
- Label.
-
setLabel
-