public interface IsDefaultLegend extends IsDefaultTextDirectionHandler, IsDefaultPluginElement
Modifier and Type | Method and Description |
---|---|
Set<Event> |
getEvents()
Returns the browser events that the legend should listen to.
|
IsDefaultLegendLabels |
getLabels()
Returns the labels object defaults.
|
int |
getMaxHeight()
Returns the maximum height of the legend, in pixels.
|
int |
getMaxWidth()
Returns the maximum width of the legend, in pixels.
|
IsDefaultLegendTitle |
getTitle()
Returns the title object defaults.
|
boolean |
isFullSize()
Returns
true if marks that this box should take the full width/height of the canvas (moving other boxes). |
boolean |
isReverse()
Returns if the legend will show datasets in reverse order.
|
getTextDirection, isRtl
getAlign, getPosition, isDisplay
IsDefaultLegendLabels getLabels()
IsDefaultLegendTitle getTitle()
Set<Event> getEvents()
boolean isFullSize()
true
if marks that this box should take the full width/height of the canvas (moving other boxes).true
if marks that this box should take the full width/height of the canvas (moving other boxes)boolean isReverse()
int getMaxWidth()
int getMaxHeight()