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

A

a - Variable in class prefuse.action.layout.graph.BalloonTreeLayout.Params
 
abbreviate(String, FontMetrics, int) - Static method in class prefuse.util.StringLib
Abbreviate a String by simply truncating it.
abbreviateName(String, FontMetrics, int) - Static method in class prefuse.util.StringLib
Abbreviate a String as a given name.
AbstractColumn - Class in prefuse.data.column
Abstract base class for Column implementations.
AbstractColumn() - Constructor for class prefuse.data.column.AbstractColumn
Create a new AbstractColumn of type Object.
AbstractColumn(Class) - Constructor for class prefuse.data.column.AbstractColumn
Create a new AbstractColumn of a given type.
AbstractColumn(Class, Object) - Constructor for class prefuse.data.column.AbstractColumn
Create a new AbstractColumn of a given type.
AbstractColumnProjection - Class in prefuse.data.util
Abstract base class for column projection instances.
AbstractColumnProjection() - Constructor for class prefuse.data.util.AbstractColumnProjection
 
AbstractExpression - Class in prefuse.data.expression
Abstract base class for Expression implementations.
AbstractExpression() - Constructor for class prefuse.data.expression.AbstractExpression
 
AbstractForce - Class in prefuse.util.force
Abstract base class for force functions in a force simulation.
AbstractForce() - Constructor for class prefuse.util.force.AbstractForce
 
AbstractGraphReader - Class in prefuse.data.io
Abstract base class implementation of the GraphReader interface.
AbstractGraphReader() - Constructor for class prefuse.data.io.AbstractGraphReader
 
AbstractGraphWriter - Class in prefuse.data.io
Abstract base class implementation of the GraphWriter interface.
AbstractGraphWriter() - Constructor for class prefuse.data.io.AbstractGraphWriter
 
AbstractHashMap - Class in prefuse.util.collections
Abstract base class for hash maps holding objects or primitive data types such as int, float, etc. as keys and/or values.
AbstractHashMap() - Constructor for class prefuse.util.collections.AbstractHashMap
Makes this class non instantiable, but still let's others inherit from it.
AbstractLiteralIterator - Class in prefuse.util.collections
Abstract base class for a LiteralIterator implementations.
AbstractLiteralIterator() - Constructor for class prefuse.util.collections.AbstractLiteralIterator
 
AbstractPredicate - Class in prefuse.data.expression
Abstract base class for dedicated Predicate instances.
AbstractPredicate() - Constructor for class prefuse.data.expression.AbstractPredicate
 
AbstractShapeRenderer - Class in prefuse.render
Abstract base class implementation of the Renderer interface for supporting the drawing of basic shapes.
AbstractShapeRenderer() - Constructor for class prefuse.render.AbstractShapeRenderer
 
AbstractTableReader - Class in prefuse.data.io
Abstract base class implementation of the TableReader interface.
AbstractTableReader() - Constructor for class prefuse.data.io.AbstractTableReader
 
AbstractTableWriter - Class in prefuse.data.io
Abstract base class implementation of the TableWriter interface.
AbstractTableWriter() - Constructor for class prefuse.data.io.AbstractTableWriter
 
AbstractTextTableReader - Class in prefuse.data.io
Abstract base class for TableReader instances that read in a table from a textual data file.
AbstractTextTableReader() - Constructor for class prefuse.data.io.AbstractTextTableReader
Create a new AbstractTextTableReader using a default ParserFactory.
AbstractTextTableReader(ParserFactory) - Constructor for class prefuse.data.io.AbstractTextTableReader
Create a new AbstractTextTableReader.
AbstractTreeMap - Class in prefuse.util.collections
Abstract base class for red-black trees that map a key value to an int value.
AbstractTreeMap(LiteralComparator, boolean) - Constructor for class prefuse.util.collections.AbstractTreeMap
 
AbstractTreeMap.Entry - Class in prefuse.util.collections
 
AbstractTreeMap.Entry(int) - Constructor for class prefuse.util.collections.AbstractTreeMap.Entry
 
AbstractTreeMap.Entry(int, AbstractTreeMap.Entry, int) - Constructor for class prefuse.util.collections.AbstractTreeMap.Entry
 
AbstractTreeMap.EntryIterator - Class in prefuse.util.collections
 
AbstractTreeMap.KeyIterator - Class in prefuse.util.collections
 
AbstractTreeMap.KeyIterator() - Constructor for class prefuse.util.collections.AbstractTreeMap.KeyIterator
 
AbstractTreeMap.KeyIterator(AbstractTreeMap.Entry, AbstractTreeMap.Entry) - Constructor for class prefuse.util.collections.AbstractTreeMap.KeyIterator
 
AbstractTreeMap.ValueIterator - Class in prefuse.util.collections
 
AbstractTreeMap.ValueIterator(AbstractTreeMap.EntryIterator) - Constructor for class prefuse.util.collections.AbstractTreeMap.ValueIterator
 
AbstractTupleSet - Class in prefuse.data.tuple
Abstract base class for TupleSet implementations.
AbstractTupleSet() - Constructor for class prefuse.data.tuple.AbstractTupleSet
 
AbstractZoomControl - Class in prefuse.controls
Abstract base class for zoom controls.
AbstractZoomControl() - Constructor for class prefuse.controls.AbstractZoomControl
 
