Package org.teamapps.dto
Class UiLineChartLineFormat
- java.lang.Object
-
- org.teamapps.dto.UiLineChartLineFormat
-
-
Field Summary
Fields Modifier and Type Field Description protected UiColorareaColorScaleMaxprotected UiColorareaColorScaleMinprotected UiColoraxisColorprotected floatdataDotRadiusprotected UiLineChartCurveTypegraphTypeprotected UiLongIntervalintervalYprotected UiColorlineColorScaleMaxprotected UiColorlineColorScaleMinprotected UiScaleTypeyScaleTypeprotected UiLineChartYScaleZoomModeyScaleZoomModeprotected booleanyZeroLineVisible
-
Constructor Summary
Constructors Constructor Description UiLineChartLineFormat()
-
Method Summary
-
-
-
Field Detail
-
graphType
protected UiLineChartCurveType graphType
-
dataDotRadius
protected float dataDotRadius
-
lineColorScaleMin
protected UiColor lineColorScaleMin
-
lineColorScaleMax
protected UiColor lineColorScaleMax
-
areaColorScaleMin
protected UiColor areaColorScaleMin
-
areaColorScaleMax
protected UiColor areaColorScaleMax
-
axisColor
protected UiColor axisColor
-
yZeroLineVisible
protected boolean yZeroLineVisible
-
yScaleType
protected UiScaleType yScaleType
-
intervalY
protected UiLongInterval intervalY
-
yScaleZoomMode
protected UiLineChartYScaleZoomMode yScaleZoomMode
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getGraphType
public UiLineChartCurveType getGraphType()
-
getDataDotRadius
public float getDataDotRadius()
-
getLineColorScaleMin
public UiColor getLineColorScaleMin()
-
getLineColorScaleMax
public UiColor getLineColorScaleMax()
-
getAreaColorScaleMin
public UiColor getAreaColorScaleMin()
-
getAreaColorScaleMax
public UiColor getAreaColorScaleMax()
-
getAxisColor
public UiColor getAxisColor()
-
getYZeroLineVisible
public boolean getYZeroLineVisible()
-
getYScaleType
public UiScaleType getYScaleType()
-
getIntervalY
public UiLongInterval getIntervalY()
-
getYScaleZoomMode
public UiLineChartYScaleZoomMode getYScaleZoomMode()
-
setGraphType
public UiLineChartLineFormat setGraphType(UiLineChartCurveType graphType)
-
setDataDotRadius
public UiLineChartLineFormat setDataDotRadius(float dataDotRadius)
-
setLineColorScaleMin
public UiLineChartLineFormat setLineColorScaleMin(UiColor lineColorScaleMin)
-
setLineColorScaleMax
public UiLineChartLineFormat setLineColorScaleMax(UiColor lineColorScaleMax)
-
setAreaColorScaleMin
public UiLineChartLineFormat setAreaColorScaleMin(UiColor areaColorScaleMin)
-
setAreaColorScaleMax
public UiLineChartLineFormat setAreaColorScaleMax(UiColor areaColorScaleMax)
-
setAxisColor
public UiLineChartLineFormat setAxisColor(UiColor axisColor)
-
setYZeroLineVisible
public UiLineChartLineFormat setYZeroLineVisible(boolean yZeroLineVisible)
-
setYScaleType
public UiLineChartLineFormat setYScaleType(UiScaleType yScaleType)
-
setIntervalY
public UiLineChartLineFormat setIntervalY(UiLongInterval intervalY)
-
setYScaleZoomMode
public UiLineChartLineFormat setYScaleZoomMode(UiLineChartYScaleZoomMode yScaleZoomMode)
-
-