Package org.teamapps.dto
Class UiTimeGraph
- java.lang.Object
-
- org.teamapps.dto.UiComponent
-
- org.teamapps.dto.UiTimeGraph
-
- All Implemented Interfaces:
UiObject
public class UiTimeGraph extends UiComponent implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUiTimeGraph.AddDataCommandstatic classUiTimeGraph.DataNeededEventstatic classUiTimeGraph.IntervalSelectedEventstatic classUiTimeGraph.ReplaceAllDataCommandstatic classUiTimeGraph.ResetAllDataCommandstatic classUiTimeGraph.SetIntervalXCommandstatic classUiTimeGraph.SetIntervalYCommandstatic classUiTimeGraph.SetLineFormatCommandstatic classUiTimeGraph.SetLineFormatsCommandstatic classUiTimeGraph.SetMaxPixelsBetweenDataPointsCommandstatic classUiTimeGraph.SetMouseScrollZoomPanModeCommandstatic classUiTimeGraph.SetSelectedIntervalCommandstatic classUiTimeGraph.SetYScaleTypeCommandstatic classUiTimeGraph.SetYScaleZoomModeCommandstatic classUiTimeGraph.ZoomedEvent-
Nested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand
-
-
Field Summary
Fields Modifier and Type Field Description protected UiLongIntervalintervalXprotected java.util.Map<java.lang.String,UiLineChartLineFormat>lineFormatsprotected intmaxPixelsBetweenDataPointsprotected UiLineChartMouseScrollZoomPanModemouseScrollZoomPanModeprotected UiScaleTypeyScaleTypeprotected UiLineChartYScaleZoomModeyScaleZoomModeprotected java.util.List<UiTimeChartZoomLevel>zoomLevels-
Fields inherited from class org.teamapps.dto.UiComponent
id, stylesBySelector, visible
-
-
Constructor Summary
Constructors Constructor Description UiTimeGraph()Deprecated.Only for Jackson deserialization.UiTimeGraph(UiLongInterval intervalX, java.util.List<UiTimeChartZoomLevel> zoomLevels, int maxPixelsBetweenDataPoints, java.util.Map<java.lang.String,UiLineChartLineFormat> lineFormats)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UiLongIntervalgetIntervalX()java.util.Map<java.lang.String,UiLineChartLineFormat>getLineFormats()intgetMaxPixelsBetweenDataPoints()UiLineChartMouseScrollZoomPanModegetMouseScrollZoomPanMode()UiObjectTypegetUiObjectType()UiScaleTypegetYScaleType()UiLineChartYScaleZoomModegetYScaleZoomMode()java.util.List<UiTimeChartZoomLevel>getZoomLevels()UiTimeGraphsetId(java.lang.String id)UiTimeGraphsetMouseScrollZoomPanMode(UiLineChartMouseScrollZoomPanMode mouseScrollZoomPanMode)UiTimeGraphsetStylesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> stylesBySelector)UiTimeGraphsetVisible(boolean visible)UiTimeGraphsetYScaleType(UiScaleType yScaleType)UiTimeGraphsetYScaleZoomMode(UiLineChartYScaleZoomMode yScaleZoomMode)java.lang.StringtoString()-
Methods inherited from class org.teamapps.dto.UiComponent
getId, getStylesBySelector, getVisible
-
-
-
-
Field Detail
-
yScaleZoomMode
protected UiLineChartYScaleZoomMode yScaleZoomMode
-
intervalX
protected UiLongInterval intervalX
-
zoomLevels
protected java.util.List<UiTimeChartZoomLevel> zoomLevels
-
maxPixelsBetweenDataPoints
protected int maxPixelsBetweenDataPoints
-
lineFormats
protected java.util.Map<java.lang.String,UiLineChartLineFormat> lineFormats
-
yScaleType
protected UiScaleType yScaleType
-
mouseScrollZoomPanMode
protected UiLineChartMouseScrollZoomPanMode mouseScrollZoomPanMode
-
-
Constructor Detail
-
UiTimeGraph
@Deprecated public UiTimeGraph()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
UiTimeGraph
public UiTimeGraph(UiLongInterval intervalX, java.util.List<UiTimeChartZoomLevel> zoomLevels, int maxPixelsBetweenDataPoints, java.util.Map<java.lang.String,UiLineChartLineFormat> lineFormats)
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiComponent
-
toString
public java.lang.String toString()
- Overrides:
toStringin classUiComponent
-
getYScaleZoomMode
public UiLineChartYScaleZoomMode getYScaleZoomMode()
-
getIntervalX
public UiLongInterval getIntervalX()
-
getZoomLevels
public java.util.List<UiTimeChartZoomLevel> getZoomLevels()
-
getMaxPixelsBetweenDataPoints
public int getMaxPixelsBetweenDataPoints()
-
getLineFormats
public java.util.Map<java.lang.String,UiLineChartLineFormat> getLineFormats()
-
getYScaleType
public UiScaleType getYScaleType()
-
getMouseScrollZoomPanMode
public UiLineChartMouseScrollZoomPanMode getMouseScrollZoomPanMode()
-
setId
public UiTimeGraph setId(java.lang.String id)
- Overrides:
setIdin classUiComponent
-
setVisible
public UiTimeGraph setVisible(boolean visible)
- Overrides:
setVisiblein classUiComponent
-
setStylesBySelector
public UiTimeGraph setStylesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> stylesBySelector)
- Overrides:
setStylesBySelectorin classUiComponent
-
setYScaleZoomMode
public UiTimeGraph setYScaleZoomMode(UiLineChartYScaleZoomMode yScaleZoomMode)
-
setYScaleType
public UiTimeGraph setYScaleType(UiScaleType yScaleType)
-
setMouseScrollZoomPanMode
public UiTimeGraph setMouseScrollZoomPanMode(UiLineChartMouseScrollZoomPanMode mouseScrollZoomPanMode)
-
-