accept(File) - Method in class prefuse.util.io.SimpleFileFilter
 
AcceptAllColumnProjection - Class in prefuse.data.util
ColumnProjection that simply includes all columns.
AcceptAllColumnProjection() - Constructor for class prefuse.data.util.AcceptAllColumnProjection
 
accumulate() - Method in class prefuse.util.force.ForceSimulator
Accumulate all forces acting on the items in this simulation
Action - Class in prefuse.action
Actions are building blocks that perform any number of operations on a Visualization, typically processing VisualItems to set various visual attributes.
Action() - Constructor for class prefuse.action.Action
Creates an action instance with zero duration.
Action(long) - Constructor for class prefuse.action.Action
Create a new Action with a specified duration.
Action(long, long) - Constructor for class prefuse.action.Action
Create a new Action with a specified duration and step time.
Action(Visualization) - Constructor for class prefuse.action.Action
Create a new Action with a specified Visualization and zero duration.
Action(Visualization, long) - Constructor for class prefuse.action.Action
Create a new Action with a specified Visualization and duration.
Action(Visualization, long, long) - Constructor for class prefuse.action.Action
Create a new Action with a specified Visualization, duration and step time.
action - Variable in class prefuse.controls.DragControl
 
ActionList - Class in prefuse.action
The ActionList represents a chain of Actions that process VisualItems.
ActionList() - Constructor for class prefuse.action.ActionList
Creates a new run-once ActionList.
ActionList(Visualization) - Constructor for class prefuse.action.ActionList
Creates a new run-once ActionList that processes the given Visualization.
ActionList(long) - Constructor for class prefuse.action.ActionList
Creates a new ActionList of specified duration and default step time of 20 milliseconds.
ActionList(Visualization, long) - Constructor for class prefuse.action.ActionList
Creates a new ActionList which processes the given Visualization and has the specified duration and a default step time of 20 milliseconds.
ActionList(long, long) - Constructor for class prefuse.action.ActionList
Creates a new ActionList of specified duration and step time.
actionPerformed(ActionEvent) - Method in class prefuse.util.display.ExportDisplayAction
Shows the image export dialog and processes the results.
actionPerformed(ActionEvent) - Method in class prefuse.util.force.ForceConfigAction
 
actionPerformed(ActionEvent) - Method in class prefuse.util.ui.JSearchPanel
 
ActionSwitch - Class in prefuse.action
The ActionSwitch selects between a set of Actions, allowing only one of a group of Actions to be executed at a time.
ActionSwitch() - Constructor for class prefuse.action.ActionSwitch
Creates an empty action switch.
ActionSwitch(Action[], int) - Constructor for class prefuse.action.ActionSwitch
Creates a new ActionSwitch with the given actions and switch value.
Activity - Class in prefuse.activity
Represents an activity that can be scheduled and run.
Activity(long) - Constructor for class prefuse.activity.Activity
Creates a new Activity.
Activity(long, long) - Constructor for class prefuse.activity.Activity
Creates a new Activity.
Activity(long, long, long) - Constructor for class prefuse.activity.Activity
Creates a new Activity.
activity - Variable in class prefuse.controls.FocusControl
 
ActivityAdapter - Class in prefuse.activity
Adapter class for ActivityListeners.
ActivityAdapter() - Constructor for class prefuse.activity.ActivityAdapter
 
activityCancelled(Activity) - Method in class prefuse.activity.ActivityAdapter
 
activityCancelled(Activity) - Method in interface prefuse.activity.ActivityListener
Called when an activity is cancelled.
activityCancelled(Activity) - Method in class prefuse.activity.ActivityManager.ScheduleAfterActivity
 
activityCount() - Static method in class prefuse.activity.ActivityManager
Returns the number of scheduled activities
activityFinished(Activity) - Method in class prefuse.activity.ActivityAdapter
 
activityFinished(Activity) - Method in interface prefuse.activity.ActivityListener
Called when an activity finishes.
activityFinished(Activity) - Method in class prefuse.activity.ActivityManager.ScheduleAfterActivity
 
ActivityListener - Interface in prefuse.activity
Callback interface by which interested classes can be notified of the progress of a scheduled activity.
ActivityManager - Class in prefuse.activity
The ActivityManager is responsible for scheduling and running timed activities that perform data processing and animation.
ActivityManager.ScheduleAfterActivity - Class in prefuse.activity
 
ActivityManager.ScheduleAfterActivity(Activity, boolean) - Constructor for class prefuse.activity.ActivityManager.ScheduleAfterActivity
 
ActivityMap - Class in prefuse.activity
Maps between Activity instances and user-defined keys.
ActivityMap() - Constructor for class prefuse.activity.ActivityMap
Creates a new ActivityMap instance.
ActivityMap(ActivityMap) - Constructor for class prefuse.activity.ActivityMap
Creates a new ActivityMap instance with the specified parent map.
activityScheduled(Activity) - Method in class prefuse.activity.ActivityAdapter
 
activityScheduled(Activity) - Method in interface prefuse.activity.ActivityListener
Called when an activity has been scheduled with an ActivityManager
activityStarted(Activity) - Method in class prefuse.activity.ActivityAdapter
 
