- Table - Class in prefuse.data
-
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.
- Table() - Constructor for class prefuse.data.Table
-
Create a new, empty Table.
- Table(int, int) - Constructor for class prefuse.data.Table
-
Create a new Table with a given number of rows, and the starting
capacity for a given number of columns.
- Table(int, int, Class) - Constructor for class prefuse.data.Table
-
Create a new Table.
- table - Variable in class prefuse.util.collections.IntObjectHashMap
-
The hash table keys.
- Table.ColumnEntry - Class in prefuse.data
-
Helper class that encapsulates a map entry for a column, including the
column itself and its metadata and index.
- Table.ColumnEntry(int, Column, ColumnMetadata) - Constructor for class prefuse.data.Table.ColumnEntry
-
Create a new ColumnEntry.
- TableAggregateItem - Class in prefuse.visual.tuple
-
AggregateItem implementation that uses data values from a backing
AggregateTable.
- TableAggregateItem() - Constructor for class prefuse.visual.tuple.TableAggregateItem
-
- tableChanged(Table, int, int, int, int) - Method in class prefuse.controls.DragControl
-
- tableChanged(Table, int, int, int, int) - Method in interface prefuse.data.event.TableListener
-
Notification that a table has changed.
- tableChanged(Table, int, int, int, int) - Method in class prefuse.data.Graph.Listener
-
- tableChanged(Table, int, int, int, int) - Method in class prefuse.data.util.TreeIndex
-
- tableChanged(Table, int, int, int, int) - Method in class prefuse.util.ui.PrefuseTableModel
-
- TableDecoratorItem - Class in prefuse.visual.tuple
-
DecoratorItem implementation that uses data values from a backing
VisualTable.
- TableDecoratorItem() - Constructor for class prefuse.visual.tuple.TableDecoratorItem
-
- TableEdge - Class in prefuse.data.tuple
-
Edge implementation that reads Edge data from a backing edge table.
- TableEdge() - Constructor for class prefuse.data.tuple.TableEdge
-
- TableEdgeItem - Class in prefuse.visual.tuple
-
EdgeItem implementation that used data values from a backing
VisualTable of edges.
- TableEdgeItem() - Constructor for class prefuse.visual.tuple.TableEdgeItem
-
- TableIterator - Class in prefuse.data.util
-
An iterator over table rows, providing convenience methods for accessing and
manipulating table data.
- TableIterator(Table, IntIterator) - Constructor for class prefuse.data.util.TableIterator
-
Create a new TableIterator using a given iterator over table rows.
- TableListener - Interface in prefuse.data.event
-
Listener interface for monitoring changes to a table.
- TableNode - Class in prefuse.data.tuple
-
Node implementation that reads Node data from a backing node table.
- TableNode() - Constructor for class prefuse.data.tuple.TableNode
-
- TableNodeItem - Class in prefuse.visual.tuple
-
NodeItem implementation that used data values from a backing
VisualTable of nodes.
- TableNodeItem() - Constructor for class prefuse.visual.tuple.TableNodeItem
-
- TableReader - Interface in prefuse.data.io
-
Interface for classes that read in Table data from a particular file format.
- TableReadListener - Interface in prefuse.data.io
-
Callback interface used by AbstractTextTableReader instances to be
used when a table value is encountered in parsing.
- TableTuple - Class in prefuse.data.tuple
-
Tuple implementation that pulls values from a backing data Table.
- TableTuple() - Constructor for class prefuse.data.tuple.TableTuple
-
- TableVisualItem - Class in prefuse.visual.tuple
-
VisualItem implementation that uses data values from a backing VisualTable.
- TableVisualItem() - Constructor for class prefuse.visual.tuple.TableVisualItem
-
- TableWriter - Interface in prefuse.data.io
-
Interface for classes that write Table data to a particular file format.
- tag(String, String[], String[], int, boolean) - Method in class prefuse.util.io.XMLWriter
-
Internal method for printing a tag with attributes.
- tag(String, String[], String[], int) - Method in class prefuse.util.io.XMLWriter
-
Print a closed tag with attributes.
- tag(String, String, String, boolean) - Method in class prefuse.util.io.XMLWriter
-
Internal method for printing a tag with a single attribute.
- tag(String, String, String) - Method in class prefuse.util.io.XMLWriter
-
Print a closed tag with one attribute.
- tag(String, ArrayList, ArrayList, int, boolean) - Method in class prefuse.util.io.XMLWriter
-
Internal method for printing a tag with attributes.
- tag(String, ArrayList, ArrayList, int) - Method in class prefuse.util.io.XMLWriter
-
Print a closed tag with attributes.
- TARGET - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
-
- temp - Variable in class prefuse.controls.DragControl
-
- TEXTCOLOR - Static variable in interface prefuse.visual.VisualItem
-
The text color data field
- THEN - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
-
- ThereAndBackPacer - Class in prefuse.activity
-
Pacing function that maps the animation fraction f such that it ranges
from 0 to 1 and then back to 0 again.
- ThereAndBackPacer() - Constructor for class prefuse.activity.ThereAndBackPacer
-
- thumbColor - Variable in class prefuse.util.ui.JRangeSlider
-
- TimeLib - Class in prefuse.util
-
Library routines for dealing with times and time spans.
- TimeParser - Class in prefuse.data.parser
-
DataParser instance that parses Date values as java.util.Time instances,
representing a particular time (but no specific date).
- TimeParser() - Constructor for class prefuse.data.parser.TimeParser
-
Create a new TimeParser.
- TimeParser(DateFormat) - Constructor for class prefuse.data.parser.TimeParser
-
Create a new TimeParser.
- toArray() - Method in class prefuse.data.tuple.DefaultTupleSet
-
Get the contents of this TupleSet as an array.
- toArray() - Method in class prefuse.util.collections.ByteArrayList
-
- toArray() - Method in class prefuse.util.collections.CopyOnWriteArrayList
-
Returns an array containing all of the elements in this list
in proper sequence (from first to last element).
- toArray(Object[]) - Method in class prefuse.util.collections.CopyOnWriteArrayList
-
Returns an array containing all of the elements in this list in
proper sequence (from first to last element); the runtime type of
the returned array is that of the specified array.
- toArray(Iterator, String) - Static method in class prefuse.util.DataLib
-
Get an array containing all data values for a given tuple iteration
and field.
- toDoubleArray(Iterator, String) - Static method in class prefuse.util.DataLib
-
Get an array of doubles containing all column values for a given table
and field.
- token - Static variable in class prefuse.data.expression.parser.ExpressionParser
-
- Token - Class in prefuse.data.expression.parser
-
Describes the input token stream.
- Token() - Constructor for class prefuse.data.expression.parser.Token
-
- token_source - Static variable in class prefuse.data.expression.parser.ExpressionParser
-
- tokenImage - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
-
- tokenImage - Variable in exception prefuse.data.expression.parser.ParseException
-
This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred.
- TokenMgrError - Error in prefuse.data.expression.parser
-
- TokenMgrError() - Constructor for error prefuse.data.expression.parser.TokenMgrError
-
- TokenMgrError(String, int) - Constructor for error prefuse.data.expression.parser.TokenMgrError
-
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error prefuse.data.expression.parser.TokenMgrError
-
- toLocal(int) - Method in class prefuse.util.ui.JRangeSlider
-
Converts from screen coordinates to a range value.
- ToolTipControl - Class in prefuse.controls
-
Control that enables a tooltip display for items based on mouse hover.
- ToolTipControl(String) - Constructor for class prefuse.controls.ToolTipControl
-
Create a new ToolTipControl.
- ToolTipControl(String[]) - Constructor for class prefuse.controls.ToolTipControl
-
Create a new ToolTipControl.
- TOP - Static variable in interface prefuse.Constants
-
A top alignment
- toScreen(int) - Method in class prefuse.util.ui.JRangeSlider
-
Converts from a range value to screen coordinates.
- toScreenDouble(int) - Method in class prefuse.util.ui.JRangeSlider
-
Converts from a range value to screen coordinates.
- toString() - Method in class prefuse.data.expression.AndPredicate
-
- toString() - Method in class prefuse.data.expression.ArithmeticExpression
-
- toString() - Method in class prefuse.data.expression.BooleanLiteral
-
- toString() - Method in class prefuse.data.expression.ColumnExpression
-
- toString() - Method in class prefuse.data.expression.ComparisonPredicate
-
- toString(String) - Method in class prefuse.data.expression.CompositePredicate
-
Return a String representation of this predicate.
- toString() - Method in class prefuse.data.expression.FunctionExpression
-
- toString() - Method in class prefuse.data.expression.IfExpression
-
- toString() - Method in class prefuse.data.expression.NotPredicate
-
- toString() - Method in class prefuse.data.expression.NumericLiteral
-
- toString() - Method in class prefuse.data.expression.ObjectLiteral
-
- toString() - Method in class prefuse.data.expression.OrPredicate
-
- toString() - Method in class prefuse.data.expression.parser.Token
-
Returns the image.
- toString() - Method in class prefuse.data.expression.RangePredicate
-
- toString() - Method in class prefuse.data.expression.XorPredicate
-
- toString() - Method in class prefuse.data.Schema
-
Returns a descriptive String for this schema.
- toString() - Method in class prefuse.data.Table
-
- toString() - Method in class prefuse.data.tuple.TableTuple
-
- toString() - Method in class prefuse.data.util.Sort
-
- toString() - Method in class prefuse.util.collections.AbstractTreeMap.Entry
-
- toString() - Method in class prefuse.util.collections.CopyOnWriteArrayList
-
Returns a string representation of this list, containing
the String representation of each element.
- toString() - Method in class prefuse.util.display.Clip
-
- toString() - Method in class prefuse.visual.expression.GroupExpression
-
- toString() - Method in class prefuse.visual.expression.HoverPredicate
-
- toString() - Method in class prefuse.visual.expression.SearchPredicate
-
- toString() - Method in class prefuse.visual.expression.ValidatedPredicate
-
- toString() - Method in class prefuse.visual.expression.VisiblePredicate
-
- toString() - Method in class prefuse.visual.tuple.TableVisualItem
-
- tracker - Variable in class prefuse.render.ImageFactory
-
- transform(AffineTransform) - Method in class prefuse.util.display.Clip
-
Transform the clip contents.
- TRAVERSAL_COUNT - Static variable in interface prefuse.Constants
-
The total number of traversal type values
- TREE - Static variable in interface prefuse.data.io.TreeMLReader.Tokens
-
- Tree - Class in prefuse.data
-
Graph subclass that models a tree structure of hierarchical
parent-child relationships.
- Tree() - Constructor for class prefuse.data.Tree
-
Create a new, empty Tree.
- Tree(Table, Table) - Constructor for class prefuse.data.Tree
-
Create a new Tree.
- Tree(Table, Table, String, String) - Constructor for class prefuse.data.Tree
-
Create a new Tree.
- Tree(Table, Table, String, String, String) - Constructor for class prefuse.data.Tree
-
Create a new Tree.
- TREE_LINKS_SCHEMA - Static variable in class prefuse.data.Tree
-
- TreeDepthItemSorter - Class in prefuse.visual.sort
-
ItemSorter that sorts items by tree depths.
- TreeDepthItemSorter() - Constructor for class prefuse.visual.sort.TreeDepthItemSorter
-
Create a new TreeDepthItemSorter that orders nodes such that parents
are placed above their children.
- TreeDepthItemSorter(boolean) - Constructor for class prefuse.visual.sort.TreeDepthItemSorter
-
Create a new TreeDepthItemSorter with the given sort ordering by depth.
- TreeIndex - Class in prefuse.data.util
-
Index instance that uses red-black trees to provide an index
over a column of data.
- TreeIndex(Table, RowManager, Column, Comparator) - Constructor for class prefuse.data.util.TreeIndex
-
Create a new TreeIndex.
- TreeLayout - Class in prefuse.action.layout.graph
-
Abstract base class providing convenience methods for tree layout algorithms.
- TreeLayout() - Constructor for class prefuse.action.layout.graph.TreeLayout
-
Create a new TreeLayout.
- TreeLayout(String) - Constructor for class prefuse.action.layout.graph.TreeLayout
-
Create a new TreeLayout.
- TreeMLReader - Class in prefuse.data.io
-
GraphReader instance that reads in tree-structured data in the
XML-based TreeML format.
- TreeMLReader() - Constructor for class prefuse.data.io.TreeMLReader
-
- TreeMLReader.Tokens - Interface in prefuse.data.io
-
String tokens used in the TreeML format.
- TreeMLReader.TreeMLHandler - Class in prefuse.data.io
-
A SAX Parser for TreeML data files.
- TreeMLReader.TreeMLHandler() - Constructor for class prefuse.data.io.TreeMLReader.TreeMLHandler
-
- TreeMLWriter - Class in prefuse.data.io
-
GraphWriter instance that writes a tree file formatted using the
TreeML file format.
- TreeMLWriter() - Constructor for class prefuse.data.io.TreeMLWriter
-
- TreeMLWriter.Tokens - Interface in prefuse.data.io
-
String tokens used in the TreeML format.
- TreeNodeIterator - Class in prefuse.data.util
-
A depth-first iterator over the subtree rooted at given node.
- TreeNodeIterator(Node) - Constructor for class prefuse.data.util.TreeNodeIterator
-
Create a new TreeNodeIterator over the given subtree.
- TreeNodeIterator(Node, boolean) - Constructor for class prefuse.data.util.TreeNodeIterator
-
Create a new TreeNodeIterator over the given subtree.
- TRG - Static variable in class prefuse.data.io.GraphMLReader.GraphMLHandler
-
- TRGID - Static variable in class prefuse.data.io.GraphMLReader.GraphMLHandler
-
- triangle_down(float, float, float) - Method in class prefuse.render.ShapeRenderer
-
Returns a down-pointing triangle of the given dimenisions.
- triangle_left(float, float, float) - Method in class prefuse.render.ShapeRenderer
-
Returns a left-pointing triangle of the given dimenisions.
- triangle_right(float, float, float) - Method in class prefuse.render.ShapeRenderer
-
Returns a right-pointing triangle of the given dimenisions.
- triangle_up(float, float, float) - Method in class prefuse.render.ShapeRenderer
-
Returns a up-pointing triangle of the given dimenisions.
- Trie - Class in prefuse.data.search
-
A trie data structure for fast-lookup of words based on their
prefixes.
- Trie(boolean) - Constructor for class prefuse.data.search.Trie
-
Create a new Trie with the specified case-sensitivity.
- Trie.TrieBranch - Class in prefuse.data.search
-
A TrieNode implementation representing a branch in the tree.
- Trie.TrieBranch() - Constructor for class prefuse.data.search.Trie.TrieBranch
-
- Trie.TrieIterator - Class in prefuse.data.search
-
An iterator for traversing a subtree of the Trie.
- Trie.TrieIterator(Trie.TrieNode) - Constructor for class prefuse.data.search.Trie.TrieIterator
-
- Trie.TrieLeaf - Class in prefuse.data.search
-
A TrieNode implementation representing a leaf in the tree.
- Trie.TrieLeaf(String, Tuple) - Constructor for class prefuse.data.search.Trie.TrieLeaf
-
- Trie.TrieNode - Class in prefuse.data.search
-
Base class for nodes in the trie structure.
- Trie.TrieNode() - Constructor for class prefuse.data.search.Trie.TrieNode
-
- trim(int[], int) - Static method in class prefuse.util.ArrayLib
-
Trims an array to be exactly the target a size.
- trim(float[], int) - Static method in class prefuse.util.ArrayLib
-
Trims an array to be exactly the target a size.
- trim(double[], int) - Static method in class prefuse.util.ArrayLib
-
Trims an array to be exactly the target a size.
- trim(Object[], int) - Static method in class prefuse.util.ArrayLib
-
Trims an array to be exactly the target a size.
- trimToSize() - Method in class prefuse.util.collections.AbstractHashMap
-
Trims the capacity of the receiver to be the receiver's current
size.
- trimToSize() - Method in class prefuse.util.collections.IntObjectHashMap
-
Trims the capacity of the receiver to be the receiver's current
size.
- TRUE - Static variable in class prefuse.data.expression.BooleanLiteral
-
The true boolean literal.
- TRUE - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
-
- TRUE - Static variable in class prefuse.data.parser.BooleanParser
-
Text string indicating a "true" value.
- TRUE - Static variable in class prefuse.visual.expression.HoverPredicate
-
Convenience instance for the hover == true case.
- TRUE - Static variable in class prefuse.visual.expression.StartVisiblePredicate
-
Convenience instance for the start visible == true case.
- TRUE - Static variable in class prefuse.visual.expression.ValidatedPredicate
-
Convenience instance for the validated == true case.
- TRUE - Static variable in class prefuse.visual.expression.VisiblePredicate
-
Convenience instance for the visible == true case.
- Tuple - Interface in prefuse.data
-
Tuples are objects representing a row of a data table, providing
a simplified interface to table data.
- TupleComparator - Class in prefuse.data.util
-
Comparator that compares Tuples based on the value of a single field.
- TupleComparator(String, Class, boolean) - Constructor for class prefuse.data.util.TupleComparator
-
Creates a new TupleComparator.
- TupleComparator(String, Class, boolean, Comparator) - Constructor for class prefuse.data.util.TupleComparator
-
Creates a new TupleComparator.
- TupleComparator(int, Class, boolean) - Constructor for class prefuse.data.util.TupleComparator
-
Creates a new TupleComparator.
- TupleComparator(int, Class, boolean, Comparator) - Constructor for class prefuse.data.util.TupleComparator
-
Creates a new TupleComparator.
- TupleManager - Class in prefuse.data.tuple
-
Manager class for Tuples.
- TupleManager(Table, Graph, Class) - Constructor for class prefuse.data.tuple.TupleManager
-
Create a new TupleManager for the given Table.
- TupleManager.TupleManagerIterator - Class in prefuse.data.tuple
-
Iterator instance for iterating over tuples managed in a TupleManager.
- TupleManager.TupleManagerIterator(TupleManager, IntIterator) - Constructor for class prefuse.data.tuple.TupleManager.TupleManagerIterator
-
Create a new TupleManagerIterator.
- tuples(Predicate) - Method in class prefuse.data.Graph
-
Get a filtered iterator over the edges and nodes of this graph.
- tuples() - Method in class prefuse.data.Graph
-
Get an iterator over all the edges and nodes of this graph.
- tuples() - Method in class prefuse.data.Table
-
Get an iterator over the tuples in this table.
- tuples(IntIterator) - Method in class prefuse.data.Table
-
Get an iterator over the tuples for the given rows in this table.
- tuples(Predicate) - Method in class prefuse.data.tuple.AbstractTupleSet
-
- tuples(Predicate, Sort) - Method in class prefuse.data.tuple.AbstractTupleSet
-
- tuples() - Method in class prefuse.data.tuple.CompositeTupleSet
-
- tuples(Predicate) - Method in class prefuse.data.tuple.CompositeTupleSet
-
- tuples() - Method in class prefuse.data.tuple.DefaultTupleSet
-
- tuples() - Method in interface prefuse.data.tuple.TupleSet
-
Return an iterator over the tuples in this tuple set.
- tuples(Predicate) - Method in interface prefuse.data.tuple.TupleSet
-
Return an iterator over the tuples in this tuple set, filtered by
the given predicate.
- tuples(Predicate, Sort) - Method in interface prefuse.data.tuple.TupleSet
-
Return an iterator over the tuples in this tuple set, filtered by
the given predicate
- tuples(TupleSet, Predicate) - Static method in class prefuse.data.util.FilterIteratorFactory
-
Get a filtered iterator over the tuples in the given set,
filtered by the given predicate.
- TupleSet - Interface in prefuse.data.tuple
-
A collection of data tuples.
- tupleSetChanged(TupleSet, Tuple[], Tuple[]) - Method in interface prefuse.data.event.TupleSetListener
-
Notification that a TupleSet has changed.
- tupleSetChanged(TupleSet, Tuple[], Tuple[]) - Method in class prefuse.util.UpdateListener
-
- TupleSetListener - Interface in prefuse.data.event
-
Listener interface for monitoring changes to a TupleSet instance.
- tuplesReversed() - Method in class prefuse.data.Table
-
Get an iterator over the tuples in this table in reverse order.
- TWO_PI - Static variable in class prefuse.util.MathLib
-
The value 2 * PI
- TYPE - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
-
- TYPE - Static variable in interface prefuse.data.io.TreeMLReader.Tokens
-
- TYPE_AEE - Static variable in interface prefuse.data.util.Index
-
Composite flag for an ascending, left and right exclusive range.
- TYPE_AEI - Static variable in interface prefuse.data.util.Index
-
Composite flag for an ascending, left exclusive, right inclusive
range.
- TYPE_AIE - Static variable in interface prefuse.data.util.Index
-
Composite flag for an ascending, left inclusive, right exclusive
range.
- TYPE_AII - Static variable in interface prefuse.data.util.Index
-
Composite flag for an ascending, left and right inclusive range.
- TYPE_ASCENDING - Static variable in interface prefuse.data.util.Index
-
Flag for an ascending sort order.
- TYPE_DEE - Static variable in interface prefuse.data.util.Index
-
Composite flag for a descending, left and right exclusive range.
- TYPE_DEI - Static variable in interface prefuse.data.util.Index
-
Composite flag for a descending, left exclusive, right inclusive
range.
- TYPE_DESCENDING - Static variable in interface prefuse.data.util.Index
-
Flag for a descending sort order.
- TYPE_DIE - Static variable in interface prefuse.data.util.Index
-
Composite flag for a descending, left inclusive, right exclusive
range.
- TYPE_DII - Static variable in interface prefuse.data.util.Index
-
Composite flag for a descending, left and right inclusive range.
- TYPE_LEFT_EXCLUSIVE - Static variable in interface prefuse.data.util.Index
-
Flag for excluding the lowest value of a range.
- TYPE_LEFT_INCLUSIVE - Static variable in interface prefuse.data.util.Index
-
Flag for including the lowest value of a range.
- TYPE_RIGHT_EXCLUSIVE - Static variable in interface prefuse.data.util.Index
-
Flag for excluding the highest value of a range.
- TYPE_RIGHT_INCLUSIVE - Static variable in interface prefuse.data.util.Index
-
Flag for including the highest value of a range.
- typeCheck(Class, Object) - Static method in class prefuse.util.TypeLib
-
Check if an object is an instance of a given class, or, if the class
is a primitive type, if the Object is an instance of the wrapper class
for that primitive (e.g., as Integer is a wrapper for int).
- TypeInferencer - Class in prefuse.data.parser
-
Infers the data types for a table of data by testing each value
of the data against a bank of parsers and eliminating candidate
parsers that do not successfully parse the data.
- TypeInferencer() - Constructor for class prefuse.data.parser.TypeInferencer
-
Create a new TypeInferencer using the default ParserFactory
settings, thus the default parsers and parser ordering will be used.
- TypeInferencer(ParserFactory) - Constructor for class prefuse.data.parser.TypeInferencer
-
Create a new TypeInferenced using the input ParserFactory as a
template for the desired parsers to check and parser ordering
to use.
- TypeLib - Class in prefuse.util
-
Library routines dealing with Java Class types.