Next: DTWPathPlotter module description
Up: GUI decomposition description
Previous: DTWFileIO module description
  Contents
Dataplotter class module is a subsystem for draw graphs from data vectors. The data is scaled to the plotter window and drawn as a graph. The module consists of the main DTWDataPlotter class and two classes, DTWHorizontalPlotter and DTWVerticalPlotter that are inherited from DTWDataPlotter class. Most functionalities for both of these classes are similar and they implement the same interface inherited from DTWDataPlotter. Only drawing routines for the two of these differ.
Conditional:
Another class inherited from the DTWHorizontalPlotter Class is DTWSelectorPlotter. This class also allows selecting part of the graph and returning the selected data.
2002-03-19