A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

C

c - Variable in class prefuse.action.layout.graph.BalloonTreeLayout.Params
 
calcAttraction(EdgeItem<?, ?>) - Method in class prefuse.action.layout.graph.FruchtermanReingoldLayout
 
calcPositions(NodeItem<?, ?>, Rectangle2D) - Method in class prefuse.action.layout.graph.FruchtermanReingoldLayout
 
calcRepulsion(Graph<?, ? extends NodeItem<?, ?>, ? extends EdgeItem<?, ?>>, NodeItem<?, ?>) - Method in class prefuse.action.layout.graph.FruchtermanReingoldLayout
 
calculateBounds(VisualItem<?>, Rectangle2D) - Method in class prefuse.render.AbstractShapeRenderer
 
calculateBounds(VisualItem<?>, Rectangle2D) - Method in class prefuse.render.AxisRenderer
 
calculateBounds(VisualItem<?>, Rectangle2D) - Method in class prefuse.render.CompositeRenderer
 
calculateBounds(VisualItem<?>, Rectangle2D) - Method in class prefuse.render.EdgeRenderer
 
calculateBounds(VisualItem<?>, Rectangle2D) - Method in class prefuse.render.NullRenderer
 
calculateBounds(VisualItem<?>, Rectangle2D) - Method in interface prefuse.render.Renderer
Calculates the bounding rectangle for an item.
calculateBounds(Shape, BasicStroke, Rectangle2D) - Static method in class prefuse.util.GraphicsLib
Calculates bounds based on a shape and stroke type.
calculateValues() - Method in class prefuse.data.column.ColumnMetadata
Re-calculates all the metadata and statistics maintained by this object.
cancel() - Method in class prefuse.activity.Activity
Cancels this activity, if scheduled.
cancel(String) - Method in class prefuse.activity.ActivityMap
Cancels the Activity corresponding to the given key.
cancel(String) - Method in class prefuse.Visualization
Cancel the Action with the given name, if it has been scheduled.
canGet(Class<?>) - Method in class prefuse.data.column.AbstractColumn
Indicates if the get method can be called without an exception being thrown for the given type.
canGet(Class<?>) - Method in interface prefuse.data.column.Column
Indicates if the get method can be called without an exception being thrown for the given type.
canGet(String, Class<?>) - Method in class prefuse.data.Table
Check if the get method for the given data field returns values that are compatible with a given target type.
canGet(String, Class<?>) - Method in interface prefuse.data.Tuple
Check if the get method for the given data field returns values that are compatible with a given target type.
canGet(String, Class<?>) - Method in class prefuse.data.tuple.TableTuple
 
canGet(String, Class<?>) - Method in class prefuse.data.util.TableIterator
Check if the get method for the given data field returns values that are compatible with a given target type.
canGetBoolean() - Method in class prefuse.data.column.AbstractColumn
Indicates if convenience get method can be called without an exception being thrown for the boolean type.
canGetBoolean() - Method in interface prefuse.data.column.Column
Indicates if convenience get method can be called without an exception being thrown for the boolean type.
canGetBoolean(String) - Method in class prefuse.data.Table
Check if the given data field can return primitive boolean values.
canGetBoolean(String) - Method in interface prefuse.data.Tuple
Check if the given data field can return primitive boolean values.
canGetBoolean(String) - Method in class prefuse.data.tuple.TableTuple
 
canGetBoolean(String) - Method in class prefuse.data.util.TableIterator
Check if the given data field can return primitive boolean values.
canGetDate() - Method in class prefuse.data.column.AbstractColumn
Indicates if convenience get method can be called without an exception being thrown for the Date type.
canGetDate() - Method in interface prefuse.data.column.Column
Indicates if convenience get method can be called without an exception being thrown for the Date type.
canGetDate(String) - Method in class prefuse.data.Table
Check if the given data field can return primitive Date values.
canGetDate(String) - Method in interface prefuse.data.Tuple
Check if the given data field can return Date values.
canGetDate(String) - Method in class prefuse.data.tuple.TableTuple
 
canGetDate(String) - Method in class prefuse.data.util.TableIterator
Check if the given data field can return Date values.
canGetDouble() - Method in class prefuse.data.column.AbstractColumn
Indicates if convenience get method can be called without an exception being thrown for the double type.
canGetDouble() - Method in interface prefuse.data.column.Column
Indicates if convenience get method can be called without an exception being thrown for the double type.
canGetDouble(String) - Method in class prefuse.data.Table
Check if the given data field can return primitive double values.
canGetDouble(String) - Method in interface prefuse.data.Tuple
Check if the given data field can return primitive double values.
canGetDouble(String) - Method in class prefuse.data.tuple.TableTuple
 
canGetDouble(String) - Method in class prefuse.data.util.TableIterator
Check if the given data field can return primitive double values.
canGetFloat() - Method in class prefuse.data.column.AbstractColumn
Indicates if convenience get method can be called without an exception being thrown for the float type.
canGetFloat() - Method in interface prefuse.data.column.Column
Indicates if convenience get method can be called without an exception being thrown for the float type.
canGetFloat(String) - Method in class prefuse.data.Table
Check if the given data field can return primitive float values.
canGetFloat(String) - Method in interface prefuse.data.Tuple
Check if the given data field can return primitive float values.
canGetFloat(String) - Method in class prefuse.data.tuple.TableTuple
 
canGetFloat(String) - Method in class prefuse.data.util.TableIterator
Check if the given data field can return primitive float values.
canGetInt() - Method in class prefuse.data.column.AbstractColumn
Indicates if convenience get method can be called without an exception being thrown for the int type.
canGetInt() - Method in interface prefuse.data.column.Column
Indicates if convenience get method can be called without an exception being thrown for the int type.
canGetInt(String) - Method in class prefuse.data.Table
Check if the given data field can return primitive int values.
canGetInt(String) - Method in interface prefuse.data.Tuple
Check if the given data field can return primitive int values.
canGetInt(String) - Method in class prefuse.data.tuple.TableTuple
 
canGetInt(String) - Method in class prefuse.data.util.TableIterator
Check if the given data field can return primitive int values.
canGetLong() - Method in class prefuse.data.column.AbstractColumn
Indicates if convenience get method can be called without an exception being thrown for the long type.
canGetLong() - Method in interface prefuse.data.column.Column
Indicates if convenience get method can be called without an exception being thrown for the long type.
canGetLong(String) - Method in class prefuse.data.Table
Check if the given data field can return primitive long values.
canGetLong(String) - Method in interface prefuse.data.Tuple
Check if the given data field can return primitive long values.
canGetLong(String) - Method in class prefuse.data.tuple.TableTuple
 
