Package com.storedobject.chart
Interface HasPadding
- All Known Implementing Classes:
ComposedPart,Legend,SankeyData.Edge,SankeyData.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.voidsetPadding(Padding padding) Set the padding of this.
-
Method Details
-
getPadding
Get the padding of this on the chart display area. (Iftrueis 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
-