Package com.evolveum.wicket.chartjs
Class ChartLegendOption
- java.lang.Object
-
- com.evolveum.wicket.chartjs.ChartLegendOption
-
- All Implemented Interfaces:
Serializable
public class ChartLegendOption extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChartLegendOption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetDisplay()ChartLegendLabelgetLabels()StringgetPosition()voidsetDisplay(Boolean display)voidsetLabels(ChartLegendLabel labels)voidsetPosition(String position)
-
-
-
Method Detail
-
getPosition
public String getPosition()
-
setPosition
public void setPosition(String position)
-
getLabels
public ChartLegendLabel getLabels()
-
setLabels
public void setLabels(ChartLegendLabel labels)
-
getDisplay
public Boolean getDisplay()
-
setDisplay
public void setDisplay(Boolean display)
-
-