canGetLong(String) - Method in class prefuse.data.util.TableIterator
Check if the given data field can return primitive long values.
canGetString() - Method in class prefuse.data.column.AbstractColumn
Indicates if convenience get method can be called without an exception being thrown for the String type.
canGetString() - Method in interface prefuse.data.column.Column
Indicates if convenience get method can be called without an exception being thrown for the String type.
canGetString(String) - Method in class prefuse.data.Table
Check if the given data field can return primitive String values.
canGetString(String) - Method in interface prefuse.data.Tuple
Check if the given data field can return String values.
canGetString(String) - Method in class prefuse.data.tuple.TableTuple
 
canGetString(String) - Method in class prefuse.data.util.TableIterator
Check if the given data field can return String values.
canParse(String) - Method in class prefuse.data.parser.AbstractDateParser
 
canParse(String) - Method in class prefuse.data.parser.BooleanParser
 
canParse(String) - Method in class prefuse.data.parser.ByteParser
 
canParse(String) - Method in class prefuse.data.parser.ColorIntParser
 
canParse(String) - Method in interface prefuse.data.parser.DataParser
Indicates if the given text string can be successfully parsed by this parser.
canParse(String) - Method in class prefuse.data.parser.DoubleArrayParser
 
canParse(String) - Method in class prefuse.data.parser.DoubleParser
 
canParse(String) - Method in class prefuse.data.parser.FloatArrayParser
 
canParse(String) - Method in class prefuse.data.parser.FloatParser
 
canParse(String) - Method in class prefuse.data.parser.IntArrayParser
 
canParse(String) - Method in class prefuse.data.parser.IntParser
 
canParse(String) - Method in class prefuse.data.parser.JavaDateArrayParser
 
canParse(String) - Method in class prefuse.data.parser.LongArrayParser
 
canParse(String) - Method in class prefuse.data.parser.LongParser
 
canParse(String) - Method in class prefuse.data.parser.ObjectParser
 
canParse(String) - Method in class prefuse.data.parser.StringParser
 
canSet(Class<?>) - Method in class prefuse.data.column.AbstractColumn
Indicates if the set method can be called without an exception being thrown for the given type.
canSet(Class<?>) - Method in interface prefuse.data.column.Column
Indicates if the set method can be called without an exception being thrown for the given type.
canSet(Class<?>) - Method in class prefuse.data.column.ConstantColumn
Returns false.
canSet(Class<?>) - Method in class prefuse.data.column.DateColumn
Indicates if the set method can be called without an exception being thrown for the given type.
canSet(Class<?>) - Method in class prefuse.data.column.ExpressionColumn
 
canSet(String, Class<?>) - Method in class prefuse.data.Table
Check if the set method for the given data field can accept values of a given target type.
canSet(String, Class<?>) - Method in interface prefuse.data.Tuple
Check if the set method for the given data field can accept values of a given target type.
canSet(String, Class<?>) - Method in class prefuse.data.tuple.TableTuple
 
canSet(String, Class<?>) - Method in class prefuse.data.util.TableIterator
Check if the set method for the given data field can accept values of a given target type.
canSetBoolean() - Method in class prefuse.data.column.AbstractColumn
Indicates if convenience set method can be called without an exception being thrown for the boolean type.
canSetBoolean() - Method in interface prefuse.data.column.Column
Indicates if convenience set method can be called without an exception being thrown for the boolean type.
canSetBoolean(String) - Method in class prefuse.data.Table
Check if the setBoolean method can safely be used for the given data field.
canSetBoolean(String) - Method in interface prefuse.data.Tuple
Check if the setBoolean method can safely be used for the given data field.
canSetBoolean(String) - Method in class prefuse.data.tuple.TableTuple
 
canSetBoolean(String) - Method in class prefuse.data.util.TableIterator
Check if the setBoolean method can safely be used for the given data field.
canSetDate() - Method in class prefuse.data.column.AbstractColumn
Indicates if convenience set method can be called without an exception being thrown for the Date type.
canSetDate() - Method in interface prefuse.data.column.Column
Indicates if convenience set method can be called without an exception being thrown for the Date type.
canSetDate(String) - Method in class prefuse.data.Table
Check if the setDate method can safely be used for the given data field.
canSetDate(String) - Method in interface prefuse.data.Tuple
Check if the setDate method can safely be used for the given data field.
canSetDate(String) - Method in class prefuse.data.tuple.TableTuple
 
canSetDate(String) - Method in class prefuse.data.util.TableIterator
Check if the setDate method can safely be used for the given data field.
canSetDouble() - Method in class prefuse.data.column.AbstractColumn
Indicates if convenience set method can be called without an exception being thrown for the double type.
canSetDouble() - Method in interface prefuse.data.column.Column
Indicates if convenience set method can be called without an exception being thrown for the double type.
canSetDouble(String) - Method in class prefuse.data.Table
Check if the setDouble method can safely be used for the given data field.
canSetDouble(String) - Method in interface prefuse.data.Tuple
Check if the setDouble method can safely be used for the given data field.
canSetDouble(String) - Method in class prefuse.data.tuple.TableTuple
 
canSetDouble(String) - Method in class prefuse.data.util.TableIterator
Check if the setDouble method can safely be used for the given data field.
canSetFloat() - Method in class prefuse.data.column.AbstractColumn
Indicates if convenience set method can be called without an exception being thrown for the float type.
canSetFloat() - Method in interface prefuse.data.column.Column
Indicates if convenience set method can be called without an exception being thrown for the float type.
canSetFloat(String) - Method in class prefuse.data.Table
Check if the setFloat method can safely be used for the given data field.
canSetFloat(String) - Method in interface prefuse.data.Tuple
Check if the setFloat method can safely be used for the given data field.
canSetFloat(String) - Method in class prefuse.data.tuple.TableTuple
 
canSetFloat(String) - Method in class prefuse.data.util.TableIterator
Check if the setFloat method can safely be used for the given data field.
canSetInt() - Method in class prefuse.data.column.AbstractColumn
Indicates if convenience set method can be called without an exception being thrown for the int type.
canSetInt() - Method in interface prefuse.data.column.Column
Indicates if convenience set method can be called without an exception being thrown for the int type.
canSetInt(String) - Method in class prefuse.data.Table
Check if the setInt method can safely be used for the given data field.
canSetInt(String) - Method in interface prefuse.data.Tuple
Check if the setInt method can safely be used for the given data field.
canSetInt(String) - Method in class prefuse.data.tuple.TableTuple
 