activityStarted(Activity) - Method in interface prefuse.activity.ActivityListener
Called when an activity is first started.
activityStepped(Activity) - Method in class prefuse.activity.ActivityAdapter
 
activityStepped(Activity) - Method in interface prefuse.activity.ActivityListener
Called when an activity is stepped.
add(Predicate, int) - Method in class prefuse.action.assignment.ColorAction
Add a color mapping rule to this ColorAction.
add(String, int) - Method in class prefuse.action.assignment.ColorAction
Add a color mapping rule to this ColorAction.
add(Predicate, ColorAction) - Method in class prefuse.action.assignment.ColorAction
Add a color mapping rule to this ColorAction.
add(String, ColorAction) - Method in class prefuse.action.assignment.ColorAction
Add a color mapping rule to this ColorAction.
add(Predicate, Font) - Method in class prefuse.action.assignment.FontAction
Add a font mapping rule to this FontAction.
add(String, Font) - Method in class prefuse.action.assignment.FontAction
Add a font mapping rule to this FontAction.
add(Predicate, FontAction) - Method in class prefuse.action.assignment.FontAction
Add a font mapping rule to this FontAction.
add(String, FontAction) - Method in class prefuse.action.assignment.FontAction
Add a font mapping rule to this FontAction.
add(Predicate, int) - Method in class prefuse.action.assignment.ShapeAction
Add a shape mapping rule to this ShapeAction.
add(String, int) - Method in class prefuse.action.assignment.ShapeAction
Add a shape mapping rule to this ShapeAction.
add(Predicate, ShapeAction) - Method in class prefuse.action.assignment.ShapeAction
Add a size mapping rule to this ShapeAction.
add(String, ShapeAction) - Method in class prefuse.action.assignment.ShapeAction
Add a shape mapping rule to this ShapeAction.
add(Predicate, double) - Method in class prefuse.action.assignment.SizeAction
Add a size mapping rule to this SizeAction.
add(String, double) - Method in class prefuse.action.assignment.SizeAction
Add a size mapping rule to this SizeAction.
add(Predicate, SizeAction) - Method in class prefuse.action.assignment.SizeAction
Add a size mapping rule to this SizeAction.
add(String, SizeAction) - Method in class prefuse.action.assignment.SizeAction
Add a size mapping rule to this SizeAction.
add(Predicate, BasicStroke) - Method in class prefuse.action.assignment.StrokeAction
Add a mapping rule to this StrokeAction.
add(String, BasicStroke) - Method in class prefuse.action.assignment.StrokeAction
Add a mapping rule to this StrokeAction.
add(Predicate, StrokeAction) - Method in class prefuse.action.assignment.StrokeAction
Add a mapping rule to this StrokeAction.
add(String, StrokeAction) - Method in class prefuse.action.assignment.StrokeAction
Add a mapping rule to this StrokeAction.
add(Action) - Method in class prefuse.action.CompositeAction
Adds an Action to the end of the composite list.
add(int, Action) - Method in class prefuse.action.CompositeAction
Adds an Action at the given index.
add(Predicate, Object) - Method in class prefuse.action.EncoderAction
Add a mapping rule to this EncoderAction.
ADD - Static variable in class prefuse.data.expression.ArithmeticExpression
Indicates an addition operation.
add(Predicate) - Method in class prefuse.data.expression.CompositePredicate
Add a new clause.
ADD - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
add(String, boolean) - Method in class prefuse.data.util.Sort
Adds a new field to this Sort specification.
add(Predicate, Renderer) - Method in class prefuse.render.DefaultRendererFactory
Adds a new mapping to this RendererFactory.
add(String, Renderer) - Method in class prefuse.render.DefaultRendererFactory
Adds a new mapping to this RendererFactory.
add(byte) - Method in class prefuse.util.collections.ByteArrayList
 
add(byte[], int, int) - Method in class prefuse.util.collections.ByteArrayList
 
add(Comparator) - Method in class prefuse.util.collections.CompositeComparator
Adds an additional comparator to this composite.
add(Object) - Method in class prefuse.util.collections.CopyOnWriteArrayList
Appends the specified element to the end of this list.
add(int, Object) - Method in class prefuse.util.collections.CopyOnWriteArrayList
Inserts the specified element at the specified position in this list.
add(Object, int) - Method in class prefuse.util.collections.Queue
 
