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 IsDefaultPluginElementInterface to define the common properties of chart element related to default plugins,DefaultPluginId.TITLEandDefaultPluginId.LEGEND.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElementAligngetAlign()Returns the alignment of the element.PositiongetPosition()Returns the position of element.booleanisDisplay()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.
-
-