canSetInt(String) - Method in class prefuse.data.util.TableIterator
Check if the setInt method can safely be used for the given data field.
canSetLong() - Method in class prefuse.data.column.AbstractColumn
Indicates if convenience set method can be called without an exception being thrown for the long type.
canSetLong() - Method in interface prefuse.data.column.Column
Indicates if convenience set method can be called without an exception being thrown for the long type.
canSetLong(String) - Method in class prefuse.data.Table
Check if the setLong method can safely be used for the given data field.
canSetLong(String) - Method in interface prefuse.data.Tuple
Check if the setLong method can safely be used for the given data field.
canSetLong(String) - Method in class prefuse.data.tuple.TableTuple
 
canSetLong(String) - Method in class prefuse.data.util.TableIterator
Check if the setLong method can safely be used for the given data field.
canSetString() - Method in class prefuse.data.column.AbstractColumn
Indicates if convenience set method can be called without an exception being thrown for the String type.
canSetString() - Method in interface prefuse.data.column.Column
Indicates if convenience set method can be called without an exception being thrown for the String type.
canSetString(String) - Method in class prefuse.data.Table
Check if the setString method can safely be used for the given data field.
canSetString(String) - Method in interface prefuse.data.Tuple
Check if the setString method can safely be used for the given data field.
canSetString(String) - Method in class prefuse.data.tuple.TableTuple
 
canSetString(String) - Method in class prefuse.data.util.TableIterator
Check if the setString method can safely be used for the given data field.
capitalizeFirstOnly(String) - Static method in class prefuse.util.StringLib
Capitalize all letters preceded by whitespace, and lower case all other letters.
cardinalSpline(float[], float, boolean) - Static method in class prefuse.util.GraphicsLib
Compute a cardinal spline, a series of cubic Bezier splines smoothly connecting a set of points.
cardinalSpline(float[], int, int, float, boolean) - Static method in class prefuse.util.GraphicsLib
Compute a cardinal spline, a series of cubic Bezier splines smoothly connecting a set of points.
cardinalSpline(GeneralPath, float[], float, boolean, float, float) - Static method in class prefuse.util.GraphicsLib
Compute a cardinal spline, a series of cubic Bezier splines smoothly connecting a set of points.
cardinalSpline(GeneralPath, float[], int, int, float, boolean, float, float) - Static method in class prefuse.util.GraphicsLib
Compute a cardinal spline, a series of cubic Bezier splines smoothly connecting a set of points.
cardinalSpline(GeneralPath, float[], boolean[], float, float, float) - Static method in class prefuse.util.GraphicsLib
Compute a cardinal spline, a series of cubic Bezier splines smoothly connecting a set of points.
CascadedRowManager - Class in prefuse.data.util
RowManager instance that additionally takes into account tables which inherit from a parent table but can also have their own, dedicated columns.
CascadedRowManager(Table) - Constructor for class prefuse.data.util.CascadedRowManager
Create a new CascadedRowManager.
CascadedTable<T extends Tuple<?>,C extends Tuple<?>> - Class in prefuse.data
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.
CascadedTable(Table<T>, Predicate, ColumnProjection) - Constructor for class prefuse.data.CascadedTable
Create a new CascadedTable.
CascadedTable() - Constructor for class prefuse.data.CascadedTable
Create a CascadedTable without a backing parent table.
CATEGORY - Static variable in interface prefuse.data.io.TreeMLReader.Tokens
 
CATEGORY_HUES - Static variable in class prefuse.util.ColorLib
Default palette of category hues.
ccount - Variable in class prefuse.controls.FocusControl
 
centroid(float[], int) - Static method in class prefuse.util.GraphicsLib
Computes the mean, or centroid, of a set of points
CENTURY - Static variable in class prefuse.util.TimeLib
Represents a century, 100 years
changedUpdate(DocumentEvent) - Method in class prefuse.util.ui.JSearchPanel
 
changeEvent - Variable in class prefuse.util.ui.JRangeSlider
 
characters(char[], int, int) - Method in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
CHECKBOX - Static variable in class prefuse.util.ui.JToggleGroup
 
checkGroupExists(String) - Method in class prefuse.Visualization
 
checkItemBoundsChanged(Rectangle2D) - Method in class prefuse.Display
Check if the item bounds has changed, and if so, fire a notification.
childEdgeRows(int) - Method in class prefuse.data.Tree
Get an iterator over the edge ids for edges connecting child nodes to a given parent
childEdges() - Method in interface prefuse.data.Node
Get an iterator over the edges from this node to its tree children.
childEdges(N) - Method in class prefuse.data.Tree
Get an iterator over the edges connecting child nodes to a given parent
childEdges(N) - Method in interface prefuse.data.tree.DeclarativeTree
Get all the edges connecting a child to the parent node.
childEdges(N) - Method in class prefuse.data.tree.FilteredDeclarativeTree
 
childEdges(N) - Method in class prefuse.data.tree.NodeBasedDeclarativeTree
 
childEdges() - Method in class prefuse.data.tuple.TableNode
 
childEdges() - Method in class prefuse.visual.tuple.TableNodeItem
 
CHILDINDEX - Static variable in class prefuse.data.Tree
Links table data field storing the index number of a child node
children() - Method in interface prefuse.data.Node
Get an iterator over this node's tree children.
children(N) - Method in class prefuse.data.Tree
Get an iterator over the child nodes of a parent node.
children(N) - Method in interface prefuse.data.tree.DeclarativeTree
Get all the children of the parent node.
children(N) - Method in class prefuse.data.tree.FilteredDeclarativeTree
 
children(N) - Method in class prefuse.data.tree.NodeBasedDeclarativeTree
 
children() - Method in class prefuse.data.tuple.TableNode
 
children() - Method in class prefuse.visual.tuple.TableNodeItem
 