add(Predicate, Object) - Method in class prefuse.util.PredicateChain
Add a new rule to the end of the chain, associating a Predicate condition with an Object value.
add(String, TupleSet) - Method in class prefuse.Visualization
Add a data set to this visualization, using the given data group name.
add(String, TupleSet, Predicate) - Method in class prefuse.Visualization
Add a data set to this visualization, using the given data group name.
add_escapes(String) - Method in exception prefuse.data.expression.parser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addActivityListener(ActivityListener) - Method in class prefuse.activity.Activity
Add an ActivityListener to monitor this activity's events.
addAggregates(String) - Method in class prefuse.Visualization
Add a group of aggregates to this visualization.
addAggregates(String, Schema) - Method in class prefuse.Visualization
Add a group of aggregates to this visualization.
addAll(Collection) - Method in class prefuse.util.collections.CopyOnWriteArrayList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(int, Collection) - Method in class prefuse.util.collections.CopyOnWriteArrayList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAllAbsent(Collection) - Method in class prefuse.util.collections.CopyOnWriteArrayList
Appends all of the elements in the specified collection that are not already contained in this list, to the end of this list, in the order that they are returned by the specified collection's iterator.
addCascadedRow(int) - Method in class prefuse.data.CascadedTable
Internal method for adding a new cascaded row backed by the given parent row.
addChangeListener(ChangeListener) - Method in class prefuse.util.ui.JRangeSlider
Registers a listener for ChangeEvents.
addChangeListener(ChangeListener) - Method in class prefuse.util.ui.JValueSlider
Add a change listener to listen to this component.
addChild(int) - Method in class prefuse.data.SpanningTree
Unsupported operation.
addChild(Node) - Method in class prefuse.data.SpanningTree
Unsupported operation.
addChild(int) - Method in class prefuse.data.Tree
Add a child node to the given parent node.
addChild(Node) - Method in class prefuse.data.Tree
Add a child node to the given parent node.
addChildEdge(int, int) - Method in class prefuse.data.SpanningTree
Unsupported operation.
addChildEdge(Node, Node) - Method in class prefuse.data.SpanningTree
Unsupported operation.
addChildEdge(int, int) - Method in class prefuse.data.Tree
Add a child edge between the given nodes.
addChildEdge(Node, Node) - Method in class prefuse.data.Tree
Add a child edge between the given nodes.
addChildListeners() - Method in class prefuse.data.expression.AbstractExpression
Add child listeners to catch and propagate sub-expression updates.
addChildListeners() - Method in class prefuse.data.expression.BinaryExpression
 
addChildListeners() - Method in class prefuse.data.expression.CompositePredicate
 
addChildListeners() - Method in class prefuse.data.expression.FunctionExpression
 
addChildListeners() - Method in class prefuse.data.expression.IfExpression
 
addChildListeners() - Method in class prefuse.data.expression.NotPredicate
 
addChildListeners() - Method in class prefuse.data.expression.RangePredicate
 
addColumn(String, int) - Method in class prefuse.data.io.FixedWidthTextTableSchema
Adds a column to this schema description.
addColumn(String, Class) - Method in class prefuse.data.Schema
Add a column to this schema.
addColumn(String, Class, Object) - Method in class prefuse.data.Schema
Add a column to this schema.
addColumn(String, Class) - Method in class prefuse.data.Table
Add a column with the given name and data type to this table.
addColumn(String, Class, Object) - Method in class prefuse.data.Table
Add a column with the given name and data type to this table.
addColumn(String, String) - Method in class prefuse.data.Table
Add a derived column to this table, using an Expression instance to dynamically calculate the column data values.
addColumn(String, Expression) - Method in class prefuse.data.Table
Add a derived column to this table, using an Expression instance to dynamically calculate the column data values.
addColumn(String, Column) - Method in class prefuse.data.Table
Internal method for adding a column.
addColumn(String, Class, Object) - Method in class prefuse.data.tuple.AbstractTupleSet
Unsupported by default.
addColumn(String, Class) - Method in class prefuse.data.tuple.AbstractTupleSet
Unsupported by default.
addColumn(String, Expression) - Method in class prefuse.data.tuple.AbstractTupleSet
Unsupported by default.
addColumn(String, String) - Method in class prefuse.data.tuple.AbstractTupleSet
Unsupported by default.
addColumn(String, Class, Object) - Method in class prefuse.data.tuple.CompositeTupleSet
Adds the value to all contained TupleSets that return a true value for TupleSet.isAddColumnSupported().
addColumn(String, Class) - Method in class prefuse.data.tuple.CompositeTupleSet
Adds the value to all contained TupleSets that return a true value for TupleSet.isAddColumnSupported().
addColumn(String, Expression) - Method in class prefuse.data.tuple.CompositeTupleSet
Adds the value to all contained TupleSets that return a true value for TupleSet.isAddColumnSupported().
addColumn(String, String) - Method in class prefuse.data.tuple.CompositeTupleSet
Adds the value to all contained TupleSets that return a true value for TupleSet.isAddColumnSupported().
addColumn(String, Class) - Method in interface prefuse.data.tuple.TupleSet
Add a data field / column to this TupleSet's members.
addColumn(String, Class, Object) - Method in interface prefuse.data.tuple.TupleSet
Add a data field / column to this TupleSet's members.
addColumn(String, String) - Method in interface prefuse.data.tuple.TupleSet
Add a data field / column to this TupleSet's members.
addColumn(String, Expression) - Method in interface prefuse.data.tuple.TupleSet
Add a data field / column to this TupleSet's members.
addColumnListener(ColumnListener) - Method in class prefuse.data.column.AbstractColumn
Adds a listener to be notified when this column changes
addColumnListener(ColumnListener) - Method in interface prefuse.data.column.Column
Adds a listener to be notified when this column changes
addColumnListener(ColumnListener) - Method in class prefuse.data.column.ConstantColumn
Does nothing.
addColumns(Schema) - Method in class prefuse.data.tuple.AbstractTupleSet
 
addColumns(Schema) - Method in interface prefuse.data.tuple.TupleSet
Add the data fields of the given Schema to the Tuples in this TupleSet.
addConstantColumn(String, Class, Object) - Method in class prefuse.data.Table
Add a constant column to this table, which returns one constant value for all column rows.
addControlListener(Control) - Method in class prefuse.Display
Adds a ControlListener to receive all input events on VisualItems.
addDataGroup(String, VisualTupleSet, TupleSet) - Method in class prefuse.Visualization
 
