Uses of Class
org.das2.graph.DataLoader

Packages that use DataLoader
org.das2.dataset.test Classes for creating test data sets. 
org.das2.graph Mostly contains DasCanvasComponents, which are components that live within the DasCanvas, and Renderers which draw on DasPlots. 
 

Uses of DataLoader in org.das2.dataset.test
 

Subclasses of DataLoader in org.das2.dataset.test
 class MendelbrotDataLoader
           
 

Uses of DataLoader in org.das2.graph
 

Subclasses of DataLoader in org.das2.graph
 class XAxisDataLoader
           
 

Methods in org.das2.graph that return DataLoader
 DataLoader Renderer.getDataLoader()
           
 

Methods in org.das2.graph with parameters of type DataLoader
 void Renderer.setDataSetLoader(DataLoader loader)