Package com.storedobject.chart
Interface HasLabel
- All Known Implementing Classes:
ComposedPart
,SankeyChart.Edge
,SankeyChart.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. (Iftrue
is 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
-