Package com.storedobject.chart
Interface HasItemStyle
- All Known Implementing Classes:
ComposedPart
,SankeyChart.Edge
,SankeyChart.Node
public interface HasItemStyle
Interface to denote that a
ComponentPart
has ItemStyle
.- Author:
- Syam
-
Method Summary
Modifier and TypeMethodDescriptiongetItemStyle
(boolean create) Get the item-style for this part.void
setItemStyle
(ItemStyle itemStyle) Set the item-style of this.
-
Method Details
-
getItemStyle
Get the item-style 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:
- ItemStyle.
-
setItemStyle
Set the item-style of this.- Parameters:
itemStyle
- ItemStyle to set.
-