|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use infovis | |
---|---|
infovis | Provides a set of classes to implement Information Visualization applications or components. |
infovis.column | |
infovis.column.filter | Provides a set of classes for filtering out columns, used in various components. |
infovis.column.visualization | Provides visualizations for columns. |
infovis.graph | Provides a set of classes related to visualization of graphs. |
infovis.graph.algorithm | Implements algorithms for manipulating graphs. |
infovis.graph.clustering | Implements clustering algorithms on graphs. |
infovis.graph.event | Events generated graphs. |
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.color | Provides a set of components for interacting with colors. |
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 | Provides a set of classes related to visualization of tables. |
infovis.table.io | Manage input and ouput of tables using various formats or sources. |
infovis.table.visualization | Provides table visualizations. |
infovis.tree | Provides a set of classes related to visualization of trees. |
infovis.tree.io | Manage input and ouput of trees using various formats or sources. |
infovis.tree.visualization | Provides trees visualizations. |
infovis.tree.visualization.nodelink | Implements Node-Link diagram layouts for trees. |
infovis.tree.visualization.treemap | Provides helper classes for visualizing tree using treemaps. |
infovis.utils | Utilities classes for the Infovis Toolkit. |
infovis.visualization | Provides base classes for managing visualizations. |
infovis.visualization.color | Provides a set of classes for color visualization. |
infovis.visualization.inter | Provides interactors used to interact with visualizations. |
infovis.visualization.linkShapers | Implements the computation of link shapes from placed nodes. |
infovis.visualization.magicLens | Magic lenses to modify locally visualizations. |
infovis.visualization.render | Provides Item Renderes used to render visual columns in visualizations. |
infovis.visualization.ruler | Management of rulers that go around and under visualizations. |
Classes in infovis used by infovis | |
---|---|
Column
A column is an indexed collection of values of homogeneous type. |
|
DynamicTable
A Dynamic Table is a Table that can have elements removed. |
|
Metadata
Metadata interface and constants for qualifying columns and tables. |
|
Table
The Table is the base class of all infovis dataset
containers. |
|
Visualization
A visualization implements a set of services to visualize a table data structure and allow interaction. |
Classes in infovis used by infovis.column | |
---|---|
Column
A column is an indexed collection of values of homogeneous type. |
|
Graph
A Graph in an interface for a table of vertices and a table of edges, along with a set of methods to manage these tables as a graph. |
|
Metadata
Metadata interface and constants for qualifying columns and tables. |
|
Table
The Table is the base class of all infovis dataset
containers. |
Classes in infovis used by infovis.column.filter | |
---|---|
Column
A column is an indexed collection of values of homogeneous type. |
Classes in infovis used by infovis.column.visualization | |
---|---|
Column
A column is an indexed collection of values of homogeneous type. |
|
Metadata
Metadata interface and constants for qualifying columns and tables. |
|
Table
The Table is the base class of all infovis dataset
containers. |
|
Visualization
A visualization implements a set of services to visualize a table data structure and allow interaction. |
Classes in infovis used by infovis.graph | |
---|---|
DynamicTable
A Dynamic Table is a Table that can have elements removed. |
|
Graph
A Graph in an interface for a table of vertices and a table of edges, along with a set of methods to manage these tables as a graph. |
|
Metadata
Metadata interface and constants for qualifying columns and tables. |
|
Table
The Table is the base class of all infovis dataset
containers. |
|
Tree
Container for a rooted tree structure (hierarchy). |
Classes in infovis used by infovis.graph.algorithm | |
---|---|
Graph
A Graph in an interface for a table of vertices and a table of edges, along with a set of methods to manage these tables as a graph. |
Classes in infovis used by infovis.graph.clustering | |
---|---|
Graph
A Graph in an interface for a table of vertices and a table of edges, along with a set of methods to manage these tables as a graph. |
Classes in infovis used by infovis.graph.event | |
---|---|
Graph
A Graph in an interface for a table of vertices and a table of edges, along with a set of methods to manage these tables as a graph. |
Classes in infovis used by infovis.graph.io | |
---|---|
Column
A column is an indexed collection of values of homogeneous type. |
|
Graph
A Graph in an interface for a table of vertices and a table of edges, along with a set of methods to manage these tables as a graph. |
|
Table
The Table is the base class of all infovis dataset
containers. |
Classes in infovis used by infovis.graph.visualization | |
---|---|
Column
A column is an indexed collection of values of homogeneous type. |
|
DynamicTable
A Dynamic Table is a Table that can have elements removed. |
|
Graph
A Graph in an interface for a table of vertices and a table of edges, along with a set of methods to manage these tables as a graph. |
|
Metadata
Metadata interface and constants for qualifying columns and tables. |
|
Table
The Table is the base class of all infovis dataset
containers. |
|
Visualization
A visualization implements a set of services to visualize a table data structure and allow interaction. |
Classes in infovis used by infovis.graph.visualization.layout | |
---|---|
Graph
A Graph in an interface for a table of vertices and a table of edges, along with a set of methods to manage these tables as a graph. |
|
Metadata
Metadata interface and constants for qualifying columns and tables. |
|
Visualization
A visualization implements a set of services to visualize a table data structure and allow interaction. |
Classes in infovis used by infovis.io | |
---|---|
Column
A column is an indexed collection of values of homogeneous type. |
|
Table
The Table is the base class of all infovis dataset
containers. |
Classes in infovis used by infovis.metadata | |
---|---|
Column
A column is an indexed collection of values of homogeneous type. |
|
Metadata
Metadata interface and constants for qualifying columns and tables. |
|
Tree
Container for a rooted tree structure (hierarchy). |
Classes in infovis used by infovis.panel | |
---|---|
Column
A column is an indexed collection of values of homogeneous type. |
|
Graph
A Graph in an interface for a table of vertices and a table of edges, along with a set of methods to manage these tables as a graph. |
|
Table
The Table is the base class of all infovis dataset
containers. |
|
Tree
Container for a rooted tree structure (hierarchy). |
|
Visualization
A visualization implements a set of services to visualize a table data structure and allow interaction. |
Classes in infovis used by infovis.panel.color | |
---|---|
Visualization
A visualization implements a set of services to visualize a table data structure and allow interaction. |
Classes in infovis used by infovis.panel.dqinter | |
---|---|
Column
A column is an indexed collection of values of homogeneous type. |
Classes in infovis used by infovis.panel.render | |
---|---|
Table
The Table is the base class of all infovis dataset
containers. |
|
Visualization
A visualization implements a set of services to visualize a table data structure and allow interaction. |
Classes in infovis used by infovis.table | |
---|---|
Column
A column is an indexed collection of values of homogeneous type. |
|
DynamicTable
A Dynamic Table is a Table that can have elements removed. |
|
Metadata
Metadata interface and constants for qualifying columns and tables. |
|
Table
The Table is the base class of all infovis dataset
containers. |
Classes in infovis used by infovis.table.io | |
---|---|
Column
A column is an indexed collection of values of homogeneous type. |
|
Table
The Table is the base class of all infovis dataset
containers. |
Classes in infovis used by infovis.table.visualization | |
---|---|
Column
A column is an indexed collection of values of homogeneous type. |
|
Metadata
Metadata interface and constants for qualifying columns and tables. |
|
Table
The Table is the base class of all infovis dataset
containers. |
|
Visualization
A visualization implements a set of services to visualize a table data structure and allow interaction. |
Classes in infovis used by infovis.tree | |
---|---|
Column
A column is an indexed collection of values of homogeneous type. |
|
DynamicTable
A Dynamic Table is a Table that can have elements removed. |
|
Graph
A Graph in an interface for a table of vertices and a table of edges, along with a set of methods to manage these tables as a graph. |
|
Metadata
Metadata interface and constants for qualifying columns and tables. |
|
Table
The Table is the base class of all infovis dataset
containers. |
|
Tree
Container for a rooted tree structure (hierarchy). |
Classes in infovis used by infovis.tree.io | |
---|---|
Table
The Table is the base class of all infovis dataset
containers. |
|
Tree
Container for a rooted tree structure (hierarchy). |
Classes in infovis used by infovis.tree.visualization | |
---|---|
Column
A column is an indexed collection of values of homogeneous type. |
|
DynamicTable
A Dynamic Table is a Table that can have elements removed. |
|
Metadata
Metadata interface and constants for qualifying columns and tables. |
|
Table
The Table is the base class of all infovis dataset
containers. |
|
Tree
Container for a rooted tree structure (hierarchy). |
|
Visualization
A visualization implements a set of services to visualize a table data structure and allow interaction. |
Classes in infovis used by infovis.tree.visualization.nodelink | |
---|---|
Visualization
A visualization implements a set of services to visualize a table data structure and allow interaction. |
Classes in infovis used by infovis.tree.visualization.treemap | |
---|---|
Visualization
A visualization implements a set of services to visualize a table data structure and allow interaction. |
Classes in infovis used by infovis.utils | |
---|---|
Table
The Table is the base class of all infovis dataset
containers. |
|
Tree
Container for a rooted tree structure (hierarchy). |
Classes in infovis used by infovis.visualization | |
---|---|
Column
A column is an indexed collection of values of homogeneous type. |
|
Metadata
Metadata interface and constants for qualifying columns and tables. |
|
Table
The Table is the base class of all infovis dataset
containers. |
|
Visualization
A visualization implements a set of services to visualize a table data structure and allow interaction. |
Classes in infovis used by infovis.visualization.color | |
---|---|
Column
A column is an indexed collection of values of homogeneous type. |
Classes in infovis used by infovis.visualization.inter | |
---|---|
Visualization
A visualization implements a set of services to visualize a table data structure and allow interaction. |
Classes in infovis used by infovis.visualization.linkShapers | |
---|---|
Visualization
A visualization implements a set of services to visualize a table data structure and allow interaction. |
Classes in infovis used by infovis.visualization.magicLens | |
---|---|
Column
A column is an indexed collection of values of homogeneous type. |
|
Table
The Table is the base class of all infovis dataset
containers. |
|
Visualization
A visualization implements a set of services to visualize a table data structure and allow interaction. |
Classes in infovis used by infovis.visualization.render | |
---|---|
Column
A column is an indexed collection of values of homogeneous type. |
|
Table
The Table is the base class of all infovis dataset
containers. |
|
Visualization
A visualization implements a set of services to visualize a table data structure and allow interaction. |
Classes in infovis used by infovis.visualization.ruler | |
---|---|
Column
A column is an indexed collection of values of homogeneous type. |
|
Metadata
Metadata interface and constants for qualifying columns and tables. |
|
Table
The Table is the base class of all infovis dataset
containers. |
|
Visualization
A visualization implements a set of services to visualize a table data structure and allow interaction. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |