Class Options
- java.lang.Object
-
- com.trivago.cluecumber.engine.rendering.pages.charts.pojos.Options
-
public class Options extends Object
Chart options.
-
-
Constructor Summary
Constructors Constructor Description Options()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getEvents()Get the supported javascript events.LegendgetLegend()Get the legend.ScalesgetScales()Get the scales.voidsetEvents(List<String> events)Set the supported javascript events.voidsetLegend(Legend legend)Set the legend.voidsetScales(Scales scales)Set the scales.
-
-
-
Method Detail
-
setScales
public void setScales(Scales scales)
Set the scales.- Parameters:
scales- TheScalesinstance.
-
setLegend
public void setLegend(Legend legend)
Set the legend.- Parameters:
legend- TheLegendinstance.
-
getEvents
public List<String> getEvents()
Get the supported javascript events.- Returns:
- The list of strings representing events.
-
-