Class AbstractLineGraphModel
java.lang.Object
org.teamapps.ux.component.timegraph.model.AbstractLineGraphModel
- All Implemented Interfaces:
GraphModel<LineGraphData>,LineGraphModel
- Direct Known Subclasses:
AggregatingLineGraphModel,PartitioningTimestampsLineGraphModel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.teamapps.ux.component.timegraph.model.GraphModel
getData, getDomainX, onDataChanged
-
Field Details
-
onDataChanged
-
-
Constructor Details
-
AbstractLineGraphModel
public AbstractLineGraphModel()
-
-
Method Details
-
onDataChanged
- Specified by:
onDataChangedin interfaceGraphModel<D extends GraphData>
-