Class GraphDescriptor
- java.lang.Object
-
- jetbrains.buildServer.web.statistics.graph.GraphDescriptor
-
public class GraphDescriptor extends Object
Holds info about graph.
-
-
Constructor Summary
Constructors Constructor Description GraphDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetForceZero()intgetHeight()StringgetTitle()intgetWidth()StringgetXLabel()StringgetYAxisType()StringgetYLabel()voidsetForceZero(Boolean forceZero)voidsetHeight(int height)voidsetTitle(String title)voidsetWidth(int width)voidsetXLabel(String label)voidsetYAxisType(String YAxisType)voidsetYLabel(String label)StringtoString()
-
-
-
Method Detail
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getWidth
public int getWidth()
-
setWidth
public void setWidth(int width)
-
getHeight
public int getHeight()
-
setHeight
public void setHeight(int height)
-
setXLabel
public void setXLabel(@NotNull String label)
-
getXLabel
public String getXLabel()
-
setYLabel
public void setYLabel(@NotNull String label)
-
getYLabel
public String getYLabel()
-
getYAxisType
public String getYAxisType()
-
setYAxisType
public void setYAxisType(String YAxisType)
-
setForceZero
public void setForceZero(Boolean forceZero)
-
getForceZero
public Boolean getForceZero()
-
-