Package com.storedobject.chart
Interface HasPadding
- All Known Implementing Classes:
ComposedPart
,Legend
,SankeyChart.Edge
,SankeyChart.Node
public interface HasPadding
Interface to denote that a
ComponentPart
has Padding
.- Author:
- Syam
-
Method Summary
Modifier and TypeMethodDescriptiongetPadding
(boolean create) Get the padding of this on the chart display area.void
setPadding
(Padding padding) Set the padding of this.
-
Method Details
-
getPadding
Get the padding of this on the chart display area. (Iftrue
is passed as the parameter, a new padding will be created if not already exists).- Parameters:
create
- Whether to create it or not.- Returns:
- Padding.
-
setPadding
-