addDecorators(String, String) - Method in class prefuse.Visualization
Add a group of decorators to an existing visual data group.
addDecorators(String, String, Schema) - Method in class prefuse.Visualization
Add a group of decorators to an existing visual data group.
addDecorators(String, String, Predicate) - Method in class prefuse.Visualization
Add a group of decorators to an existing visual data group.
addDecorators(String, String, Predicate, Schema) - Method in class prefuse.Visualization
Add a group of decorators to an existing visual data group.
addDerivedTable(String, String, Predicate, Schema) - Method in class prefuse.Visualization
Add a derived table, a VisualTable that is cascaded from an existing VisualTable.
addDocument(Document) - Method in class prefuse.data.search.LuceneSearcher
Add a document to the Lucene search index.
addEdge(int, int) - Method in class prefuse.data.Graph
Add an edge to the graph.
addEdge(Node, Node) - Method in class prefuse.data.Graph
Add an edge to the graph.
addEdge(int, int) - Method in class prefuse.data.SpanningTree
Unsupported operation.
addEdge(Node, Node) - Method in class prefuse.data.SpanningTree
Unsupported operation.
addElement(Object) - Method in class prefuse.data.query.ListModel
 
addEscapes(String) - Static method in error prefuse.data.expression.parser.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addExpressionListener(ExpressionListener) - Method in class prefuse.data.expression.AbstractExpression
 
addExpressionListener(ExpressionListener) - Method in interface prefuse.data.expression.Expression
Add a listener to this Expression.
addExtension(String) - Method in class prefuse.util.io.SimpleFileFilter
Add a file extension to this file filter.
addFocusGroup(String) - Method in class prefuse.Visualization
Add a new secondary, or focus, group to this visualization.
addFocusGroup(String, TupleSet) - Method in class prefuse.Visualization
Add a new secondary, or focus, group to this visualization.
addForce(Force) - Method in class prefuse.util.force.ForceSimulator
Add a new Force function to the simulator.
addFunction(String, Class) - Static method in class prefuse.data.expression.FunctionTable
Add a function to the function table.
addGlue(JComponent, boolean) - Static method in class prefuse.util.ui.UILib
Add a glue, or variable spacing, to a UI component
addGlue(JComponent, int) - Static method in class prefuse.util.ui.UILib
Add a glue, or variable spacing, to a UI component
addGraph(String, Graph) - Method in class prefuse.Visualization
Adds a graph to this visualization, using the given data group name.
addGraph(String, Graph, Predicate) - Method in class prefuse.Visualization
Adds a graph to this visualization, using the given data group name.
addGraph(String, Graph, Predicate, Schema, Schema) - Method in class prefuse.Visualization
Adds a graph to this visualization, using the given data group name.
addGraphModelListener(GraphListener) - Method in class prefuse.data.Graph
Add a listener to be notified of changes to the graph.
addHandler(String, SQLDataHandler) - Method in class prefuse.data.io.sql.CompositeSQLDataHandler
Add a custom data handler for a given column name.
addIfAbsent(Object) - Method in class prefuse.util.collections.CopyOnWriteArrayList
Append the element if not present.
addImage(String, Image) - Method in class prefuse.render.ImageFactory
Adds an image associated with a location string to this factory's cache.
addInternal(Tuple) - Method in class prefuse.data.tuple.DefaultTupleSet
Adds a tuple without firing a notification.
addInterpolatedColumn(String, Class, Object) - Method in class prefuse.data.Schema
Add a new interpolated column to this data schema.
addInterpolatedColumn(String, Class) - Method in class prefuse.data.Schema
Add an interpolated column with a null default value.
addItem(ForceItem) - Method in class prefuse.util.force.ForceSimulator
Add a ForceItem to the simulation.
addItem(VisualItem) - Method in interface prefuse.visual.AggregateItem
Add a VisualItem to this aggregate.
addItem(VisualItem) - Method in class prefuse.visual.tuple.TableAggregateItem
 
addItem() - Method in class prefuse.visual.VisualTable
Add a new row to the table and return the VisualItem for that row.
addItemBoundsListener(ItemBoundsListener) - Method in class prefuse.Display
Add an ItemBoundsListener to receive notifications when the bounds occupied by the VisualItems in this Display change.
AdditiveExpression() - Static method in class prefuse.data.expression.parser.ExpressionParser
 
addLink(String, int, int, int) - Method in class prefuse.data.Graph
Internal method for adding a link to an adjacency list
addListDataListener(ListDataListener) - Method in class prefuse.data.query.ListModel
 
addName(String) - Method in class prefuse.data.util.NamedColumnProjection
Add a column name to this projection.
addNode() - Method in class prefuse.data.Graph
Add a new node to the graph.
addNode() - Method in class prefuse.data.SpanningTree
Unsupported operation.
addNodeRow() - Method in class prefuse.data.Graph
Add row to the node table, thereby adding a node to the graph.
addNodeRow() - Method in class prefuse.data.SpanningTree
Unsupported operation.
addPaintListener(PaintListener) - Method in class prefuse.Display
Add a PaintListener to this Display to receive notifications about paint events.
addParameter(Expression) - Method in interface prefuse.data.expression.Function
Add a parameter value sub-expression to this function.
addParameter(Expression) - Method in class prefuse.data.expression.FunctionExpression
 
