Package org.teamapps.dto
Class UiGraphGroup
- java.lang.Object
-
- org.teamapps.dto.UiGraphGroup
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<UiGraph>graphsprotected java.lang.Stringidprotected UiLongIntervalintervalYprotected intmaxTickDigitsprotected java.lang.StringyAxisColorprotected java.lang.StringyAxisLabelprotected booleanyAxisVisibleprotected UiScaleTypeyScaleTypeprotected UiLineChartYScaleZoomModeyScaleZoomModeprotected booleanyZeroLineVisible
-
Constructor Summary
Constructors Constructor Description UiGraphGroup()
-
Method Summary
-
-
-
Field Detail
-
graphs
protected java.util.List<UiGraph> graphs
-
id
protected java.lang.String id
-
yAxisVisible
protected boolean yAxisVisible
-
yAxisColor
protected java.lang.String yAxisColor
-
yAxisLabel
protected java.lang.String yAxisLabel
-
maxTickDigits
protected int maxTickDigits
-
yScaleType
protected UiScaleType yScaleType
-
intervalY
protected UiLongInterval intervalY
-
yScaleZoomMode
protected UiLineChartYScaleZoomMode yScaleZoomMode
-
yZeroLineVisible
protected boolean yZeroLineVisible
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getGraphs
public java.util.List<UiGraph> getGraphs()
-
getYAxisVisible
public boolean getYAxisVisible()
- Specified by:
getYAxisVisiblein interfaceUiGraph
-
getYAxisColor
public java.lang.String getYAxisColor()
- Specified by:
getYAxisColorin interfaceUiGraph
-
getYAxisLabel
public java.lang.String getYAxisLabel()
- Specified by:
getYAxisLabelin interfaceUiGraph
-
getMaxTickDigits
public int getMaxTickDigits()
- Specified by:
getMaxTickDigitsin interfaceUiGraph
-
getYScaleType
public UiScaleType getYScaleType()
- Specified by:
getYScaleTypein interfaceUiGraph
-
getIntervalY
public UiLongInterval getIntervalY()
- Specified by:
getIntervalYin interfaceUiGraph
-
getYScaleZoomMode
public UiLineChartYScaleZoomMode getYScaleZoomMode()
- Specified by:
getYScaleZoomModein interfaceUiGraph
-
getYZeroLineVisible
public boolean getYZeroLineVisible()
- Specified by:
getYZeroLineVisiblein interfaceUiGraph
-
setGraphs
public UiGraphGroup setGraphs(java.util.List<UiGraph> graphs)
-
setId
public UiGraphGroup setId(java.lang.String id)
-
setYAxisVisible
public UiGraphGroup setYAxisVisible(boolean yAxisVisible)
- Specified by:
setYAxisVisiblein interfaceUiGraph
-
setYAxisColor
public UiGraphGroup setYAxisColor(java.lang.String yAxisColor)
- Specified by:
setYAxisColorin interfaceUiGraph
-
setYAxisLabel
public UiGraphGroup setYAxisLabel(java.lang.String yAxisLabel)
- Specified by:
setYAxisLabelin interfaceUiGraph
-
setMaxTickDigits
public UiGraphGroup setMaxTickDigits(int maxTickDigits)
- Specified by:
setMaxTickDigitsin interfaceUiGraph
-
setYScaleType
public UiGraphGroup setYScaleType(UiScaleType yScaleType)
- Specified by:
setYScaleTypein interfaceUiGraph
-
setIntervalY
public UiGraphGroup setIntervalY(UiLongInterval intervalY)
- Specified by:
setIntervalYin interfaceUiGraph
-
setYScaleZoomMode
public UiGraphGroup setYScaleZoomMode(UiLineChartYScaleZoomMode yScaleZoomMode)
- Specified by:
setYScaleZoomModein interfaceUiGraph
-
setYZeroLineVisible
public UiGraphGroup setYZeroLineVisible(boolean yZeroLineVisible)
- Specified by:
setYZeroLineVisiblein interfaceUiGraph
-
-