chooseGrowCapacity(int, double, double) - Method in class prefuse.util.collections.AbstractHashMap
Chooses a new prime table capacity optimized for growing that (approximately) satisfies the invariant c * minLoadFactor <= size <= c * maxLoadFactor and has at least one FREE slot for the given size.
chooseHighWaterMark(int, double) - Method in class prefuse.util.collections.AbstractHashMap
Returns new high water mark threshold based on current capacity and maxLoadFactor.
chooseLowWaterMark(int, double) - Method in class prefuse.util.collections.AbstractHashMap
Returns new low water mark threshold based on current capacity and minLoadFactor.
chooseMeanCapacity(int, double, double) - Method in class prefuse.util.collections.AbstractHashMap
Chooses a new prime table capacity neither favoring shrinking nor growing, that (approximately) satisfies the invariant c * minLoadFactor <= size <= c * maxLoadFactor and has at least one FREE slot for the given size.
chooseShrinkCapacity(int, double, double) - Method in class prefuse.util.collections.AbstractHashMap
Chooses a new prime table capacity optimized for shrinking that (approximately) satisfies the invariant c * minLoadFactor <= size <= c * maxLoadFactor and has at least one FREE slot for the given size.
CircleLayout - Class in prefuse.action.layout
Layout action that positions visual items along a circle.
CircleLayout(String) - Constructor for class prefuse.action.layout.CircleLayout
Create a CircleLayout; the radius of the circle layout will be computed automatically based on the display size.
CircleLayout(String, double) - Constructor for class prefuse.action.layout.CircleLayout
Create a CircleLayout; use the specified radius for the the circle layout, regardless of the display size.
CircularWallForce - Class in prefuse.util.force
Uses a gravitational force model to act as a circular "wall".
CircularWallForce(float, float, float, float) - Constructor for class prefuse.util.force.CircularWallForce
Create a new CircularWallForce.
CircularWallForce(float, float, float) - Constructor for class prefuse.util.force.CircularWallForce
Create a new CircularWallForce with default gravitational constant.
clean() - Method in class prefuse.util.display.RenderingQueue
Clears the rendering queue and resizes internal arrays to a small size.
clear() - Method in class prefuse.action.EncoderAction
Remove all rule mappings from this encoder.
clear() - Method in class prefuse.action.layout.graph.NodeLinkTreeLayout.Params
 
clear() - Method in class prefuse.activity.ActivityMap
Clears the contents of this ActivityMap.
clear() - Method in class prefuse.data.expression.CompositePredicate
Remove all clauses.
clear() - Method in class prefuse.data.Graph
Clear this graph, removing all nodes and edges.
clear() - Method in class prefuse.data.search.KeywordSearchTupleSet
Removes all search hits and clears out the index.
clear() - Method in class prefuse.data.search.PrefixSearchTupleSet
Removes all search hits and clears out the index.
clear() - Method in class prefuse.data.search.RegexSearchTupleSet
Removes all search hits and clears out the index.
clear() - Method in class prefuse.data.SpanningTree
Unsupported operation.
clear() - Method in class prefuse.data.Table
Clear this table, removing all rows.
clear() - Method in class prefuse.data.tuple.CompositeTupleSet
Clear this TupleSet, calling clear on all contained TupleSet instances.
clear() - Method in class prefuse.data.tuple.DefaultTupleSet
 
clear() - Method in interface prefuse.data.tuple.TupleSet
Clear this TupleSet, removing all contained Tuples.
clear() - Method in class prefuse.data.util.FilteredRowManager
 
clear() - Method in class prefuse.data.util.RowManager
Clear the row manager status, marking all rows as available.
clear() - Method in class prefuse.util.collections.AbstractHashMap
Removes all (key,value) associations from the receiver.
clear() - Method in class prefuse.util.collections.AbstractTreeMap
 
clear() - Method in class prefuse.util.collections.BooleanIntBitSetMap
 
clear() - Method in class prefuse.util.collections.DoubleIntTreeMap
 
clear() - Method in class prefuse.util.collections.FloatIntTreeMap
 
clear() - Method in class prefuse.util.collections.IntIntTreeMap
 
clear() - Method in class prefuse.util.collections.IntObjectHashMap
Removes all (key,value) associations from the receiver.
clear() - Method in interface prefuse.util.collections.IntSortedMap
 
clear() - Method in class prefuse.util.collections.LongIntTreeMap
 
clear() - Method in class prefuse.util.collections.MultiMap
 
clear() - Method in class prefuse.util.collections.Queue
 
clear() - Method in class prefuse.util.display.RenderingQueue
Clear both rendering and picking queues.
clear() - Method in interface prefuse.util.force.ForceSimulator
Clear this simulator, removing all ForceItem and Spring instances for the simulator.
clear() - Method in class prefuse.util.force.ForceSimulatorImpl
 
clear() - Method in class prefuse.util.force.NBodyForce
Clears the quadtree of all entries.
clear() - Method in class prefuse.util.PredicateChain
Remove all rules from the predicate chain.
clearAggregateMappings(int, boolean) - Method in class prefuse.visual.AggregateTable
Clears all aggregates mappings for the aggregate at the given row, optionally issuing a table update.
clearCache() - Static method in class prefuse.util.ColorLib
Clear the Color object cache.
clearCache() - Static method in class prefuse.util.FontLib
Clear the Font object cache.
clearCache() - Static method in class prefuse.util.StrokeLib
Clear the Stroke object cache.
clearDamage() - Method in class prefuse.Display
Clears any reports of damaged regions, causing the Display to believe that the display contents are up-to-date.
clearEdges() - Method in class prefuse.data.Graph
Internal method for clearing the edge table, removing all edges.
clearInternal() - Method in class prefuse.data.tuple.DefaultTupleSet
Clear the internal state without firing a notification.
clearRegion(Graphics2D, Rectangle2D) - Method in class prefuse.Display
Clears the specified region of the display in the display's offscreen buffer.
clearSpanningTree() - Method in class prefuse.data.Graph
Clear the internally stored spanning tree.
clearTo(Calendar, int) - Static method in class prefuse.util.TimeLib
Clear the given calendar, setting to zero all time values less than or equal to that of the given field.
Clip - Class in prefuse.util.display
Represents a clipping rectangle in a prefuse Display.
Clip() - Constructor for class prefuse.util.display.Clip
 
clone() - Method in class prefuse.action.layout.graph.RadialTreeLayout.Params
 
clone() - Method in class prefuse.data.expression.CompositePredicate
 
clone() - Method in class prefuse.data.parser.ParserFactory
 
clone() - Method in class prefuse.data.Schema
Creates a copy of this Schema.
clone() - Method in class prefuse.data.Schema.Column
 
clone() - Method in class prefuse.util.collections.IntObjectHashMap
Returns a deep copy of the receiver.
clone() - Method in class prefuse.util.force.ForceItem
Clone a ForceItem.
cmp - Variable in class prefuse.util.collections.AbstractTreeMap
 
