Class Chart
- java.lang.Object
-
- com.trivago.cluecumber.engine.rendering.pages.charts.pojos.Chart
-
public class Chart extends Object
The base class for all charts.
-
-
Constructor Summary
Constructors Constructor Description Chart()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatagetData()Get the chart data.OptionsgetOptions()Get the chart configuration options.ChartConfiguration.TypegetType()Get the chart type.voidsetData(Data data)Set the chart data.voidsetOptions(Options options)Set the chart configuration options.voidsetType(ChartConfiguration.Type type)Set the chart type.
-
-
-
Method Detail
-
getType
public ChartConfiguration.Type getType()
Get the chart type.- Returns:
- The chart type.
-
setType
public void setType(ChartConfiguration.Type type)
Set the chart type.- Parameters:
type- The chart type.
-
getOptions
public Options getOptions()
Get the chart configuration options.- Returns:
- The
Optionsinstance.
-
-