Uses of Class
com.trivago.cluecumber.engine.rendering.pages.charts.pojos.Axis
-
Packages that use Axis Package Description com.trivago.cluecumber.engine.rendering.pages.charts.pojos -
-
Uses of Axis in com.trivago.cluecumber.engine.rendering.pages.charts.pojos
Methods in com.trivago.cluecumber.engine.rendering.pages.charts.pojos that return types with arguments of type Axis Modifier and Type Method Description List<Axis>Scales. getxAxes()Get the x axes.List<Axis>Scales. getyAxes()Get the y axes.Method parameters in com.trivago.cluecumber.engine.rendering.pages.charts.pojos with type arguments of type Axis Modifier and Type Method Description voidScales. setxAxes(List<Axis> xAxes)Set the x axes.voidScales. setyAxes(List<Axis> yAxes)Set the x axes.
-