Package com.storedobject.chart
Interface HasItemStyle
- All Known Implementing Classes:
ComposedPart,SankeyData.Edge,SankeyData.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.voidsetItemStyle(ItemStyle itemStyle) Set the item-style of this.
-
Method Details
-
getItemStyle
Get the item-style 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:
- ItemStyle.
-
setItemStyle
Set the item-style of this.- Parameters:
itemStyle- ItemStyle to set.
-