public interface IsDefaultLegend extends IsDefaultTextDirectioner
Modifier and Type | Method and Description |
---|---|
LegendAlign |
getAlign()
Returns the alignment of the legend.
|
IsDefaultLegendLabels |
getLabels()
Returns the labels object defaults.
|
Position |
getPosition()
Returns the position of the legend.
|
boolean |
isDisplay()
Returns
true if the legend is shown. |
boolean |
isFullWidth()
Returns
true if marks that this box should take the full width of the canvas (pushing down other boxes) |
boolean |
isReverse()
Returns if the legend will show datasets in reverse order.
|
getTextDirection, isRtl
IsDefaultLegendLabels getLabels()
boolean isDisplay()
true
if the legend is shown.true
if the legend is shown.boolean isFullWidth()
true
if marks that this box should take the full width of the canvas (pushing down other boxes)true
if marks that this box should take the full width of the canvas (pushing down other boxes).boolean isReverse()
Position getPosition()
LegendAlign getAlign()