addParameter(Expression) - Method in class prefuse.visual.expression.GroupExpression
Attempts to add the given expression as the group expression.
addParameter(Expression) - Method in class prefuse.visual.expression.HoverPredicate
 
addParameter(Expression) - Method in class prefuse.visual.expression.SearchPredicate
 
addParameter(Expression) - Method in class prefuse.visual.expression.ValidatedPredicate
 
addParameter(Expression) - Method in class prefuse.visual.expression.VisiblePredicate
 
addProjectionListener(ProjectionListener) - Method in class prefuse.data.util.AbstractColumnProjection
 
addProjectionListener(ProjectionListener) - Method in interface prefuse.data.util.ColumnProjection
Add a listener to this column projection
addPropertyChangeListener(PropertyChangeListener) - Method in class prefuse.data.tuple.AbstractTupleSet
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class prefuse.data.tuple.AbstractTupleSet
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface prefuse.data.tuple.TupleSet
Add a PropertyChangeListener to be notified of changes to the properties bounds to this TupleSet.
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface prefuse.data.tuple.TupleSet
Add a PropertyChangeListener to be notified of changes to a specific property bound to this TupleSet.
addRoot() - Method in class prefuse.data.SpanningTree
Unsupported operation.
addRoot() - Method in class prefuse.data.Tree
Add a new root node to an empty Tree.
addRootRow() - Method in class prefuse.data.SpanningTree
Unsupported operation.
addRootRow() - Method in class prefuse.data.Tree
Add a new root node to an empty Tree.
addRow() - Method in class prefuse.data.CascadedTable
 
addRow() - Method in class prefuse.data.Table
Add a row to this table.
addRow(int) - Method in class prefuse.data.util.FilteredRowManager
Add a new row backed by the given parent row.
addRow() - Method in class prefuse.data.util.RowManager
Add a new row to management.
addRows(int) - Method in class prefuse.data.CascadedTable
 
addRows(int) - Method in class prefuse.data.Table
Add a given number of rows to this table.
addSet(String, TupleSet) - Method in class prefuse.data.tuple.CompositeTupleSet
Add a TupleSet to this composite.
addSpring(ForceItem, ForceItem) - Method in class prefuse.util.force.ForceSimulator
Add a Spring to the simulation.
addSpring(ForceItem, ForceItem, float) - Method in class prefuse.util.force.ForceSimulator
Add a Spring to the simulation.
addSpring(ForceItem, ForceItem, float, float) - Method in class prefuse.util.force.ForceSimulator
Add a Spring to the simulation.
addString(String, Tuple) - Method in class prefuse.data.search.Trie
Add a new word to the trie, associated with the given Tuple.
addStrut(JComponent, boolean, int) - Static method in class prefuse.util.ui.UILib
Add a strut, or rigid spacing, to a UI component
addStrut(JComponent, int, int) - Static method in class prefuse.util.ui.UILib
Add a strut, or rigid spacing, to a UI component
addTable(String) - Method in class prefuse.Visualization
Add an empty VisualTable to this visualization, using the given data group name.
addTable(String, Schema) - Method in class prefuse.Visualization
Add an empty VisualTable to this visualization, using the given data group name and table schema.
addTable(String, Table) - Method in class prefuse.Visualization
Adds a data table to this visualization, using the given data group name.
addTable(String, Table, Predicate) - Method in class prefuse.Visualization
Adds a data table to this visualization, using the given data group name.
addTable(String, Table, Schema) - Method in class prefuse.Visualization
Adds a data table to this visualization, using the given data group name.
addTable(String, Table, Predicate, Schema) - Method in class prefuse.Visualization
Adds a data table to this visualization, using the given data group name.
addTable(VisualTable) - Method in class prefuse.Visualization
Add a VisualTable to this visualization, using the table's pre-set group name.
addTableListener(TableListener) - Method in class prefuse.data.Table
Add a table listener to this table.
addTableModelListener(TableModelListener) - Method in class prefuse.util.ui.PrefuseTableModel
 
addToAggregate(int, VisualItem) - Method in class prefuse.visual.AggregateTable
Add an item to the aggregation at the given row.
addToPickingQueue(VisualItem) - Method in class prefuse.util.display.RenderingQueue
Add an item to the picking queue.
addToRenderQueue(VisualItem) - Method in class prefuse.util.display.RenderingQueue
Add an item to the rendering queue.
addToSchema() - Method in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
addTree(String, Tree) - Method in class prefuse.Visualization
Adds a tree to this visualization, using the given data group name.
addTree(String, Tree, Predicate) - Method in class prefuse.Visualization
Adds a tree to this visualization, using the given data group name.
addTree(String, Tree, Predicate, Schema, Schema) - Method in class prefuse.Visualization
Adds a tree to this visualization, using the given data group name.
addTreeModelListener(TreeModelListener) - Method in class prefuse.util.ui.JPrefuseTree.PrefuseTreeModel
 
