Holger's
Java API

Uses of Class
com.antelmann.math.TimeDataGrid

Packages that use TimeDataGrid
com.antelmann.db This package contains generally useful classes for generic database management. 
com.antelmann.math This package contains classes to ease calculations. 
com.antelmann.util This package contains generally useful classes that are used throughout the other packages in this framework. 
 

Uses of TimeDataGrid in com.antelmann.db
 

Methods in com.antelmann.db with parameters of type TimeDataGrid
 void EntryAnalyzer.loadGrid(TimeDataGrid<T> grid, Monitor mon)
           
 

Uses of TimeDataGrid in com.antelmann.math
 

Methods in com.antelmann.math that return TimeDataGrid
 TimeDataGrid<T> ObjectAnalyzer.createLoadedTimeDataGrid()
           
 TimeDataGrid<T> ObjectAnalyzer.createLoadedTimeDataGrid(Monitor mon)
           
 TimeDataGrid<?> TimeDataGraphics.getGrid()
           
 

Methods in com.antelmann.math that return types with arguments of type TimeDataGrid
 Vector<TimeDataGrid<? super T>> TimeDataGrid.getAdditionalGrids()
          access to a list where other grids can be added, so that one Enumeration can run through multiple grids
 

Methods in com.antelmann.math with parameters of type TimeDataGrid
 void ObjectAnalyzer.loadGrid(TimeDataGrid<T> grid, Monitor mon)
           
 void TimeDataGraphics.setGrid(TimeDataGrid<?> grid)
           
 

Constructors in com.antelmann.math with parameters of type TimeDataGrid
DataMatrix(TimeDataGrid<T> grid)
           
TimeDataGraphics(TimeDataGrid<?> grid)
           
 

Uses of TimeDataGrid in com.antelmann.util
 

Methods in com.antelmann.util that return TimeDataGrid
 TimeDataGrid<?> PerformanceMonitor.getTimeDataGrid()
          provides access to the TimeDataGrid instance that contains all relevant performance data from the method calls to the embedded instance for further analysis.
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads