Uses of Package
prefuse.data

Packages that use prefuse.data
prefuse The top-level Visualization and Display classes, as well as Constants used throughout the toolkit. 
prefuse.action.layout.graph Action modules for computing the layout of graph or tree structured data. 
prefuse.controls Control modules for incorporating interaction in prefuse Displays. 
prefuse.data Table, Graph, and Tree data structures for organizing data. 
prefuse.data.column Data columns for storing typed data within a data table. 
prefuse.data.event Listener interfaces for monitoring prefuse data structures and expressions. 
prefuse.data.expression Classes implementing an SQL-like expression language for filtering and manipulating data. 
prefuse.data.io Input/output classes for reading and writing data from formatted files. 
prefuse.data.io.sql Input libraries for loading data from SQL databases. 
prefuse.data.search Text search support for prefix, keyword, and regular expression searches. 
prefuse.data.tuple Implementing classes for data tuples, object proxies to a row of table data. 
prefuse.data.util Utility classes for supporting prefuse data structures, including indexes, iterators, filters, and column projections. 
prefuse.render Interfaces and modules for rendering VisualItems into a graphics context. 
prefuse.util Utility classes for use by both the toolkit and applications, including color and font support. 
prefuse.util.io Utility classes pertaining to input and output. 
prefuse.util.ui Utility classes facilitating the generation and composition of user interface components. 
prefuse.visual Classes for representing and storing VisualItems. 
prefuse.visual.expression Expressions in the prefuse expression language that are specific to VisualItems. 
prefuse.visual.tuple Implementations of VisualItem types and backing TupleManager instances. 
 

Classes in prefuse.data used by prefuse
Graph
          A Graph models a network of nodes connected by a collection of edges.
Schema
          The Schema class represents a description of a Table's columns, including column names, data types, and default values.
Table
          A Table organizes a collection of data into rows and columns, each row containing a data record, and each column containing data values for a named data field with a specific data type.
Tree
          Graph subclass that models a tree structure of hierarchical parent-child relationships.
Tuple
          Tuples are objects representing a row of a data table, providing a simplified interface to table data.
 

Classes in prefuse.data used by prefuse.action.layout.graph
Graph
          A Graph models a network of nodes connected by a collection of edges.
Schema
          The Schema class represents a description of a Table's columns, including column names, data types, and default values.
 

Classes in prefuse.data used by prefuse.controls
Table
          A Table organizes a collection of data into rows and columns, each row containing a data record, and each column containing data values for a named data field with a specific data type.
 

Classes in prefuse.data used by prefuse.data
Edge
          Tuple sub-interface that represents an edge in a graph structure.
Graph
          A Graph models a network of nodes connected by a collection of edges.
Node
          Tuple sub-interface that represents a node in a graph or tree structure.
Schema
          The Schema class represents a description of a Table's columns, including column names, data types, and default values.
SpanningTree
          Special tree instance for storing a spanning tree over a graph instance.
Table
          A Table organizes a collection of data into rows and columns, each row containing a data record, and each column containing data values for a named data field with a specific data type.
Tree
          Graph subclass that models a tree structure of hierarchical parent-child relationships.
Tuple
          Tuples are objects representing a row of a data table, providing a simplified interface to table data.
 

Classes in prefuse.data used by prefuse.data.column
DataTypeException
          Exception indicating an incompatible data type assignment.
Table
          A Table organizes a collection of data into rows and columns, each row containing a data record, and each column containing data values for a named data field with a specific data type.
 

Classes in prefuse.data used by prefuse.data.event
Graph
          A Graph models a network of nodes connected by a collection of edges.
Table
          A Table organizes a collection of data into rows and columns, each row containing a data record, and each column containing data values for a named data field with a specific data type.
Tuple
          Tuples are objects representing a row of a data table, providing a simplified interface to table data.
 

Classes in prefuse.data used by prefuse.data.expression
Schema
          The Schema class represents a description of a Table's columns, including column names, data types, and default values.
Tuple
          Tuples are objects representing a row of a data table, providing a simplified interface to table data.
 

Classes in prefuse.data used by prefuse.data.io
Graph
          A Graph models a network of nodes connected by a collection of edges.
Schema
          The Schema class represents a description of a Table's columns, including column names, data types, and default values.
