Uses of Class
infovis.utils.BasicFactory

Packages that use BasicFactory
infovis.column   
infovis.graph.io Manage input and ouput of graphs using various formats or sources. 
infovis.graph.visualization Provides graph visualizations. 
infovis.graph.visualization.layout Implements Node-Link diagram layouts for graphs. 
infovis.io Provides base classes for managing input and output of Infovis data structures. 
infovis.metadata Provides for Metadata management. 
infovis.panel Provides a set of components for interacting with visualizations. 
infovis.panel.dqinter Provides a set of components implementing Dynamic Queries 
infovis.panel.render Provides a set of subcomponents for interacting with visual item renderers. 
infovis.table.io Manage input and ouput of tables using various formats or sources. 
infovis.tree.io Manage input and ouput of trees using various formats or sources. 
infovis.tree.visualization.nodelink Implements Node-Link diagram layouts for trees. 
infovis.tree.visualization.treemap Provides helper classes for visualizing tree using treemaps. 
infovis.visualization Provides base classes for managing visualizations. 
infovis.visualization.inter Provides interactors used to interact with visualizations. 
infovis.visualization.linkShapers Implements the computation of link shapes from placed nodes. 
infovis.visualization.render Provides Item Renderes used to render visual columns in visualizations. 
 

Uses of BasicFactory in infovis.column
 

Subclasses of BasicFactory in infovis.column
 class ColumnFactory
          Factory of Columns to create a new column based on its type name and density/sparsity.
 

Uses of BasicFactory in infovis.graph.io
 

Subclasses of BasicFactory in infovis.graph.io
 class GraphReaderFactory
          Reader Factory for Graphs.
 class GraphWriterFactory
          Class GraphWriterFactory
 

Uses of BasicFactory in infovis.graph.visualization
 

Subclasses of BasicFactory in infovis.graph.visualization
 class NodeLinkGraphLayoutPanelFactory
          Class NodeLinkGraphLayoutPanelFactory
 

Uses of BasicFactory in infovis.graph.visualization.layout
 

Subclasses of BasicFactory in infovis.graph.visualization.layout
 class GraphLayoutFactory
          Class GraphLayoutFactory
 

Uses of BasicFactory in infovis.io
 

Subclasses of BasicFactory in infovis.io
 class AbstractReaderFactory
          Abstract factory of table readers.
 class AbstractWriterFactory
          Class AbstractWriterFactory
 

Uses of BasicFactory in infovis.metadata
 

Subclasses of BasicFactory in infovis.metadata
 class AggregationFactory
          Class AggregationFactory manages hierarchical aggregation in columns.
 

Uses of BasicFactory in infovis.panel
 

Subclasses of BasicFactory in infovis.panel
 class ControlPanelFactory
          ControlPanelFactory create a control panel associated with a specified visualization.
 

Uses of BasicFactory in infovis.panel.dqinter
 

Subclasses of BasicFactory in infovis.panel.dqinter
 class DynamicQueryFactory
          Creates a Dynamic Query from a Column.
 

Uses of BasicFactory in infovis.panel.render
 

Subclasses of BasicFactory in infovis.panel.render
 class VisualPanelFactory
          Class VisualPanelFactory
 

Uses of BasicFactory in infovis.table.io
 

Subclasses of BasicFactory in infovis.table.io
 class TableReaderFactory
          Factory of table readers.
 

Uses of BasicFactory in infovis.tree.io
 

Subclasses of BasicFactory in infovis.tree.io
 class TreeReaderFactory
          Factory of tree readers.
 

Uses of BasicFactory in infovis.tree.visualization.nodelink
 

Subclasses of BasicFactory in infovis.tree.visualization.nodelink
 class TreeLayoutFactory
          Factory of Tree Layout objects.
 

Uses of BasicFactory in infovis.tree.visualization.treemap
 

Subclasses of BasicFactory in infovis.tree.visualization.treemap
 class TreemapFactory
          Factory of Treemap layout algorithms.
 

Uses of BasicFactory in infovis.visualization
 

Subclasses of BasicFactory in infovis.visualization
 class VisualizationFactory
          A VisualizationFactory is used to keep track of all the visualizations compatible with a specified data structure and to create the visualizations from the data structures.
 

Uses of BasicFactory in infovis.visualization.inter
 

Subclasses of BasicFactory in infovis.visualization.inter
 class InteractorFactory
          Factory for VisualizationInteractor objects.
 class RendererInteractorFactory
          Factory of ItemInteractors
 

Uses of BasicFactory in infovis.visualization.linkShapers
 

Subclasses of BasicFactory in infovis.visualization.linkShapers
 class LinkShaperFactory
          A LinkShaperFactory keeps track of all the LinkShaper classes compatible with a specified LinkVisualization.
 

Uses of BasicFactory in infovis.visualization.render
 

Subclasses of BasicFactory in infovis.visualization.render
 class ItemRendererFactory
          Class ItemRendererFactory
 



Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.