coeff - Variable in class prefuse.util.force.Spring
The spring tension co-efficient
CollapsedStackLayout - Class in prefuse.action.layout
Layout Action that updates the outlines of polygons in a stacked line chart, properly setting the coordinates of "collapsed" stacks.
CollapsedStackLayout(String) - Constructor for class prefuse.action.layout.CollapsedStackLayout
Create a new CollapsedStackLayout.
CollapsedStackLayout(String, String) - Constructor for class prefuse.action.layout.CollapsedStackLayout
Create a new CollapsedStackLayout.
CollapsedSubtreeLayout - Class in prefuse.action.layout
Layout Action that sets the positions for newly collapsed or newly expanded nodes of a tree.
CollapsedSubtreeLayout(String) - Constructor for class prefuse.action.layout.CollapsedSubtreeLayout
Create a new CollapsedSubtreeLayout.
CollapsedSubtreeLayout(String, Orientation) - Constructor for class prefuse.action.layout.CollapsedSubtreeLayout
Create a new CollapsedSubtreeLayout.
colnum - Variable in class prefuse.data.Table.ColumnEntry
The column number.
color(Color) - Static method in class prefuse.util.ColorLib
Get the color code for the given Color instance.
ColorAction - Class in prefuse.action.assignment
Assignment Action that assigns color values to VisualItems for a given color field (e.g., the stroke, text, or fill color).
ColorAction(String, String) - Constructor for class prefuse.action.assignment.ColorAction
Constructor, sets the data group and color field for color assignment.
ColorAction(String, String, int) - Constructor for class prefuse.action.assignment.ColorAction
Constructor, sets the data group, color field, and default color value for color assignment.
ColorAction(String, Predicate, String) - Constructor for class prefuse.action.assignment.ColorAction
Constructor, sets the data group, filter predicate and color field for color assignment.
ColorAction(String, Predicate, String, int) - Constructor for class prefuse.action.assignment.ColorAction
Constructor, sets the data group, filter predicate, color field, and default color value for color assignment.
ColorAnimator - Class in prefuse.action.animate
Animator that linearly interpolates between starting and ending colors for VisualItems during an animation.
ColorAnimator() - Constructor for class prefuse.action.animate.ColorAnimator
Create a new ColorAnimator that processes all data groups.
ColorAnimator(String) - Constructor for class prefuse.action.animate.ColorAnimator
Create a new ColorAnimator that processes the specified group.
ColorAnimator(String, String) - Constructor for class prefuse.action.animate.ColorAnimator
Create a new ColorAnimator that processes the specified group and color field.
ColorAnimator(String, String[]) - Constructor for class prefuse.action.animate.ColorAnimator
Create a new ColorAnimator that processes the specified group and color fields.
ColorIntParser - Class in prefuse.data.parser
DataParser instance the parses int color values from a hexadecimal text string.
ColorIntParser() - Constructor for class prefuse.data.parser.ColorIntParser
 
ColorLib - Class in prefuse.util
Library routines for processing color values.
ColorLib() - Constructor for class prefuse.util.ColorLib
 
ColorMap - Class in prefuse.util
A color map provides a mapping from numeric values to specific colors.
ColorMap(int[], double, double) - Constructor for class prefuse.util.ColorMap
Creates a new ColorMap instance using the given internal color map array and minimum and maximum index values.
cols - Variable in class prefuse.action.layout.GridLayout
 
Column - Interface in prefuse.data.column
Interface for a data column in a table.
column - Static variable in class prefuse.data.expression.parser.JavaCharStream
 
column - Variable in class prefuse.data.Table.ColumnEntry
The Column instance.
columnChanged(Column, int, int, int) - Method in class prefuse.data.column.ColumnMetadata
 
columnChanged(Column, int, boolean) - Method in class prefuse.data.column.ColumnMetadata
 
columnChanged(Column, int, double) - Method in class prefuse.data.column.ColumnMetadata
 
columnChanged(Column, int, float) - Method in class prefuse.data.column.ColumnMetadata
 
columnChanged(Column, int, int) - Method in class prefuse.data.column.ColumnMetadata
 
columnChanged(Column, int, long) - Method in class prefuse.data.column.ColumnMetadata
 
columnChanged(Column, int, Object) - Method in class prefuse.data.column.ColumnMetadata
 
columnChanged(Column, int, int, int) - Method in interface prefuse.data.event.ColumnListener
Notification that a data column has changed.
columnChanged(Column, int, int) - Method in interface prefuse.data.event.ColumnListener
Notification that a data column has changed.
columnChanged(Column, int, long) - Method in interface prefuse.data.event.ColumnListener
Notification that a data column has changed.
columnChanged(Column, int, float) - Method in interface prefuse.data.event.ColumnListener
Notification that a data column has changed.
columnChanged(Column, int, double) - Method in interface prefuse.data.event.ColumnListener
Notification that a data column has changed.
columnChanged(Column, int, boolean) - Method in interface prefuse.data.event.ColumnListener
Notification that a data column has changed.
columnChanged(Column, int, Object) - Method in interface prefuse.data.event.ColumnListener
Notification that a data column has changed.
columnChanged(Column, int, int) - Method in class prefuse.data.Graph.Listener
 
columnChanged(Column, int, long) - Method in class prefuse.data.Graph.Listener
 
columnChanged(Column, int, int, int) - Method in class prefuse.data.Graph.Listener
 
columnChanged(Column, int, float) - Method in class prefuse.data.Graph.Listener
 
columnChanged(Column, int, double) - Method in class prefuse.data.Graph.Listener
 
columnChanged(Column, int, boolean) - Method in class prefuse.data.Graph.Listener
 
columnChanged(Column, int, Object) - Method in class prefuse.data.Graph.Listener
 
columnChanged(Column, int, boolean) - Method in class prefuse.data.Table
 
columnChanged(Column, int, double) - Method in class prefuse.data.Table
 
columnChanged(Column, int, float) - Method in class prefuse.data.Table
 
columnChanged(Column, int, int) - Method in class prefuse.data.Table
 
columnChanged(Column, int, long) - Method in class prefuse.data.Table
 
columnChanged(Column, int, Object) - Method in class prefuse.data.Table
 
columnChanged(Column, int, int, int) - Method in class prefuse.data.Table
 
columnChanged(Column, int, int, int) - Method in class prefuse.data.util.TreeIndex
 
columnChanged(Column, int, boolean) - Method in class prefuse.data.util.TreeIndex
 
columnChanged(Column, int, int) - Method in class prefuse.data.util.TreeIndex
 
columnChanged(Column, int, long) - Method in class prefuse.data.util.TreeIndex
 
columnChanged(Column, int, float) - Method in class prefuse.data.util.TreeIndex
 
columnChanged(Column, int, double) - Method in class prefuse.data.util.TreeIndex
 
columnChanged(Column, int, Object) - Method in class prefuse.data.util.TreeIndex
 
ColumnExpression - Class in prefuse.data.expression
Expression instance that returns the value stored in a Tuple data field.
ColumnExpression(String) - Constructor for class prefuse.data.expression.ColumnExpression
Create a new ColumnExpression.
ColumnFactory - Class in prefuse.data.column
Factory class for generating appropriate column instances.
ColumnFactory() - Constructor for class prefuse.data.column.ColumnFactory
 
