Class IncidentGraph
java.lang.Object
org.teamapps.ux.component.timegraph.graph.AbstractGraph<IncidentGraphData,IncidentGraphModel>
org.teamapps.ux.component.timegraph.graph.IncidentGraph
public class IncidentGraph extends AbstractGraph<IncidentGraphData,IncidentGraphModel>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description IncidentGraph(IncidentGraphModel graphModel) -
Method Summary
Modifier and Type Method Description org.teamapps.dto.UiIncidentGraphcreateUiFormat()Methods inherited from class org.teamapps.ux.component.timegraph.graph.AbstractGraph
fireChange, getDisplayedIntervalY, getId, getModel, getYAxisColor, getYScaleType, getYScaleZoomMode, isyAxisVisible, isYZeroLineVisible, mapAbstractLineChartDataDisplayProperties, setChangeListener, setDisplayedIntervalY, setModel, setYAxisColor, setYAxisVisible, setYScaleType, setYScaleZoomMode, setYZeroLineVisible
-
Constructor Details
-
Method Details
-
createUiFormat
public org.teamapps.dto.UiIncidentGraph createUiFormat()- Specified by:
createUiFormatin classAbstractGraph<IncidentGraphData,IncidentGraphModel>
-