Class UiHoseGraph
java.lang.Object
org.teamapps.dto.UiHoseGraph
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected floatprotected UiLineChartCurveTypeprotected Stringprotected UiLongIntervalprotected Stringprotected Stringprotected intprotected Stringprotected Stringprotected booleanprotected Stringprotected Stringprotected Stringprotected Stringprotected booleanprotected UiScaleTypeprotected UiLineChartYScaleZoomModeprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatgetId()intbooleanbooleanbooleansetAreaColor(String areaColor) setDataDotRadius(float dataDotRadius) setGraphType(UiLineChartCurveType graphType) setIntervalY(UiLongInterval intervalY) setLowerBoundDataSeriesId(String lowerBoundDataSeriesId) setLowerLineColor(String lowerLineColor) setMaxTickDigits(int maxTickDigits) setMiddleLineColor(String middleLineColor) setMiddleLineDataSeriesId(String middleLineDataSeriesId) setStripedArea(boolean stripedArea) setUpperBoundDataSeriesId(String upperBoundDataSeriesId) setUpperLineColor(String upperLineColor) setYAxisColor(String yAxisColor) setYAxisLabel(String yAxisLabel) setYAxisVisible(boolean yAxisVisible) setYScaleType(UiScaleType yScaleType) setYScaleZoomMode(UiLineChartYScaleZoomMode yScaleZoomMode) setYZeroLineVisible(boolean yZeroLineVisible) toString()
-
Field Details
-
upperBoundDataSeriesId
-
middleLineDataSeriesId
-
lowerBoundDataSeriesId
-
graphType
-
dataDotRadius
protected float dataDotRadius -
areaColor
-
stripedArea
protected boolean stripedArea -
middleLineColor
-
lowerLineColor
-
upperLineColor
-
id
-
yAxisVisible
protected boolean yAxisVisible -
yAxisColor
-
yAxisLabel
-
maxTickDigits
protected int maxTickDigits -
yScaleType
-
intervalY
-
yScaleZoomMode
-
yZeroLineVisible
protected boolean yZeroLineVisible
-
-
Constructor Details
-
UiHoseGraph
public UiHoseGraph()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getUpperBoundDataSeriesId
-
getMiddleLineDataSeriesId
-
getLowerBoundDataSeriesId
-
getGraphType
-
getDataDotRadius
public float getDataDotRadius() -
getAreaColor
-
getStripedArea
public boolean getStripedArea() -
getMiddleLineColor
-
getLowerLineColor
-
getUpperLineColor
-
getId
-
getYAxisVisible
public boolean getYAxisVisible()- Specified by:
getYAxisVisiblein interfaceUiGraph
-
getYAxisColor
- Specified by:
getYAxisColorin interfaceUiGraph
-
getYAxisLabel
- Specified by:
getYAxisLabelin interfaceUiGraph
-
getMaxTickDigits
public int getMaxTickDigits()- Specified by:
getMaxTickDigitsin interfaceUiGraph
-
getYScaleType
- Specified by:
getYScaleTypein interfaceUiGraph
-
getIntervalY
- Specified by:
getIntervalYin interfaceUiGraph
-
getYScaleZoomMode
- Specified by:
getYScaleZoomModein interfaceUiGraph
-
getYZeroLineVisible
public boolean getYZeroLineVisible()- Specified by:
getYZeroLineVisiblein interfaceUiGraph
-
setUpperBoundDataSeriesId
-
setMiddleLineDataSeriesId
-
setLowerBoundDataSeriesId
-
setGraphType
-
setDataDotRadius
-
setAreaColor
-
setStripedArea
-
setMiddleLineColor
-
setLowerLineColor
-
setUpperLineColor
-
setId
-
setYAxisVisible
- Specified by:
setYAxisVisiblein interfaceUiGraph
-
setYAxisColor
- Specified by:
setYAxisColorin interfaceUiGraph
-
setYAxisLabel
- Specified by:
setYAxisLabelin interfaceUiGraph
-
setMaxTickDigits
- Specified by:
setMaxTickDigitsin interfaceUiGraph
-
setYScaleType
- Specified by:
setYScaleTypein interfaceUiGraph
-
setIntervalY
- Specified by:
setIntervalYin interfaceUiGraph
-
setYScaleZoomMode
- Specified by:
setYScaleZoomModein interfaceUiGraph
-
setYZeroLineVisible
- Specified by:
setYZeroLineVisiblein interfaceUiGraph
-