Class GraphGroup
java.lang.Object
org.teamapps.ux.component.timegraph.graph.AbstractGraph<GraphGroupData,GraphGroupModel>
org.teamapps.ux.component.timegraph.graph.GraphGroup
public class GraphGroup extends AbstractGraph<GraphGroupData,GraphGroupModel>
-
Field Summary
Fields inherited from class org.teamapps.ux.component.timegraph.graph.AbstractGraph
changeListener -
Constructor Summary
Constructors Constructor Description GraphGroup(java.util.List<AbstractGraph<?,?>> graphs)GraphGroup(AbstractGraph<?,?>... graphs) -
Method Summary
Modifier and Type Method Description voidaddGraph(AbstractGraph<?,?> graph)org.teamapps.dto.UiGraphGroupcreateUiFormat()java.util.List<AbstractGraph<?,?>>getGraphs()org.teamapps.ux.component.timegraph.graph.GraphGroup.GraphGroupModelgetModel()voidremoveGraph(AbstractGraph<?,?> graph)voidsetGraphs(java.util.List<AbstractGraph<?,?>> graphs)Methods inherited from class org.teamapps.ux.component.timegraph.graph.AbstractGraph
fireChange, getDisplayedIntervalY, getId, 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
-
GraphGroup
-
GraphGroup
-
-
Method Details
-
createUiFormat
public org.teamapps.dto.UiGraphGroup createUiFormat()- Specified by:
createUiFormatin classAbstractGraph<GraphGroupData,GraphGroupModel>
-
getModel
public org.teamapps.ux.component.timegraph.graph.GraphGroup.GraphGroupModel getModel()- Overrides:
getModelin classAbstractGraph<GraphGroupData,GraphGroupModel>
-
addGraph
-
setGraphs
-
removeGraph
-
getGraphs
-