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 Boolean
getForceZero()
int
getHeight()
String
getTitle()
int
getWidth()
String
getXLabel()
String
getYAxisType()
String
getYLabel()
void
setForceZero(Boolean forceZero)
void
setHeight(int height)
void
setTitle(String title)
void
setWidth(int width)
void
setXLabel(String label)
void
setYAxisType(String YAxisType)
void
setYLabel(String label)
String
toString()
-
-
-
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()
-
-