ColumnListener - Interface in prefuse.data.event
Listener interface for monitoring changes to a data column.
ColumnMetadata - Class in prefuse.data.column
ColumnMetadata stores computed metadata and statistics for a single column instance.
ColumnMetadata(Table<?>, String) - Constructor for class prefuse.data.column.ColumnMetadata
Creates a new ColumnMetadata instance.
ColumnMetadata(Table<?>, String, Comparator, boolean) - Constructor for class prefuse.data.column.ColumnMetadata
Creates a new ColumnMetadata instance.
ColumnProjection - Interface in prefuse.data.util
Interface for filtering only a subset of a Table columns, computing a projection of the available data fields.
columnRows(int) - Method in class prefuse.data.util.RowManager
Return an iterator over column row indices.
columnRows(int, boolean) - Method in class prefuse.data.util.RowManager
Return an iterator over column row indices.
columnRows(IntIterator, int) - Method in class prefuse.data.util.RowManager
Return an iterator over column row indices.
comment(String) - Method in class prefuse.util.io.XMLWriter
Print a comment in the XML document.
comparator() - Method in class prefuse.util.collections.AbstractTreeMap
 
comparator() - Method in class prefuse.util.collections.BooleanIntBitSetMap
 
comparator() - Method in interface prefuse.util.collections.IntSortedMap
 
comparator() - Method in class prefuse.util.collections.ObjectIntTreeMap
 
comparatorCheck(Class, Comparator) - Static method in class prefuse.util.collections.SortedMapFactory
 
compare(Tuple, Tuple) - Method in class prefuse.data.util.TupleComparator
Compares two tuples.
compare(AbstractTreeMap.Entry, AbstractTreeMap.Entry) - Method in class prefuse.util.collections.AbstractTreeMap
 
compare(E, E) - Method in class prefuse.util.collections.CompositeComparator
 
compare(byte, byte) - Method in class prefuse.util.collections.DefaultLiteralComparator
 
compare(int, int) - Method in class prefuse.util.collections.DefaultLiteralComparator
 
compare(long, long) - Method in class prefuse.util.collections.DefaultLiteralComparator
 
compare(float, float) - Method in class prefuse.util.collections.DefaultLiteralComparator
 
compare(double, double) - Method in class prefuse.util.collections.DefaultLiteralComparator
 
compare(boolean, boolean) - Method in class prefuse.util.collections.DefaultLiteralComparator
 
compare(Object, Object) - Method in class prefuse.util.collections.DefaultLiteralComparator
 
compare(AbstractTreeMap.Entry, AbstractTreeMap.Entry) - Method in class prefuse.util.collections.DoubleIntTreeMap
 
compare(AbstractTreeMap.Entry, AbstractTreeMap.Entry) - Method in class prefuse.util.collections.FloatIntTreeMap
 
compare(AbstractTreeMap.Entry, AbstractTreeMap.Entry) - Method in class prefuse.util.collections.IntIntTreeMap
 
compare(byte, byte) - Method in interface prefuse.util.collections.LiteralComparator
 
compare(int, int) - Method in interface prefuse.util.collections.LiteralComparator
 
compare(long, long) - Method in interface prefuse.util.collections.LiteralComparator
 
compare(float, float) - Method in interface prefuse.util.collections.LiteralComparator
 
compare(double, double) - Method in interface prefuse.util.collections.LiteralComparator
 
compare(boolean, boolean) - Method in interface prefuse.util.collections.LiteralComparator
 
compare(AbstractTreeMap.Entry, AbstractTreeMap.Entry) - Method in class prefuse.util.collections.LongIntTreeMap
 
compare(E, E) - Method in class prefuse.util.collections.NullComparator
 
compare(AbstractTreeMap.Entry, AbstractTreeMap.Entry) - Method in class prefuse.util.collections.ObjectIntTreeMap
 
compare(VisualItem<?>, VisualItem<?>) - Method in class prefuse.visual.sort.ItemSorter
Compare two items based on their ordering scores.
ComparisonPredicate - Class in prefuse.data.expression
Predicate implementation that computes a comparison operation.
ComparisonPredicate(int, Expression, Expression) - Constructor for class prefuse.data.expression.ComparisonPredicate
Create a new ComparisonPredicate.
ComparisonPredicate(int, Expression, Expression, Comparator<Object>) - Constructor for class prefuse.data.expression.ComparisonPredicate
Create a new ComparisonPredicate.
component - Variable in class prefuse.render.ImageFactory
 
componentHidden(ComponentEvent) - Method in class prefuse.util.UpdateListener
Does nothing.
componentMoved(ComponentEvent) - Method in class prefuse.util.UpdateListener
Does nothing.
componentResized(ComponentEvent) - Method in class prefuse.util.UpdateListener
 
componentShown(ComponentEvent) - Method in class prefuse.util.UpdateListener
Does nothing.
CompositeAction - Class in prefuse.action
Abstract base class for Action implementations that hold a collection of subclasses.
CompositeAction() - Constructor for class prefuse.action.CompositeAction
Creates a new run-once CompositeAction.
CompositeAction(Visualization) - Constructor for class prefuse.action.CompositeAction
Creates a new run-once CompositeAction that processes the given Visualization.
CompositeAction(long) - Constructor for class prefuse.action.CompositeAction
Creates a new CompositeAction of specified duration and default step time of 20 milliseconds.
CompositeAction(Visualization, long) - Constructor for class prefuse.action.CompositeAction
Creates a new CompositeAction of specified duration and default step time of 20 milliseconds that processes the given Visualization.
CompositeAction(long, long) - Constructor for class prefuse.action.CompositeAction
Creates a new CompositeAction of specified duration and step time.
CompositeComparator<E> - Class in prefuse.util.collections
Comparator that makes comparison using an ordered list of individual comparators;
CompositeComparator(int) - Constructor for class prefuse.util.collections.CompositeComparator
Creates an empty CompositeComparator with the given capacity.
CompositeComparator(int, boolean) - Constructor for class prefuse.util.collections.CompositeComparator
Creates an empty CompositeComparator with the given capacity.
CompositeComparator(Comparator<? super E>...) - Constructor for class prefuse.util.collections.CompositeComparator
Creates a new CompositeComparator.
CompositeComparator(boolean, Comparator<? super E>...) - Constructor for class prefuse.util.collections.CompositeComparator
Creates a new CompositeComparator.
CompositeIntIterator - Class in prefuse.util.collections
IntIterator implementation that combines the results of multiple int iterators.
CompositeIntIterator(IntIterator...) - Constructor for class prefuse.util.collections.CompositeIntIterator
 
CompositeIterable<X> - Class in prefuse.util.collections
Iterator implementation that combines the results of multiple iterators.
CompositeIterable(int) - Constructor for class prefuse.util.collections.CompositeIterable
 
