Interface IsDefaultPluginElement
-
- All Known Subinterfaces:
IsDefaultAbstractTitle
,IsDefaultLegend
,IsDefaultSubtitle
,IsDefaultTitle
,IsTitle
- All Known Implementing Classes:
AbstractTitle
,DefaultChartLegend
,DefaultChartSubtitle
,DefaultChartTitle
,DefaultLegend
,DefaultSubtitle
,DefaultTitle
,Legend
,Subtitle
,Title
public interface IsDefaultPluginElement
Interface to define the common properties of chart element related to default plugins,DefaultPluginId.TITLE
andDefaultPluginId.LEGEND
.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElementAlign
getAlign()
Returns the alignment of the element.Position
getPosition()
Returns the position of element.boolean
isDisplay()
Returns if the element is shown.
-
-
-
Method Detail
-
isDisplay
boolean isDisplay()
Returns if the element is shown.- Returns:
- if the element is shown.
-
getPosition
Position getPosition()
Returns the position of element.- Returns:
- the position of element.
-
getAlign
ElementAlign getAlign()
Returns the alignment of the element.- Returns:
- alignment of the element.
-
-