public final class DefaultLegend extends Object implements IsDefaultLegend
Constructor and Description |
---|
DefaultLegend() |
Modifier and Type | Method and Description |
---|---|
IsDefaultLegendLabels |
getLabels()
Returns labels object defaults.
|
Position |
getPosition()
Returns the position of the legend.
|
boolean |
isDisplay()
Returns if the legend is shown.
|
boolean |
isFullWidth()
Returns 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.
|
public IsDefaultLegendLabels getLabels()
IsDefaultLegend
getLabels
in interface IsDefaultLegend
public boolean isDisplay()
IsDefaultLegend
isDisplay
in interface IsDefaultLegend
public boolean isFullWidth()
IsDefaultLegend
isFullWidth
in interface IsDefaultLegend
public boolean isReverse()
IsDefaultLegend
isReverse
in interface IsDefaultLegend
public Position getPosition()
IsDefaultLegend
getPosition
in interface IsDefaultLegend