CompositeIterable(Iterable<? extends X>...) - Constructor for class prefuse.util.collections.CompositeIterable
 
CompositeList<E> - Class in prefuse.util.collections
List implementation that combines multiple Lists (which are assumed to be immutable).
CompositeList(List<E>...) - Constructor for class prefuse.util.collections.CompositeList
 
CompositePredicate - Class in prefuse.data.expression
Abstract base class for Predicate instances that maintain one or more sub-predicates (clauses).
CompositePredicate(Predicate...) - Constructor for class prefuse.data.expression.CompositePredicate
Create a new CompositePredicate.
CompositeRenderer - Class in prefuse.render
 
CompositeRenderer(Renderer, Renderer) - Constructor for class prefuse.render.CompositeRenderer
 
CompositeSQLDataHandler - Class in prefuse.data.io.sql
SQLDataHandler that allows multiple handlers to be grouped together.
CompositeSQLDataHandler() - Constructor for class prefuse.data.io.sql.CompositeSQLDataHandler
Create a new CompositeSQLDataHandler.
CompositeSQLDataHandler(SQLDataHandler) - Constructor for class prefuse.data.io.sql.CompositeSQLDataHandler
Create a new CompositeSQLDataHandler.
CompositeTupleSet<T extends Tuple<?>> - Class in prefuse.data.tuple
TupleSet implementation for treating a collection of tuple sets as a single, composite tuple set.
CompositeTupleSet() - Constructor for class prefuse.data.tuple.CompositeTupleSet
Create a new, empty CompositeTupleSet
CompositeTupleSet(boolean) - Constructor for class prefuse.data.tuple.CompositeTupleSet
 
ConnectionFactory - Class in prefuse.data.io.sql
 
ConnectionFactory() - Constructor for class prefuse.data.io.sql.ConnectionFactory
 
considerNodeBounds - Variable in class prefuse.action.layout.graph.MultiEdgePositioningLayout
 
ConstantColumn - Class in prefuse.data.column
Column implementation holding a single, constant value for all rows.
ConstantColumn(Class<?>, Object) - Constructor for class prefuse.data.column.ConstantColumn
Create a new ConstantColumn.
containsItem(VisualItem<?>) - Method in interface prefuse.visual.AggregateItem
Indicates is a given VisualItem is contained in the aggregation.
containsItem(VisualItem<?>) - Method in class prefuse.visual.tuple.TableAggregateItem
 
containsKey(boolean) - Method in class prefuse.util.collections.BooleanIntBitSetMap
 
containsKey(boolean) - Method in interface prefuse.util.collections.BooleanIntSortedMap
 
containsKey(double) - Method in interface prefuse.util.collections.DoubleIntSortedMap
 
containsKey(double) - Method in class prefuse.util.collections.DoubleIntTreeMap
 
containsKey(float) - Method in interface prefuse.util.collections.FloatIntSortedMap
 
containsKey(float) - Method in class prefuse.util.collections.FloatIntTreeMap
 
containsKey(int) - Method in interface prefuse.util.collections.IntIntSortedMap
 
containsKey(int) - Method in class prefuse.util.collections.IntIntTreeMap
 
containsKey(int) - Method in class prefuse.util.collections.IntObjectHashMap
Returns true if the receiver contains the specified key.
containsKey(long) - Method in interface prefuse.util.collections.LongIntSortedMap
 
containsKey(long) - Method in class prefuse.util.collections.LongIntTreeMap
 
containsKey(Object) - Method in interface prefuse.util.collections.ObjectIntSortedMap
 
containsKey(Object) - Method in class prefuse.util.collections.ObjectIntTreeMap
 
containsSet(TupleSet<? extends Tuple<?>>) - Method in class prefuse.data.tuple.CompositeTupleSet
Indicates if this composite contains the given TupleSet.
containsTuple(Tuple<?>) - Method in class prefuse.data.Table
Indicates if this table contains the given Tuple instance.
containsTuple(Tuple<?>) - Method in class prefuse.data.tuple.CompositeTupleSet
 
containsTuple(Tuple<?>) - Method in class prefuse.data.tuple.DefaultTupleSet
 
containsTuple(Tuple<?>) - Method in interface prefuse.data.tuple.TupleSet
Indicates if a given Tuple is contained within this TupleSet.
containsValue(int) - Method in class prefuse.util.collections.AbstractTreeMap
 
containsValue(int) - Method in class prefuse.util.collections.BooleanIntBitSetMap
 
containsValue(Object) - Method in class prefuse.util.collections.IntObjectHashMap
Returns true if the receiver contains the specified value.
containsValue(int) - Method in interface prefuse.util.collections.IntSortedMap
 
containsValue(Object, Object) - Method in class prefuse.util.collections.MultiMap
 
content(String) - Method in class prefuse.util.io.XMLWriter
Print content text.
contentTag(String, String, String, String) - Method in class prefuse.util.io.XMLWriter
Print a new content tag with a single attribute, consisting of an open tag, content text, and a closing tag, all on one line.
contentTag(String, String) - Method in class prefuse.util.io.XMLWriter
Print a new content tag with no attributes, consisting of an open tag, content text, and a closing tag, all on one line.
CONTINUOUS - Static variable in interface prefuse.action.assignment.BinConstants
Indicates a continuous (non-discrete) spectrum
Control - Interface in prefuse.controls
Listener interface for processing user interface events on a Display.
ControlAdapter - Class in prefuse.controls
Adapter class for processing prefuse interface events.
ControlAdapter() - Constructor for class prefuse.controls.ControlAdapter
 
convertValueToText(Object, boolean, boolean, boolean, int, boolean) - Method in class prefuse.util.ui.JPrefuseTree
Returns a String label for Node instances by looking up the label data field specified in the constructor of this class.
convexHull(double[], int) - Static method in class prefuse.util.GraphicsLib
Computes the 2D convex hull of a set of points using Graham's scanning algorithm.
convexHull(double[], int, float[], int[], int[]) - Static method in class prefuse.util.GraphicsLib
Computes the 2D convex hull of a set of points using Graham's scanning algorithm.
copyFields(AbstractTreeMap.Entry) - Method in class prefuse.util.collections.AbstractTreeMap.Entry
 
correct(Point2D, Rectangle2D) - Method in class prefuse.action.distortion.Distortion
Corrects the anchor position, such that if the anchor is outside the layout bounds, the anchor is adjusted to be the nearest point on the edge of the bounds.
count(Iterable<? extends Tuple<?>>, String) - Static method in class prefuse.util.DataLib
Get the number of values in a data column.
createAggregateTable(Visualization, String) - Static method in class prefuse.visual.AggregateTable
 
