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 Boolean
getDisplay()
ChartLegendLabel
getLabels()
String
getPosition()
void
setDisplay(Boolean display)
void
setLabels(ChartLegendLabel labels)
void
setPosition(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)
-
-