addTuple(Tuple) - Method in class prefuse.data.search.SearchTupleSet
This method is not supported by this implementation.
addTuple(Tuple) - Method in class prefuse.data.Table
Add a Tuple to this table.
addTuple(Tuple) - Method in class prefuse.data.tuple.CompositeTupleSet
Not supported.
addTuple(Tuple) - Method in class prefuse.data.tuple.DefaultTupleSet
 
addTuple(Tuple) - Method in interface prefuse.data.tuple.TupleSet
Add a Tuple to this TupleSet.
addTupleSetListener(TupleSetListener) - Method in class prefuse.data.tuple.AbstractTupleSet
 
addTupleSetListener(TupleSetListener) - Method in interface prefuse.data.tuple.TupleSet
Add a listener to this tuple set that will be notified when tuples are added and removed from the set.
adjust(double) - Method in class prefuse.action.layout.AxisLabelLayout
Adjust a value according to the current scale type.
adjustBeginLineColumn(int, int) - Static method in class prefuse.data.expression.parser.JavaCharStream
Method to adjust line and column numbers for the start of a token.
AdjustBuffSize() - Static method in class prefuse.data.expression.parser.JavaCharStream
 
AGGREGATE - Static variable in class prefuse.visual.AggregateTable
 
AGGREGATE - Static variable in class prefuse.visual.sort.ItemSorter
 
AGGREGATE - Static variable in class prefuse.visual.sort.TreeDepthItemSorter
 
aggregateContains(int, VisualItem) - Method in class prefuse.visual.AggregateTable
Indicates if an item is a member of the aggregate at the given row
AGGREGATED_SCHEMA - Static variable in class prefuse.visual.AggregateTable
 
aggregatedTuples(int) - Method in class prefuse.visual.AggregateTable
Get all VisualItems within the aggregate at the given table row.
AggregateItem - Interface in prefuse.visual
VisualItem that represents an aggregation of one or more other VisualItems.
AggregateTable - Class in prefuse.visual
VisualTable instance that maintains visual items representing aggregates of items.
AggregateTable(Visualization, String) - Constructor for class prefuse.visual.AggregateTable
Create a new AggregateTable.
AggregateTable(Visualization, String, Schema) - Constructor for class prefuse.visual.AggregateTable
Create a new AggregateTable.
AggregateTable.AggregatedIterator - Class in prefuse.visual
Iterator instance that iterates over the items contained in an aggregate.
AggregateTable.AggregatedIterator(int) - Constructor for class prefuse.visual.AggregateTable.AggregatedIterator
 
ALL - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
 
ALL_COLUMNS - Static variable in interface prefuse.data.event.EventConstants
Indicates an operation that affects all columns of a table.
ALL_ITEMS - Static variable in class prefuse.Visualization
Data group name for indicating all groups
allKeys() - Method in class prefuse.activity.ActivityMap
Returns all keys in this ActivityMap, and in the parent map, and the parent's parent, etc.
allowDuplicates - Variable in class prefuse.util.collections.AbstractTreeMap
 
allRows(int) - Method in interface prefuse.data.util.Index
Get an iterator over all rows in the index, in sorted order.
allRows(int) - Method in class prefuse.data.util.TreeIndex
 
alpha(int) - Static method in class prefuse.util.ColorLib
Get the alpha component of the given color.
alwaysRunAfter(Activity) - Method in class prefuse.activity.Activity
Schedules this Activity to start immediately after another Activity.
alwaysRunAfter(String, String) - Method in class prefuse.activity.ActivityMap
Schedules the Activity corresponding to the afterKey to always be run immediately after the completion of the Activity corresponding to the beforeKey.
alwaysRunAfter(String, String) - Method in class prefuse.Visualization
Schedule the Action with the given name to always run after another Action finishes running.
analyze - Variable in class prefuse.action.layout.GridLayout
 
analyzeGraphGrid(TupleSet) - Static method in class prefuse.action.layout.GridLayout
Analyzes a set of nodes to try and determine grid dimensions.
AnchorUpdateControl - Class in prefuse.controls
Follows the mouse cursor, updating the anchor parameter for any number of layout instances to match the current cursor position.
AnchorUpdateControl(Layout) - Constructor for class prefuse.controls.AnchorUpdateControl
Create a new AnchorUpdateControl.
AnchorUpdateControl(Layout, String) - Constructor for class prefuse.controls.AnchorUpdateControl
Create a new AnchorUpdateControl.
AnchorUpdateControl(Layout, String, boolean) - Constructor for class prefuse.controls.AnchorUpdateControl
Create a new AnchorUpdateControl.
AnchorUpdateControl(Layout[], String) - Constructor for class prefuse.controls.AnchorUpdateControl
Create a new AnchorUpdateControl.
AnchorUpdateControl(Layout[], String, boolean) - Constructor for class prefuse.controls.AnchorUpdateControl
Create a new AnchorUpdateControl.
AND - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
AndExpression() - Static method in class prefuse.data.expression.parser.ExpressionParser
 