createAggregateTable(Visualization, String, Schema) - Static method in class prefuse.visual.AggregateTable
 
createCascadedTable(Table<TableTuple<?>>, Predicate, ColumnProjection) - Static method in class prefuse.data.CascadedTable
Create a new CascadedTable.
createCascadedTable(Table<TableTuple<?>>, ColumnProjection) - Static method in class prefuse.data.CascadedTable
 
createCascadedTable(Table<TableTuple<?>>, Predicate) - Static method in class prefuse.data.CascadedTable
 
createCascadedTable(Table<TableTuple<?>>) - Static method in class prefuse.data.CascadedTable
 
createCheckboxGroup() - Method in class prefuse.data.query.ListQueryBinding
Creates a new group of check boxes for interacting with the query.
createComboBox() - Method in class prefuse.data.query.ListQueryBinding
Create a new drop-down combo box for interacting with the query.
createComponent() - Method in class prefuse.data.query.DynamicQueryBinding
Generates a new user interface component for dynamically adjusting the query values.
createComponent() - Method in class prefuse.data.query.ListQueryBinding
Creates a new group of check boxes for interacting with the query.
createComponent() - Method in class prefuse.data.query.RangeQueryBinding
Create a new horizontal range slider for interacting with the query.
createComponent() - Method in class prefuse.data.query.SearchQueryBinding
Create a new search text panel for searching over the data.
createCurvedEdge(float[], boolean[]) - Method in class prefuse.render.EdgeRenderer
 
createEmptyCopyWithSchema(Schema) - Method in class prefuse.data.Table
Creates a new table with the same schema as this one, and with no data
createEmptyShape() - Method in enum prefuse.PredefinedShape
 
createEmptyShape() - Method in interface prefuse.ShapeBuilder
 
createFilterIterable(Iterable<T>, Predicate) - Static method in class prefuse.data.util.FilterIterable
 
createFunction(String) - Static method in class prefuse.data.expression.FunctionTable
Get a new Function instance for the function with the given name.
createGraph() - Static method in class prefuse.data.Graph
Creates a new, empty undirected Graph.
createGraph(boolean) - Static method in class prefuse.data.Graph
Creates a new, empty Graph.
createGraph(Table<TableNode>, boolean) - Static method in class prefuse.data.Graph
Create a new Graph using the provided table of node data and an empty set of edges.
createGraph(Table<TableNode>, boolean, String, String, String) - Static method in class prefuse.data.Graph
Create a new Graph using the provided table of node data and an empty set of edges.
createGraph(Table<TableNode>, Table<TableEdge>, boolean) - Static method in class prefuse.data.Graph
 
createHorizontalRangeSlider() - Method in class prefuse.data.query.RangeQueryBinding
Create a new horizontal range slider for interacting with the query.
createLinkTable() - Method in class prefuse.data.Graph
Instantiate and return the link table.
createLinkTable() - Method in class prefuse.data.Tree
 
createList() - Method in class prefuse.data.query.ListQueryBinding
Create a new interactive list for interacting with the query.
createListener() - Method in class prefuse.util.ui.JRangeSlider
Create a listener to relay change events from the bounded range model.
createMap() - Method in class prefuse.util.collections.MultiMap
 
createPalette(int) - Method in class prefuse.action.assignment.DataColorAction
Create a color palette of the requested type and size.
createRadioGroup() - Method in class prefuse.data.query.ListQueryBinding
Creates a new group of radio buttons for interacting with the query.
createRangeSlider(JRangeSlider.Orientation, JRangeSlider.Direction) - Method in class prefuse.data.query.RangeQueryBinding
Create a new range slider for interacting with the query, using the given orientation and direction.
createSearchPanel() - Method in class prefuse.data.query.SearchQueryBinding
Create a new search text panel for searching over the data.
createSearchPanel(boolean) - Method in class prefuse.data.query.SearchQueryBinding
Create a new search text panel for searching over the data.
createSet() - Method in class prefuse.util.collections.MultiMap
 
createShape(double, double, double, double) - Method in enum prefuse.PredefinedShape
 
createShape(double, double, double, double) - Method in interface prefuse.ShapeBuilder
 
createSlider() - Method in class prefuse.data.query.RangeQueryBinding
Create a new regular (non-range) slider for interacting with the query.
createTable() - Static method in class prefuse.data.Table
 
createTable(int, int) - Static method in class prefuse.data.Table
 
createTable(Schema) - Static method in class prefuse.data.Table
 
createToolTip() - Method in class prefuse.Display
Returns the tooltip instance to use for this Display.
createTree() - Static method in class prefuse.data.Tree
Create a new, empty Tree.
createTupleInstance() - Method in class prefuse.data.Table
 
createTupleInstance() - Method in class prefuse.data.tuple.TupleManager
 
createVerticalRangeSlider() - Method in class prefuse.data.query.RangeQueryBinding
Create a new vertical range slider for interacting with the query.
createVisualTable(Table<T>, Visualization, String) - Static method in class prefuse.visual.VisualTable
 
createVisualTable(Table<T>, Visualization, String, Predicate) - Static method in class prefuse.visual.VisualTable
 
createVisualTable(Table<T>, Visualization, String, Predicate, Schema) - Static method in class prefuse.visual.VisualTable
 
createVisualTable(Visualization, String) - Static method in class prefuse.visual.VisualTable
 
createVisualTable(Visualization, String, Schema) - Static method in class prefuse.visual.VisualTable
 
CSVTableReader - Class in prefuse.data.io
TableReader for Comma Separated Value (CSV) files.
CSVTableReader() - Constructor for class prefuse.data.io.CSVTableReader
Create a new CSVTableReader.
CSVTableReader(ParserFactory) - Constructor for class prefuse.data.io.CSVTableReader
Create a new CSVTableReader.
CSVTableWriter - Class in prefuse.data.io
TableWriter that writes out a text table in the comma-separated-values format.
CSVTableWriter() - Constructor for class prefuse.data.io.CSVTableWriter
Create a new CSVTableWriter that writes comma separated values files.
CSVTableWriter(boolean) - Constructor for class prefuse.data.io.CSVTableWriter
Create a new CSVTableWriter.
curChar - Static variable in class prefuse.data.expression.parser.ExpressionParserTokenManager
 
curFocus - Variable in class prefuse.controls.FocusControl
 
currentToken - Variable in exception prefuse.data.expression.parser.ParseException
This is the last token that has been consumed successfully.
customPaint(Graphics2D, int, int) - Method in class prefuse.util.ui.JRangeSlider
Override this method to perform custom painting of the slider trough.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Copyright © 2008 Regents of the University of California