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
Fields inherited from class org.teamapps.ux.component.timegraph.graph.AbstractGraph
changeListener -
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, setYZeroLineVisibleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
IncidentGraph
-
-
Method Details
-
createUiFormat
public org.teamapps.dto.UiIncidentGraph createUiFormat()- Specified by:
createUiFormatin classAbstractGraph<IncidentGraphData,IncidentGraphModel>
-