AndPredicate - Class in prefuse.data.expression
Predicate representing an "and" clause of sub-predicates.
AndPredicate() - Constructor for class prefuse.data.expression.AndPredicate
Create an empty AndPredicate.
AndPredicate(Predicate) - Constructor for class prefuse.data.expression.AndPredicate
Create a new AndPredicate.
AndPredicate(Predicate, Predicate) - Constructor for class prefuse.data.expression.AndPredicate
Create a new AndPredicate.
animatePan(double, double, long) - Method in class prefuse.Display
Animate a pan along the specified distance in screen (pixel) co-ordinates using the provided duration.
animatePanAbs(double, double, long) - Method in class prefuse.Display
Animate a pan along the specified distance in absolute (item-space) co-ordinates using the provided duration.
animatePanAndZoomTo(Point2D, double, long) - Method in class prefuse.Display
Animate a pan to the specified location in screen (pixel) co-ordinates and zoom to the given scale using the provided duration.
animatePanAndZoomToAbs(Point2D, double, long) - Method in class prefuse.Display
Animate a pan to the specified location in absolute (item-space) co-ordinates and zoom to the given scale using the provided duration.
animatePanTo(Point2D, long) - Method in class prefuse.Display
Animate a pan to the specified location in screen (pixel) co-ordinates using the provided duration.
animatePanToAbs(Point2D, long) - Method in class prefuse.Display
Animate a pan to the specified location in absolute (item-space) co-ordinates using the provided duration.
animateZoom(Point2D, double, long) - Method in class prefuse.Display
Animate a zoom centered on a given location in screen (pixel) co-ordinates by the given scale using the provided duration.
animateZoomAbs(Point2D, double, long) - Method in class prefuse.Display
Animate a zoom centered on a given location in absolute (item-space) co-ordinates by the given scale using the provided duration.
AREA - Static variable in class prefuse.action.layout.graph.SquarifiedTreeMapLayout
 
AREA_SCHEMA - Static variable in class prefuse.action.layout.graph.SquarifiedTreeMapLayout
 
ArithmeticExpression - Class in prefuse.data.expression
Expression supporting basic arithmetic: add, subtract, multiply, divide, exponentiate (pow), and modulo (%).
ArithmeticExpression(int, Expression, Expression) - Constructor for class prefuse.data.expression.ArithmeticExpression
Create a new ArithmeticExpression.
ArrayAnimator - Class in prefuse.action.animate
Animator that inerpolates an array of numerical values.
ArrayAnimator(String, String) - Constructor for class prefuse.action.animate.ArrayAnimator
Create a new ArrayAnimator that processes the given data group and interpolates arrays in the given data field.
ArrayLib - Class in prefuse.util
Library of supplementary array routines not supported by the java.util.Arrays class.
ArrayLib() - Constructor for class prefuse.util.ArrayLib
 
ARROW_HEIGHT - Static variable in class prefuse.util.ui.JRangeSlider
 
ARROW_SZ - Static variable in class prefuse.util.ui.JRangeSlider
 
ARROW_WIDTH - Static variable in class prefuse.util.ui.JRangeSlider
 
ATTR - Static variable in interface prefuse.data.io.TreeMLReader.Tokens
 
ATTRNAME - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
 
ATTRTYPE - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
 
AXIS_COUNT - Static variable in interface prefuse.Constants
The total number of axis type values
AxisLabelAnimator - Class in prefuse.action.animate
Animator that interpolates positions, colors, and visibility status for metric axes.
AxisLabelAnimator() - Constructor for class prefuse.action.animate.AxisLabelAnimator
Create a new AxisLabelAnimator.
AxisLabelAnimator(String) - Constructor for class prefuse.action.animate.AxisLabelAnimator
Create a new AxisLabelAnimator for the given data group.
AxisLabelLayout - Class in prefuse.action.layout
Layout Action that positions axis grid lines and labels for a given range model.
AxisLabelLayout(String, int, ValuedRangeModel) - Constructor for class prefuse.action.layout.AxisLabelLayout
Create a new AxisLabelLayout layout.
AxisLabelLayout(String, int, ValuedRangeModel, Rectangle2D) - Constructor for class prefuse.action.layout.AxisLabelLayout
Create a new AxisLabelLayout layout.
AxisLabelLayout(String, AxisLayout) - Constructor for class prefuse.action.layout.AxisLabelLayout
Create a new AxisLabelLayout layout.
AxisLabelLayout(String, AxisLayout, Rectangle2D) - Constructor for class prefuse.action.layout.AxisLabelLayout
Create a new AxisLabelLayout layout.
AxisLabelLayout(String, AxisLayout, Rectangle2D, double) - Constructor for class prefuse.action.layout.AxisLabelLayout
Create a new AxisLabelLayout layout.
AxisLayout - Class in prefuse.action.layout
Layout Action that assigns positions along a single dimension (either x or y) according to a specified data field.
AxisLayout(String, String) - Constructor for class prefuse.action.layout.AxisLayout
Create a new AxisLayout.
AxisLayout(String, String, int) - Constructor for class prefuse.action.layout.AxisLayout
Create a new AxisLayout.
AxisLayout(String, String, int, Predicate) - Constructor for class prefuse.action.layout.AxisLayout
Create a new AxisLayout.
AxisRenderer - Class in prefuse.render
Renderer for drawing an axis tick mark and label.
AxisRenderer() - Constructor for class prefuse.render.AxisRenderer
Create a new AxisRenderer.
AxisRenderer(int, int) - Constructor for class prefuse.render.AxisRenderer
Create a new AxisRenderer.

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 © 2007 Regents of the University of California