Class ScaleLabel
- java.lang.Object
-
- com.trivago.cluecumber.engine.rendering.pages.charts.pojos.ScaleLabel
-
public class ScaleLabel extends Object
The
-
-
Constructor Summary
Constructors Constructor Description ScaleLabel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabelString()Get the label.booleanisDisplay()Whether the label should be displayed.voidsetDisplay(boolean display)Set if this label should be displayed.voidsetLabelString(String labelString)Set the label.
-
-
-
Method Detail
-
isDisplay
public boolean isDisplay()
Whether the label should be displayed.- Returns:
- true if it should be displayed.
-
setDisplay
public void setDisplay(boolean display)
Set if this label should be displayed.- Parameters:
display- true if it should be displayed.
-
getLabelString
public String getLabelString()
Get the label.- Returns:
- The label string.
-
setLabelString
public void setLabelString(String labelString)
Set the label.- Parameters:
labelString- The label string.
-
-