Table
          A Table organizes a collection of data into rows and columns, each row containing a data record, and each column containing data values for a named data field with a specific data type.
Tree
          Graph subclass that models a tree structure of hierarchical parent-child relationships.
 

Classes in prefuse.data used by prefuse.data.io.sql
Schema
          The Schema class represents a description of a Table's columns, including column names, data types, and default values.
Table
          A Table organizes a collection of data into rows and columns, each row containing a data record, and each column containing data values for a named data field with a specific data type.
 

Classes in prefuse.data used by prefuse.data.search
Tuple
          Tuples are objects representing a row of a data table, providing a simplified interface to table data.
 

Classes in prefuse.data used by prefuse.data.tuple
Edge
          Tuple sub-interface that represents an edge in a graph structure.
Graph
          A Graph models a network of nodes connected by a collection of edges.
Node
          Tuple sub-interface that represents a node in a graph or tree structure.
Schema
          The Schema class represents a description of a Table's columns, including column names, data types, and default values.
Table
          A Table organizes a collection of data into rows and columns, each row containing a data record, and each column containing data values for a named data field with a specific data type.
Tuple
          Tuples are objects representing a row of a data table, providing a simplified interface to table data.
 

Classes in prefuse.data used by prefuse.data.util
Graph
          A Graph models a network of nodes connected by a collection of edges.
Node
          Tuple sub-interface that represents a node in a graph or tree structure.
Table
          A Table organizes a collection of data into rows and columns, each row containing a data record, and each column containing data values for a named data field with a specific data type.
Tuple
          Tuples are objects representing a row of a data table, providing a simplified interface to table data.
 

Classes in prefuse.data used by prefuse.render
Schema
          The Schema class represents a description of a Table's columns, including column names, data types, and default values.
 

Classes in prefuse.data used by prefuse.util
Graph
          A Graph models a network of nodes connected by a collection of edges.
Schema
          The Schema class represents a description of a Table's columns, including column names, data types, and default values.
Tree
          Graph subclass that models a tree structure of hierarchical parent-child relationships.
Tuple
          Tuples are objects representing a row of a data table, providing a simplified interface to table data.
 

Classes in prefuse.data used by prefuse.util.io
Graph
          A Graph models a network of nodes connected by a collection of edges.
Table
          A Table organizes a collection of data into rows and columns, each row containing a data record, and each column containing data values for a named data field with a specific data type.
 

Classes in prefuse.data used by prefuse.util.ui
Graph
          A Graph models a network of nodes connected by a collection of edges.
Table
          A Table organizes a collection of data into rows and columns, each row containing a data record, and each column containing data values for a named data field with a specific data type.
Tree
          Graph subclass that models a tree structure of hierarchical parent-child relationships.
 

Classes in prefuse.data used by prefuse.visual
CascadedTable
          Table subclass featuring a "cascaded" table design - a CascadedTable can have a parent table, from which it inherits a potentially filtered set of rows and columns.
Edge
          Tuple sub-interface that represents an edge in a graph structure.
Graph
          A Graph models a network of nodes connected by a collection of edges.
Node
          Tuple sub-interface that represents a node in a graph or tree structure.
Schema
          The Schema class represents a description of a Table's columns, including column names, data types, and default values.
Table
          A Table organizes a collection of data into rows and columns, each row containing a data record, and each column containing data values for a named data field with a specific data type.
Tree
          Graph subclass that models a tree structure of hierarchical parent-child relationships.
Tuple
          Tuples are objects representing a row of a data table, providing a simplified interface to table data.
 

Classes in prefuse.data used by prefuse.visual.expression
Schema
          The Schema class represents a description of a Table's columns, including column names, data types, and default values.
Tuple
          Tuples are objects representing a row of a data table, providing a simplified interface to table data.
 

Classes in prefuse.data used by prefuse.visual.tuple
Edge
          Tuple sub-interface that represents an edge in a graph structure.
Graph
          A Graph models a network of nodes connected by a collection of edges.
Node
          Tuple sub-interface that represents a node in a graph or tree structure.
Table
          A Table organizes a collection of data into rows and columns, each row containing a data record, and each column containing data values for a named data field with a specific data type.
Tuple
          Tuples are objects representing a row of a data table, providing a simplified interface to table data.
 



Copyright © 2007 Regents of the University of California