Package org.teamapps.dto
Class UiLineChartBand
java.lang.Object
org.teamapps.dto.AbstractUiLineChartDataDisplay
org.teamapps.dto.UiLineChartBand
- All Implemented Interfaces:
UiObject
public class UiLineChartBand extends AbstractUiLineChartDataDisplay implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
Fields Modifier and Type Field Description protected UiColorareaColorprotected floatdataDotRadiusprotected UiLineChartCurveTypegraphTypeprotected java.lang.StringlowerBoundDataSeriesIdprotected UiColorlowerLineColorprotected UiColormiddleLineColorprotected java.lang.StringmiddleLineDataSeriesIdprotected java.lang.StringupperBoundDataSeriesIdprotected UiColorupperLineColorFields inherited from class org.teamapps.dto.AbstractUiLineChartDataDisplay
id, intervalY, yAxisColor, yScaleType, yScaleZoomMode, yZeroLineVisible -
Constructor Summary
Constructors Constructor Description UiLineChartBand() -
Method Summary
Methods inherited from class org.teamapps.dto.AbstractUiLineChartDataDisplay
getId, getIntervalY, getYAxisColor, getYScaleType, getYScaleZoomMode, getYZeroLineVisible
-
Field Details
-
upperBoundDataSeriesId
protected java.lang.String upperBoundDataSeriesId -
middleLineDataSeriesId
protected java.lang.String middleLineDataSeriesId -
lowerBoundDataSeriesId
protected java.lang.String lowerBoundDataSeriesId -
graphType
-
dataDotRadius
protected float dataDotRadius -
areaColor
-
middleLineColor
-
lowerLineColor
-
upperLineColor
-
-
Constructor Details
-
UiLineChartBand
public UiLineChartBand()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classAbstractUiLineChartDataDisplay
-
getUpperBoundDataSeriesId
public java.lang.String getUpperBoundDataSeriesId() -
getMiddleLineDataSeriesId
public java.lang.String getMiddleLineDataSeriesId() -
getLowerBoundDataSeriesId
public java.lang.String getLowerBoundDataSeriesId() -
getGraphType
-
getDataDotRadius
public float getDataDotRadius() -
getAreaColor
-
getMiddleLineColor
-
getLowerLineColor
-
getUpperLineColor
-
setId
- Overrides:
setIdin classAbstractUiLineChartDataDisplay
-
setYAxisColor
- Overrides:
setYAxisColorin classAbstractUiLineChartDataDisplay
-
setYScaleType
- Overrides:
setYScaleTypein classAbstractUiLineChartDataDisplay
-
setIntervalY
- Overrides:
setIntervalYin classAbstractUiLineChartDataDisplay
-
setYScaleZoomMode
- Overrides:
setYScaleZoomModein classAbstractUiLineChartDataDisplay
-
setYZeroLineVisible
- Overrides:
setYZeroLineVisiblein classAbstractUiLineChartDataDisplay
-
setUpperBoundDataSeriesId
-
setMiddleLineDataSeriesId
-
setLowerBoundDataSeriesId
-
setGraphType
-
setDataDotRadius
-
setAreaColor
-
setMiddleLineColor
-
setLowerLineColor
-
setUpperLineColor
-