Skip navigation links
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.
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.EntryIterator - Class in prefuse.util.collections
 
AbstractTreeMap.KeyIterator - Class in prefuse.util.collections
 
AbstractTreeMap.ValueIterator - Class in prefuse.util.collections
 
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
 
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 isAddColumnSupported().
addColumn(String, Class) - Method in class prefuse.data.tuple.CompositeTupleSet
Adds the value to all contained TupleSets that return a true value for isAddColumnSupported().
addColumn(String, Expression) - Method in class prefuse.data.tuple.CompositeTupleSet
Adds the value to all contained TupleSets that return a true value for isAddColumnSupported().
addColumn(String, String) - Method in class prefuse.data.tuple.CompositeTupleSet
Adds the value to all contained TupleSets that return a true value for 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 escaped (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
 
AggregatedIterator(int) - Constructor for class prefuse.visual.AggregateTable.AggregatedIterator
 
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.
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 interpolates 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.

B

BackgroundPainter - Class in prefuse.util.display
Paints a background image in a display.
BackgroundPainter(String, boolean, boolean) - Constructor for class prefuse.util.display.BackgroundPainter
Create a new BackgroundPainter.
BackgroundPainter(Image, boolean, boolean) - Constructor for class prefuse.util.display.BackgroundPainter
Create a new BackgroundPainter.
backup(int) - Static method in class prefuse.data.expression.parser.JavaCharStream
 
BalloonTreeLayout - Class in prefuse.action.layout.graph
Layout that computes a circular "balloon-tree" layout of a tree.
BalloonTreeLayout(String) - Constructor for class prefuse.action.layout.graph.BalloonTreeLayout
Create a new BalloonTreeLayout
BalloonTreeLayout(String, int) - Constructor for class prefuse.action.layout.graph.BalloonTreeLayout
Create a new BalloonTreeLayout
BalloonTreeLayout.Params - Class in prefuse.action.layout.graph
Wrapper class holding parameters used for each node in this layout.
BARNES_HUT_THETA - Static variable in class prefuse.util.force.NBodyForce
 
begin() - Method in class prefuse.util.io.XMLWriter
Begin the XML document.
begin(String, int) - Method in class prefuse.util.io.XMLWriter
Begin the XML document.
beginColumn - Variable in class prefuse.data.expression.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class prefuse.data.expression.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Static method in class prefuse.data.expression.parser.JavaCharStream
 
BifocalDistortion - Class in prefuse.action.distortion
Computes a bifocal distortion of space, magnifying a focus region of space and uniformly de-magnifying the rest of the space.
BifocalDistortion() - Constructor for class prefuse.action.distortion.BifocalDistortion
Create a new BifocalDistortion with default range and magnification.
BifocalDistortion(double, double) - Constructor for class prefuse.action.distortion.BifocalDistortion
Create a new BifocalDistortion with the specified range and magnification.
BifocalDistortion(double, double, double, double) - Constructor for class prefuse.action.distortion.BifocalDistortion
Create a new BifocalDistortion with the specified range and magnification along both axes.
BinaryExpression - Class in prefuse.data.expression
Abstract base class for Expression implementations that maintain two sub-expressions.
BinaryExpression(int, int, int, Expression, Expression) - Constructor for class prefuse.data.expression.BinaryExpression
Create a new BinaryExpression.
binarySearch(int[], int) - Static method in class prefuse.util.ArrayLib
Perform a binary search over a sorted array for the given key.
binarySearch(int[], int, int) - Static method in class prefuse.util.ArrayLib
Perform a binary search over a sorted range of an array for the given key.
binarySearch(int[], int, int, int) - Static method in class prefuse.util.ArrayLib
Perform a binary search over a sorted range of an array for the given key.
binarySearch(Object[], Object) - Static method in class prefuse.util.ArrayLib
Perform a binary search over a sorted array for the given key.
binarySearch(Object[], Object, int) - Static method in class prefuse.util.ArrayLib
Perform a binary search over a sorted range of an array for the given key.
binarySearch(Object[], Object, int, int) - Static method in class prefuse.util.ArrayLib
Perform a binary search over a sorted range of an array for the given key.
binarySearch(Object[], Object, Comparator) - Static method in class prefuse.util.ArrayLib
Perform a binary search over a sorted array for the given key.
binarySearch(Object[], Object, Comparator, int) - Static method in class prefuse.util.ArrayLib
Perform a binary search over a sorted range of an array for the given key.
binarySearch(Object[], Object, Comparator, int, int) - Static method in class prefuse.util.ArrayLib
Perform a binary search over a sorted range of an array for the given key.
BitSetIterator(BitSet) - Constructor for class prefuse.util.collections.BooleanIntBitSetMap.BitSetIterator
 
BitSetIterator(BitSet, BitSet) - Constructor for class prefuse.util.collections.BooleanIntBitSetMap.BitSetIterator
 
BLACK - Static variable in class prefuse.util.collections.AbstractTreeMap
 
blue(int) - Static method in class prefuse.util.ColorLib
Get the blue component of the given color.
BOOLEAN - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
 
BOOLEAN - Static variable in interface prefuse.data.io.TreeMLReader.Tokens
 
BooleanColumn - Class in prefuse.data.column
Column implementation storing boolean values.
BooleanColumn() - Constructor for class prefuse.data.column.BooleanColumn
Create an empty BooleanColumn.
BooleanColumn(int) - Constructor for class prefuse.data.column.BooleanColumn
Create a new BooleanColumn.
BooleanColumn(int, int, boolean) - Constructor for class prefuse.data.column.BooleanColumn
Create a new BooleanColumn.
BooleanIntBitSetMap - Class in prefuse.util.collections
Sorted map implementation using bit vectors to map from boolean keys to int values.
BooleanIntBitSetMap() - Constructor for class prefuse.util.collections.BooleanIntBitSetMap
 
BooleanIntBitSetMap.BitSetIterator - Class in prefuse.util.collections
 
BooleanIntSortedMap - Interface in prefuse.util.collections
Sorted map that maps from a boolean key to an int value.
BooleanLiteral - Class in prefuse.data.expression
Literal expression of a boolean value.
BooleanLiteral(boolean) - Constructor for class prefuse.data.expression.BooleanLiteral
Create a new BooleanLiteral.
BooleanParser - Class in prefuse.data.parser
DataParser instance that parses boolean values.
BooleanParser() - Constructor for class prefuse.data.parser.BooleanParser
 
BOTTOM - Static variable in interface prefuse.Constants
A bottom alignment
BOUNDS - Static variable in interface prefuse.visual.VisualItem
The bounds data field
BRANCH - Static variable in interface prefuse.data.io.TreeMLReader.Tokens
 
BreadthFirstIterator - Class in prefuse.data.util
Provides a distance-limited breadth first traversal over nodes, edges, or both, using any number of traversal "roots".
BreadthFirstIterator() - Constructor for class prefuse.data.util.BreadthFirstIterator
Create an uninitialized BreadthFirstIterator.
BreadthFirstIterator(Node, int, int) - Constructor for class prefuse.data.util.BreadthFirstIterator
Create a new BreadthFirstIterator starting from the given source node.
BreadthFirstIterator(Iterator, int, int) - Constructor for class prefuse.data.util.BreadthFirstIterator
Create a new BreadthFirstIterator starting from the given source nodes.
brighter(int) - Static method in class prefuse.util.ColorLib
Get a brighter shade of an input color.
BrowserLauncher - Class in prefuse.util.ui
Browser launcher will open a URL in an external browser on your system.
BrowserLauncher() - Constructor for class prefuse.util.ui.BrowserLauncher
 
bufcolumn - Static variable in class prefuse.data.expression.parser.JavaCharStream
 
buffer - Static variable in class prefuse.data.expression.parser.JavaCharStream
 
bufline - Static variable in class prefuse.data.expression.parser.JavaCharStream
 
bufpos - Static variable in class prefuse.data.expression.parser.JavaCharStream
 
buildSpanningTree(Node) - Method in class prefuse.data.SpanningTree
Build the spanning tree, starting at the given root.
button - Variable in class prefuse.controls.FocusControl
 
ByteArrayList - Class in prefuse.util.collections
A resizable array that maintains a list of byte values.
ByteArrayList() - Constructor for class prefuse.util.collections.ByteArrayList
 
ByteArrayList(int) - Constructor for class prefuse.util.collections.ByteArrayList
 
ByteColumn - Class in prefuse.data.column
Column implementation for storing int values.
ByteColumn() - Constructor for class prefuse.data.column.ByteColumn
Create a new empty IntColumn.
ByteColumn(int) - Constructor for class prefuse.data.column.ByteColumn
Create a new IntColumn.
ByteColumn(int, int, byte) - Constructor for class prefuse.data.column.ByteColumn
Create a new IntColumn.
ByteParser - Class in prefuse.data.parser
DataParser instance the parses int values from a text string.
ByteParser() - Constructor for class prefuse.data.parser.ByteParser
 

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, NodeItem) - Method in class prefuse.action.layout.graph.FruchtermanReingoldLayout
 
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.
CancelButton() - Constructor for class prefuse.util.ui.JSearchPanel.CancelButton
 
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.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.DateParser
 
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.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
 
canParse(String) - Method in class prefuse.data.parser.TimeParser
 
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.
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 - 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) - Constructor for class prefuse.data.CascadedTable
Create a new CascadedTable.
CascadedTable(Table, Predicate) - Constructor for class prefuse.data.CascadedTable
Create a new CascadedTable.
CascadedTable(Table, ColumnProjection) - Constructor for class prefuse.data.CascadedTable
Create a new CascadedTable.
CascadedTable(Table, Predicate, ColumnProjection) - Constructor for class prefuse.data.CascadedTable
Create a new CascadedTable.
CascadedTable(Table, Predicate, ColumnProjection, Class) - 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.
CascadedTable(Class) - 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
 
CENTER - Static variable in interface prefuse.Constants
A center alignment
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(Node) - Method in class prefuse.data.Tree
Get an iterator over the edges connecting child nodes to a given parent
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(Node) - Method in class prefuse.data.Tree
Get an iterator over the child nodes of a parent node.
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.CopyOnWriteArrayList
Removes all of the elements from this list.
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.Queue
 
clear() - Method in class prefuse.util.display.RenderingQueue
Clear both rendering and picking queues.
clear() - Method in class prefuse.util.force.ForceSimulator
Clear this simulator, removing all ForceItem and Spring instances for the simulator.
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.parser.ParserFactory
 
clone() - Method in class prefuse.data.Schema
Creates a copy of this Schema.
clone() - Method in class prefuse.util.collections.CopyOnWriteArrayList
Returns a shallow copy of this list.
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
COINCIDENT - Static variable in class prefuse.util.GraphicsLib
Indicates intersection between shapes
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, int) - 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
 
ColumnEntry(int, Column, ColumnMetadata) - Constructor for class prefuse.data.Table.ColumnEntry
Create a new ColumnEntry.
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 singe 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.
ColumnRowIterator(IntIterator, int) - Constructor for class prefuse.data.util.RowManager.ColumnRowIterator
 
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(Object, Object) - Method in class prefuse.data.util.TupleComparator
Compares two tuples.
compare(AbstractTreeMap.Entry, AbstractTreeMap.Entry) - Method in class prefuse.util.collections.AbstractTreeMap
 
compare(Object, Object) - 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(Object, Object) - 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.
compare(Object, Object) - Method in class prefuse.visual.sort.ItemSorter
 
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) - 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 - 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[]) - Constructor for class prefuse.util.collections.CompositeComparator
Creates a new CompositeComparator.
CompositeComparator(Comparator[], boolean) - 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, IntIterator) - Constructor for class prefuse.util.collections.CompositeIntIterator
 
CompositeIntIterator(IntIterator[]) - Constructor for class prefuse.util.collections.CompositeIntIterator
 
CompositeIterator - Class in prefuse.util.collections
Iterator implementation that combines the results of multiple iterators.
CompositeIterator(int) - Constructor for class prefuse.util.collections.CompositeIterator
 
CompositeIterator(Iterator, Iterator) - Constructor for class prefuse.util.collections.CompositeIterator
 
CompositeIterator(Iterator[]) - Constructor for class prefuse.util.collections.CompositeIterator
 
CompositePredicate - Class in prefuse.data.expression
Abstract base class for Predicate instances that maintain one or more sub-predicates (clauses).
CompositePredicate() - Constructor for class prefuse.data.expression.CompositePredicate
Create a new, empty CompositePredicate.
CompositePredicate(Predicate, Predicate) - Constructor for class prefuse.data.expression.CompositePredicate
Create a new CompositePredicate.
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 - 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
 
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.
Constants - Interface in prefuse
Constants used throughout the prefuse toolkit.
contains(Object) - Method in class prefuse.util.collections.CopyOnWriteArrayList
Returns true if this list contains the specified element.
containsAll(Collection) - Method in class prefuse.util.collections.CopyOnWriteArrayList
Returns true if this list contains all of the elements of the specified collection.
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) - 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
 
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.Constants
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
 
CopyOnWriteArrayList - Class in prefuse.util.collections
A thread-safe variant of ArrayList in which all mutative operations (add, set, and so on) are implemented by making a fresh copy of the underlying array.
CopyOnWriteArrayList() - Constructor for class prefuse.util.collections.CopyOnWriteArrayList
Creates an empty list.
CopyOnWriteArrayList(Collection) - Constructor for class prefuse.util.collections.CopyOnWriteArrayList
Creates a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
CopyOnWriteArrayList(Object[]) - Constructor for class prefuse.util.collections.CopyOnWriteArrayList
Creates a list holding a copy of the given array.
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(Iterator, String) - Static method in class prefuse.util.DataLib
Get the number of values in a data column.
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.
createFunction(String) - Static method in class prefuse.data.expression.FunctionTable
Get a new Function instance for the function with the given name.
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.
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(int, int) - 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.
createSlider() - Method in class prefuse.data.query.RangeQueryBinding
Create a new regular (non-range) slider for interacting with the query.
createToolTip() - Method in class prefuse.Display
Returns the tooltip instance to use for this Display.
createVerticalRangeSlider() - Method in class prefuse.data.query.RangeQueryBinding
Create a new vertical range slider for interacting with the query.
cross(float, float, float) - Method in class prefuse.render.ShapeRenderer
Returns a cross shape of the given dimensions.
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.

D

d - Variable in class prefuse.action.layout.graph.BalloonTreeLayout.Params
 
damageReport(Rectangle2D) - Method in class prefuse.Display
Reports damage to the Display within in the specified region.
damageReport() - Method in class prefuse.Display
Reports damage to the entire Display.
damageReport(VisualItem, Rectangle2D) - Method in class prefuse.Visualization
Report damage to associated displays, indicating a region that will need to be redrawn.
darker(int) - Static method in class prefuse.util.ColorLib
Get a darker shade of an input color.
DASHES - Static variable in class prefuse.util.StrokeLib
Dash pattern for regular uniform dashes
DATA - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
 
DatabaseDataSource - Class in prefuse.data.io.sql
Sends queries to a relational database and processes the results, storing the results in prefuse Table instances.
DataColorAction - Class in prefuse.action.assignment
Assignment Action that assigns color values for a group of items based upon a data field.
DataColorAction(String, String, int, String) - Constructor for class prefuse.action.assignment.DataColorAction
Create a new DataColorAction
DataColorAction(String, String, int, String, int[]) - Constructor for class prefuse.action.assignment.DataColorAction
Create a new DataColorAction
DataIOException - Exception in prefuse.data.io
Exception indicating an error occurred during reading or writing data.
DataIOException() - Constructor for exception prefuse.data.io.DataIOException
Create a new DataIOException.
DataIOException(String) - Constructor for exception prefuse.data.io.DataIOException
Create a new DataIOException.
DataIOException(String, Throwable) - Constructor for exception prefuse.data.io.DataIOException
Create a new DataIOException.
DataIOException(Throwable) - Constructor for exception prefuse.data.io.DataIOException
Create a new DataIOException.
DataLib - Class in prefuse.util
Functions for processing an iterator of tuples, including the creation of arrays of particular tuple data values and summary statistics (min, max, median, mean, standard deviation).
DataLib() - Constructor for class prefuse.util.DataLib
 
DataParseException - Exception in prefuse.data.parser
Exception indicating an error occurred during parsing of data values.
DataParseException() - Constructor for exception prefuse.data.parser.DataParseException
Create a new DataParseException.
DataParseException(String) - Constructor for exception prefuse.data.parser.DataParseException
Create a new DataParseException.
DataParseException(String, Throwable) - Constructor for exception prefuse.data.parser.DataParseException
Create a new DataParseException.
DataParseException(Throwable) - Constructor for exception prefuse.data.parser.DataParseException
Create a new DataParseException.
DataParser - Interface in prefuse.data.parser
Interface for data parsers, which parse data values from text Strings and generated formatted text Strings for data values.
DataReadOnlyException - Exception in prefuse.data
Exception indicating an attempt to write to a read-only data value was made.
DataReadOnlyException() - Constructor for exception prefuse.data.DataReadOnlyException
Create a new DataReadOnlyException.
DataReadOnlyException(String, Throwable) - Constructor for exception prefuse.data.DataReadOnlyException
Create a new DataReadOnlyException.
DataReadOnlyException(String) - Constructor for exception prefuse.data.DataReadOnlyException
Create a new DataReadOnlyException.
DataReadOnlyException(Throwable) - Constructor for exception prefuse.data.DataReadOnlyException
Create a new DataReadOnlyException.
DataShapeAction - Class in prefuse.action.assignment
Assignment Action that assigns shape values for a group of items based upon a data field.
DataShapeAction(String, String) - Constructor for class prefuse.action.assignment.DataShapeAction
Create a new DataShapeAction.
DataShapeAction(String, String, int[]) - Constructor for class prefuse.action.assignment.DataShapeAction
Create a new DataShapeAction.
DataSizeAction - Class in prefuse.action.assignment
Assignment Action that assigns size values for a group of items based upon a data field.
DataSizeAction(String, String) - Constructor for class prefuse.action.assignment.DataSizeAction
Create a new DataSizeAction.
DataSizeAction(String, String, int) - Constructor for class prefuse.action.assignment.DataSizeAction
Create a new DataSizeAction.
DataSizeAction(String, String, int, int) - Constructor for class prefuse.action.assignment.DataSizeAction
Create a new DataSizeAction.
DataSourceWorker - Class in prefuse.data.io.sql
Worker thread that asynchronously handles a queue of jobs, with each job responsible for issuing a query and processing the results.
DataSourceWorker.Entry - Class in prefuse.data.io.sql
Stores the parameters of a data query and processing job.
DataSourceWorker.Listener - Interface in prefuse.data.io.sql
Listener interface for receiving notifications about the status of a submitted data query and processing job.
DATATYPE_COUNT - Static variable in interface prefuse.Constants
The total number of data type values
DataTypeException - Exception in prefuse.data
Exception indicating an incompatible data type assignment.
DataTypeException() - Constructor for exception prefuse.data.DataTypeException
Create a new DataTypeException.
DataTypeException(String, Throwable) - Constructor for exception prefuse.data.DataTypeException
Create a new DataTypeException.
DataTypeException(String) - Constructor for exception prefuse.data.DataTypeException
Create a new DataTypeException.
DataTypeException(Throwable) - Constructor for exception prefuse.data.DataTypeException
Create a new DataTypeException.
DataTypeException(Class) - Constructor for exception prefuse.data.DataTypeException
Create a new DataTypeException.
DATE - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
 
DATE - Static variable in interface prefuse.data.io.TreeMLReader.Tokens
 
DateColumn - Class in prefuse.data.column
Column implementation for storing Date values.
DateColumn() - Constructor for class prefuse.data.column.DateColumn
Create a new empty DateColumn.
DateColumn(int) - Constructor for class prefuse.data.column.DateColumn
Create a new DateColumn.
DateColumn(Class, int) - Constructor for class prefuse.data.column.DateColumn
Create a new DateColumn.
DateColumn(Class, int, int, long) - Constructor for class prefuse.data.column.DateColumn
Create a new DateColumn.
DateParser - Class in prefuse.data.parser
DataParser instance that parses Date values as java.sql.Time instances, representing a particular date (but not a specific time on that day).
DateParser() - Constructor for class prefuse.data.parser.DateParser
Create a new DateParser.
DateParser(DateFormat) - Constructor for class prefuse.data.parser.DateParser
Create a new DateParser.
DateTimeParser - Class in prefuse.data.parser
DataParser instance that parses Date values as java.util.Date instances, representing a particular date and time.
DateTimeParser() - Constructor for class prefuse.data.parser.DateTimeParser
Create a new DateTimeParser.
DateTimeParser(DateFormat) - Constructor for class prefuse.data.parser.DateTimeParser
Create a new DateTimeParser.
DebugStatsPainter - Class in prefuse.util.display
PaintListener that paints useful debugging statistics over a prefuse display.
DebugStatsPainter() - Constructor for class prefuse.util.display.DebugStatsPainter
 
debugStream - Static variable in class prefuse.data.expression.parser.ExpressionParserTokenManager
 
DECADE - Static variable in class prefuse.util.TimeLib
Represents a decade, 10 years
DECIMAL_LITERAL - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
DECL - Static variable in interface prefuse.data.io.TreeMLReader.Tokens
 
DECLS - Static variable in interface prefuse.data.io.TreeMLReader.Tokens
 
DECORATOR - Static variable in class prefuse.visual.sort.ItemSorter
 
DECORATOR - Static variable in class prefuse.visual.sort.TreeDepthItemSorter
 
DecoratorItem - Interface in prefuse.visual
VisualItem that "decorates" another VisualItem.
decrementSize(boolean) - Method in class prefuse.util.collections.AbstractTreeMap
 
DEFAULT - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
DEFAULT - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
 
DEFAULT_DIRECTION - Static variable in class prefuse.util.force.GravitationalForce
 
DEFAULT_DISTANCE - Static variable in class prefuse.util.force.NBodyForce
 
DEFAULT_DRAG_COEFF - Static variable in class prefuse.util.force.DragForce
 
DEFAULT_FORCE_CONSTANT - Static variable in class prefuse.util.force.GravitationalForce
 
DEFAULT_GRAPHICS - Static variable in interface prefuse.render.Renderer
Provides a default graphics context for renderers to do useful things like compute string widths when an external graphics context has not yet been provided.
DEFAULT_GRAV_CONSTANT - Static variable in class prefuse.util.force.CircularWallForce
 
DEFAULT_GRAV_CONSTANT - Static variable in class prefuse.util.force.NBodyForce
 
DEFAULT_GRAV_CONSTANT - Static variable in class prefuse.util.force.WallForce
 
DEFAULT_MAP_SIZE - Static variable in class prefuse.util.ColorLib
The default length of a color palette if its size is not otherwise specified.
DEFAULT_MAX_DIRECTION - Static variable in class prefuse.util.force.GravitationalForce
 
DEFAULT_MAX_DISTANCE - Static variable in class prefuse.util.force.NBodyForce
 
DEFAULT_MAX_DRAG_COEFF - Static variable in class prefuse.util.force.DragForce
 
DEFAULT_MAX_FORCE_CONSTANT - Static variable in class prefuse.util.force.GravitationalForce
 
DEFAULT_MAX_GRAV_CONSTANT - Static variable in class prefuse.util.force.CircularWallForce
 
DEFAULT_MAX_GRAV_CONSTANT - Static variable in class prefuse.util.force.NBodyForce
 
DEFAULT_MAX_GRAV_CONSTANT - Static variable in class prefuse.util.force.WallForce
 
DEFAULT_MAX_SCALE - Static variable in class prefuse.controls.AbstractZoomControl
 
DEFAULT_MAX_SPRING_COEFF - Static variable in class prefuse.util.force.SpringForce
 
DEFAULT_MAX_SPRING_LENGTH - Static variable in class prefuse.util.force.SpringForce
 
DEFAULT_MAX_THETA - Static variable in class prefuse.util.force.NBodyForce
 
DEFAULT_MIN_DIRECTION - Static variable in class prefuse.util.force.GravitationalForce
 
DEFAULT_MIN_DISTANCE - Static variable in class prefuse.util.force.NBodyForce
 
DEFAULT_MIN_DRAG_COEFF - Static variable in class prefuse.util.force.DragForce
 
DEFAULT_MIN_FORCE_CONSTANT - Static variable in class prefuse.util.force.GravitationalForce
 
DEFAULT_MIN_GRAV_CONSTANT - Static variable in class prefuse.util.force.CircularWallForce
 
DEFAULT_MIN_GRAV_CONSTANT - Static variable in class prefuse.util.force.NBodyForce
 
DEFAULT_MIN_GRAV_CONSTANT - Static variable in class prefuse.util.force.WallForce
 
DEFAULT_MIN_SCALE - Static variable in class prefuse.controls.AbstractZoomControl
 
DEFAULT_MIN_SPRING_COEFF - Static variable in class prefuse.util.force.SpringForce
 
DEFAULT_MIN_SPRING_LENGTH - Static variable in class prefuse.util.force.SpringForce
 
DEFAULT_MIN_THETA - Static variable in class prefuse.util.force.NBodyForce
 
DEFAULT_NODE_KEY - Static variable in class prefuse.data.Graph
Default data field used to uniquely identify a node
DEFAULT_RADIUS - Static variable in class prefuse.action.layout.graph.RadialTreeLayout
 
DEFAULT_SOURCE_KEY - Static variable in class prefuse.data.Graph
Default data field used to denote the source node in an edge table
DEFAULT_SOURCE_KEY - Static variable in class prefuse.data.Tree
Default data field used to denote the source node in an edge table
DEFAULT_SPRING_COEFF - Static variable in class prefuse.util.force.SpringForce
 
DEFAULT_SPRING_LENGTH - Static variable in class prefuse.util.force.SpringForce
 
DEFAULT_STEP_TIME - Static variable in class prefuse.activity.Activity
 
DEFAULT_TARGET_KEY - Static variable in class prefuse.data.Graph
Default data field used to denote the target node in an edge table
DEFAULT_TARGET_KEY - Static variable in class prefuse.data.Tree
Default data field used to denote the target node in an edge table
DEFAULT_THETA - Static variable in class prefuse.util.force.NBodyForce
 
defaultCapacity - Static variable in class prefuse.util.collections.AbstractHashMap
 
defaultCapacity - Static variable in class prefuse.util.collections.IntObjectHashMap
 
defaultFont - Variable in class prefuse.action.assignment.FontAction
 
DefaultLiteralComparator - Class in prefuse.util.collections
Default LiteralComparator implementation that uses the natural ordering of all data types for comparing values.
DefaultLiteralComparator() - Constructor for class prefuse.util.collections.DefaultLiteralComparator
 
defaultMaxLoadFactor - Static variable in class prefuse.util.collections.AbstractHashMap
 
defaultMaxLoadFactor - Static variable in class prefuse.util.collections.IntObjectHashMap
 
defaultMinLoadFactor - Static variable in class prefuse.util.collections.AbstractHashMap
 
defaultMinLoadFactor - Static variable in class prefuse.util.collections.IntObjectHashMap
 
DefaultRendererFactory - Class in prefuse.render
Default factory implementation from which to retrieve VisualItem renderers.
DefaultRendererFactory() - Constructor for class prefuse.render.DefaultRendererFactory
Default Constructor.
DefaultRendererFactory(Renderer) - Constructor for class prefuse.render.DefaultRendererFactory
Constructor.
DefaultRendererFactory(Renderer, Renderer) - Constructor for class prefuse.render.DefaultRendererFactory
Constructor.
DefaultSQLDataHandler - Class in prefuse.data.io.sql
Default data value handler for mapping SQL data types to Java objects.
DefaultSQLDataHandler() - Constructor for class prefuse.data.io.sql.DefaultSQLDataHandler
Create a new DefaultSQLDataHandler.
DefaultSQLDataHandler(boolean) - Constructor for class prefuse.data.io.sql.DefaultSQLDataHandler
Create a new DefaultSQLDataHandler.
defaultStroke - Variable in class prefuse.action.assignment.StrokeAction
 
DefaultTupleSet - Class in prefuse.data.tuple
TupleSet implementation that maintains a set of heterogeneous Tuples -- tuples that can come from any backing data source.
DefaultTupleSet() - Constructor for class prefuse.data.tuple.DefaultTupleSet
Create a new, empty DefaultTupleSet.
DELETE - Static variable in interface prefuse.data.event.EventConstants
Indicates a data delete operation.
DelimitedTextTableReader - Class in prefuse.data.io
TableReader for delimited text files, such as tab-delimited or pipe-delimited text files.
DelimitedTextTableReader() - Constructor for class prefuse.data.io.DelimitedTextTableReader
Create a new DelimitedTextTableReader for reading tab-delimited files using a default parser factory.
DelimitedTextTableReader(ParserFactory) - Constructor for class prefuse.data.io.DelimitedTextTableReader
Create a new DelimitedTextTableReader for reading tab-delimited files.
DelimitedTextTableReader(String) - Constructor for class prefuse.data.io.DelimitedTextTableReader
Create a new DelimitedTextTableReader using a default parser factory.
DelimitedTextTableReader(String, ParserFactory) - Constructor for class prefuse.data.io.DelimitedTextTableReader
Create a new DelimitedTextTableReader.
DelimitedTextTableWriter - Class in prefuse.data.io
TableWriter that writes out a delimited text table, using a designated character string to demarcate data columns.
DelimitedTextTableWriter() - Constructor for class prefuse.data.io.DelimitedTextTableWriter
Create a new DelimitedTextTableWriter that writes tab-delimited text files.
DelimitedTextTableWriter(String) - Constructor for class prefuse.data.io.DelimitedTextTableWriter
Create a new DelimitedTextTableWriter.
DelimitedTextTableWriter(String, boolean) - Constructor for class prefuse.data.io.DelimitedTextTableWriter
Create a new DelimitedTextTableWriter.
desaturate(int) - Static method in class prefuse.util.ColorLib
Get a desaturated shade of an input color.
destroy() - Method in class prefuse.util.ui.JPrefuseApplet
Automatically shuts down the ActivityManager when the applet is destroyed.
deviation(Iterator, String) - Static method in class prefuse.util.DataLib
Get the standard deviation of a tuple data value.
deviation(Iterator, String, double) - Static method in class prefuse.util.DataLib
Get the standard deviation of a tuple data value.
diamond(float, float, float) - Method in class prefuse.render.ShapeRenderer
Returns a diamond shape of the given dimensions.
DIGIT - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
DIRECTED - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
 
DIRECTION - Static variable in class prefuse.util.force.GravitationalForce
 
direction - Variable in class prefuse.util.ui.JRangeSlider
 
disable_tracing() - Static method in class prefuse.data.expression.parser.ExpressionParser
 
Display - Class in prefuse
User interface component that provides an interactive view onto a visualization.
Display() - Constructor for class prefuse.Display
Creates a new Display instance.
Display(Visualization) - Constructor for class prefuse.Display
Creates a new Display associated with the given Visualization.
Display(Visualization, String) - Constructor for class prefuse.Display
Creates a new Display associated with the given Visualization that draws all VisualItems in the visualization that pass the given Predicate.
Display(Visualization, Predicate) - Constructor for class prefuse.Display
Creates a new Display associated with the given Visualization that draws all VisualItems in the visualization that pass the given Predicate.
Display.InputEventCapturer - Class in prefuse
Captures all mouse and key events on the display, detects relevant VisualItems, and informs ControlListeners.
Display.TransformActivity - Class in prefuse
Activity for conducting animated view transformations.
DisplayLib - Class in prefuse.util.display
Library routines pertaining to a prefuse Display.
dispose() - Method in class prefuse.data.column.ColumnMetadata
Dispose of this metadata, freeing any resources and unregistering any listeners.
dispose() - Method in class prefuse.data.Graph
Dispose of this graph.
dispose() - Method in class prefuse.data.Table.ColumnEntry
Dispose of this column entry, disposing of any allocated metadata or index instances.
dispose() - Method in interface prefuse.data.util.Index
Dispose of an index, de-registering all listeners.
dispose() - Method in class prefuse.data.util.TreeIndex
 
distance(VisualItem, VisualItem) - Static method in class prefuse.util.PrefuseLib
Get the distance between the x,y points of two VisualItems.
distinct - Variable in class prefuse.util.collections.AbstractHashMap
The number of distinct associations in the map; its "size()".
Distortion - Class in prefuse.action.distortion
Abstract base class providing a structure for space-distortion techniques.
Distortion() - Constructor for class prefuse.action.distortion.Distortion
Create a new Distortion instance.
Distortion(String) - Constructor for class prefuse.action.distortion.Distortion
Create a new Distortion instance that processes the given data group.
distortSize(Rectangle2D, double, double, Point2D, Rectangle2D) - Method in class prefuse.action.distortion.BifocalDistortion
 
distortSize(Rectangle2D, double, double, Point2D, Rectangle2D) - Method in class prefuse.action.distortion.Distortion
Returns the scaling factor by which to transform the size of an item.
distortSize(Rectangle2D, double, double, Point2D, Rectangle2D) - Method in class prefuse.action.distortion.FisheyeDistortion
 
distortX(double, Point2D, Rectangle2D) - Method in class prefuse.action.distortion.BifocalDistortion
 
distortX(double, Point2D, Rectangle2D) - Method in class prefuse.action.distortion.Distortion
Distorts an item's x-coordinate.
distortX(double, Point2D, Rectangle2D) - Method in class prefuse.action.distortion.FisheyeDistortion
 
distortY(double, Point2D, Rectangle2D) - Method in class prefuse.action.distortion.BifocalDistortion
 
distortY(double, Point2D, Rectangle2D) - Method in class prefuse.action.distortion.Distortion
Distorts an item's y-coordinate.
distortY(double, Point2D, Rectangle2D) - Method in class prefuse.action.distortion.FisheyeDistortion
 
DIV - Static variable in class prefuse.data.expression.ArithmeticExpression
Indicates a division operation.
DIV - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
DOI - Static variable in interface prefuse.visual.VisualItem
The doi data field
Done() - Static method in class prefuse.data.expression.parser.JavaCharStream
 
DOTS - Static variable in class prefuse.util.StrokeLib
Dash pattern for a dotted line
DOUBLE - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
DOUBLE - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
 
DOUBLE - Static variable in interface prefuse.data.io.TreeMLReader.Tokens
 
DoubleArrayParser - Class in prefuse.data.parser
DataParser instance the parses an array of double values from a text string.
DoubleArrayParser() - Constructor for class prefuse.data.parser.DoubleArrayParser
 
DoubleColumn - Class in prefuse.data.column
Column implementation for storing double values.
DoubleColumn() - Constructor for class prefuse.data.column.DoubleColumn
Create a new empty DoubleColumn.
DoubleColumn(int) - Constructor for class prefuse.data.column.DoubleColumn
Create a new DoubleColumn.
DoubleColumn(int, int, double) - Constructor for class prefuse.data.column.DoubleColumn
Create a new DoubleColumn.
DoubleIntSortedMap - Interface in prefuse.util.collections
Sorted map that maps from a double key to an int value.
DoubleIntTreeMap - Class in prefuse.util.collections
Sorted map implementation using a red-black tree to map from double keys to int values.
DoubleIntTreeMap() - Constructor for class prefuse.util.collections.DoubleIntTreeMap
 
DoubleIntTreeMap(boolean) - Constructor for class prefuse.util.collections.DoubleIntTreeMap
 
DoubleIntTreeMap(LiteralComparator) - Constructor for class prefuse.util.collections.DoubleIntTreeMap
 
DoubleIntTreeMap(LiteralComparator, boolean) - Constructor for class prefuse.util.collections.DoubleIntTreeMap
 
DoubleParser - Class in prefuse.data.parser
DataParser instance that parses double values from a text string.
DoubleParser() - Constructor for class prefuse.data.parser.DoubleParser
 
down - Variable in class prefuse.controls.DragControl
 
down() - Method in interface prefuse.data.expression.ExpressionVisitor
Callback to signal that the visitor has just descended a level in the Expression tree.
DRAG_COEFF - Static variable in class prefuse.util.force.DragForce
 
DragControl - Class in prefuse.controls
Changes a node's location when dragged on screen.
DragControl() - Constructor for class prefuse.controls.DragControl
Creates a new drag control that issues repaint requests as an item is dragged.
DragControl(boolean) - Constructor for class prefuse.controls.DragControl
Creates a new drag control that optionally issues repaint requests as an item is dragged.
DragControl(boolean, boolean) - Constructor for class prefuse.controls.DragControl
Creates a new drag control that optionally issues repaint requests as an item is dragged.
DragControl(String) - Constructor for class prefuse.controls.DragControl
Creates a new drag control that invokes an action upon drag events.
DragControl(String, boolean) - Constructor for class prefuse.controls.DragControl
Creates a new drag control that invokes an action upon drag events.
DragForce - Class in prefuse.util.force
Implements a viscosity/drag force to help stabilize items.
DragForce(float) - Constructor for class prefuse.util.force.DragForce
Create a new DragForce.
DragForce() - Constructor for class prefuse.util.force.DragForce
Create a new DragForce with default drag co-efficient.
dragged - Variable in class prefuse.controls.DragControl
 
drawShape(Graphics2D, VisualItem, Shape) - Method in class prefuse.render.AbstractShapeRenderer
Draws the specified shape into the provided Graphics context, using stroke and fill color values from the specified VisualItem.
DRIVER_JDBC_OBDC - Static variable in class prefuse.data.io.sql.ConnectionFactory
String constant for the JDBC/ODBC bridge driver
DRIVER_MYSQL - Static variable in class prefuse.data.io.sql.ConnectionFactory
String constant for the commonly used MySQL JDBC driver
DynamicQueryBinding - Class in prefuse.data.query
Abstract base class for dynamic query bindings, which support data queries that can be dynamically edited with direct manipulation user interface components.
DynamicQueryBinding(TupleSet, String) - Constructor for class prefuse.data.query.DynamicQueryBinding
Create a new DynamicQueryBinding.

E

Edge - Interface in prefuse.data
Tuple sub-interface that represents an edge in a graph structure.
EDGE - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
 
EDGE - Static variable in class prefuse.visual.sort.ItemSorter
 
EDGE - Static variable in class prefuse.visual.sort.TreeDepthItemSorter
 
EDGE_ARROW_COUNT - Static variable in interface prefuse.Constants
The total number of edge arrow type values
EDGE_ARROW_FORWARD - Static variable in interface prefuse.Constants
Arrows on edges pointing from source to target
EDGE_ARROW_NONE - Static variable in interface prefuse.Constants
No arrows on edges
EDGE_ARROW_REVERSE - Static variable in interface prefuse.Constants
Arrows on edges pointing from target to source
EDGE_SCHEMA - Static variable in class prefuse.data.SpanningTree
Edge table schema used by the spanning tree.
EDGE_TRAVERSAL - Static variable in interface prefuse.Constants
 
EDGE_TYPE - Static variable in class prefuse.render.EdgeRenderer
 
EDGE_TYPE_COUNT - Static variable in interface prefuse.Constants
The total number of edge type values
EDGE_TYPE_CURVE - Static variable in interface prefuse.Constants
A curved-line edge type
EDGE_TYPE_LINE - Static variable in interface prefuse.Constants
A straight-line edge type
edgeCheck(Edge, boolean) - Method in class prefuse.data.Graph
Internal method for checking the validity of an edge.
EDGEDEF - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
 
EdgeItem - Interface in prefuse.visual
VisualItem that represents an edge in a graph.
EdgeRenderer - Class in prefuse.render
Renderer that draws edges as lines connecting nodes.
EdgeRenderer() - Constructor for class prefuse.render.EdgeRenderer
Create a new EdgeRenderer.
EdgeRenderer(int) - Constructor for class prefuse.render.EdgeRenderer
Create a new EdgeRenderer with the given edge type.
EdgeRenderer(int, int) - Constructor for class prefuse.render.EdgeRenderer
Create a new EdgeRenderer with the given edge and arrow types.
edgeRows() - Method in class prefuse.data.Graph
Get an iterator over all edge ids (edge table row numbers).
edgeRows(int) - Method in class prefuse.data.Graph
Get an iterator over all edge ids for edges incident on the given node.
edgeRows(int, int) - Method in class prefuse.data.Graph
Get an iterator edge ids for edges incident on the given node.
EDGES - Static variable in class prefuse.data.Graph
Data group name to identify the edges of this graph
edges() - Method in class prefuse.data.Graph
Get an iterator over all edges in the graph.
edges(Node) - Method in class prefuse.data.Graph
Get an iterator over all Edges connected to the given Node in the graph.
edges() - Method in interface prefuse.data.Node
Get an iterator over all incident edges, those for which this node is either the source or the target.
edges() - Method in class prefuse.data.tuple.TableNode
 
edges() - Method in class prefuse.visual.tuple.TableNodeItem
 
editText(VisualItem, String) - Method in class prefuse.Display
Edit text for the given VisualItem and attribute.
editText(VisualItem, String, Rectangle) - Method in class prefuse.Display
Edit text for the given VisualItem and field.
editText(String, Rectangle) - Method in class prefuse.Display
Show a text editing widget containing the given text and spanning the specified bounding box.
ellipse(double, double, double, double) - Method in class prefuse.render.ShapeRenderer
Returns an ellipse of the given dimensions.
ELSE - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
empty - Variable in class prefuse.util.ui.JRangeSlider
 
EMPTY_ARRAY - Static variable in interface prefuse.data.tuple.TupleSet
An empty, zero-length array of tuples.
enable_tracing() - Static method in class prefuse.data.expression.parser.ExpressionParser
 
EncoderAction - Class in prefuse.action
ItemAction instance that can also maintain a collection of rule mappings that can be used by subclasses to create particular rule-mappings for encoding data values.
EncoderAction() - Constructor for class prefuse.action.EncoderAction
Create a new EncoderAction that processes all data groups.
EncoderAction(Visualization) - Constructor for class prefuse.action.EncoderAction
Create a new EncoderAction that processes all groups.
EncoderAction(String) - Constructor for class prefuse.action.EncoderAction
Create a new EncoderAction that processes the specified group.
EncoderAction(String, Predicate) - Constructor for class prefuse.action.EncoderAction
Create a new EncoderAction that processes the specified group.
EncoderAction(Visualization, String) - Constructor for class prefuse.action.EncoderAction
Create a new EncoderAction that processes the specified group.
EncoderAction(Visualization, String, Predicate) - Constructor for class prefuse.action.EncoderAction
Create a new EncoderAction that processes the specified group.
end() - Method in class prefuse.util.io.XMLWriter
Close the most recently opened tag.
endColumn - Variable in class prefuse.data.expression.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endDocument() - Method in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
endElement(String, String, String) - Method in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
endElement(String, String, String) - Method in class prefuse.data.io.TreeMLReader.TreeMLHandler
 
ENDFILLCOLOR - Static variable in interface prefuse.visual.VisualItem
The end fill color data field
ENDFONT - Static variable in interface prefuse.visual.VisualItem
The end font data field
endLine - Variable in class prefuse.data.expression.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
ENDPOLYGON - Static variable in interface prefuse.visual.VisualItem
The end polygon data field.
ENDSIZE - Static variable in interface prefuse.visual.VisualItem
The end size data field
ENDSTROKECOLOR - Static variable in interface prefuse.visual.VisualItem
The end stroke color data field
ENDTEXTCOLOR - Static variable in interface prefuse.visual.VisualItem
The end text color data field
ENDVISIBLE - Static variable in interface prefuse.visual.VisualItem
The end visible data field
ENDX - Static variable in interface prefuse.visual.VisualItem
The end x data field
ENDX2 - Static variable in interface prefuse.visual.VisualItem
The end x2 data field.
ENDY - Static variable in interface prefuse.visual.VisualItem
The end y data field
ENDY2 - Static variable in interface prefuse.visual.VisualItem
The end y2 data field.
ensureCapacity(int) - Method in class prefuse.util.collections.AbstractHashMap
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class prefuse.util.collections.IntObjectHashMap
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
Entry(DatabaseDataSource, Table, String, String, Object, DataSourceWorker.Listener) - Constructor for class prefuse.data.io.sql.DataSourceWorker.Entry
Create a new Entry.
Entry(int) - Constructor for class prefuse.util.collections.AbstractTreeMap.Entry
 
Entry(int, AbstractTreeMap.Entry, int) - Constructor for class prefuse.util.collections.AbstractTreeMap.Entry
 
EOF - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
eol - Variable in exception prefuse.data.expression.parser.ParseException
The end of line string for this machine.
EQ - Static variable in class prefuse.data.expression.ComparisonPredicate
Indicates a equals comparison.
EQ - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
EqualityExpression() - Static method in class prefuse.data.expression.parser.ExpressionParser
 
equals(Object) - Method in class prefuse.data.Schema
Compares this schema with another one for equality.
equals(Object) - Method in class prefuse.util.collections.AbstractTreeMap.Entry
 
equals(Object) - Method in class prefuse.util.collections.CopyOnWriteArrayList
Compares the specified object with this list for equality.
equals(Object) - Method in class prefuse.util.display.Clip
 
error(String) - Method in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
error(Exception) - Method in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
escapeString(String) - Method in class prefuse.util.io.XMLWriter
Escape a string such that it is safe to use in an XML document.
EulerIntegrator - Class in prefuse.util.force
Updates velocity and position data using Euler's Method.
EulerIntegrator() - Constructor for class prefuse.util.force.EulerIntegrator
 
EventConstants - Interface in prefuse.data.event
Constants used within prefuse data structure modification notifications.
EX_EX - Static variable in class prefuse.data.expression.RangePredicate
Indicates the both the left and right bounds are exclusive
EX_IN - Static variable in class prefuse.data.expression.RangePredicate
Indicates an exclusive left bound and inclusive right bound
expand(double) - Method in class prefuse.util.display.Clip
Expand the clip in all directions by the given value.
expand(Rectangle2D, double) - Static method in class prefuse.util.GraphicsLib
Expand a rectangle by the given amount.
ExpandBuff(boolean) - Static method in class prefuse.data.expression.parser.JavaCharStream
 
EXPANDED - Static variable in interface prefuse.visual.VisualItem
The expanded data field
expandToIntegerLimits() - Method in class prefuse.util.display.Clip
Minimally expand the clip such that each coordinate is an integer.
expectedTokenSequences - Variable in exception prefuse.data.expression.parser.ParseException
Each entry in this array is an array of integers.
EXPONENT - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
ExportDisplayAction - Class in prefuse.util.display
Swing ActionListener that reveals a dialog box that allows users to export the current Display view to an image file.
ExportDisplayAction(Display) - Constructor for class prefuse.util.display.ExportDisplayAction
Create a new ExportDisplayAction for the given Display.
Expression - Interface in prefuse.data.expression
An Expression is an arbitrary function that takes a single Tuple as an argument.
Expression() - Static method in class prefuse.data.expression.parser.ExpressionParser
 
ExpressionAnalyzer - Class in prefuse.data.expression
Library class that computes some simple analyses of an expression.
ExpressionAnalyzer() - Constructor for class prefuse.data.expression.ExpressionAnalyzer
 
expressionChanged(Expression) - Method in interface prefuse.data.event.ExpressionListener
Notification that an Expression instance has been modified in some way.
expressionChanged(Expression) - Method in class prefuse.data.expression.AbstractExpression
Relay an expression change event.
expressionChanged(Expression) - Method in class prefuse.util.UpdateListener
 
ExpressionColumn - Class in prefuse.data.column
Column instance that stores values provided by an Expression instance.
ExpressionColumn(Table, Expression) - Constructor for class prefuse.data.column.ExpressionColumn
Create a new ExpressionColumn.
ExpressionListener - Interface in prefuse.data.event
Listener interface for monitoring changes to an Expression instance.
ExpressionParser - Class in prefuse.data.expression.parser
Parser for statements written in the prefuse expression language.
ExpressionParser(InputStream) - Constructor for class prefuse.data.expression.parser.ExpressionParser
 
ExpressionParser(Reader) - Constructor for class prefuse.data.expression.parser.ExpressionParser
 
ExpressionParser(ExpressionParserTokenManager) - Constructor for class prefuse.data.expression.parser.ExpressionParser
 
ExpressionParserConstants - Interface in prefuse.data.expression.parser
 
ExpressionParserTokenManager - Class in prefuse.data.expression.parser
 
ExpressionParserTokenManager(JavaCharStream) - Constructor for class prefuse.data.expression.parser.ExpressionParserTokenManager
 
ExpressionParserTokenManager(JavaCharStream, int) - Constructor for class prefuse.data.expression.parser.ExpressionParserTokenManager
 
ExpressionVisitor - Interface in prefuse.data.expression
Visitor interface for objects that visit each sub-expression of an Expression instance, performing some computation or data collection.

F

f - Variable in class prefuse.action.layout.graph.BalloonTreeLayout.Params
 
FALSE - Static variable in class prefuse.data.expression.BooleanLiteral
The false boolean literal.
FALSE - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
FALSE - Static variable in class prefuse.data.parser.BooleanParser
Text string indicating a "false" value.
FALSE - Static variable in class prefuse.visual.expression.HoverPredicate
Convenience instance for the hover == false case.
FALSE - Static variable in class prefuse.visual.expression.StartVisiblePredicate
Convenience instance for the start visible == false case.
FALSE - Static variable in class prefuse.visual.expression.ValidatedPredicate
Convenience instance for the validated == false case.
FALSE - Static variable in class prefuse.visual.expression.VisiblePredicate
Convenience instance for the visible == false case.
FAR_BOTTOM - Static variable in interface prefuse.Constants
A bottom alignment, outside of bounds
FAR_LEFT - Static variable in interface prefuse.Constants
A left alignment, outside of bounds
FAR_RIGHT - Static variable in interface prefuse.Constants
A right alignment, outside of bounds
FAR_TOP - Static variable in interface prefuse.Constants
A top alignment, outside of bounds
FIELD - Static variable in class prefuse.data.search.LuceneSearcher
Default Document field used to index text.
FIELD_PREFIX - Static variable in class prefuse.util.PrefuseLib
Prefix for visualization-specific data fields, such as those used by VisualItem; the default is a single underscore (_).
FillBuff() - Static method in class prefuse.data.expression.parser.JavaCharStream
 
FILLCOLOR - Static variable in interface prefuse.visual.VisualItem
The fill color data field
filter - Variable in class prefuse.controls.FocusControl
 
filterCheck(VisualItem) - Method in class prefuse.controls.FocusControl
Perform a filtering check on the input item.
filterColumns() - Method in class prefuse.data.CascadedTable
Determines which columns are inherited from the backing parent table.
FilteredRowManager - Class in prefuse.data.util
RowManager that additionally manages mappings between the managed rows and those of a parent table.
FilteredRowManager(Table) - Constructor for class prefuse.data.util.FilteredRowManager
Create a new FilteredRowManager.
FilterIterator - Class in prefuse.data.util
Iterator over tuples that filters the output by a given predicate.
FilterIterator(Iterator, Predicate) - Constructor for class prefuse.data.util.FilterIterator
Create a new FilterIterator.
FilterIteratorFactory - Class in prefuse.data.util
Factory class that creates optimized filter iterators.
FilterIteratorFactory() - Constructor for class prefuse.data.util.FilterIteratorFactory
 
FilterRowIterator - Class in prefuse.data.util
Iterator over table rows that filters the output by a given predicate.
FilterRowIterator(IntIterator, Table, Predicate) - Constructor for class prefuse.data.util.FilterRowIterator
Create a new FilterRowIterator.
filterRows() - Method in class prefuse.data.CascadedTable
Manually trigger a re-filtering of the rows of this table.
find(String) - Method in class prefuse.data.search.Trie
Look up the given word in this Trie.
find(int[], int) - Static method in class prefuse.util.ArrayLib
Linearly search an array for a given key value.
find(int[], int, int) - Static method in class prefuse.util.ArrayLib
Linearly search an array range for a given key value.
find(int[], int, int, int) - Static method in class prefuse.util.ArrayLib
Linearly search an array range for a given key value.
find(AbstractTreeMap.Entry) - Method in class prefuse.util.collections.AbstractTreeMap
 
findCeiling(AbstractTreeMap.Entry) - Method in class prefuse.util.collections.AbstractTreeMap
 
findItem(Point) - Method in class prefuse.Display
Returns the VisualItem located at the given point.
findPredecessor(AbstractTreeMap.Entry) - Method in class prefuse.util.collections.AbstractTreeMap
 
finish() - Method in class prefuse.action.assignment.DataColorAction
 
finish() - Method in class prefuse.action.assignment.DataSizeAction
 
finish() - Method in class prefuse.action.EncoderAction
Perform any necessary clean-up after this encoder can be used.
finish() - Method in class prefuse.util.io.XMLWriter
Finish the XML document.
finish(String) - Method in class prefuse.util.io.XMLWriter
Finish the XML document, printing the given footer text at the end of the document.
fireActivityCancelled() - Method in class prefuse.activity.Activity
 
fireActivityFinished() - Method in class prefuse.activity.Activity
 
fireActivityScheduled() - Method in class prefuse.activity.Activity
 
fireActivityStarted() - Method in class prefuse.activity.Activity
 
fireActivityStepped() - Method in class prefuse.activity.Activity
 
fireChangeEvent() - Method in class prefuse.util.ui.JRangeSlider
Fire a change event to all listeners.
fireChangeEvent() - Method in class prefuse.util.ui.JValueSlider
Fire a change event to listeners.
fireColumnEvent(int, int, int) - Method in class prefuse.data.column.AbstractColumn
Notifies all registered listeners of a column UPDATE event
fireColumnEvent(int, int) - Method in class prefuse.data.column.AbstractColumn
Notifies all registered listeners of a column UPDATE event
fireColumnEvent(int, long) - Method in class prefuse.data.column.AbstractColumn
Notifies all registered listeners of a column UPDATE event
fireColumnEvent(int, float) - Method in class prefuse.data.column.AbstractColumn
Notifies all registered listeners of a column UPDATE event
fireColumnEvent(int, double) - Method in class prefuse.data.column.AbstractColumn
Notifies all registered listeners of a column UPDATE event
fireColumnEvent(int, boolean) - Method in class prefuse.data.column.AbstractColumn
Notifies all registered listeners of a column UPDATE event
fireColumnEvent(int, Object) - Method in class prefuse.data.column.AbstractColumn
Notifies all registered listeners of a column UPDATE event
fireDataEvent(Object, int, int, int) - Method in class prefuse.data.query.ListModel
Fires a change notification in response to changes in the ListModel.
fireExpressionChange() - Method in class prefuse.data.expression.AbstractExpression
Fire an expression change.
fireGraphEvent(Table, int, int, int, int) - Method in class prefuse.data.Graph
Fire a graph change event
fireGraphEvent(Table, int, int, int, int) - Method in class prefuse.visual.VisualGraph
Fire a graph event.
fireGraphEvent(Table, int, int, int, int) - Method in class prefuse.visual.VisualTree
Fire a graph event.
firePostPaint(Graphics2D) - Method in class prefuse.Display
Fires a post-paint notification to PaintListeners.
firePrePaint(Graphics2D) - Method in class prefuse.Display
Fires a pre-paint notification to PaintListeners.
fireTableEvent(int, int, int, int) - Method in class prefuse.data.Table
Fire a table event to notify listeners.
fireTableEvent(int, int, int, int) - Method in class prefuse.visual.AggregateTable
Clear all aggregate mappings for a row when it is deleted.
fireTableEvent(int, int, int, int) - Method in class prefuse.visual.VisualTable
Relay table events.
fireTupleEvent(Table, int, int, int) - Method in class prefuse.data.tuple.AbstractTupleSet
Fire a Tuple event.
fireTupleEvent(Tuple, int) - Method in class prefuse.data.tuple.AbstractTupleSet
Fire a Tuple event.
fireTupleEvent(Tuple[], Tuple[]) - Method in class prefuse.data.tuple.AbstractTupleSet
Fire a Tuple event.
fireUpdate() - Method in class prefuse.data.util.AbstractColumnProjection
 
firstKey() - Method in class prefuse.util.collections.BooleanIntBitSetMap
 
firstKey() - Method in interface prefuse.util.collections.BooleanIntSortedMap
 
firstKey() - Method in interface prefuse.util.collections.DoubleIntSortedMap
 
firstKey() - Method in class prefuse.util.collections.DoubleIntTreeMap
 
firstKey() - Method in interface prefuse.util.collections.FloatIntSortedMap
 
firstKey() - Method in class prefuse.util.collections.FloatIntTreeMap
 
firstKey() - Method in interface prefuse.util.collections.IntIntSortedMap
 
firstKey() - Method in class prefuse.util.collections.IntIntTreeMap
 
firstKey() - Method in interface prefuse.util.collections.LongIntSortedMap
 
firstKey() - Method in class prefuse.util.collections.LongIntTreeMap
 
firstKey() - Method in interface prefuse.util.collections.ObjectIntSortedMap
 
firstKey() - Method in class prefuse.util.collections.ObjectIntTreeMap
 
FisheyeDistortion - Class in prefuse.action.distortion
Computes a graphical fisheye distortion of a graph view.
FisheyeDistortion() - Constructor for class prefuse.action.distortion.FisheyeDistortion
Create a new FisheyeDistortion with default distortion factor.
FisheyeDistortion(double) - Constructor for class prefuse.action.distortion.FisheyeDistortion
Create a new FisheyeDistortion with the given distortion factor for use along both the x and y directions.
FisheyeDistortion(double, double) - Constructor for class prefuse.action.distortion.FisheyeDistortion
Create a new FisheyeDistortion with the given distortion factors along the x and y directions.
FisheyeTreeFilter - Class in prefuse.action.filter
Filter Action that computes a fisheye degree-of-interest function over a tree structure (or the spanning tree of a graph structure).
FisheyeTreeFilter(String) - Constructor for class prefuse.action.filter.FisheyeTreeFilter
Create a new FisheyeTreeFilter that processes the given group.
FisheyeTreeFilter(String, int) - Constructor for class prefuse.action.filter.FisheyeTreeFilter
Create a new FisheyeTreeFilter that processes the given group.
FisheyeTreeFilter(String, String, int) - Constructor for class prefuse.action.filter.FisheyeTreeFilter
Create a new FisheyeTreeFilter that processes the given group.
fitViewToBounds(Display, Rectangle2D, long) - Static method in class prefuse.util.display.DisplayLib
Set the display view such that the given bounds are within view.
fitViewToBounds(Display, Rectangle2D, Point2D, long) - Static method in class prefuse.util.display.DisplayLib
Set the display view such that the given bounds are within view, subject to a given center point being maintained.
FIXED - Static variable in interface prefuse.visual.VisualItem
The fixed data field
FixedWidthTextTableReader - Class in prefuse.data.io
TableReader for fixed-width text files, that encode one row of table data per line use a fixed number of characters for each data column.
FixedWidthTextTableReader(FixedWidthTextTableSchema) - Constructor for class prefuse.data.io.FixedWidthTextTableReader
Creates a new FixedWidthTextTableReader using the given schema.
FixedWidthTextTableReader(String) - Constructor for class prefuse.data.io.FixedWidthTextTableReader
Creates a new FixedWidthTextTableReader using the schema at the given location.
FixedWidthTextTableSchema - Class in prefuse.data.io
Helper class that stores character length counts for each column in a fixed width text table.
FixedWidthTextTableSchema() - Constructor for class prefuse.data.io.FixedWidthTextTableSchema
Creates a new, initially empty FixedWidthTextTableSchema.
FixedWidthTextTableWriter - Class in prefuse.data.io
TableWriter for fixed-width text files, that encode one row of table data per line use a fixed number of characters for each data column.
FixedWidthTextTableWriter(FixedWidthTextTableSchema) - Constructor for class prefuse.data.io.FixedWidthTextTableWriter
Creates a new FixedWidthTextTableWriter using the given schema.
FixedWidthTextTableWriter(String) - Constructor for class prefuse.data.io.FixedWidthTextTableWriter
Creates a new FixedWidthTextTableWriter using the schema at the given location.
fixUpInsert(AbstractTreeMap.Entry) - Method in class prefuse.util.collections.AbstractTreeMap
 
fixUpRemove(AbstractTreeMap.Entry) - Method in class prefuse.util.collections.AbstractTreeMap
 
FLOAT - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
FLOAT - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
 
FLOAT - Static variable in interface prefuse.data.io.TreeMLReader.Tokens
 
FloatArrayParser - Class in prefuse.data.parser
DataParser instance the parses an array of float values from a text string.
FloatArrayParser() - Constructor for class prefuse.data.parser.FloatArrayParser
 
FloatColumn - Class in prefuse.data.column
Column instance for storing float values.
FloatColumn() - Constructor for class prefuse.data.column.FloatColumn
Create a new empty FloatColumn.
FloatColumn(int) - Constructor for class prefuse.data.column.FloatColumn
Create a new FloatColumn.
FloatColumn(int, int, float) - Constructor for class prefuse.data.column.FloatColumn
Create a new FloatColumn.
FloatIntSortedMap - Interface in prefuse.util.collections
Sorted map that maps from a float key to an int value.
FloatIntTreeMap - Class in prefuse.util.collections
Sorted map implementation using a red-black tree to map from float keys to int values.
FloatIntTreeMap() - Constructor for class prefuse.util.collections.FloatIntTreeMap
 
FloatIntTreeMap(boolean) - Constructor for class prefuse.util.collections.FloatIntTreeMap
 
FloatIntTreeMap(LiteralComparator) - Constructor for class prefuse.util.collections.FloatIntTreeMap
 
FloatIntTreeMap(LiteralComparator, boolean) - Constructor for class prefuse.util.collections.FloatIntTreeMap
 
FloatParser - Class in prefuse.data.parser
DataParser instance that parses float values from a text string.
FloatParser() - Constructor for class prefuse.data.parser.FloatParser
 
FOCUS_ITEMS - Static variable in class prefuse.Visualization
Default data group name for focus items
FocusControl - Class in prefuse.controls
Updates the contents of a TupleSet of focus items in response to mouse actions.
FocusControl() - Constructor for class prefuse.controls.FocusControl
Creates a new FocusControl that changes the focus to another item when that item is clicked once.
FocusControl(String) - Constructor for class prefuse.controls.FocusControl
Creates a new FocusControl that changes the focus to another item when that item is clicked once.
FocusControl(int) - Constructor for class prefuse.controls.FocusControl
Creates a new FocusControl that changes the focus when an item is clicked the specified number of times.
FocusControl(String, int) - Constructor for class prefuse.controls.FocusControl
Creates a new FocusControl that changes the focus when an item is clicked the specified number of times.
FocusControl(int, String) - Constructor for class prefuse.controls.FocusControl
Creates a new FocusControl that changes the focus when an item is clicked the specified number of times.
FocusControl(String, int, String) - Constructor for class prefuse.controls.FocusControl
Creates a new FocusControl that changes the focus when an item is clicked the specified number of times.
FONT - Static variable in interface prefuse.visual.VisualItem
The font data field
FontAction - Class in prefuse.action.assignment
Assignment Action that assigns font values to VisualItems.
FontAction() - Constructor for class prefuse.action.assignment.FontAction
Create a new FontAction that processes all data groups.
FontAction(String) - Constructor for class prefuse.action.assignment.FontAction
Create a new FontAction that processes the specified group.
FontAction(String, Font) - Constructor for class prefuse.action.assignment.FontAction
Create a new FontAction that processes the specified group.
FontAnimator - Class in prefuse.action.animate
Animator that interpolates between starting and ending Fonts for VisualItems during an animation.
FontAnimator() - Constructor for class prefuse.action.animate.FontAnimator
Create a new FontAnimator that processes all data groups.
FontAnimator(String) - Constructor for class prefuse.action.animate.FontAnimator
Create a new FontAnimator that processes the specified group.
FontLib - Class in prefuse.util
Library maintaining a cache of fonts and other useful font computation routines.
FontLib() - Constructor for class prefuse.util.FontLib
 
FOR - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
 
Force - Interface in prefuse.util.force
Interface for force functions in a force simulation.
force - Variable in class prefuse.util.force.ForceItem
The values of the forces acting on this ForceItem.
ForceConfigAction - Class in prefuse.util.force
Swing Action components that brings up a dialog allowing users to configure a force simulation.
ForceConfigAction(JFrame, ForceSimulator) - Constructor for class prefuse.util.force.ForceConfigAction
Create a new ForceConfigAction.
ForceDirectedLayout - Class in prefuse.action.layout.graph
Layout that positions graph elements based on a physics simulation of interacting forces; by default, nodes repel each other, edges act as springs, and drag forces (similar to air resistance) are applied.
ForceDirectedLayout(String) - Constructor for class prefuse.action.layout.graph.ForceDirectedLayout
Create a new ForceDirectedLayout.
ForceDirectedLayout(String, boolean) - Constructor for class prefuse.action.layout.graph.ForceDirectedLayout
Create a new ForceDirectedLayout.
ForceDirectedLayout(String, boolean, boolean) - Constructor for class prefuse.action.layout.graph.ForceDirectedLayout
Create a new ForceDirectedLayout.
ForceDirectedLayout(String, ForceSimulator, boolean) - Constructor for class prefuse.action.layout.graph.ForceDirectedLayout
Create a new ForceDirectedLayout.
ForceDirectedLayout(String, ForceSimulator, boolean, boolean) - Constructor for class prefuse.action.layout.graph.ForceDirectedLayout
Create a new ForceDirectedLayout.
FORCEITEM - Static variable in class prefuse.action.layout.graph.ForceDirectedLayout
The data field in which the parameters used by this layout are stored.
ForceItem - Class in prefuse.util.force
Represents a point particle in a force simulation, maintaining values for mass, forces, velocity, and position.
ForceItem() - Constructor for class prefuse.util.force.ForceItem
Create a new ForceItem.
FORCEITEM_SCHEMA - Static variable in class prefuse.action.layout.graph.ForceDirectedLayout
The schema for the parameters used by this layout.
ForceSimulator - Class in prefuse.util.force
Manages a simulation of physical forces acting on bodies.
ForceSimulator() - Constructor for class prefuse.util.force.ForceSimulator
Create a new, empty ForceSimulator.
ForceSimulator(Integrator) - Constructor for class prefuse.util.force.ForceSimulator
Create a new, empty ForceSimulator.
format(Object) - Method in class prefuse.data.parser.BooleanParser
 
format(Object) - Method in class prefuse.data.parser.ByteParser
 
format(Object) - Method in class prefuse.data.parser.ColorIntParser
 
format(Object) - Method in interface prefuse.data.parser.DataParser
Get a String representation for the given value.
format(Object) - Method in class prefuse.data.parser.DateParser
 
format(Object) - Method in class prefuse.data.parser.DoubleArrayParser
 
format(Object) - Method in class prefuse.data.parser.DoubleParser
 
format(Object) - Method in class prefuse.data.parser.FloatArrayParser
 
format(Object) - Method in class prefuse.data.parser.FloatParser
 
format(Object) - Method in class prefuse.data.parser.IntArrayParser
 
format(Object) - Method in class prefuse.data.parser.IntParser
 
format(Object) - Method in class prefuse.data.parser.LongArrayParser
 
format(Object) - Method in class prefuse.data.parser.LongParser
 
format(Object) - Method in class prefuse.data.parser.ObjectParser
 
format(Object) - Method in class prefuse.data.parser.StringParser
 
formatNumber(double, int) - Static method in class prefuse.util.StringLib
Format the given number as a String, including the given number of decimal places.
FRAC - Static variable in class prefuse.action.layout.AxisLabelLayout
 
frameRate - Variable in class prefuse.Display
 
FREE - Static variable in class prefuse.util.collections.IntObjectHashMap
 
freeEntries - Variable in class prefuse.util.collections.IntObjectHashMap
The number of table entries in state==FREE.
FruchtermanReingoldLayout - Class in prefuse.action.layout.graph
Layout instance implementing the Fruchterman-Reingold algorithm for force-directed placement of graph nodes.
FruchtermanReingoldLayout(String) - Constructor for class prefuse.action.layout.graph.FruchtermanReingoldLayout
Create a new FruchtermanReingoldLayout.
FruchtermanReingoldLayout(String, int) - Constructor for class prefuse.action.layout.graph.FruchtermanReingoldLayout
Create a new FruchtermanReingoldLayout
FruchtermanReingoldLayout.Params - Class in prefuse.action.layout.graph
Wrapper class holding parameters used for each node in this layout.
FULL - Static variable in class prefuse.util.collections.IntObjectHashMap
 
Function - Interface in prefuse.data.expression
Expression sub-interface representing a function in the prefuse expression language.
FunctionExpression - Class in prefuse.data.expression
Abstract base class for FunctionExpression implementations.
FunctionExpression(int) - Constructor for class prefuse.data.expression.FunctionExpression
Protected constructor.
FunctionTable - Class in prefuse.data.expression
Function table that allows lookup of registered FunctionExpressions by their function name.

G

garbageCollect(VisualTable) - Method in class prefuse.action.layout.AxisLabelLayout
Remove axis labels no longer being used.
GE - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
generateParseException() - Static method in class prefuse.data.expression.parser.ExpressionParser
 
get(int) - Method in class prefuse.action.CompositeAction
Returns the Action at the specified index.
get(String) - Method in class prefuse.activity.ActivityMap
Returns the Activity associated with the given key.
get(int) - Method in class prefuse.data.column.BooleanColumn
 
get(int) - Method in class prefuse.data.column.ByteColumn
 
get(int) - Method in interface prefuse.data.column.Column
Get the data value at the specified row
get(int) - Method in class prefuse.data.column.ConstantColumn
 
get(int) - Method in class prefuse.data.column.DateColumn
 
get(int) - Method in class prefuse.data.column.DoubleColumn
 
get(int) - Method in class prefuse.data.column.ExpressionColumn
 
get(int) - Method in class prefuse.data.column.FloatColumn
 
get(int) - Method in class prefuse.data.column.IntColumn
 
get(int) - Method in class prefuse.data.column.LongColumn
 
get(int) - Method in class prefuse.data.column.ObjectColumn
Get the data value at the specified row
get(Tuple) - Method in class prefuse.data.expression.AbstractExpression
By default, throws an UnsupportedOperationException.
get(Tuple) - Method in class prefuse.data.expression.AbstractPredicate
Returns the wrapper Object type for the result of Expression.getBoolean(Tuple).
get(Tuple) - Method in class prefuse.data.expression.ArithmeticExpression
 
get(Tuple) - Method in class prefuse.data.expression.BooleanLiteral
 
get(Tuple) - Method in class prefuse.data.expression.ColumnExpression
 
get(Tuple) - Method in class prefuse.data.expression.ComparisonPredicate
 
get(int) - Method in class prefuse.data.expression.CompositePredicate
Get the sub-predicate at the given index.
get(Tuple) - Method in interface prefuse.data.expression.Expression
Evaluate the Expression on the given input Tuple.
get(Tuple) - Method in class prefuse.data.expression.IfExpression
 
get(Tuple) - Method in class prefuse.data.expression.NumericLiteral
 
get(Tuple) - Method in class prefuse.data.expression.ObjectLiteral
 
get(Tuple) - Method in class prefuse.data.expression.RangePredicate
 
get(int, String) - Method in class prefuse.data.Table
Get the data value at the given row and field as an Object.
get(int, int) - Method in class prefuse.data.Table
Get the data value at the given row and column numbers as an Object.
get(String) - Method in interface prefuse.data.Tuple
Get the data value at the given field as an Object.
get(int) - Method in interface prefuse.data.Tuple
Get the data value at the given column number as an Object.
get(String) - Method in class prefuse.data.tuple.TableTuple
 
get(int) - Method in class prefuse.data.tuple.TableTuple
 
get(Object) - Method in interface prefuse.data.util.Index
Get the first row found with the given data value.
get(int) - Method in interface prefuse.data.util.Index
Get the first row found with the given data value.
get(long) - Method in interface prefuse.data.util.Index
Get the first row found with the given data value.
get(float) - Method in interface prefuse.data.util.Index
Get the first row found with the given data value.
get(double) - Method in interface prefuse.data.util.Index
Get the first row found with the given data value.
get(String) - Method in class prefuse.data.util.TableIterator
Get the data value at the given field as an Object.
get(double) - Method in class prefuse.data.util.TreeIndex
 
get(float) - Method in class prefuse.data.util.TreeIndex
 
get(int) - Method in class prefuse.data.util.TreeIndex
 
get(long) - Method in class prefuse.data.util.TreeIndex
 
get(Object) - Method in class prefuse.data.util.TreeIndex
 
get(boolean) - Method in class prefuse.util.collections.BooleanIntBitSetMap
 
get(boolean) - Method in interface prefuse.util.collections.BooleanIntSortedMap
 
get(int) - Method in class prefuse.util.collections.ByteArrayList
 
get(int) - Method in class prefuse.util.collections.CopyOnWriteArrayList
get(double) - Method in interface prefuse.util.collections.DoubleIntSortedMap
 
get(double) - Method in class prefuse.util.collections.DoubleIntTreeMap
 
get(float) - Method in interface prefuse.util.collections.FloatIntSortedMap
 
get(float) - Method in class prefuse.util.collections.FloatIntTreeMap
 
get(int) - Method in interface prefuse.util.collections.IntIntSortedMap
 
get(int) - Method in class prefuse.util.collections.IntIntTreeMap
 
get(int) - Method in class prefuse.util.collections.IntObjectHashMap
Returns the value associated with the specified key.
get(long) - Method in interface prefuse.util.collections.LongIntSortedMap
 
get(long) - Method in class prefuse.util.collections.LongIntTreeMap
 
get(Object) - Method in interface prefuse.util.collections.ObjectIntSortedMap
 
get(Object) - Method in class prefuse.util.collections.ObjectIntTreeMap
 
get(Tuple) - Method in class prefuse.util.PredicateChain
Evaluate the predicate chain for the given Tuple.
get(String) - Static method in class prefuse.util.PrefuseConfig
Get a prefuse configuration property.
get(Calendar, int) - Static method in class prefuse.util.TimeLib
Get the value of the given time field for a Calendar.
get(Tuple) - Method in class prefuse.visual.expression.GroupSizeFunction
 
get(Tuple) - Method in class prefuse.visual.expression.InGroupPredicate
 
get(Tuple) - Method in class prefuse.visual.expression.QueryExpression
 
getAbsoluteCoordinate(Point2D, Point2D) - Method in class prefuse.Display
Gets the absolute co-ordinate corresponding to the given screen co-ordinate.
getAction(String) - Method in class prefuse.Visualization
Get the data processing Action with the given name.
getAdjacentItem(NodeItem) - Method in interface prefuse.visual.EdgeItem
Get the NodeItem connected to the given NodeItem by this edge.
getAdjacentItem(NodeItem) - Method in class prefuse.visual.tuple.TableEdgeItem
 
getAdjacentNode(Node) - Method in interface prefuse.data.Edge
Given a Node upon which this Edge is incident, the opposite incident Node is returned.
getAdjacentNode(int, int) - Method in class prefuse.data.Graph
Given an edge id and an incident node id, return the node id for the other node connected to the edge.
getAdjacentNode(Edge, Node) - Method in class prefuse.data.Graph
Given an Edge and an incident Node, return the other Node connected to the edge.
getAdjacentNode(Node) - Method in class prefuse.data.tuple.TableEdge
 
getAdjacentNode(Node) - Method in class prefuse.visual.tuple.TableEdgeItem
 
getAggregatedRow(int, VisualItem) - Method in class prefuse.visual.AggregateTable
Get the row index to the aggregate mapping table for the given aggregate and contained VisualItem.
getAggregates(Tuple) - Method in class prefuse.visual.AggregateTable
Get an iterator over all AggregateItems that contain the given Tuple.
getAggregateSize() - Method in interface prefuse.visual.AggregateItem
Get the size of this AggregateItem, the number of visual items contained in the aggregation.
getAggregateSize(int) - Method in class prefuse.visual.AggregateTable
Get the size of the aggregate represented at the given table row.
getAggregateSize() - Method in class prefuse.visual.tuple.TableAggregateItem
 
getAlignedPoint(Point2D, Rectangle2D, int, int) - Static method in class prefuse.render.EdgeRenderer
Helper method, which calculates the top-left co-ordinate of a rectangle given the rectangle's alignment.
getAlignedPoint(Point2D, VisualItem, double, double, int, int) - Static method in class prefuse.render.LabelRenderer
Helper method, which calculates the top-left co-ordinate of an item given the item's alignment.
getAnalyzer() - Method in class prefuse.data.search.LuceneSearcher
Returns the Analyzer used to process text.
getAndIterator(Table, AndPredicate) - Static method in class prefuse.data.util.FilterIteratorFactory
 
getArray() - Method in class prefuse.util.collections.CopyOnWriteArrayList
This has been made public to support more efficient iteration.
getArrayString(Object) - Static method in class prefuse.util.StringLib
Given an array object, create a String showing the contents of the array using a "[a[0], a[1], ..., a[a.length-1]]" format.
getArrowHeadHeight() - Method in class prefuse.render.EdgeRenderer
Get the height of the untransformed arrow head.
getArrowHeadWidth() - Method in class prefuse.render.EdgeRenderer
Get the width of the untransformed arrow head.
getArrowTrans(Point2D, Point2D, double) - Method in class prefuse.render.EdgeRenderer
Returns an affine transformation that maps the arrowhead shape to the position and orientation specified by the provided line segment end points.
getArrowType() - Method in class prefuse.render.EdgeRenderer
Returns the type of the drawn edge.
getAsInputStream() - Method in class prefuse.util.collections.ByteArrayList
 
getAutoScale() - Method in class prefuse.action.layout.graph.RadialTreeLayout
Indicates if the layout automatically scales to fit the layout bounds.
getAxis() - Method in class prefuse.action.layout.AxisLayout
Return the axis type of this layout, either Constants.X_AXIS or Constants.Y_AXIS.
getAxis(JComponent, int) - Static method in class prefuse.util.ui.UILib
Resolve the axis type of a component, given a layout orientation
getAxisLabelSchema() - Static method in class prefuse.util.PrefuseLib
Get the VisualItem Schema used for axis tick marks and labels.
getAxisType() - Method in class prefuse.util.ui.JToggleGroup
Get the Box axis type used to orient the toggle group component.
getBalancedTree(int, int) - Static method in class prefuse.util.GraphLib
Returns a balanced tree of the requested breadth and depth.
getBaseSize() - Method in class prefuse.render.ShapeRenderer
Returns the base size, in pixels, for shapes drawn by this renderer.
getBeginColumn() - Static method in class prefuse.data.expression.parser.JavaCharStream
 
getBeginLine() - Static method in class prefuse.data.expression.parser.JavaCharStream
 
getBinCount() - Method in class prefuse.action.assignment.DataColorAction
Returns the number of "bins" or discrete steps of color.
getBinCount() - Method in class prefuse.action.assignment.DataSizeAction
Returns the number of "bins" or distinct categories of sizes
getBoolean(int) - Method in class prefuse.data.column.AbstractColumn
Get the data value at the specified row as a boolean
getBoolean(int) - Method in class prefuse.data.column.BooleanColumn
 
getBoolean(int) - Method in interface prefuse.data.column.Column
Get the data value at the specified row as a boolean
getBoolean(int) - Method in class prefuse.data.column.ExpressionColumn
 
getBoolean(Tuple) - Method in class prefuse.data.expression.AbstractExpression
By default, throws an UnsupportedOperationException.
getBoolean(Tuple) - Method in class prefuse.data.expression.AndPredicate
 
getBoolean(Tuple) - Method in class prefuse.data.expression.BooleanLiteral
 
getBoolean(Tuple) - Method in class prefuse.data.expression.ColumnExpression
 
getBoolean(Tuple) - Method in class prefuse.data.expression.ComparisonPredicate
 
getBoolean(Tuple) - Method in interface prefuse.data.expression.Expression
Evaluate the Expression on the given input Tuple.
getBoolean(Tuple) - Method in class prefuse.data.expression.IfExpression
 
getBoolean(Tuple) - Method in class prefuse.data.expression.NotPredicate
 
getBoolean(Tuple) - Method in class prefuse.data.expression.OrPredicate
 
getBoolean(Tuple) - Method in class prefuse.data.expression.RangePredicate
 
getBoolean(Tuple) - Method in class prefuse.data.expression.XorPredicate
 
getBoolean(int, String) - Method in class prefuse.data.Table
Get the data value at the given row and field as a boolean.
getBoolean(int, int) - Method in class prefuse.data.Table
Get the data value at the given row and field as a boolean.
getBoolean(String) - Method in interface prefuse.data.Tuple
Get the data value at the given field as a boolean.
getBoolean(int) - Method in interface prefuse.data.Tuple
Get the data value at the given field as a boolean.
getBoolean(String) - Method in class prefuse.data.tuple.TableTuple
 
getBoolean(int) - Method in class prefuse.data.tuple.TableTuple
 
getBoolean(String) - Method in class prefuse.data.util.TableIterator
Get the data value at the given field as a boolean.
getBoolean(Tuple) - Method in class prefuse.data.util.ValidEdgePredicate
Indicates if the given tuple can be used as a valid edge for the nodes of the backing graph.
getBoolean(String) - Static method in class prefuse.util.PrefuseConfig
Get a prefuse configuration property as a boolean.
getBoolean(Tuple) - Method in class prefuse.visual.expression.InGroupPredicate
 
getBoolean(Tuple) - Method in class prefuse.visual.expression.SearchPredicate
 
getBounds(Iterator, double, Rectangle2D) - Static method in class prefuse.util.display.DisplayLib
Get a bounding rectangle of the VisualItems in the input iterator.
getBounds(Iterator, double) - Static method in class prefuse.util.display.DisplayLib
Get a bounding rectangle of the VisualItems in the input iterator.
getBounds() - Method in class prefuse.visual.tuple.TableVisualItem
 
getBounds() - Method in interface prefuse.visual.VisualItem
Get the bounding box for this VisualItem.
getBounds(int) - Method in class prefuse.visual.VisualTable
Returns the bounds for the VisualItem at the given row index.
getBounds(String) - Method in class prefuse.Visualization
Get the bounding rectangle for all items in the given group.
getBounds(String, Rectangle2D) - Method in class prefuse.Visualization
Get the bounding rectangle for all items in the given group.
getBox(Component[], boolean, int, int) - Static method in class prefuse.util.ui.UILib
Convenience method for creating a Box user interface widget container.
getBox(Component[], boolean, int, int, int) - Static method in class prefuse.util.ui.UILib
Convenience method for creating a Box user interface widget container.
getBreadth(Rectangle2D) - Method in class prefuse.action.layout.AxisLabelLayout
Get the "breadth" of a rectangle, based on the axis type.
getBreadthSpacing() - Method in class prefuse.action.layout.graph.NodeLinkTreeLayout
Get the spacing between neighbor nodes.
getByte(int) - Method in class prefuse.data.column.ByteColumn
 
getCacheLookupCount() - Static method in class prefuse.util.ColorLib
Get the number of cache lookups to the Color object cache.
getCacheLookupCount() - Static method in class prefuse.util.FontLib
Get the number of cache lookups to the Font object cache.
getCacheLookupCount() - Static method in class prefuse.util.StrokeLib
Get the number of cache lookups to the Stroke object cache.
getCacheMissCount() - Static method in class prefuse.util.ColorLib
Get the number of cache misses to the Color object cache.
getCacheMissCount() - Static method in class prefuse.util.FontLib
Get the number of cache misses to the Font object cache.
getCacheMissCount() - Static method in class prefuse.util.StrokeLib
Get the number of cache misses to the Stroke object cache.
getCategoryPalette(int, float, float, float, float) - Static method in class prefuse.util.ColorLib
Returns a color palette of given size tries to provide colors appropriate as category labels.
getCategoryPalette(int) - Static method in class prefuse.util.ColorLib
Returns a color palette of given size tries to provide colors appropriate as category labels.
getCellRenderer(int, int) - Method in class prefuse.util.ui.JPrefuseTable
Get the cell renderer to use for drawing table cells.
getCentroid(Iterator, Point2D) - Static method in class prefuse.util.display.DisplayLib
Return the centroid (averaged location) of a group of items.
getCentroid(Iterator) - Static method in class prefuse.util.display.DisplayLib
Return the centroid (averaged location) of a group of items.
getChild(int) - Method in interface prefuse.data.Node
Get the tree child node at the given index.
getChild(Node, int) - Method in class prefuse.data.Tree
Get the child node at the given index.
getChild(int) - Method in class prefuse.data.tuple.TableNode
 
getChild(Object, int) - Method in class prefuse.util.ui.JPrefuseTree.PrefuseTreeModel
 
getChild(int) - Method in class prefuse.visual.tuple.TableNodeItem
 
getChildCount() - Method in interface prefuse.data.Node
Get the number of tree children of this node.
getChildCount(int) - Method in class prefuse.data.Tree
Get the number of children of the given node id.
getChildCount() - Method in class prefuse.data.tuple.TableNode
 
getChildCount(Object) - Method in class prefuse.util.ui.JPrefuseTree.PrefuseTreeModel
 
getChildCount() - Method in class prefuse.visual.tuple.TableNodeItem
 
getChildGroup(String) - Static method in class prefuse.util.PrefuseLib
Get the tail group name of a child group, stripping all but the bottom-level group from the group name (e.g., graph.nodes --> nodes).
getChildIndex(Node) - Method in interface prefuse.data.Node
Get the ordering index of the give node child in a tree structure.
getChildIndex(int, int) - Method in class prefuse.data.Tree
Get the child index (order number of the child) for the given parent node id and child node id.
getChildIndex(Node, Node) - Method in class prefuse.data.Tree
Get the child index (order number of the child) for the given parent and child nodes.
getChildIndex(Node) - Method in class prefuse.data.tuple.TableNode
 
getChildIndex(Node) - Method in class prefuse.visual.tuple.TableNodeItem
 
getChildRow(int) - Method in class prefuse.data.CascadedTable
Given a row in the parent table, return the corresponding row, if any, in this table.
getChildRow(int, int) - Method in class prefuse.data.Tree
Get the child node id at the given index.
getChildRow(int) - Method in class prefuse.data.util.FilteredRowManager
Given a row in the parent table, return the corresponding row managed by this manager.
getClearedTime(long, Calendar, int) - Static method in class prefuse.util.TimeLib
Get the timestamp resulting from clearing (setting to zero) all time values less than or equal to that of the given field.
getClientProperty(String) - Method in class prefuse.data.tuple.AbstractTupleSet
 
getClientProperty(String) - Method in interface prefuse.data.tuple.TupleSet
Get an client property bound to this TupleSet
getClique(int) - Static method in class prefuse.util.GraphLib
Returns a clique of given size.
getColor(VisualItem) - Method in class prefuse.action.assignment.ColorAction
Returns a color value for the given item.
getColor(VisualItem) - Method in class prefuse.action.assignment.DataColorAction
 
getColor(float, float, float, float) - Static method in class prefuse.util.ColorLib
Get a Java Color object for the given red, green, blue, and alpha values as floating point numbers in the range 0-1.0.
getColor(float, float, float) - Static method in class prefuse.util.ColorLib
Get a Java Color object for the given red, green, and blue values as floating point numbers in the range 0-1.0.
getColor(int, int, int, int) - Static method in class prefuse.util.ColorLib
Get a Java Color object for the given red, green, and blue values.
getColor(int, int, int) - Static method in class prefuse.util.ColorLib
Get a Java Color object for the given red, green, and blue values.
getColor(int) - Static method in class prefuse.util.ColorLib
Get a Java Color object for the given color code value.
getColor(double) - Method in class prefuse.util.ColorMap
Returns the color associated with the given value.
getColorPalette() - Method in class prefuse.util.ColorMap
Gets the internal color palette, an int array of color values.
getColumn(int) - Method in class prefuse.data.CascadedTable
 
getColumn(Class) - Static method in class prefuse.data.column.ColumnFactory
Get a new column of the given type.
getColumn(Class, int) - Static method in class prefuse.data.column.ColumnFactory
Get a new column of the given type.
getColumn(Class, int, Object) - Static method in class prefuse.data.column.ColumnFactory
Get a new column of the given type.
getColumn(Class, int, int, Object) - Static method in class prefuse.data.column.ColumnFactory
Get a new column of the given type.
getColumn(Table, Expression) - Static method in class prefuse.data.column.ColumnFactory
Get a new column based on the given expression.
getColumn() - Static method in class prefuse.data.expression.parser.JavaCharStream
Deprecated. 
getColumn(int) - Method in class prefuse.data.Table
Get the column at the given column number.
getColumn(String) - Method in class prefuse.data.Table
Get the column with the given data field name
getColumnClass(int) - Method in class prefuse.util.ui.PrefuseTableModel
 
getColumnCount() - Method in class prefuse.data.CascadedTable
 
getColumnCount() - Method in class prefuse.data.io.FixedWidthTextTableSchema
Returns the number of columns in this schema.
getColumnCount() - Method in class prefuse.data.Schema
Get the number of columns in this schema.
getColumnCount() - Method in class prefuse.data.Table
Get the number of columns / data fields in this table.
getColumnCount() - Method in interface prefuse.data.Tuple
Get the number of columns maintained by the backing table.
getColumnCount() - Method in class prefuse.data.tuple.TableTuple
 
getColumnCount() - Method in class prefuse.util.ui.PrefuseTableModel
 
getColumnEnd(int) - Method in class prefuse.data.io.FixedWidthTextTableSchema
Sets the ending character number for the given column index.
getColumnIndex(String) - Method in class prefuse.data.Schema
The column index for the column with the given name.
getColumnIndex(String) - Method in interface prefuse.data.Tuple
Get the column index corresponding to the given data field.
getColumnIndex(String) - Method in class prefuse.data.tuple.TableTuple
 
getColumnIterator(Table, String, boolean) - Static method in class prefuse.data.util.FilterIteratorFactory
 
getColumnLength(int) - Method in class prefuse.data.io.FixedWidthTextTableSchema
Gets the character length of the given column
getColumnName(int) - Method in class prefuse.data.CascadedTable
 
getColumnName() - Method in class prefuse.data.expression.ColumnExpression
Get the column / data field name used by this expression.
getColumnName(int) - Method in class prefuse.data.io.FixedWidthTextTableSchema
Gets the name of the requested column
getColumnName(int) - Method in class prefuse.data.Schema
The name of the column at the given position.
getColumnName(int) - Method in class prefuse.data.Table
Get the data field name of the column at the given column number.
getColumnName(int) - Method in interface prefuse.data.Tuple
Get the data field name of the column at the given index.
getColumnName(int) - Method in class prefuse.data.tuple.TableTuple
 
getColumnName(int) - Method in class prefuse.util.ui.PrefuseTableModel
 
getColumnNames() - Method in class prefuse.data.CascadedTable
 
getColumnNames() - Method in class prefuse.data.io.AbstractTextTableReader
Subclasses can override this to provide column names through a custom mechanism.
getColumnNames() - Method in class prefuse.data.io.FixedWidthTextTableReader
 
getColumnNames() - Method in class prefuse.data.Table
Internal method that returns an iterator over column names
getColumnNumber(Column) - Method in class prefuse.data.CascadedTable
 
getColumnNumber(String) - Method in class prefuse.data.Table
Get the column number for a given data field name.
getColumnNumber(Column) - Method in class prefuse.data.Table
Get the column number for the given Column instance.
getColumnProjection() - Method in class prefuse.data.CascadedTable
Get the ColumnProjection determining which columns of the parent table are included in this one.
getColumnRow(int, int) - Method in class prefuse.data.Table
Get the row value for accessing an underlying Column instance, corresponding to the given table cell.
getColumnRow(int, int) - Method in class prefuse.data.util.CascadedRowManager
 
getColumnRow(int, int) - Method in class prefuse.data.util.FilteredRowManager
 
getColumnRow(int, int) - Method in class prefuse.data.util.RowManager
Given Table row and column indices, return the corresponding row in the underlying data column.
getColumns() - Method in class prefuse.data.Table
Internal method that returns an iterator over columns
getColumnStart(int) - Method in class prefuse.data.io.FixedWidthTextTableSchema
Gets the starting character number for the given column index
getColumnType() - Method in class prefuse.data.column.AbstractColumn
Returns the most specific superclass for the values in the column
getColumnType() - Method in interface prefuse.data.column.Column
Returns the most specific superclass for the values in the column
getColumnType(int) - Method in class prefuse.data.Schema
The type of the column at the given position.
getColumnType(String) - Method in class prefuse.data.Schema
The type of the column with the given name.
getColumnType(int) - Method in class prefuse.data.Table
Get the data type of the column at the given column index.
getColumnType(String) - Method in class prefuse.data.Table
Get the data type of the column with the given data field name.
getColumnType(String) - Method in interface prefuse.data.Tuple
Returns the data type of the given field as a Java Class instance.
getColumnType(int) - Method in interface prefuse.data.Tuple
Returns the data type of the given column as a Java Class instance.
getColumnType(String) - Method in class prefuse.data.tuple.TableTuple
 
getColumnType(int) - Method in class prefuse.data.tuple.TableTuple
 
getComparator() - Method in class prefuse.data.column.ColumnMetadata
Returns the comparator used to determine column values' sort order.
getComparator() - Method in class prefuse.data.expression.ComparisonPredicate
Get the comparator used to compare instances.
getComparator() - Method in class prefuse.data.expression.RangePredicate
Get the comparator used to compare data values.
getComparator() - Method in interface prefuse.data.util.Index
Get the comparator used to compare column data values.
getComparator(TupleSet) - Method in class prefuse.data.util.Sort
Generates a Comparator to be used for sorting tuples drawn from the given tuple set.
getComparator() - Method in class prefuse.data.util.TreeIndex
 
getComparisonIterator(Table, ComparisonPredicate) - Static method in class prefuse.data.util.FilterIteratorFactory
 
getConfig() - Static method in class prefuse.util.PrefuseConfig
Get the global PrefuseConfig instance.
getConstantColumn(Class, Object) - Static method in class prefuse.data.column.ColumnFactory
Get a new column of a constant value.
getCoolPalette(int) - Static method in class prefuse.util.ColorLib
Returns a color palette that uses a "cool", blue-heavy color scheme.
getCoolPalette() - Static method in class prefuse.util.ColorLib
Returns a color palette of default size that uses a "cool", blue-heavy color scheme.
getCurveControlPoints(EdgeItem, Point2D[], double, double, double, double) - Method in class prefuse.render.EdgeRenderer
Determines the control points to use for cubic (Bezier) curve edges.
getCurveSlack() - Method in class prefuse.render.PolygonRenderer
Gets the slack parameter for curved lines.
getCustomToolTip() - Method in class prefuse.Display
Get the custom tooltip used by this Display.
getData(String) - Method in class prefuse.data.io.sql.DatabaseDataSource
Executes a query and returns the results in a Table instance.
getData(String, String) - Method in class prefuse.data.io.sql.DatabaseDataSource
Executes a query and returns the results in a Table instance.
getData(Table, String) - Method in class prefuse.data.io.sql.DatabaseDataSource
Executes a query and returns the results in a Table instance.
getData(Table, String, String) - Method in class prefuse.data.io.sql.DatabaseDataSource
Executes a query and returns the results in a Table instance.
getData(Table, String, String, Object) - Method in class prefuse.data.io.sql.DatabaseDataSource
Executes a query and returns the results in a Table instance.
getDatabaseConnection(Connection, SQLDataHandler) - Static method in class prefuse.data.io.sql.ConnectionFactory
Get a new database connection.
getDatabaseConnection(Connection) - Static method in class prefuse.data.io.sql.ConnectionFactory
Get a new database connection, using a default handler.
getDatabaseConnection(String, String, String, String, SQLDataHandler) - Static method in class prefuse.data.io.sql.ConnectionFactory
Get a new database connection.
getDatabaseConnection(String, String, String, String) - Static method in class prefuse.data.io.sql.ConnectionFactory
Get a new database connection, using a default handler.
getDataField() - Method in class prefuse.action.assignment.DataColorAction
Returns the data field used to encode size values.
getDataField() - Method in class prefuse.action.assignment.DataShapeAction
Returns the data field used to encode shape values.
getDataField() - Method in class prefuse.action.assignment.DataSizeAction
Returns the data field used to encode size values.
getDataField() - Method in class prefuse.action.layout.AxisLayout
Get the data field used by this axis layout action.
getDataType() - Method in class prefuse.action.assignment.DataColorAction
Return the data type used by this action.
getDataType() - Method in class prefuse.action.layout.AxisLayout
Return the data type used by this layout.
getDataType(TupleSet) - Method in class prefuse.action.layout.AxisLayout
Retrieve the data type.
getDataType(String, int) - Method in class prefuse.data.io.sql.CompositeSQLDataHandler
 
getDataType(String, int) - Method in class prefuse.data.io.sql.DefaultSQLDataHandler
 
getDataType(String, int) - Method in interface prefuse.data.io.sql.SQLDataHandler
Return the Java data type for the given data field name and its sql data type.
getDate(int) - Method in class prefuse.data.column.AbstractColumn
Get the data value at the specified row as a Date
getDate(int) - Method in interface prefuse.data.column.Column
Get the data value at the specified row as a Date
getDate(int, String) - Method in class prefuse.data.Table
Get the data value at the given row and field as a Date.
getDate(int, int) - Method in class prefuse.data.Table
Get the data value at the given row and field as a Date.
getDate(String) - Method in interface prefuse.data.Tuple
Get the data value at the given field as a Date.
getDate(int) - Method in interface prefuse.data.Tuple
Get the data value at the given field as a Date.
getDate(String) - Method in class prefuse.data.tuple.TableTuple
 
getDate(int) - Method in class prefuse.data.tuple.TableTuple
 
getDate(String) - Method in class prefuse.data.util.TableIterator
Get the data value at the given field as a Date.
getDate(Calendar, int, int, int) - Static method in class prefuse.util.TimeLib
Get the timestamp for the given year, month, and, day.
getDate(Class, long) - Static method in class prefuse.util.TimeLib
Get a new Date instance of the specified subclass and given long value.
getDecoratedItem() - Method in interface prefuse.visual.DecoratorItem
Get the VisualItem that this item is decorating.
getDecoratedItem() - Method in class prefuse.visual.tuple.TableDecoratorItem
 
getDefault(int) - Method in class prefuse.data.Schema
The default value of the column at the given position.
getDefault(String) - Method in class prefuse.data.Schema
The default value of the column with the given name.
getDefault(String) - Method in class prefuse.data.Table
Get the default value for the given data field.
getDefault(String) - Method in interface prefuse.data.Tuple
Get the default value for the given data field.
getDefault(String) - Method in class prefuse.data.tuple.TableTuple
 
getDefaultColor() - Method in class prefuse.action.assignment.ColorAction
Returns the default color for this ColorAction
getDefaultEdgeRenderer() - Method in class prefuse.render.DefaultRendererFactory
Gets the default edge renderer.
getDefaultFactory() - Static method in class prefuse.data.parser.ParserFactory
Returns the default parser factory.
getDefaultFont() - Method in class prefuse.action.assignment.FontAction
Get the default font assigned to items.
getDefaultHandler() - Static method in class prefuse.data.io.sql.ConnectionFactory
Get an instance of the default SQL data handler.
getDefaultHeader(int) - Static method in class prefuse.data.io.AbstractTextTableReader
Returns default column header names of the type "A", "B", ..., "Z", "AA", "AB", etc.
getDefaultLineWidth() - Method in class prefuse.render.EdgeRenderer
Gets the default width of lines.
getDefaultRenderer() - Method in class prefuse.render.DefaultRendererFactory
Gets the default renderer.
getDefaultSize() - Method in class prefuse.action.assignment.ShapeAction
Returns the default shape value assigned to items.
getDefaultSize() - Method in class prefuse.action.assignment.SizeAction
Returns the default size value assigned to items.
getDefaultStroke() - Method in class prefuse.action.assignment.StrokeAction
Get the default BasicStroke assigned to items.
getDefaultValue() - Method in class prefuse.data.column.AbstractColumn
Returns the default value for rows that have not been set explicitly.
getDefaultValue() - Method in interface prefuse.data.column.Column
Returns the default value for rows that have not been set explicitly.
getDefaultValue() - Method in class prefuse.data.column.ColumnMetadata
Get the columns' default value.
getDegree(int) - Method in class prefuse.data.Graph
Get the degree of a node, the number of edges for which a node is either the source or the target.
getDegree(Node) - Method in class prefuse.data.Graph
Get the degree of a node, the number of edges for which a node is either the source or the target.
getDegree() - Method in interface prefuse.data.Node
Get the degree of the node, the number of edges for which this node is either the source or the target.
getDegree() - Method in class prefuse.data.tuple.TableNode
 
getDegree() - Method in class prefuse.visual.tuple.TableNodeItem
 
getDelimiter() - Method in class prefuse.data.io.DelimitedTextTableWriter
Get the delimiter used to separate data fields.
getDelimiterString() - Method in class prefuse.data.search.PrefixSearchTupleSet
Returns the delimiter string used to divide data values and queries into separate words.
getDepth() - Method in interface prefuse.data.Node
Get the tree depth of this node.
getDepth(int) - Method in class prefuse.data.Tree
Get the depth of the given node id in the tree.
getDepth() - Method in class prefuse.data.tuple.TableNode
 
getDepth(Tuple) - Method in class prefuse.data.util.BreadthFirstIterator
Get the traversal depth at which a particular tuple was encountered.
getDepth(Object) - Method in class prefuse.util.collections.Queue
 
getDepth() - Method in class prefuse.visual.tuple.TableNodeItem
 
getDepthSpacing() - Method in class prefuse.action.layout.graph.NodeLinkTreeLayout
Get the spacing between depth levels.
getDerivedStroke(BasicStroke, float) - Static method in class prefuse.util.StrokeLib
Get a stroke with the same properties as the given stroke, but with a modified width value.
getDescription() - Method in class prefuse.util.io.SimpleFileFilter
 
getDeviation() - Method in class prefuse.data.column.ColumnMetadata
Get the standard deviation of numeric values in the column.
getDiamondTree(int, int, int) - Static method in class prefuse.util.GraphLib
Create a diamond tree, with a given branching factor at each level, and depth levels for the two main branches.
getDisplay(int) - Method in class prefuse.Visualization
Get the display at the given list index.
getDisplayCount() - Method in class prefuse.Visualization
Get the number of displays associated with this visualization.
getDisplayStats(Display) - Static method in class prefuse.util.PrefuseLib
Returns a string showing debugging info such as number of visualized items and the current frame rate.
getDisplayX() - Method in class prefuse.Display
Returns the x-coordinate of the top-left of the display, in absolute (item-space) co-ordinates.
getDisplayY() - Method in class prefuse.Display
Returns the y-coordinate of the top-left of the display, in absolute (item-space) co-ordinates.
getDistance() - Method in class prefuse.action.filter.FisheyeTreeFilter
Get the graph distance threshold used by this filter.
getDistance() - Method in class prefuse.action.filter.GraphDistanceFilter
Return the graph distance threshold used by this filter.
getDistribution() - Method in class prefuse.action.assignment.DataColorAction
Computes the distribution (either min/max or quantile values) used to help assign colors to data values.
getDocument(int, String) - Method in class prefuse.data.search.KeywordSearchTupleSet
Create a Lucene Document instance with the given document ID and text.
getDOI() - Method in class prefuse.visual.tuple.TableVisualItem
 
getDOI() - Method in interface prefuse.visual.VisualItem
Get the degree-of-interest (DOI) value.
getDOI(int) - Method in class prefuse.visual.VisualTable
Get the degree-of-interest (DOI) value.
getDouble(int) - Method in class prefuse.data.column.AbstractColumn
Get the data value at the specified row as a double
getDouble(int) - Method in class prefuse.data.column.ByteColumn
 
getDouble(int) - Method in interface prefuse.data.column.Column
Get the data value at the specified row as a double
getDouble(int) - Method in class prefuse.data.column.DateColumn
 
getDouble(int) - Method in class prefuse.data.column.DoubleColumn
 
getDouble(int) - Method in class prefuse.data.column.ExpressionColumn
 
getDouble(int) - Method in class prefuse.data.column.FloatColumn
 
getDouble(int) - Method in class prefuse.data.column.IntColumn
 
getDouble(int) - Method in class prefuse.data.column.LongColumn
 
getDouble(Tuple) - Method in class prefuse.data.expression.AbstractExpression
By default, throws an UnsupportedOperationException.
getDouble(Tuple) - Method in class prefuse.data.expression.ArithmeticExpression
 
getDouble(Tuple) - Method in class prefuse.data.expression.ColumnExpression
 
getDouble(Tuple) - Method in interface prefuse.data.expression.Expression
Evaluate the Expression on the given input Tuple.
getDouble(Tuple) - Method in class prefuse.data.expression.IfExpression
 
getDouble(Tuple) - Method in class prefuse.data.expression.NumericLiteral
 
getDouble(int, String) - Method in class prefuse.data.Table
Get the data value at the given row and field as a double.
getDouble(int, int) - Method in class prefuse.data.Table
Get the data value at the given row and field as a double.
getDouble(String) - Method in interface prefuse.data.Tuple
Get the data value at the given field as a double.
getDouble(int) - Method in interface prefuse.data.Tuple
Get the data value at the given field as a double.
getDouble(String) - Method in class prefuse.data.tuple.TableTuple
 
getDouble(int) - Method in class prefuse.data.tuple.TableTuple
 
getDouble(String) - Method in class prefuse.data.util.TableIterator
Get the data value at the given field as a double.
getDouble(String) - Static method in class prefuse.util.PrefuseConfig
Get a prefuse configuration property as a double.
getDouble(Tuple) - Method in class prefuse.visual.expression.GroupSizeFunction
 
getDoubleKey() - Method in class prefuse.util.collections.AbstractTreeMap.Entry
 
getDuration() - Method in class prefuse.activity.Activity
Returns the duration of this activity
getEdge(int) - Method in class prefuse.data.Graph
Get the Edge tuple instance corresponding to an edge id.
getEdge(int, int) - Method in class prefuse.data.Graph
Returns an edge from the source node to the target node.
getEdge(Node, Node) - Method in class prefuse.data.Graph
Get an Edge with given source and target Nodes.
getEdgeCount() - Method in class prefuse.data.Graph
Get the number of edges in this graph.
getEdges() - Method in class prefuse.data.Graph
Get the collection of edges as a TupleSet.
getEdges(Node) - Method in class prefuse.data.util.BreadthFirstIterator
Determines which edges are traversed for a given node.
getEdgeSourceField() - Method in class prefuse.data.Graph
Get the data field used to denote the source node in an edge table.
getEdgeTable() - Method in class prefuse.data.Graph
Get the backing edge table.
getEdgeTargetField() - Method in class prefuse.data.Graph
Get the data field used to denote the target node in an edge table.
getEdgeType() - Method in class prefuse.render.EdgeRenderer
Returns the type of the drawn edge.
getElementAt(int) - Method in class prefuse.data.query.ListModel
 
getElseExpression() - Method in class prefuse.data.expression.IfExpression
Get the else expression
getEndColumn() - Static method in class prefuse.data.expression.parser.JavaCharStream
 
getEndField(String) - Static method in class prefuse.util.PrefuseLib
For a given interpolated field name, get the name of the end field.
getEndFillColor() - Method in class prefuse.visual.tuple.TableVisualItem
 
getEndFillColor() - Method in interface prefuse.visual.VisualItem
Get the ending fill color of this item.
getEndFillColor(int) - Method in class prefuse.visual.VisualTable
Get the ending fill color of the row.
getEndFont() - Method in class prefuse.visual.tuple.TableVisualItem
 
getEndFont() - Method in interface prefuse.visual.VisualItem
Get the ending font for the item.
getEndFont(int) - Method in class prefuse.visual.VisualTable
Get the ending font for the row.
getEndLine() - Static method in class prefuse.data.expression.parser.JavaCharStream
 
getEndSize() - Method in class prefuse.visual.tuple.TableVisualItem
 
getEndSize() - Method in interface prefuse.visual.VisualItem
Get the ending size value of the item.
getEndSize(int) - Method in class prefuse.visual.VisualTable
Get the ending size value of the row.
getEndStrokeColor() - Method in class prefuse.visual.tuple.TableVisualItem
 
getEndStrokeColor() - Method in interface prefuse.visual.VisualItem
Get the ending stroke color of this item.
getEndStrokeColor(int) - Method in class prefuse.visual.VisualTable
Get the ending stroke color of the row.
getEndTextColor() - Method in class prefuse.visual.tuple.TableVisualItem
 
getEndTextColor() - Method in interface prefuse.visual.VisualItem
Get the ending text color of this item.
getEndTextColor(int) - Method in class prefuse.visual.VisualTable
Get the ending text color of the row.
getEndX() - Method in class prefuse.visual.tuple.TableVisualItem
 
getEndX() - Method in interface prefuse.visual.VisualItem
Get the ending x-coordinate of this item.
getEndX(int) - Method in class prefuse.visual.VisualTable
Get the ending x-coordinate of the given row.
getEndY() - Method in class prefuse.visual.tuple.TableVisualItem
 
getEndY() - Method in interface prefuse.visual.VisualItem
Get the ending y-coordinate of this item.
getEndY(int) - Method in class prefuse.visual.VisualTable
Get the ending y-coordinate of the given row.
getError() - Static method in class prefuse.data.expression.parser.ExpressionParser
Get the last error, if any, generated by a parse operation.
getExistingRow(Table, ResultSet, String) - Method in class prefuse.data.io.sql.DatabaseDataSource
See if a retrieved database row is already represented in the given Table.
getExpression() - Method in class prefuse.util.PredicateChain
Return the backing predicate chain as an Expression instance.
getExtension(File) - Static method in class prefuse.util.io.IOLib
Returns the extension for a file or null if there is none
getExtension(String) - Static method in class prefuse.util.io.IOLib
Returns the extension for a file or null if there is none
getExtension() - Method in class prefuse.util.io.SimpleFileFilter
Get the first file extension associated with this filter.
getFactory() - Static method in class prefuse.util.force.Spring
Retrieve the SpringFactory instance, which serves as an object pool for Spring instances.
getField(int) - Method in class prefuse.data.util.Sort
Returns the sort field at the given index.
getFields() - Method in class prefuse.data.search.LuceneSearcher
Returns the indexed Document fields.
getFillColor() - Method in class prefuse.visual.tuple.TableVisualItem
 
getFillColor() - Method in interface prefuse.visual.VisualItem
Get the current fill color of this item.
getFillColor(int) - Method in class prefuse.visual.VisualTable
Get the current fill color of the row.
getFilter() - Method in class prefuse.action.layout.AxisLayout
Get the predicate filter to limit which items are considered for layout.
getFilter() - Method in class prefuse.controls.FocusControl
Get the filter for processing items by this focus control.
getFilterPredicate() - Method in class prefuse.action.ItemAction
Returns the filtering predicate used by this Action.
getFirstChild() - Method in interface prefuse.data.Node
Get this node's first tree child.
getFirstChild(Node) - Method in class prefuse.data.Tree
Get the first child node of the given parent node.
getFirstChild() - Method in class prefuse.data.tuple.TableNode
 
getFirstChild() - Method in class prefuse.visual.tuple.TableNodeItem
 
getFirstChildRow(int) - Method in class prefuse.data.Tree
Get the node id of the first child of the given parent node id.
getFixedField() - Method in class prefuse.action.layout.SpecifiedLayout
Get the field to lookup to set the fixed property.
getFixedWidthSchema() - Method in class prefuse.data.io.FixedWidthTextTableReader
Get the schema description describing the data columns' fixed widths
getFixedWidthSchema() - Method in class prefuse.data.io.FixedWidthTextTableWriter
Get the schema description describing the data columns' fixed widths
getFloat(int) - Method in class prefuse.data.column.AbstractColumn
Get the data value at the specified row as a float
getFloat(int) - Method in class prefuse.data.column.ByteColumn
 
getFloat(int) - Method in interface prefuse.data.column.Column
Get the data value at the specified row as a float
getFloat(int) - Method in class prefuse.data.column.DoubleColumn
 
getFloat(int) - Method in class prefuse.data.column.ExpressionColumn
 
getFloat(int) - Method in class prefuse.data.column.FloatColumn
 
getFloat(int) - Method in class prefuse.data.column.IntColumn
 
getFloat(int) - Method in class prefuse.data.column.LongColumn
 
getFloat(Tuple) - Method in class prefuse.data.expression.AbstractExpression
By default, throws an UnsupportedOperationException.
getFloat(Tuple) - Method in class prefuse.data.expression.ArithmeticExpression
 
getFloat(Tuple) - Method in class prefuse.data.expression.ColumnExpression
 
getFloat(Tuple) - Method in interface prefuse.data.expression.Expression
Evaluate the Expression on the given input Tuple.
getFloat(Tuple) - Method in class prefuse.data.expression.IfExpression
 
getFloat(Tuple) - Method in class prefuse.data.expression.NumericLiteral
 
getFloat(int, String) - Method in class prefuse.data.Table
Get the data value at the given row and field as a float.
getFloat(int, int) - Method in class prefuse.data.Table
Get the data value at the given row and field as a float.
getFloat(String) - Method in interface prefuse.data.Tuple
Get the data value at the given field as a float.
getFloat(int) - Method in interface prefuse.data.Tuple
Get the data value at the given field as a float.
getFloat(String) - Method in class prefuse.data.tuple.TableTuple
 
getFloat(int) - Method in class prefuse.data.tuple.TableTuple
 
getFloat(String) - Method in class prefuse.data.util.TableIterator
Get the data value at the given field as a float.
getFloat(String) - Static method in class prefuse.util.PrefuseConfig
Get a prefuse configuration property as a float.
getFloat(Tuple) - Method in class prefuse.visual.expression.GroupSizeFunction
 
getFloatKey() - Method in class prefuse.util.collections.AbstractTreeMap.Entry
 
getFocusGroup(String) - Method in class prefuse.Visualization
Retrieve the focus data group of the given group name.
getFont(VisualItem) - Method in class prefuse.action.assignment.FontAction
Returns the Font to use for a given VisualItem.
getFont(String, double) - Static method in class prefuse.util.FontLib
Get a Font instance with the given font family name and size.
getFont(String, int, double) - Static method in class prefuse.util.FontLib
Get a Font instance with the given font family name, style, and size
getFont(String, int, int) - Static method in class prefuse.util.FontLib
Get a Font instance with the given font family name, style, and size
getFont() - Method in class prefuse.visual.tuple.TableVisualItem
 
getFont() - Method in interface prefuse.visual.VisualItem
Get the current font for the item.
getFont(int) - Method in class prefuse.visual.VisualTable
Get the current font for the row.
getForce(ForceItem) - Method in class prefuse.util.force.AbstractForce
Throws an UnsupportedOperationException.
getForce(Spring) - Method in class prefuse.util.force.AbstractForce
Throws an UnsupportedOperationException.
getForce(ForceItem) - Method in class prefuse.util.force.CircularWallForce
 
getForce(ForceItem) - Method in class prefuse.util.force.DragForce
 
getForce(ForceItem) - Method in interface prefuse.util.force.Force
Updates the force calculation on the given ForceItem
getForce(Spring) - Method in interface prefuse.util.force.Force
Updates the force calculation on the given Spring.
getForce(ForceItem) - Method in class prefuse.util.force.GravitationalForce
 
getForce(ForceItem) - Method in class prefuse.util.force.NBodyForce
Calculates the force vector acting on the given item.
getForce(Spring) - Method in class prefuse.util.force.SpringForce
Calculates the force vector acting on the items due to the given spring.
getForce(ForceItem) - Method in class prefuse.util.force.WallForce
 
getForces() - Method in class prefuse.util.force.ForceSimulator
Get an array of all the Force functions used in this simulator.
getForceSimulator() - Method in class prefuse.action.layout.graph.ForceDirectedLayout
Get the force simulator driving this layout.
getFrameRate() - Method in class prefuse.Display
Returns the running average frame rate for this Display.
getFrameWidth() - Method in class prefuse.action.layout.graph.SquarifiedTreeMapLayout
Gets the amount of desired framing space, in pixels, between parent rectangles and their enclosed children.
getGraph() - Method in interface prefuse.data.Edge
Returns the graph of which this Edge is a member.
getGraph() - Method in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
getGraph() - Method in interface prefuse.data.Node
Get the Graph of which this Node is a member.
getGraph() - Method in class prefuse.data.tuple.TableEdge
 
getGraph() - Method in class prefuse.data.tuple.TableNode
 
getGraph() - Method in class prefuse.visual.tuple.TableEdgeItem
 
getGraph() - Method in class prefuse.visual.tuple.TableNodeItem
 
getGraphFile(Component) - Static method in class prefuse.util.io.IOLib
Present a file chooser dialog for loading a Graph or Tree data set.
getGrayscale(int) - Static method in class prefuse.util.ColorLib
Get a Java Color object for the given grayscale value.
getGrayscalePalette(int) - Static method in class prefuse.util.ColorLib
Returns a color palette of specified size that ranges from white to black through shades of gray.
getGrayscalePalette() - Static method in class prefuse.util.ColorLib
Returns a color palette of default size that ranges from white to black through shades of gray.
getGrid(int, int) - Static method in class prefuse.util.GraphLib
Returns a graph structured as an m-by-n grid.
getGroup() - Method in class prefuse.action.GroupAction
Get the name of the group to be processed by this Action.
getGroup(Tuple) - Method in class prefuse.visual.expression.GroupExpression
Evaluate the group name expression for the given Tuple
getGroup() - Method in class prefuse.visual.tuple.TableVisualItem
 
getGroup() - Method in class prefuse.visual.VisualGraph
Get the visualization data group name for this graph
getGroup() - Method in interface prefuse.visual.VisualItem
Get the primary data group of which this VisualItem is a member.
getGroup() - Method in class prefuse.visual.VisualTable
Get the visualization data group name for this table
getGroup() - Method in class prefuse.visual.VisualTree
Get the visualization data group name for this graph
getGroup() - Method in interface prefuse.visual.VisualTupleSet
Get the data group name for this VisualTupleSet.
getGroup(String) - Method in class prefuse.Visualization
Get the TupleSet associated with the given data group name.
getGroupName(String, String) - Static method in class prefuse.util.PrefuseLib
Get the group name for the given parent and child group, simply concatenating them together with a group delimiter in between.
getHashCode(Tuple) - Method in class prefuse.visual.AggregateTable
Get a hashcode that uniquely identifies a particular tuple
getHeight() - Method in class prefuse.util.display.Clip
Get the clip's height
getHighQuality() - Method in class prefuse.util.ui.JFastLabel
Get the quality level of this label.
getHighValue() - Method in class prefuse.data.query.NumberRangeModel
 
getHighValue() - Method in class prefuse.data.query.ObjectRangeModel
 
getHighValue() - Method in class prefuse.util.ui.JRangeSlider
Returns the current "high" value shown by the range slider's bar.
getHighValue() - Method in interface prefuse.util.ui.ValuedRangeModel
Get the value at the high point of the range span.
getHoneycomb(int) - Static method in class prefuse.util.GraphLib
 
getHorizontalAlignment() - Method in class prefuse.render.LabelRenderer
Get the horizontal alignment of this node with respect to its x, y coordinates.
getHorizontalAlignment1() - Method in class prefuse.render.EdgeRenderer
Get the horizontal alignment of the edge mount point with the first node.
getHorizontalAlignment2() - Method in class prefuse.render.EdgeRenderer
Get the horizontal alignment of the edge mount point with the second node.
getHorizontalImageAlignment() - Method in class prefuse.render.LabelRenderer
Get the horizontal image alignment within the layout.
getHorizontalPadding() - Method in class prefuse.render.LabelRenderer
Returns the amount of padding in pixels between the content and the border of this item along the horizontal dimension.
getHorizontalTextAlignment() - Method in class prefuse.render.LabelRenderer
Get the horizontal text alignment within the layout.
getHotPalette(int) - Static method in class prefuse.util.ColorLib
Returns a color map that moves from black to red to yellow to white.
getHotPalette() - Static method in class prefuse.util.ColorLib
Returns a color map of default size that moves from black to red to yellow to white.
getHSBPalette(int, float, float) - Static method in class prefuse.util.ColorLib
Returns a color palette of given size that cycles through the hues of the HSB (Hue/Saturation/Brightness) color space.
getHSBPalette() - Static method in class prefuse.util.ColorLib
Returns a color palette of default size that cycles through the hues of the HSB (Hue/Saturation/Brightness) color space at full saturation and brightness.
GetImage() - Static method in class prefuse.data.expression.parser.JavaCharStream
 
getImage(String) - Method in class prefuse.render.ImageFactory
Get the image associated with the given location string.
getImage(VisualItem) - Method in class prefuse.render.LabelRenderer
Get the image to include in the label for the given VisualItem.
getImageFactory() - Method in class prefuse.render.LabelRenderer
Returns the image factory used by this renderer.
getImageField() - Method in class prefuse.render.LabelRenderer
Get the data field for image locations.
getImageLocation(VisualItem) - Method in class prefuse.render.LabelRenderer
Returns a location string for the image to draw.
getImagePosition() - Method in class prefuse.render.LabelRenderer
Get the image position, determining where the image is placed with respect to the text.
getImageTextPadding() - Method in class prefuse.render.LabelRenderer
Get the padding, in pixels, between an image and text.
getInDegree(int) - Method in class prefuse.data.Graph
Get the in-degree of a node, the number of edges for which the node is the target.
getInDegree(Node) - Method in class prefuse.data.Graph
Get the in-degree of a node, the number of edges for which the node is the target.
getInDegree() - Method in interface prefuse.data.Node
Get the in-degree of the node, the number of edges for which this node is the target.
getInDegree() - Method in class prefuse.data.tuple.TableNode
 
getInDegree() - Method in class prefuse.visual.tuple.TableNodeItem
 
getIndex(Object) - Method in class prefuse.data.query.ObjectRangeModel
Return the index for a given Object, indicating its order in the range.
getIndex(String) - Method in class prefuse.data.Table
Retrieve, without creating, an index for the given data field.
getIndex(String, Class, boolean) - Method in class prefuse.data.Table
Internal method for index creation and retrieval.
getIndexOfChild(Object, Object) - Method in class prefuse.util.ui.JPrefuseTree.PrefuseTreeModel
 
getIndexReader() - Method in class prefuse.data.search.LuceneSearcher
Returns the Lucene IndexReader.
getIndexSearcher() - Method in class prefuse.data.search.LuceneSearcher
Returns the Lucene IndexSearcher.
getInstance() - Static method in class prefuse.util.collections.DefaultLiteralComparator
Returns an instance of this comparator.
getInt(int) - Method in class prefuse.data.column.AbstractColumn
Get the data value at the specified row as an integer
getInt(int) - Method in class prefuse.data.column.ByteColumn
 
getInt(int) - Method in interface prefuse.data.column.Column
Get the data value at the specified row as an integer
getInt(int) - Method in class prefuse.data.column.DoubleColumn
 
getInt(int) - Method in class prefuse.data.column.ExpressionColumn
 
getInt(int) - Method in class prefuse.data.column.FloatColumn
 
getInt(int) - Method in class prefuse.data.column.IntColumn
 
getInt(int) - Method in class prefuse.data.column.LongColumn
 
getInt(Tuple) - Method in class prefuse.data.expression.AbstractExpression
By default, throws an UnsupportedOperationException.
getInt(Tuple) - Method in class prefuse.data.expression.ArithmeticExpression
 
getInt(Tuple) - Method in class prefuse.data.expression.ColumnExpression
 
getInt(Tuple) - Method in interface prefuse.data.expression.Expression
Evaluate the Expression on the given input Tuple.
getInt(Tuple) - Method in class prefuse.data.expression.IfExpression
 
getInt(Tuple) - Method in class prefuse.data.expression.NumericLiteral
 
getInt(int, String) - Method in class prefuse.data.Table
Get the data value at the given row and field as an int.
getInt(int, int) - Method in class prefuse.data.Table
Get the data value at the given row and field as an int.
getInt(String) - Method in interface prefuse.data.Tuple
Get the data value at the given field as an int.
getInt(int) - Method in interface prefuse.data.Tuple
Get the data value at the given field as an int.
getInt(String) - Method in class prefuse.data.tuple.TableTuple
 
getInt(int) - Method in class prefuse.data.tuple.TableTuple
 
getInt(String) - Method in class prefuse.data.util.TableIterator
Get the data value at the given field as an int.
getInt(String) - Static method in class prefuse.util.PrefuseConfig
Get a prefuse configuration property as an integer.
getInt(Tuple) - Method in class prefuse.visual.expression.GroupSizeFunction
 
getIntArray(String) - Static method in class prefuse.util.ArrayLib
Read in a text file as an array of integers.
getIntegrator() - Method in class prefuse.util.force.ForceSimulator
Get the Integrator used by this simulator.
getIntermediateFont(Font, Font, double) - Static method in class prefuse.util.FontLib
Interpolate between two font instances.
getInterpolatedPalette(int, int, int) - Static method in class prefuse.util.ColorLib
Returns a color palette of given size that ranges from one given color to the other.
getInterpolatedPalette(int, int) - Static method in class prefuse.util.ColorLib
Returns a color palette of default size that ranges from one given color to the other.
getIntKey() - Method in class prefuse.util.collections.AbstractTreeMap.Entry
 
getInverseTransform() - Method in class prefuse.Display
Returns a reference to the inverse of the AffineTransformation used by this display.
getItem(int) - Method in class prefuse.visual.VisualTable
Get the VisualItem for the given table row.
getItemBounds() - Method in class prefuse.Display
Returns the bounds, in absolute (item-space) coordinates, of the total bounds occupied by all currently visible VisualItems.
getItemBounds(Rectangle2D) - Method in class prefuse.Display
Returns the bounds, in absolute (item-space) coordinates, of the total bounds occupied by all currently visible VisualItems.
getItems() - Method in class prefuse.util.force.ForceSimulator
Get an iterator over all registered ForceItems.
getItemSorter() - Method in class prefuse.Display
Get the ItemSorter that determines the rendering order of the VisualItems.
getIterations() - Method in class prefuse.action.layout.graph.ForceDirectedLayout
Get the number of iterations to use when computing a layout in run-once mode.
getKey(int) - Method in class prefuse.data.Graph
Given a node id (a row number in the node table), get the value of the node key field.
getKey() - Method in class prefuse.util.collections.AbstractTreeMap.Entry
 
getLast(int) - Method in interface prefuse.util.collections.IntIntSortedMap
 
getLast(int) - Method in class prefuse.util.collections.IntIntTreeMap
 
getLastChild() - Method in interface prefuse.data.Node
Get this node's last tree child.
getLastChild(Node) - Method in class prefuse.data.Tree
Get the last child node of the given parent node.
getLastChild() - Method in class prefuse.data.tuple.TableNode
 
getLastChild() - Method in class prefuse.visual.tuple.TableNodeItem
 
getLastChildRow(int) - Method in class prefuse.data.Tree
Get the node id of the last child of the given parent node id.
getLayoutAnchor() - Method in class prefuse.action.layout.graph.NodeLinkTreeLayout
 
getLayoutAnchor() - Method in class prefuse.action.layout.Layout
Return the layout anchor at which to center or root the layout.
getLayoutBounds() - Method in class prefuse.action.layout.Layout
Returns the bounds in which the layout should be computed.
getLayoutRoot() - Method in class prefuse.action.layout.graph.TreeLayout
Return the NodeItem to use as the root for this tree layout.
getLeftDeepTree(int) - Static method in class prefuse.util.GraphLib
Returns a left deep binary tree
getLeftExpression() - Method in class prefuse.data.expression.BinaryExpression
Get the left sub-expression.
getLine() - Static method in class prefuse.data.expression.parser.JavaCharStream
Deprecated. 
getLinearStep(double, double) - Method in class prefuse.action.layout.AxisLabelLayout
Compute a linear step between axis marks.
getLineWidth(VisualItem) - Method in class prefuse.render.EdgeRenderer
Returns the line width to be used for this VisualItem.
getListModel() - Method in class prefuse.data.query.ListQueryBinding
Returns a list model for creating custom dynamic query widgets.
getLiteral(Tuple, String) - Static method in class prefuse.data.expression.Literal
Evaluate the given tuple and data field and return the result as a new Literal instance.
getLiteral(Object) - Static method in class prefuse.data.expression.Literal
Return the given object as a new Literal instance.
getLiteral(Object, Class) - Static method in class prefuse.data.expression.Literal
Return the given object as a new Literal instance.
getLocalColumnCount() - Method in class prefuse.data.CascadedTable
Get the number of columns explicitly stored by this table (i.e., all columns that are not inherited from the parent table).
getLong(int) - Method in class prefuse.data.column.AbstractColumn
Get the data value at the specified row as a long
getLong(int) - Method in class prefuse.data.column.ByteColumn
 
getLong(int) - Method in interface prefuse.data.column.Column
Get the data value at the specified row as a long
getLong(int) - Method in class prefuse.data.column.DateColumn
 
getLong(int) - Method in class prefuse.data.column.DoubleColumn
 
getLong(int) - Method in class prefuse.data.column.ExpressionColumn
 
getLong(int) - Method in class prefuse.data.column.FloatColumn
 
getLong(int) - Method in class prefuse.data.column.IntColumn
 
getLong(int) - Method in class prefuse.data.column.LongColumn
 
getLong(Tuple) - Method in class prefuse.data.expression.AbstractExpression
By default, throws an UnsupportedOperationException.
getLong(Tuple) - Method in class prefuse.data.expression.ArithmeticExpression
 
getLong(Tuple) - Method in class prefuse.data.expression.ColumnExpression
 
getLong(Tuple) - Method in interface prefuse.data.expression.Expression
Evaluate the Expression on the given input Tuple.
getLong(Tuple) - Method in class prefuse.data.expression.IfExpression
 
getLong(Tuple) - Method in class prefuse.data.expression.NumericLiteral
 
getLong(int, String) - Method in class prefuse.data.Table
Get the data value at the given row and field as a long.
getLong(int, int) - Method in class prefuse.data.Table
Get the data value at the given row and field as an long.
getLong(String) - Method in interface prefuse.data.Tuple
Get the data value at the given field as a long.
getLong(int) - Method in interface prefuse.data.Tuple
Get the data value at the given field as a long.
getLong(String) - Method in class prefuse.data.tuple.TableTuple
 
getLong(int) - Method in class prefuse.data.tuple.TableTuple
 
getLong(String) - Method in class prefuse.data.util.TableIterator
Get the data value at the given field as a long.
getLong(String) - Static method in class prefuse.util.PrefuseConfig
Get a prefuse configuration property as a long.
getLong(Tuple) - Method in class prefuse.visual.expression.GroupSizeFunction
 
getLongKey() - Method in class prefuse.util.collections.AbstractTreeMap.Entry
 
getLowValue() - Method in class prefuse.data.query.NumberRangeModel
 
getLowValue() - Method in class prefuse.data.query.ObjectRangeModel
 
getLowValue() - Method in class prefuse.util.ui.JRangeSlider
Returns the current "low" value shown by the range slider's bar.
getLowValue() - Method in interface prefuse.util.ui.ValuedRangeModel
Get the value at the low point of the range span.
getLuceneSearcher() - Method in class prefuse.data.search.KeywordSearchTupleSet
Get the LuceneSearcher instance used by this class.
getMap(Class, Comparator, boolean) - Static method in class prefuse.util.collections.SortedMapFactory
 
getMargin() - Method in class prefuse.controls.ZoomToFitControl
Get the display margin to include within the "zoomed-to-fit" bounds.
getMargin() - Method in class prefuse.util.ui.JToggleGroup
Get the margin, in pixels, used at the ends of the JToggleGroup.
getMassValue(VisualItem) - Method in class prefuse.action.layout.graph.ForceDirectedLayout
Get the mass value associated with the given node.
getMatchingTuple(Document) - Method in class prefuse.data.search.KeywordSearchTupleSet
Return the Tuple matching the given Lucene Document, if any.
getMaximum() - Method in class prefuse.util.collections.AbstractTreeMap
 
getMaximum() - Method in class prefuse.util.collections.BooleanIntBitSetMap
 
getMaximum() - Method in interface prefuse.util.collections.IntSortedMap
 
getMaximum() - Method in class prefuse.util.ui.JRangeSlider
Gets the maximum possible value for either the low value or the high value.
getMaximumRow() - Method in class prefuse.data.column.ColumnMetadata
Get the row index of the maximum column value.
getMaximumRow() - Method in class prefuse.data.Table
Get the maximum row index currently in use by this Table.
getMaximumRow() - Method in class prefuse.data.util.RowManager
Get the highest-numbered occupied table row.
getMaximumSize() - Method in class prefuse.action.assignment.DataSizeAction
Gets the maximum size value that will be assigned by this action.
getMaxIterations() - Method in class prefuse.action.layout.graph.FruchtermanReingoldLayout
Get the maximum number of iterations to run of this algorithm.
getMaxScale() - Method in class prefuse.controls.AbstractZoomControl
Gets the maximum scale value allowed by this zoom control
getMaxTimeStep() - Method in class prefuse.action.layout.graph.ForceDirectedLayout
Get the maximum timestep allowed for integrating node settings between runs of this layout.
getMaxValue() - Method in class prefuse.data.query.NumberRangeModel
 
getMaxValue() - Method in class prefuse.data.query.ObjectRangeModel
 
getMaxValue() - Method in class prefuse.util.ColorMap
Gets the maximum value that corresponds to the last color in the color map.
getMaxValue(int) - Method in class prefuse.util.force.AbstractForce
 
getMaxValue(int) - Method in interface prefuse.util.force.Force
Get the suggested maximum value for a parameter.
getMaxValue() - Method in interface prefuse.util.ui.ValuedRangeModel
Get the maximum value backing the range model.
getMaxX() - Method in class prefuse.util.display.Clip
Get the maximum x-coordinate.
getMaxY() - Method in class prefuse.util.display.Clip
Get the maximum y-coordinate.
getMean() - Method in class prefuse.data.column.ColumnMetadata
Get the mean value of numeric values in the column.
getMedian() - Method in class prefuse.util.collections.AbstractTreeMap
 
getMedian() - Method in class prefuse.util.collections.BooleanIntBitSetMap
 
getMedian() - Method in interface prefuse.util.collections.IntSortedMap
 
getMedianRow() - Method in class prefuse.data.column.ColumnMetadata
Get the row index of the median column value.
getMemoryUsageInKB() - Static method in class prefuse.util.PrefuseLib
Get a String showing current JVM memory usage in kilobytes.
getMemoryUsageInMB() - Static method in class prefuse.util.PrefuseLib
Get a String showing current JVM memory usage in megabytes.
getMessage() - Method in exception prefuse.data.expression.parser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error prefuse.data.expression.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMetadata(String) - Method in class prefuse.data.Table
Return a metadata instance providing summary information about a column.
getMiddleExpression() - Method in class prefuse.data.expression.RangePredicate
Get the middle expression being tested for inclusion in the range
getMinimalVisualSchema() - Static method in class prefuse.util.PrefuseLib
Get the minimal Schema needed for a unique VisualItem.
getMinimum() - Method in class prefuse.util.collections.AbstractTreeMap
 
getMinimum() - Method in class prefuse.util.collections.BooleanIntBitSetMap
 
getMinimum() - Method in interface prefuse.util.collections.IntSortedMap
 
getMinimum() - Method in class prefuse.util.ui.JRangeSlider
Gets the minimum possible value for either the low value or the high value.
getMinimumRow() - Method in class prefuse.data.column.ColumnMetadata
Get the row index of the minimum column value.
getMinimumRow() - Method in class prefuse.data.Table
Get the minimum row index currently in use by this Table.
getMinimumRow() - Method in class prefuse.data.util.RowManager
Get the lowest-numbered occupied table row.
getMinimumSize() - Method in class prefuse.action.assignment.DataSizeAction
Gets the size assigned to the lowest-valued data items, typically 1.0.
getMinRadius() - Method in class prefuse.action.layout.graph.BalloonTreeLayout
Get the minimum radius used for a layout circle.
getMinScale() - Method in class prefuse.controls.AbstractZoomControl
Gets the minimum scale value allowed by this zoom control
getMinValue() - Method in class prefuse.data.query.NumberRangeModel
 
getMinValue() - Method in class prefuse.data.query.ObjectRangeModel
 
getMinValue() - Method in class prefuse.util.ColorMap
Gets the minimum value that corresponds to the first color in the color map.
getMinValue(int) - Method in class prefuse.util.force.AbstractForce
 
getMinValue(int) - Method in interface prefuse.util.force.Force
Get the suggested minimum value for a parameter.
getMinValue() - Method in interface prefuse.util.ui.ValuedRangeModel
Get the minimum value backing the range model.
getMinX() - Method in class prefuse.util.display.Clip
Get the minimum x-coordinate.
getMinY() - Method in class prefuse.util.display.Clip
Get the minimum y-coordinate.
getModel() - Method in class prefuse.data.query.RangeQueryBinding
Return the ValuedRangeModel constructed by this dynamic query binding.
getModel() - Method in class prefuse.util.ui.JRangeSlider
Get the BoundedRangeModel backing this slider.
getModel() - Method in class prefuse.util.ui.JToggleGroup
Get the ListModel backing this component.
getModificationCount() - Method in class prefuse.data.Table
Get the number of times this Table has been modified.
getMySQLConnection(String, String, String, String, SQLDataHandler) - Static method in class prefuse.data.io.sql.ConnectionFactory
Get a new database connection to a MySQL database.
getMySQLConnection(String, String, String, String) - Static method in class prefuse.data.io.sql.ConnectionFactory
Get a new database connection to a MySQL database, using a default handler.
getName() - Method in interface prefuse.data.expression.Function
Get the name of this function.
getName() - Method in class prefuse.data.expression.FunctionExpression
 
getName() - Method in class prefuse.visual.expression.GroupSizeFunction
 
getName() - Method in class prefuse.visual.expression.HoverPredicate
 
getName() - Method in class prefuse.visual.expression.InGroupPredicate
 
getName() - Method in class prefuse.visual.expression.QueryExpression
 
getName() - Method in class prefuse.visual.expression.SearchPredicate
 
getName() - Method in class prefuse.visual.expression.ValidatedPredicate
 
getName() - Method in class prefuse.visual.expression.VisiblePredicate
 
getNewOffscreenBuffer(int, int) - Method in class prefuse.Display
Creates a new buffered image to use as an offscreen buffer.
getNextSibling() - Method in interface prefuse.data.Node
Get this node's next tree sibling.
getNextSibling(Node) - Method in class prefuse.data.Tree
Get the next sibling of the given node.
getNextSibling() - Method in class prefuse.data.tuple.TableNode
 
getNextSibling() - Method in class prefuse.visual.tuple.TableNodeItem
 
getNextSiblingRow(int) - Method in class prefuse.data.Tree
Get the node id of the next sibling of the given node id.
getNextTime() - Method in class prefuse.activity.Activity
Get the time at which this activity should be run next.
getNextToken() - Static method in class prefuse.data.expression.parser.ExpressionParser
 
getNextToken() - Static method in class prefuse.data.expression.parser.ExpressionParserTokenManager
 
getNextValue(int, int) - Method in interface prefuse.util.collections.IntIntSortedMap
 
getNextValue(int, int) - Method in class prefuse.util.collections.IntIntTreeMap
 
getNode(int) - Method in class prefuse.data.Graph
Get the Node tuple instance corresponding to a node id.
getNodeCount() - Method in class prefuse.data.Graph
Get the number of nodes in this graph.
getNodeFromKey(long) - Method in class prefuse.data.Graph
Get the Node tuple corresponding to the input node key field value.
getNodeIndex(long) - Method in class prefuse.data.Graph
Given a value of the node key field, get the node id (the row number in the node table).
getNodeIndex(int) - Method in class prefuse.visual.VisualGraph
Get the node row index value for the given key.
getNodeKeyField() - Method in class prefuse.data.Graph
Get the data field used to uniquely identify a node
getNodes() - Method in class prefuse.data.Graph
Get the collection of nodes as a TupleSet.
getNodes(int) - Static method in class prefuse.util.GraphLib
Builds a completely unconnected (edge-free) graph with the given number of nodes
getNodeTable() - Method in class prefuse.data.Graph
Get the backing node table.
getNumberFormat() - Method in class prefuse.action.layout.AxisLabelLayout
Get the formatter used to format labels for numerical values.
getNumberModel() - Method in class prefuse.data.query.RangeQueryBinding
Attempts to return the ValuedRangeModel for this binding as a NumberRangeModel.
getNumCols() - Method in class prefuse.action.layout.GridLayout
Get the number of grid columns.
getNumericType(Class, Class) - Static method in class prefuse.util.TypeLib
Get a compatible numeric type for two primitive numeric class types.
getNumRows() - Method in class prefuse.action.layout.GridLayout
Get the number of grid rows.
getObject(int) - Method in class prefuse.data.query.ObjectRangeModel
Return the Object at the given index.
getObjectModel() - Method in class prefuse.data.query.RangeQueryBinding
Attempts to return the ValuedRangeModel for this binding as an ObjectRangeModel.
getOffscreenBuffer() - Method in class prefuse.Display
Returns the offscreen buffer used for double buffering.
getOperation() - Method in class prefuse.data.expression.BinaryExpression
Get the operation code for this expression.
getOptimizedIterator(Table, Predicate) - Static method in class prefuse.data.util.FilterIteratorFactory
Get an optimized iterator over the rows of a table, if possible.
getOrder() - Method in class prefuse.util.collections.AbstractTreeMap.Entry
 
getOrdinalArray() - Method in class prefuse.data.column.ColumnMetadata
Get an array of all unique column values, in sorted order.
getOrdinalMap() - Method in class prefuse.data.column.ColumnMetadata
Get a map between all unique column values and their integer index in the sort order of those values.
getOrdinalStep(double, double) - Method in class prefuse.action.layout.AxisLabelLayout
Compute an ordinal step between axis marks.
getOrientation() - Method in class prefuse.action.layout.CollapsedStackLayout
Returns the orientation of this layout.
getOrientation() - Method in class prefuse.action.layout.CollapsedSubtreeLayout
Get the layout orientation, determining which point nodes will collapse or exapnd from.
getOrientation() - Method in class prefuse.action.layout.graph.NodeLinkTreeLayout
Get the orientation of the tree layout.
getOrientation() - Method in class prefuse.action.layout.StackedAreaChart
Returns the orientation of this layout.
getOrIterator(Table, OrPredicate) - Static method in class prefuse.data.util.FilterIteratorFactory
 
getOutDegree(int) - Method in class prefuse.data.Graph
Get the out-degree of a node, the number of edges for which the node is the source.
getOutDegree(Node) - Method in class prefuse.data.Graph
Get the out-degree of a node, the number of edges for which the node is the source.
getOutDegree() - Method in interface prefuse.data.Node
Get the out-degree of the node, the number of edges for which this node is the source.
getOutDegree() - Method in class prefuse.data.tuple.TableNode
 
getOutDegree() - Method in class prefuse.visual.tuple.TableNodeItem
 
getPace(long) - Method in class prefuse.activity.Activity
Returns a value between 0 and 1 inclusive, indicating the current position in an animation or other similarly parametrized activity.
getPacingFunction() - Method in class prefuse.activity.Activity
Returns the pacing function associated with this Activity.
getPaddingPercentage() - Method in class prefuse.action.layout.StackedAreaChart
Gets the percentage of the layout bounds that should be reserved for empty space at the top of the stack.
getParameter(int) - Method in class prefuse.util.force.AbstractForce
 
getParameter(int) - Method in interface prefuse.util.force.Force
Returns the specified, numbered parameter.
getParameterCount() - Method in interface prefuse.data.expression.Function
Get the maximum number of parameters accepted by this Function.
getParameterCount() - Method in class prefuse.data.expression.FunctionExpression
 
getParameterCount() - Method in class prefuse.util.force.AbstractForce
 
getParameterCount() - Method in interface prefuse.util.force.Force
Returns the number of parameters (e.g., gravitational constant or spring force coefficient) affecting this force function.
getParameterCount() - Method in class prefuse.visual.expression.GroupExpression
 
getParameterCount() - Method in class prefuse.visual.expression.HoverPredicate
 
getParameterCount() - Method in class prefuse.visual.expression.SearchPredicate
 
getParameterCount() - Method in class prefuse.visual.expression.ValidatedPredicate
 
getParameterCount() - Method in class prefuse.visual.expression.VisiblePredicate
 
getParameterName(int) - Method in class prefuse.util.force.AbstractForce
 
getParameterName(int) - Method in interface prefuse.util.force.Force
Gets the text name of the requested parameter.
getParameterNames() - Method in class prefuse.util.force.AbstractForce
 
getParameterNames() - Method in class prefuse.util.force.CircularWallForce
 
getParameterNames() - Method in class prefuse.util.force.DragForce
 
getParameterNames() - Method in class prefuse.util.force.GravitationalForce
 
getParameterNames() - Method in class prefuse.util.force.NBodyForce
 
getParameterNames() - Method in class prefuse.util.force.SpringForce
 
getParameterNames() - Method in class prefuse.util.force.WallForce
 
getParent() - Method in class prefuse.activity.ActivityMap
Returns this ActivityMap's parent map.
getParent() - Method in interface prefuse.data.Node
Get the parent node of this node in a tree structure.
getParent(int) - Method in class prefuse.data.Tree
Get a node's parent node id
getParent(Node) - Method in class prefuse.data.Tree
Get a node's parent node
getParent() - Method in class prefuse.data.tuple.TableNode
 
getParent() - Method in class prefuse.visual.tuple.TableNodeItem
 
getParentEdge() - Method in interface prefuse.data.Node
Get the edge between this node and its parent node in a tree structure.
getParentEdge(int) - Method in class prefuse.data.Tree
Get the edge id of the edge to the given node's parent.
getParentEdge(Node) - Method in class prefuse.data.Tree
Get the edge to the given node's parent.
getParentEdge() - Method in class prefuse.data.tuple.TableNode
 
getParentEdge() - Method in class prefuse.visual.tuple.TableNodeItem
 
getParentGroup(String) - Static method in class prefuse.util.PrefuseLib
Get the parent group string of a child group, stripping off the bottom-level group from the group name (e.g., graph.nodes --> graph).
getParentRow(int) - Method in class prefuse.data.CascadedTable
Given a row in this table, return the corresponding row in the parent table.
getParentRow(int) - Method in class prefuse.data.util.FilteredRowManager
Given a row managed by this manager, return the corresponding row in the parent table.
getParentTable() - Method in class prefuse.data.CascadedTable
Get the parent table from which this cascaded table inherits values.
getParser() - Method in class prefuse.data.column.AbstractColumn
 
getParser() - Method in interface prefuse.data.column.Column
Get the data parser used to map String values to and from the values stored by this Column.
getParser() - Method in class prefuse.data.parser.ParserFactory
Returns the highest ranking parser that successfully can parse all the input samples viewed by this instance.
getParser(Class) - Method in class prefuse.data.parser.ParserFactory
Returns a parser for the specified data type.
getParser(String[], int) - Method in class prefuse.data.parser.ParserFactory
Analyzes the given array of String values to determine an acceptable parser data type.
getParser(String[][], int, int) - Method in class prefuse.data.parser.ParserFactory
Analyzes a column of the given array of String values to determine an acceptable parser data type.
getParser(int) - Method in class prefuse.data.parser.TypeInferencer
Get the top-ranking candidate data parser for the given column index.
getPasswordAuthentication() - Method in class prefuse.util.io.PasswordAuthenticator
Get the singleton PasswordAuthentication instance.
getPolyType() - Method in class prefuse.render.PolygonRenderer
Get the polygon line type.
getPredicate() - Method in class prefuse.data.expression.NotPredicate
Get the negated predicate.
getPredicate() - Method in class prefuse.data.query.DynamicQueryBinding
Returns the query predicate bound to this dynamic query.
getPredicate() - Method in class prefuse.Display
Returns the filtering Predicate used to control what items are drawn by this display.
getPreferredSize() - Method in class prefuse.util.ui.JCustomTooltip
 
getPreferredSize() - Method in class prefuse.util.ui.JRangeSlider
 
getPreviousSibling() - Method in interface prefuse.data.Node
Get this node's previous tree sibling.
getPreviousSibling(Node) - Method in class prefuse.data.Tree
Get the previous sibling of the given node.
getPreviousSibling() - Method in class prefuse.data.tuple.TableNode
 
getPreviousSibling() - Method in class prefuse.visual.tuple.TableNodeItem
 
getPreviousSiblingRow(int) - Method in class prefuse.data.Tree
Get the node id of the previous sibling of the given node id.
getPreviousValue(int, int) - Method in interface prefuse.util.collections.IntIntSortedMap
 
getPreviousValue(int, int) - Method in class prefuse.util.collections.IntIntTreeMap
 
getPrimitiveType(Class) - Static method in class prefuse.util.TypeLib
Given a numeric (byte, short, int, long, float, or double) class type or associated wrapper class type, return the primitive class type
getQuadTreeNode() - Method in class prefuse.util.force.NBodyForce.QuadTreeNodeFactory
 
getQuery() - Method in class prefuse.data.search.KeywordSearchTupleSet
Returns the current search query, if any.
getQuery() - Method in class prefuse.data.search.PrefixSearchTupleSet
 
getQuery() - Method in class prefuse.data.search.RegexSearchTupleSet
 
getQuery() - Method in class prefuse.data.search.SearchTupleSet
Returns the current search query, if any.
getQuery() - Method in class prefuse.util.ui.JSearchPanel
Get the query string in the text field.
getRadius() - Method in class prefuse.action.layout.CircleLayout
Return the radius of the layout circle.
getRadiusIncrement() - Method in class prefuse.action.layout.graph.RadialTreeLayout
Set the radius increment to use between concentric circles.
getRangeIterator(Table, RangePredicate) - Static method in class prefuse.data.util.FilterIteratorFactory
 
getRangeModel() - Method in class prefuse.action.layout.AxisLayout
Get the range model determining the span of the axis.
getRangeModel() - Method in class prefuse.action.layout.StackedAreaChart
Get the range model describing the range occupied by the value stack.
getRawShape(VisualItem) - Method in class prefuse.render.AbstractShapeRenderer
Return a non-transformed shape for the visual representation of the item.
getRawShape(VisualItem) - Method in class prefuse.render.AxisRenderer
 
getRawShape(VisualItem) - Method in class prefuse.render.EdgeRenderer
 
getRawShape(VisualItem) - Method in class prefuse.render.LabelRenderer
 
getRawShape(VisualItem) - Method in class prefuse.render.PolygonRenderer
 
getRawShape(VisualItem) - Method in class prefuse.render.ShapeRenderer
 
getReferencedColumns(Expression) - Static method in class prefuse.data.expression.ExpressionAnalyzer
Get the set of data fields the expression is dependent upon.
getReferrer() - Method in class prefuse.action.layout.graph.ForceDirectedLayout
Get the referrer item to use to set x or y coordinates that are initialized to NaN.
getRenderer(VisualItem) - Method in class prefuse.render.DefaultRendererFactory
Return a Renderer instance for the input VisualItem.
getRenderer(VisualItem) - Method in interface prefuse.render.RendererFactory
Return a Renderer instance to draw the given VisualItem.
getRenderer() - Method in class prefuse.visual.tuple.TableVisualItem
 
getRenderer() - Method in interface prefuse.visual.VisualItem
Get the Renderer instance for drawing this VisualItem.
getRenderer(VisualItem) - Method in class prefuse.Visualization
Get the renderer for the given item.
getRendererFactory() - Method in class prefuse.Visualization
Get the RendererFactory used by this Visualization.
getRenderType(VisualItem) - Method in class prefuse.render.AbstractShapeRenderer
Returns a value indicating if a shape is drawn by its outline, by a fill, or both.
getRenderType(VisualItem) - Method in class prefuse.render.EdgeRenderer
 
getRightDeepTree(int) - Static method in class prefuse.util.GraphLib
Returns a right deep binary tree
getRightExpression() - Method in class prefuse.data.expression.BinaryExpression
Get the right sub-expression.
getRoot() - Method in class prefuse.data.Tree
Get the root node.
getRoot() - Method in class prefuse.util.ui.JPrefuseTree.PrefuseTreeModel
 
getRootNodeOffset() - Method in class prefuse.action.layout.graph.NodeLinkTreeLayout
Get the offset value for placing the root node of the tree.
getRootRow() - Method in class prefuse.data.Tree
Get the root node id (node table row number).
getRow() - Method in interface prefuse.data.Tuple
Returns the row index for this Tuple's backing Table, if it exists.
getRow() - Method in class prefuse.data.tuple.TableTuple
 
getRowCount() - Method in class prefuse.data.column.BooleanColumn
 
getRowCount() - Method in class prefuse.data.column.ByteColumn
 
getRowCount() - Method in interface prefuse.data.column.Column
Returns the number of rows in this data column
getRowCount() - Method in class prefuse.data.column.ConstantColumn
 
getRowCount() - Method in class prefuse.data.column.DateColumn
 
getRowCount() - Method in class prefuse.data.column.DoubleColumn
 
getRowCount() - Method in class prefuse.data.column.ExpressionColumn
 
getRowCount() - Method in class prefuse.data.column.FloatColumn
 
getRowCount() - Method in class prefuse.data.column.IntColumn
 
getRowCount() - Method in class prefuse.data.column.LongColumn
 
getRowCount() - Method in class prefuse.data.column.ObjectColumn
 
getRowCount() - Method in class prefuse.data.Table
Get the number of rows in the table.
getRowCount() - Method in class prefuse.data.util.RowManager
Get the total number of occupied rows
getRowCount() - Method in class prefuse.util.ui.PrefuseTableModel
 
getRowFilter() - Method in class prefuse.data.CascadedTable
Gets ths Predicate determining which rows of the parent table are included in this one.
getScale() - Method in class prefuse.action.assignment.DataColorAction
Returns the scale type used for encoding color values from the data.
getScale() - Method in class prefuse.action.assignment.DataSizeAction
Returns the scale type used for encoding size values from the data.
getScale() - Method in class prefuse.action.layout.AxisLabelLayout
Returns the scale type used for the axis.
getScale() - Method in class prefuse.action.layout.AxisLayout
Returns the scale type used for the axis.
getScale() - Method in class prefuse.Display
Returns the current scale (zoom) value.
getScale() - Method in class prefuse.util.display.ScaleSelector
Get the current image scale reported by the slider.
getScaledImage(Image) - Method in class prefuse.render.ImageFactory
Scales an image to fit within the current size thresholds.
getSchema(ResultSetMetaData, SQLDataHandler) - Method in class prefuse.data.io.sql.DatabaseDataSource
Given the metadata for a SQL result set and a data value handler for that result set, returns a corresponding schema for a prefuse table.
getSchema() - Method in class prefuse.data.Table
Returns this Table's schema.
getSchema() - Method in interface prefuse.data.Tuple
Returns the schema for this tuple's data.
getSchema() - Method in class prefuse.data.tuple.TableTuple
 
getSearchSet() - Method in class prefuse.data.query.SearchQueryBinding
Return the SearchTupleSet used for conducting searches.
getSelectedItem() - Method in class prefuse.data.query.ListModel
 
getSelectionModel() - Method in class prefuse.util.ui.JToggleGroup
Get the ListSelectionModel used by this component.
getSet(String) - Method in class prefuse.data.tuple.CompositeTupleSet
Get the TupleSet associated with the given name.
getShape(VisualItem) - Method in class prefuse.action.assignment.DataShapeAction
 
getShape(VisualItem) - Method in class prefuse.action.assignment.ShapeAction
Returns a shape value for the given item.
getShape(VisualItem) - Method in class prefuse.render.AbstractShapeRenderer
Returns the shape describing the boundary of an item.
getShape() - Method in class prefuse.visual.tuple.TableVisualItem
 
getShape() - Method in interface prefuse.visual.VisualItem
Get the current shape value of the item.
getShape(int) - Method in class prefuse.visual.VisualTable
Get the current shape value of the row.
getSharedType(Object, Object) - Static method in class prefuse.util.TypeLib
Get the nearest shared ancestor class of two objects.
getSharedType(Class, Class) - Static method in class prefuse.util.TypeLib
Get the nearest shared ancestor class of two classes.
getSize(VisualItem) - Method in class prefuse.action.assignment.DataSizeAction
 
getSize(VisualItem) - Method in class prefuse.action.assignment.SizeAction
Returns a size value for the given item.
getSize() - Method in class prefuse.data.query.ListModel
 
getSize() - Method in class prefuse.visual.tuple.TableVisualItem
 
getSize() - Method in interface prefuse.visual.VisualItem
Get the current size value of the item.
getSize(int) - Method in class prefuse.visual.VisualTable
Get the current size value of the row.
getSize2D(double) - Static method in class prefuse.util.PrefuseLib
Returns a scale factor by which to scale a 2D shape to grow the area by the desired input size value.
getSourceData() - Method in class prefuse.visual.tuple.TableVisualItem
 
getSourceData() - Method in interface prefuse.visual.VisualItem
Returns the original backing data set from which this VisualItem is derived.
getSourceData(String) - Method in class prefuse.Visualization
Get the source data TupleSet backing the given visual data group.
getSourceData(VisualTupleSet) - Method in class prefuse.Visualization
Get the source data TupleSet backing the given visual tuple set.
getSourceItem() - Method in interface prefuse.visual.EdgeItem
Get the first, or source, NodeItem upon which this edge is incident.
getSourceItem() - Method in class prefuse.visual.tuple.TableEdgeItem
 
getSourceNode() - Method in interface prefuse.data.Edge
Returns the first, or source, node upon which this Edge is incident.
getSourceNode(int) - Method in class prefuse.data.Graph
Get the source node id (node table row number) for the given edge id (edge table row number).
getSourceNode(Edge) - Method in class prefuse.data.Graph
Get the source Node for the given Edge instance.
getSourceNode() - Method in class prefuse.data.tuple.TableEdge
 
getSourceNode() - Method in class prefuse.visual.tuple.TableEdgeItem
 
getSources() - Method in class prefuse.action.filter.FisheyeTreeFilter
Get the name of the group to use as source nodes for measuring graph distance.
getSources() - Method in class prefuse.action.filter.GraphDistanceFilter
Get the name of the group to use as source nodes for measuring graph distance.
getSourceTuple() - Method in class prefuse.visual.tuple.TableVisualItem
 
getSourceTuple() - Method in interface prefuse.visual.VisualItem
Returns the original backing data tuple from which this VisualItem is derived.
getSourceTuple(VisualItem) - Method in class prefuse.Visualization
Get the Tuple from a backing source data set that corresponds most closely to the given VisualItem.
getSpacing() - Method in class prefuse.action.layout.AxisLabelLayout
Get the required minimum spacing between axis labels.
getSpacing() - Method in class prefuse.util.ui.JToggleGroup
Get the spacing between toggle group components.
getSpanningTree() - Method in class prefuse.data.Graph
Return the current spanning tree over this graph.
getSpanningTree(Node) - Method in class prefuse.data.Graph
Returns a spanning tree rooted at the specified node.
getSpanningTree() - Method in class prefuse.data.Tree
Returns a spanning tree over this tree.
getSpanningTree(Node) - Method in class prefuse.data.Tree
Returns a spanning tree over this tree, rooted at the given root.
getSpeedLimit() - Method in class prefuse.util.force.ForceSimulator
Get the speed limit, or maximum velocity value allowed by this simulator.
getSpring(ForceItem, ForceItem, float, float) - Method in class prefuse.util.force.Spring.SpringFactory
Get a Spring instance and set it to the given parameters.
getSpringCoefficient(EdgeItem) - Method in class prefuse.action.layout.graph.ForceDirectedLayout
Get the spring coefficient for the given edge, which controls the tension or strength of the spring.
getSpringLength(EdgeItem) - Method in class prefuse.action.layout.graph.ForceDirectedLayout
Get the spring length for the given edge.
getSprings() - Method in class prefuse.util.force.ForceSimulator
Get an iterator over all registered Springs.
getStackTrace(Throwable) - Static method in class prefuse.util.StringLib
Get the stack trace of the given Throwable as a String.
getStar(int) - Static method in class prefuse.util.GraphLib
Builds a "star" graph with one central hub connected to the given number of satellite nodes.
getStartField(String) - Static method in class prefuse.util.PrefuseLib
For a given interpolated field name, get the name of the start field.
getStartFillColor() - Method in class prefuse.visual.tuple.TableVisualItem
 
getStartFillColor() - Method in interface prefuse.visual.VisualItem
Get the starting fill color of this item.
getStartFillColor(int) - Method in class prefuse.visual.VisualTable
Get the starting fill color of the row.
getStartFont() - Method in class prefuse.visual.tuple.TableVisualItem
 
getStartFont() - Method in interface prefuse.visual.VisualItem
Get the starting font for the item.
getStartFont(int) - Method in class prefuse.visual.VisualTable
Get the starting font for the row.
getStartSize() - Method in class prefuse.visual.tuple.TableVisualItem
 
getStartSize() - Method in interface prefuse.visual.VisualItem
Get the starting size value of the item.
getStartSize(int) - Method in class prefuse.visual.VisualTable
Get the starting size value of the row.
getStartStrokeColor() - Method in class prefuse.visual.tuple.TableVisualItem
 
getStartStrokeColor() - Method in interface prefuse.visual.VisualItem
Get the starting stroke color of this item.
getStartStrokeColor(int) - Method in class prefuse.visual.VisualTable
Get the starting stroke color of the row.
getStartTextColor() - Method in class prefuse.visual.tuple.TableVisualItem
 
getStartTextColor() - Method in interface prefuse.visual.VisualItem
Get the starting text color of this item.
getStartTextColor(int) - Method in class prefuse.visual.VisualTable
Get the starting text color of the row.
getStartTime() - Method in class prefuse.activity.Activity
Returns this activity's start time
getStartX() - Method in class prefuse.visual.tuple.TableVisualItem
 
getStartX() - Method in interface prefuse.visual.VisualItem
Get the starting x-coordinate of this item.
getStartX(int) - Method in class prefuse.visual.VisualTable
Get the starting x-coordinate of the given row.
getStartY() - Method in class prefuse.visual.tuple.TableVisualItem
 
getStartY() - Method in interface prefuse.visual.VisualItem
Get the starting y-coordinate of this item.
getStartY(int) - Method in class prefuse.visual.VisualTable
Get the starting y-coordinate of the given row.
getStepTime() - Method in class prefuse.activity.Activity
Returns the delay between runs for this activity
getStopTime() - Method in class prefuse.activity.Activity
Get the time at which this activity should complete.
getString(int) - Method in class prefuse.data.column.AbstractColumn
Get the data value at the specified row as a String
getString(int) - Method in interface prefuse.data.column.Column
Get the data value at the specified row as a String
getString(int, String) - Method in class prefuse.data.Table
Get the data value at the given row and field as a String.
getString(int, int) - Method in class prefuse.data.Table
Get the data value at the given row and field as a String.
getString(String) - Method in interface prefuse.data.Tuple
Get the data value at the given field as a String.
getString(int) - Method in interface prefuse.data.Tuple
Get the data value at the given field as a String.
getString(String) - Method in class prefuse.data.tuple.TableTuple
 
getString(int) - Method in class prefuse.data.tuple.TableTuple
 
getString(String) - Method in class prefuse.data.util.TableIterator
Get the data value at the given field as a String.
getStroke(VisualItem) - Method in class prefuse.action.assignment.StrokeAction
Returns the stroke to use for a given VisualItem.
getStroke(VisualItem) - Method in class prefuse.render.AbstractShapeRenderer
Returns the stroke to use for drawing lines and shape outlines.
getStroke(VisualItem) - Method in class prefuse.render.EdgeRenderer
Returns the stroke value returned by VisualItem.getStroke(), scaled by the current line width determined by the EdgeRenderer.getLineWidth(VisualItem) method.
getStroke(float) - Static method in class prefuse.util.StrokeLib
Get a square capped, miter joined, non-dashed stroke of the given width.
getStroke(float, float[]) - Static method in class prefuse.util.StrokeLib
Get a square capped, miter joined, dashed stroke with the given width and dashing attributes.
getStroke(float, int, int) - Static method in class prefuse.util.StrokeLib
Get a non-dashed stroke of the given width, cap, and join
getStroke(float, int, int, float, float[], float) - Static method in class prefuse.util.StrokeLib
Get a dashed stroke of the given width, cap, join, miter limit, and dashing attributes.
getStroke() - Method in class prefuse.visual.tuple.TableVisualItem
 
getStroke() - Method in interface prefuse.visual.VisualItem
Get the current stroke used to draw lines and shape outlines.
getStroke(int) - Method in class prefuse.visual.VisualTable
Get the current stroke used to draw lines and shape outlines for the item at the given row.
getStrokeColor() - Method in class prefuse.visual.tuple.TableVisualItem
 
getStrokeColor() - Method in interface prefuse.visual.VisualItem
Get the current stroke color of this item.
getStrokeColor(int) - Method in class prefuse.visual.VisualTable
Get the current stroke color of the row.
getStrokeKey(float, int, int, float, float[], float) - Static method in class prefuse.util.StrokeLib
Compute a hash-key for stroke storage and lookup.
getSubPredicate(Predicate) - Method in class prefuse.data.expression.CompositePredicate
Get a predicate instance just like this one but without the given predicate as a clause.
getSubtreeSpacing() - Method in class prefuse.action.layout.graph.NodeLinkTreeLayout
Get the spacing between neighboring subtrees.
GetSuffix(int) - Static method in class prefuse.data.expression.parser.JavaCharStream
 
getSum() - Method in class prefuse.data.column.ColumnMetadata
Get the sum of numeric values in the column.
getSwitchValue() - Method in class prefuse.action.ActionSwitch
Returns the current switch value, indicating the index of the Action that will be executed in response to run() invocations.
getTable() - Method in class prefuse.action.layout.AxisLabelLayout
Create a new table for representing axis labels.
getTable() - Method in interface prefuse.data.Tuple
Returns the Table instance that backs this Tuple, if it exists.
getTable() - Method in class prefuse.data.tuple.TableTuple
 
getTable() - Method in class prefuse.data.util.RowManager
Get the table managed by this RowManager.
getTable() - Method in class prefuse.util.ui.JPrefuseTable
Get the table backing this component.
getTableFile(Component) - Static method in class prefuse.util.io.IOLib
Present a file chooser dialog for loading a Table data set.
getTableRow(int, int) - Method in class prefuse.data.Table
Get the row number for this table given a row number for a backing data column and the column number for the data column.
getTableRow(int, int) - Method in class prefuse.data.util.CascadedRowManager
 
getTableRow(int, int) - Method in class prefuse.data.util.FilteredRowManager
 
getTableRow(int, int) - Method in class prefuse.data.util.RowManager
Given a column row index and a table column index, return the table row corresponding to the column value.
getTargetItem() - Method in interface prefuse.visual.EdgeItem
Get the second, or target, NodeItem upon which this edge is incident.
getTargetItem() - Method in class prefuse.visual.tuple.TableEdgeItem
 
getTargetNode() - Method in interface prefuse.data.Edge
Returns the second, or target, node upon which this Edge is incident.
getTargetNode(int) - Method in class prefuse.data.Graph
Get the target node id (node table row number) for the given edge id (edge table row number).
getTargetNode(Edge) - Method in class prefuse.data.Graph
Get the target Node for the given Edge instance.
getTargetNode() - Method in class prefuse.data.tuple.TableEdge
 
getTargetNode() - Method in class prefuse.visual.tuple.TableEdgeItem
 
getTestPredicate() - Method in class prefuse.data.expression.IfExpression
Get the test predicate.
getText(VisualItem) - Method in class prefuse.render.LabelRenderer
Returns the text to draw.
getText() - Method in class prefuse.util.ui.JFastLabel
Get the label text.
getTextColor() - Method in class prefuse.visual.tuple.TableVisualItem
 
getTextColor() - Method in interface prefuse.visual.VisualItem
Get the current text color of this item.
getTextColor(int) - Method in class prefuse.visual.VisualTable
Get the current text color of the row.
getTextEditor() - Method in class prefuse.Display
Returns the TextComponent used for on-screen text editing.
getTextField() - Method in class prefuse.render.LabelRenderer
Get the field name to use for text labels.
getThenExpression() - Method in class prefuse.data.expression.IfExpression
Get the then expression
getThreshold() - Method in class prefuse.action.layout.StackedAreaChart
Get the minimum height threshold under which stacks should not be made visible.
getThumbColor() - Method in class prefuse.util.ui.JRangeSlider
Get the slider thumb color.
getTime(Calendar, int, int, int) - Static method in class prefuse.util.TimeLib
Get a timestamp for the given hour, minute, and second.
getToken(int) - Static method in class prefuse.data.expression.parser.ExpressionParser
 
getTransform() - Method in class prefuse.Display
Returns a reference to the AffineTransformation used by this Display.
getTransform(VisualItem) - Method in class prefuse.render.AbstractShapeRenderer
Return the graphics space transform applied to this item's shape, if any.
getTransform(VisualItem) - Method in class prefuse.render.EdgeRenderer
 
getTree() - Method in class prefuse.data.io.TreeMLReader.TreeMLHandler
 
getTree() - Method in class prefuse.util.ui.JPrefuseTree
Return the backing Tree instance.
getTuple(int) - Method in class prefuse.data.Table
Get the Tuple instance providing object-oriented access to the given table row.
getTuple(int) - Method in class prefuse.data.tuple.TupleManager
Get a Tuple corresponding to the given row index.
getTupleCount() - Method in class prefuse.data.Table
Get the number of tuples in this table.
getTupleCount() - Method in class prefuse.data.tuple.CompositeTupleSet
 
getTupleCount() - Method in class prefuse.data.tuple.DefaultTupleSet
 
getTupleCount() - Method in interface prefuse.data.tuple.TupleSet
Get the number of tuples in this set.
getTupleMap() - Method in class prefuse.data.search.KeywordSearchTupleSet
Returns a copy of the mapping from Lucene document IDs to prefuse Tuple instances.
getTupleType() - Method in class prefuse.data.tuple.TupleManager
Get the type of Tuple instances to generate.
getType(Schema) - Method in class prefuse.data.expression.AbstractPredicate
Returns boolean.class.
getType(Schema) - Method in class prefuse.data.expression.ArithmeticExpression
 
getType(Schema) - Method in class prefuse.data.expression.BooleanLiteral
 
getType(Schema) - Method in class prefuse.data.expression.ColumnExpression
 
getType(Schema) - Method in class prefuse.data.expression.ComparisonPredicate
 
getType(Schema) - Method in interface prefuse.data.expression.Expression
Returns the type that this expression evaluates to when tuples with the given Schema are provided as input.
getType(Schema) - Method in class prefuse.data.expression.IfExpression
 
getType(Schema) - Method in class prefuse.data.expression.NumericLiteral
 
getType(Schema) - Method in class prefuse.data.expression.ObjectLiteral
 
getType(Schema) - Method in class prefuse.data.expression.RangePredicate
 
getType() - Method in class prefuse.data.parser.BooleanParser
Returns boolean.class.
getType() - Method in class prefuse.data.parser.ByteParser
Returns int.class.
getType() - Method in class prefuse.data.parser.ColorIntParser
Returns int.class.
getType() - Method in interface prefuse.data.parser.DataParser
Get the data type for the values parsed by this parser.
getType() - Method in class prefuse.data.parser.DateParser
Returns java.sql.Date.
getType() - Method in class prefuse.data.parser.DoubleArrayParser
Returns double[].class.
getType() - Method in class prefuse.data.parser.DoubleParser
Returns double.class.
getType() - Method in class prefuse.data.parser.FloatArrayParser
Returns float[].class.
getType() - Method in class prefuse.data.parser.FloatParser
Returns float.class.
getType() - Method in class prefuse.data.parser.IntArrayParser
Returns int[].class.
getType() - Method in class prefuse.data.parser.IntParser
Returns int.class.
getType() - Method in class prefuse.data.parser.LongArrayParser
Returns long[].class.
getType() - Method in class prefuse.data.parser.LongParser
Returns long.class.
getType() - Method in class prefuse.data.parser.ObjectParser
Returns Object.class.
getType() - Method in class prefuse.data.parser.StringParser
Returns String.class.
getType() - Method in class prefuse.data.parser.TimeParser
Returns java.sql.Time.class.
getType(int) - Method in class prefuse.data.parser.TypeInferencer
Get the data type for the highest ranking candidate parser still in the running for the given column index.
getType(Schema) - Method in class prefuse.visual.expression.GroupSizeFunction
 
getType(Schema) - Method in class prefuse.visual.expression.InGroupPredicate
 
getType(Schema) - Method in class prefuse.visual.expression.QueryExpression
 
getUniqueCount() - Method in class prefuse.data.column.ColumnMetadata
Get the number of unique values in the column.
getUniqueCount() - Method in class prefuse.util.collections.AbstractTreeMap
 
getUniqueCount() - Method in class prefuse.util.collections.BooleanIntBitSetMap
 
getUniqueCount() - Method in interface prefuse.util.collections.IntSortedMap
 
getUnitsBetween(long, long, int) - Static method in class prefuse.util.TimeLib
Get the number of time units between the two given timestamps.
getUserData() - Method in class prefuse.util.io.SimpleFileFilter
Get a user-provided attached object.
getValue() - Method in class prefuse.util.collections.AbstractTreeMap.Entry
 
getValue() - Method in class prefuse.util.ui.JValueSlider
Get the current value ssociated with the slider position.
getValueAt(int, int) - Method in class prefuse.util.ui.PrefuseTableModel
 
getVerticalAlignment() - Method in class prefuse.render.LabelRenderer
Get the vertical alignment of this node with respect to its x, y coordinates.
getVerticalAlignment1() - Method in class prefuse.render.EdgeRenderer
Get the vertical alignment of the edge mount point with the first node.
getVerticalAlignment2() - Method in class prefuse.render.EdgeRenderer
Get the vertical alignment of the edge mount point with the second node.
getVerticalImageAlignment() - Method in class prefuse.render.LabelRenderer
Get the vertical image alignment within the layout.
getVerticalPadding() - Method in class prefuse.render.LabelRenderer
Returns the amount of padding in pixels between the content and the border of this item along the vertical dimension.
getVerticalTextAlignment() - Method in class prefuse.render.LabelRenderer
Get the vertical text alignment within the layout.
getVisibleItemCount() - Method in class prefuse.Display
Returns the number of visible items processed by this Display.
getVisualGroup(String) - Method in class prefuse.Visualization
Retrieve the visual data group of the given group name.
getVisualItem(String, Tuple) - Method in class prefuse.Visualization
Get the VisualItem associated with a source data tuple, if it exists.
getVisualItemSchema() - Static method in class prefuse.util.PrefuseLib
Get an instance of the default Schema used for VisualItem instances.
getVisualization() - Method in class prefuse.action.Action
Return the Visualization processed by this Action.
getVisualization() - Method in class prefuse.Display
Returns the Visualization backing this Display.
getVisualization() - Method in class prefuse.visual.tuple.TableVisualItem
 
getVisualization() - Method in class prefuse.visual.VisualGraph
 
getVisualization() - Method in interface prefuse.visual.VisualItem
Get the backing Visualization of which this VisualItem is a part.
getVisualization() - Method in class prefuse.visual.VisualTable
 
getVisualization() - Method in class prefuse.visual.VisualTree
 
getVisualization() - Method in interface prefuse.visual.VisualTupleSet
Get the Visualization associated with this VisualTupleSet.
getWidth() - Method in class prefuse.util.display.Clip
Get the clip's width
getWrapperType(Class) - Static method in class prefuse.util.TypeLib
Get the wrapper class type for a primitive class type.
getX() - Method in class prefuse.visual.tuple.TableVisualItem
 
getX() - Method in interface prefuse.visual.VisualItem
Get the current x-coordinate of this item.
getX(int) - Method in class prefuse.visual.VisualTable
Get the current x-coordinate of the given row.
getXDistortionFactor() - Method in class prefuse.action.distortion.FisheyeDistortion
Returns the distortion factor for the x-axis.
getXField() - Method in class prefuse.action.layout.SpecifiedLayout
Get the field to lookup to set the x-coordinate.
getXMagnification() - Method in class prefuse.action.distortion.BifocalDistortion
Returns the magnification factor for the x-axis.
getXRange() - Method in class prefuse.action.distortion.BifocalDistortion
Returns the range of the focal area along the x-axis.
getY() - Method in class prefuse.visual.tuple.TableVisualItem
 
getY() - Method in interface prefuse.visual.VisualItem
Get the current y-coordinate of this item.
getY(int) - Method in class prefuse.visual.VisualTable
Get the current y-coordinate of the given row.
getYDistortionFactor() - Method in class prefuse.action.distortion.FisheyeDistortion
Returns the distortion factor for the y-axis.
getYField() - Method in class prefuse.action.layout.SpecifiedLayout
Get the field to lookup to set the y-coordinate.
getYMagnification() - Method in class prefuse.action.distortion.BifocalDistortion
Returns the magnification factor for the y-axis.
getYRange() - Method in class prefuse.action.distortion.BifocalDistortion
Returns the range of the focal area along the y-axis.
Graph - Class in prefuse.data
A Graph models a network of nodes connected by a collection of edges.
Graph() - Constructor for class prefuse.data.Graph
Creates a new, empty undirected Graph.
Graph(boolean) - Constructor for class prefuse.data.Graph
Creates a new, empty Graph.
Graph(Table, boolean) - Constructor for class prefuse.data.Graph
Create a new Graph using the provided table of node data and an empty set of edges.
Graph(Table, boolean, String, String, String) - Constructor for class prefuse.data.Graph
Create a new Graph using the provided table of node data and an empty set of edges.
Graph(Table, Table, boolean) - Constructor for class prefuse.data.Graph
Create a new Graph, using node table row numbers to uniquely identify nodes in the edge table's source and target fields.
Graph(Table, Table, boolean, String, String) - Constructor for class prefuse.data.Graph
Create a new Graph, using node table row numbers to uniquely identify nodes in the edge table's source and target fields.
Graph(Table, Table, boolean, String, String, String) - Constructor for class prefuse.data.Graph
Create a new Graph.
GRAPH - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
 
Graph.Listener - Class in prefuse.data
Listener class for tracking updates from node and edge tables, and their columns that determine the graph linkage structure.
graphChanged(Graph, String, int, int, int, int) - Method in interface prefuse.data.event.GraphListener
Notification that a graph has changed.
graphChanged(Graph, String, int, int, int, int) - Method in class prefuse.util.ui.JPrefuseTree.PrefuseTreeModel
 
GraphDistanceFilter - Class in prefuse.action.filter
Filter Action that sets visible all items within a specified graph distance from a set of focus items; all other items will be set to invisible.
GraphDistanceFilter(String) - Constructor for class prefuse.action.filter.GraphDistanceFilter
Create a new GraphDistanceFilter that processes the given data group and uses a graph distance of 1.
GraphDistanceFilter(String, int) - Constructor for class prefuse.action.filter.GraphDistanceFilter
Create a new GraphDistanceFilter that processes the given data group and uses the given graph distance.
GraphDistanceFilter(String, String, int) - Constructor for class prefuse.action.filter.GraphDistanceFilter
Create a new GraphDistanceFilter that processes the given data group and uses the given graph distance.
GraphicsLib - Class in prefuse.util
Library of useful computer graphics routines such as geometry routines for computing the intersection of different shapes and rendering methods for computing bounds and performing optimized drawing.
GraphicsLib() - Constructor for class prefuse.util.GraphicsLib
 
GraphLib - Class in prefuse.util
Library routines for creating various Graph structures.
GraphListener - Interface in prefuse.data.event
Listener interface for monitoring changes to a graph or tree structure.
GRAPHML - Static variable in interface prefuse.data.io.GraphMLWriter.Tokens
 
GRAPHML_HEADER - Static variable in interface prefuse.data.io.GraphMLWriter.Tokens
 
GraphMLHandler() - Constructor for class prefuse.data.io.GraphMLReader.GraphMLHandler
 
GraphMLReader - Class in prefuse.data.io
GraphReader instance that reads in graph file formatted using the GraphML file format.
GraphMLReader() - Constructor for class prefuse.data.io.GraphMLReader
 
GraphMLReader.GraphMLHandler - Class in prefuse.data.io
A SAX Parser for GraphML data files.
GraphMLReader.Tokens - Interface in prefuse.data.io
String tokens used in the GraphML format.
GraphMLWriter - Class in prefuse.data.io
GraphWriter instance that writes a graph file formatted using the GraphML file format.
GraphMLWriter() - Constructor for class prefuse.data.io.GraphMLWriter
 
GraphMLWriter.Tokens - Interface in prefuse.data.io
String tokens used in the GraphML format.
GraphReader - Interface in prefuse.data.io
Interface for classes that read in Graph or Tree data from a particular file format.
GraphWriter - Interface in prefuse.data.io
Interface for classes that write Graph data to a particular file format.
GRAVITATIONAL_CONST - Static variable in class prefuse.util.force.CircularWallForce
 
GRAVITATIONAL_CONST - Static variable in class prefuse.util.force.GravitationalForce
 
GRAVITATIONAL_CONST - Static variable in class prefuse.util.force.NBodyForce
 
GRAVITATIONAL_CONST - Static variable in class prefuse.util.force.WallForce
 
GravitationalForce - Class in prefuse.util.force
Represents a constant gravitational force, like the pull of gravity for an object on the Earth (F = mg).
GravitationalForce(float, float) - Constructor for class prefuse.util.force.GravitationalForce
Create a new GravitationForce.
GravitationalForce() - Constructor for class prefuse.util.force.GravitationalForce
Create a new GravitationalForce with default gravitational constant and direction.
gray(int) - Static method in class prefuse.util.ColorLib
Get the color code for the given grayscale value.
gray(int, int) - Static method in class prefuse.util.ColorLib
Get the color code for the given grayscale value.
green(int) - Static method in class prefuse.util.ColorLib
Get the green component of the given color.
GridLayout - Class in prefuse.action.layout
Implements a uniform grid-based layout.
GridLayout(String) - Constructor for class prefuse.action.layout.GridLayout
Create a new GridLayout without preset dimensions.
GridLayout(String, int, int) - Constructor for class prefuse.action.layout.GridLayout
Create a new GridLayout using the specified grid dimensions.
GroupAction - Class in prefuse.action
An Action that can be parametrized to process a particular group of items.
GroupAction() - Constructor for class prefuse.action.GroupAction
Create a new GroupAction that processes all groups.
GroupAction(Visualization) - Constructor for class prefuse.action.GroupAction
Create a new GroupAction that processes all groups.
GroupAction(Visualization, long) - Constructor for class prefuse.action.GroupAction
Create a new GroupAction that processes all groups.
GroupAction(Visualization, long, long) - Constructor for class prefuse.action.GroupAction
Create a new GroupAction that processes all groups.
GroupAction(String) - Constructor for class prefuse.action.GroupAction
Create a new GroupAction that processes the specified group.
GroupAction(String, long) - Constructor for class prefuse.action.GroupAction
Create a new GroupAction that processes the specified group.
GroupAction(String, long, long) - Constructor for class prefuse.action.GroupAction
Create a new GroupAction that processes the specified group.
GroupAction(Visualization, String) - Constructor for class prefuse.action.GroupAction
Create a new GroupAction that processes the specified group.
GroupAction(Visualization, String, long) - Constructor for class prefuse.action.GroupAction
Create a new GroupAction that processes the specified group.
GroupAction(Visualization, String, long, long) - Constructor for class prefuse.action.GroupAction
Create a new GroupAction that processes the specified group.
GroupExpression - Class in prefuse.visual.expression
Abstract base class for Expression instances dealing with data groups within a Visualization.
GroupExpression() - Constructor for class prefuse.visual.expression.GroupExpression
Create a new GroupExpression.
GroupExpression(String) - Constructor for class prefuse.visual.expression.GroupExpression
Create a new GroupExpression over the given group name.
GroupSizeFunction - Class in prefuse.visual.expression
GroupExpression that returns the size of a data group.
GroupSizeFunction() - Constructor for class prefuse.visual.expression.GroupSizeFunction
Create a new, uninitialized GroupSizeFunction.
GroupSizeFunction(String) - Constructor for class prefuse.visual.expression.GroupSizeFunction
Create a new GroupSizeFunction using the given data group name as the Function parameter.
grow(double) - Method in class prefuse.util.display.Clip
Grow the clip width and height by the given value.
growPolygon(float[], int, float) - Static method in class prefuse.util.GraphicsLib
Expand a polygon by adding the given distance along the line from the centroid of the polyong.
GT - Static variable in class prefuse.data.expression.ComparisonPredicate
Indicates a greater-than comparison.
GT - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
GTEQ - Static variable in class prefuse.data.expression.ComparisonPredicate
Indicates a greater-than-or-equals comparison.

H

HALF_PI - Static variable in class prefuse.render.EdgeRenderer
 
handleColumnChanged(Column, int, int) - Method in class prefuse.data.Table
Handle a column change event.
hasColumn(String) - Method in class prefuse.data.CascadedTable
 
hasColumn(String) - Method in class prefuse.data.Table
Internal method indicating if the given data field is included as a data column.
hasDependency(Expression) - Static method in class prefuse.data.expression.ExpressionAnalyzer
Determine if an expression has a dependency on a data field.
hasFunction(String) - Static method in class prefuse.data.expression.FunctionTable
Indicates if a function of the given name is included in the function table.
hashCode() - Method in class prefuse.data.Schema
Computes a hashcode for this schema.
hashCode() - Method in class prefuse.util.collections.AbstractTreeMap.Entry
 
hashCode() - Method in class prefuse.util.collections.CopyOnWriteArrayList
Returns the hash code value for this list.
hasListeners() - Method in class prefuse.data.expression.AbstractExpression
Indicates if any listeners are registered with this Expression.
hasNext() - Method in class prefuse.data.search.Trie.TrieIterator
 
hasNext() - Method in class prefuse.data.tuple.TupleManager.TupleManagerIterator
 
hasNext() - Method in class prefuse.data.util.BreadthFirstIterator
 
hasNext() - Method in class prefuse.data.util.FilterIterator
 
hasNext() - Method in class prefuse.data.util.FilterRowIterator
 
hasNext() - Method in class prefuse.data.util.NeighborIterator
 
hasNext() - Method in class prefuse.data.util.RowManager.ColumnRowIterator
 
hasNext() - Method in class prefuse.data.util.RowManager.RowIterator
 
hasNext() - Method in class prefuse.data.util.SortedTupleIterator
 
hasNext() - Method in class prefuse.data.util.TableIterator
 
hasNext() - Method in class prefuse.data.util.TreeNodeIterator
 
hasNext() - Method in class prefuse.data.util.UniqueRowIterator
 
hasNext() - Method in class prefuse.util.collections.AbstractTreeMap.EntryIterator
 
hasNext() - Method in class prefuse.util.collections.AbstractTreeMap.ValueIterator
 
hasNext() - Method in class prefuse.util.collections.BooleanIntBitSetMap.BitSetIterator
 
hasNext() - Method in class prefuse.util.collections.CompositeIntIterator
 
hasNext() - Method in class prefuse.util.collections.CompositeIterator
 
hasNext() - Method in class prefuse.util.collections.IntArrayIterator
 
hasNext() - Method in class prefuse.visual.AggregateTable.AggregatedIterator
 
hasSet(String) - Method in class prefuse.data.tuple.CompositeTupleSet
Indicates if this composite contains a TupleSet with the given name.
hex(String) - Static method in class prefuse.util.ColorLib
Parse a hexadecimal String as a color code.
HEX_LITERAL - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
HEX_PREFIX - Static variable in class prefuse.util.ColorLib
 
hexagon(float, float, float) - Method in class prefuse.render.ShapeRenderer
Returns a hexagon shape of the given dimensions.
HIGHLIGHT - Static variable in interface prefuse.visual.VisualItem
The highlight data field
highWaterMark - Variable in class prefuse.util.collections.AbstractHashMap
 
HORIZONTAL - Static variable in class prefuse.util.ui.JRangeSlider
 
HOVER - Static variable in interface prefuse.visual.VisualItem
The hover data field
HoverActionControl - Class in prefuse.controls
Control that executes an action when the mouse passes over an item.
HoverActionControl(String) - Constructor for class prefuse.controls.HoverActionControl
Create a new HoverActionControl.
HoverPredicate - Class in prefuse.visual.expression
Expression that indicates if an item is currently under the mouse pointer.
HoverPredicate() - Constructor for class prefuse.visual.expression.HoverPredicate
Create a new HoverPredicate.
hsb(float, float, float) - Static method in class prefuse.util.ColorLib
Get the color code for the given hue, saturation, and brightness values, translating from HSB color space to RGB color space.
hsba(float, float, float, float) - Static method in class prefuse.util.ColorLib
Get the color code for the given hue, saturation, and brightness values, translating from HSB color space to RGB color space.

I

ID - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
 
ID - Static variable in class prefuse.data.search.LuceneSearcher
Document field used to store the document ID number.
Identifier() - Static method in class prefuse.data.expression.parser.ExpressionParser
 
IDENTIFIER - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
IDX_VALIDATED - Static variable in interface prefuse.visual.VisualItem
The column index of the validated data field.
IF - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
IfExpression - Class in prefuse.data.expression
Expression instance representing an "if then else" clause in the prefuse expression language.
IfExpression(Predicate, Expression, Expression) - Constructor for class prefuse.data.expression.IfExpression
Create a new IfExpression.
IfStatement() - Static method in class prefuse.data.expression.parser.ExpressionParser
 
image - Variable in class prefuse.data.expression.parser.Token
The string image of the token.
imageCache - Variable in class prefuse.render.ImageFactory
 
ImageFactory - Class in prefuse.render
Utility class that manages loading and storing images.
ImageFactory() - Constructor for class prefuse.render.ImageFactory
Create a new ImageFactory.
ImageFactory(int, int) - Constructor for class prefuse.render.ImageFactory
Create a new ImageFactory.
ImagePanel() - Constructor for class prefuse.util.display.ScaleSelector.ImagePanel
 
IN_EX - Static variable in class prefuse.data.expression.RangePredicate
Indicates an inclusive left bound and exclusive right bound
IN_IN - Static variable in class prefuse.data.expression.RangePredicate
Indicates the both the left and right bounds are inclusive
inBuf - Static variable in class prefuse.data.expression.parser.JavaCharStream
 
include(Column, String) - Method in class prefuse.data.util.AcceptAllColumnProjection
Always returns true, accepting all columns.
include(Column, String) - Method in interface prefuse.data.util.ColumnProjection
Determine if the given Column should be included.
include(Column, String) - Method in class prefuse.data.util.NamedColumnProjection
 
IncompatibleComparatorException - Exception in prefuse.util.collections
Exception indicating a comparator is incompatible with the data type to be compared.
IncompatibleComparatorException() - Constructor for exception prefuse.util.collections.IncompatibleComparatorException
Create a new IncompatibleComparatorException.
IncompatibleComparatorException(String) - Constructor for exception prefuse.util.collections.IncompatibleComparatorException
Create a new IncompatibleComparatorException.
IncompatibleComparatorException(Throwable) - Constructor for exception prefuse.util.collections.IncompatibleComparatorException
Create a new IncompatibleComparatorException.
IncompatibleComparatorException(String, Throwable) - Constructor for exception prefuse.util.collections.IncompatibleComparatorException
Create a new IncompatibleComparatorException.
increment(Calendar, int, int) - Static method in class prefuse.util.TimeLib
Increment a calendar by a given number of time units.
increment - Variable in class prefuse.util.ui.JRangeSlider
 
incrementSize(boolean) - Method in class prefuse.util.collections.AbstractTreeMap
 
INDEGREE - Static variable in class prefuse.data.Graph
In-degree data field for the links table
index(Tuple, String) - Method in class prefuse.data.search.KeywordSearchTupleSet
 
index(Tuple, String) - Method in class prefuse.data.search.PrefixSearchTupleSet
Indexes the given field of the provided Tuple instance.
index(Tuple, String) - Method in class prefuse.data.search.RegexSearchTupleSet
 
index(Iterator, String) - Method in class prefuse.data.search.SearchTupleSet
Indexes the data values for the given field name for each Tuple in the provided Iterator.
index(Tuple, String) - Method in class prefuse.data.search.SearchTupleSet
Index an individual Tuple field, so that it can be searched for.
index - Variable in class prefuse.data.Table.ColumnEntry
The column Index instance.
index(String) - Method in class prefuse.data.Table
Create (if necessary) and return an index over the given data field.
Index - Interface in prefuse.data.util
Represents an index over a column of data, allowing quick lookups by data value and providing iterators over sorted ranges of data.
index() - Method in interface prefuse.data.util.Index
Perform an initial indexing of a data column.
index() - Method in class prefuse.data.util.TreeIndex
 
indexOf(Object) - Method in class prefuse.util.collections.CopyOnWriteArrayList
indexOf(Object, int) - Method in class prefuse.util.collections.CopyOnWriteArrayList
Returns the index of the first occurrence of the specified element in this list, searching forwards from index, or returns -1 if the element is not found.
indexOfInsertion(int) - Method in class prefuse.util.collections.IntObjectHashMap
 
indexOfKey(int) - Method in class prefuse.util.collections.IntObjectHashMap
 
indexOfValue(Object) - Method in class prefuse.util.collections.IntObjectHashMap
 
inEdgeRows(int) - Method in class prefuse.data.Graph
Get an iterator over all edges that have the given node as a target.
INEDGES - Static variable in class prefuse.data.Graph
Indicates incoming edges (inlinks)
inEdges(Node) - Method in class prefuse.data.Graph
Get an iterator over all in-linking edges to the given Node.
inEdges() - Method in interface prefuse.data.Node
Get an iterator over all incoming edges, those for which this node is the target.
inEdges() - Method in class prefuse.data.tuple.TableNode
 
inEdges() - Method in class prefuse.visual.tuple.TableNodeItem
 
inferType(TupleSet, String) - Static method in class prefuse.util.DataLib
Infer the data field type across all tuples in a TupleSet.
INFINITY - Static variable in class prefuse.activity.Activity
 
InGroupPredicate - Class in prefuse.visual.expression
Expression that indicates if an item is currently a member of a particular data group.
InGroupPredicate() - Constructor for class prefuse.visual.expression.InGroupPredicate
Create a new InGroupPredicate.
InGroupPredicate(String) - Constructor for class prefuse.visual.expression.InGroupPredicate
Create a new InGroupPredicate.
init(NodeItem) - Method in class prefuse.action.layout.graph.NodeLinkTreeLayout.Params
 
init() - Method in class prefuse.data.column.ExpressionColumn
 
init(Table, Table, boolean, String, String, String) - Method in class prefuse.data.Graph
Initialize this Graph instance.
init(Table, Graph, int) - Method in class prefuse.data.tuple.TableEdge
Initialize a new Edge backed by an edge table.
init(Table, Graph, int) - Method in class prefuse.data.tuple.TableNode
Initialize a new Node backed by a node table.
init(Table, Graph, int) - Method in class prefuse.data.tuple.TableTuple
Initialize a new TableTuple for the given table and row.
init(Table, Graph, Class) - Method in class prefuse.data.tuple.TupleManager
Initialize this TupleManager for use with a given Table.
init(Object, int, int) - Method in class prefuse.data.util.BreadthFirstIterator
Initialize (or re-initialize) this iterator.
init(Iterator, Comparator) - Method in class prefuse.data.util.SortedTupleIterator
Initialize this iterator for the given source iterator and comparator.
init(ForceSimulator) - Method in class prefuse.util.force.AbstractForce
Initialize this force function.
init(ForceSimulator) - Method in interface prefuse.util.force.Force
Initialize this force function.
init(ForceSimulator) - Method in class prefuse.util.force.NBodyForce
Initialize the simulation with the provided enclosing simulation.
init(Table, Graph, int) - Method in class prefuse.visual.tuple.TableAggregateItem
Initialize a new TableAggregateItem for the given table and row.
init(Table, Graph, int) - Method in class prefuse.visual.tuple.TableDecoratorItem
Initialize a new TableDecoratorItem for the given table and row.
init(Table, Graph, int) - Method in class prefuse.visual.tuple.TableEdgeItem
Initialize a new TableEdgeItem for the given graph, table, and row.
init(Table, Graph, int) - Method in class prefuse.visual.tuple.TableNodeItem
Initialize a new TableNodeItem for the given graph, table, and row.
init(Table, Graph, int) - Method in class prefuse.visual.tuple.TableVisualItem
Initialize a new TableVisualItem for the given table and row.
init(Visualization, String, Schema) - Method in class prefuse.visual.VisualTable
Initialize this VisualTable
initLinkTable() - Method in class prefuse.data.Graph
Initialize the link table, which holds adjacency lists for this graph.
initLookup() - Method in class prefuse.data.Schema
Lazily construct the lookup table for this schema.
initModel() - Method in class prefuse.data.query.RangeQueryBinding
 
initSchema(TupleSet) - Method in class prefuse.action.layout.graph.FruchtermanReingoldLayout
 
initSchema(TupleSet) - Method in class prefuse.action.layout.graph.NodeLinkTreeLayout
 
initSchema(TupleSet) - Method in class prefuse.action.layout.graph.RadialTreeLayout
 
initSimulator(ForceSimulator) - Method in class prefuse.action.layout.graph.ForceDirectedLayout
Loads the simulator with all relevant force items and springs.
initUI() - Method in class prefuse.util.ui.JToggleGroup
Initialize the UI.
initUI() - Method in class prefuse.util.ui.JValueSlider
Initialize the UI
INLINKS - Static variable in class prefuse.data.Graph
In-links adjacency list data field for the links table
inNeighbors(Node) - Method in class prefuse.data.Graph
Get an iterator over all in-linking neighbor nodes for the given Node.
inNeighbors() - Method in interface prefuse.data.Node
Get an iterator over all adjacent nodes connected to this node by an incoming edge (i.e., all nodes that "point" at this one).
inNeighbors() - Method in class prefuse.data.tuple.TableNode
 
inNeighbors() - Method in class prefuse.visual.tuple.TableNodeItem
 
input_stream - Static variable in class prefuse.data.expression.parser.ExpressionParserTokenManager
 
InputEventCapturer() - Constructor for class prefuse.Display.InputEventCapturer
 
inputStream - Static variable in class prefuse.data.expression.parser.JavaCharStream
 
INSERT - Static variable in interface prefuse.data.event.EventConstants
Indicates a data insert operation.
insert(ForceItem) - Method in class prefuse.util.force.NBodyForce
Inserts an item into the quadtree.
insertElementAt(Object, int) - Method in class prefuse.data.query.ListModel
 
insertionsort(int[], double[], int, int) - Static method in class prefuse.util.ArrayLib
 
insertionsort(int[], int[], int, int) - Static method in class prefuse.util.ArrayLib
 
insertionsort(int[], Object[], int, int) - Static method in class prefuse.util.ArrayLib
 
insertionsort(double[], int[], int, int) - Static method in class prefuse.util.ArrayLib
 
insertionsort(float[], int[], int, int) - Static method in class prefuse.util.ArrayLib
 
insertionsort(Object[], int[], int, int, Comparator) - Static method in class prefuse.util.ArrayLib
 
insertUpdate(DocumentEvent) - Method in class prefuse.util.ui.JSearchPanel
 
instantiate() - Method in class prefuse.data.Schema
Instantiate this schema as a new Table instance.
instantiate(int) - Method in class prefuse.data.Schema
Instantiate this schema as a new Table instance.
INT - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
INT - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
 
INT - Static variable in interface prefuse.data.io.TreeMLReader.Tokens
 
IntArrayIterator - Class in prefuse.util.collections
IntIterator implementation that provides an iteration over the contents of an int array.
IntArrayIterator(int[], int, int) - Constructor for class prefuse.util.collections.IntArrayIterator
 
IntArrayParser - Class in prefuse.data.parser
DataParser instance the parses an array of int values from a text string.
IntArrayParser() - Constructor for class prefuse.data.parser.IntArrayParser
 
IntColumn - Class in prefuse.data.column
Column implementation for storing int values.
IntColumn() - Constructor for class prefuse.data.column.IntColumn
Create a new empty IntColumn.
IntColumn(int) - Constructor for class prefuse.data.column.IntColumn
Create a new IntColumn.
IntColumn(int, int, int) - Constructor for class prefuse.data.column.IntColumn
Create a new IntColumn.
INTEGER - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
 
INTEGER - Static variable in interface prefuse.data.io.TreeMLReader.Tokens
 
integrate(ForceSimulator, long) - Method in class prefuse.util.force.EulerIntegrator
 
integrate(ForceSimulator, long) - Method in interface prefuse.util.force.Integrator
 
integrate(ForceSimulator, long) - Method in class prefuse.util.force.RungeKuttaIntegrator
 
Integrator - Interface in prefuse.util.force
Interface for numerical integration routines.
INTERACTIVE - Static variable in interface prefuse.visual.VisualItem
The interactive data field
interp(int, int, double) - Static method in class prefuse.util.ColorLib
Interpolate between two color values by the given mixing proportion.
interp(int, double, double[]) - Static method in class prefuse.util.MathLib
Interpolates a value within a range using a specified scale, returning the fractional position of the value within that scale.
intersection(Clip) - Method in class prefuse.util.display.Clip
Intersect this clip with another region.
intersection(Rectangle2D) - Method in class prefuse.util.display.Clip
Intersect this clip with another region.
intersection(double, double, double, double) - Method in class prefuse.util.display.Clip
Intersect this clip with another region.
intersectLineLine(Line2D, Line2D, Point2D) - Static method in class prefuse.util.GraphicsLib
Compute the intersection of two line segments.
intersectLineLine(double, double, double, double, double, double, double, double, Point2D) - Static method in class prefuse.util.GraphicsLib
Compute the intersection of two line segments.
intersectLineRectangle(Point2D, Point2D, Rectangle2D, Point2D[]) - Static method in class prefuse.util.GraphicsLib
Compute the intersection of a line and a rectangle.
intersectLineRectangle(Line2D, Rectangle2D, Point2D[]) - Static method in class prefuse.util.GraphicsLib
Compute the intersection of a line and a rectangle.
intersects(Rectangle2D, double) - Method in class prefuse.util.display.Clip
Indicates if this Clip intersects the given rectangle expanded by the additional margin pace.
IntIntSortedMap - Interface in prefuse.util.collections
Sorted map that maps from an int key to an int value.
IntIntTreeMap - Class in prefuse.util.collections
Sorted map implementation using a red-black tree to map from int keys to int values.
IntIntTreeMap() - Constructor for class prefuse.util.collections.IntIntTreeMap
 
IntIntTreeMap(boolean) - Constructor for class prefuse.util.collections.IntIntTreeMap
 
IntIntTreeMap(LiteralComparator) - Constructor for class prefuse.util.collections.IntIntTreeMap
 
IntIntTreeMap(LiteralComparator, boolean) - Constructor for class prefuse.util.collections.IntIntTreeMap
 
IntIterator - Class in prefuse.util.collections
Abstract LiteralIterator implementation that supports an iteration over int values.
IntIterator() - Constructor for class prefuse.util.collections.IntIterator
 
IntObjectHashMap - Class in prefuse.util.collections
Hash map holding (key,value) associations of type (int-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
IntObjectHashMap() - Constructor for class prefuse.util.collections.IntObjectHashMap
Constructs an empty map with default capacity and default load factors.
IntObjectHashMap(int) - Constructor for class prefuse.util.collections.IntObjectHashMap
Constructs an empty map with the specified initial capacity and default load factors.
IntObjectHashMap(int, double, double) - Constructor for class prefuse.util.collections.IntObjectHashMap
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
IntParser - Class in prefuse.data.parser
DataParser instance the parses int values from a text string.
IntParser() - Constructor for class prefuse.data.parser.IntParser
 
IntSortedMap - Interface in prefuse.util.collections
 
invalidate(int) - Method in class prefuse.data.tuple.TupleManager
Invalidate the tuple at the given row.
invalidate() - Method in class prefuse.Display
Invalidates this component.
invalidate() - Method in class prefuse.util.display.Clip
Invalidate the clip.
invalidate(String) - Method in class prefuse.Visualization
Invalidate the bounds of all VisualItems in the given group.
invalidateAll() - Method in class prefuse.data.tuple.TupleManager
Invalidate all tuples managed by this TupleManager
invalidateAll() - Method in class prefuse.Visualization
Invalidate the bounds of all VisualItems in this visualization.
invalidateCache(int, int) - Method in class prefuse.data.column.ExpressionColumn
Invalidate a range of the cache.
invalidateSchema() - Method in class prefuse.data.CascadedTable
Invalidates this table's cached schema.
invalidateSchema() - Method in class prefuse.data.Table
Invalidates this table's cached schema.
IOLib - Class in prefuse.util.io
Library routines for input/output tasks.
is2DArea() - Method in class prefuse.action.assignment.DataSizeAction
Indicates if the size values set by this function represent 2D areas.
isAddColumnSupported() - Method in class prefuse.data.Table
Returns true, as this table supports the addition of new data fields.
isAddColumnSupported() - Method in class prefuse.data.tuple.AbstractTupleSet
False by default.
isAddColumnSupported() - Method in class prefuse.data.tuple.CompositeTupleSet
Returns true.
isAddColumnSupported() - Method in interface prefuse.data.tuple.TupleSet
Indicates if this TupleSet supports the addition of data columns to its contained Tuple instances.
isAllowDuplicates() - Method in class prefuse.util.collections.AbstractTreeMap
 
isAllowDuplicates() - Method in class prefuse.util.collections.BooleanIntBitSetMap
 
isAllowDuplicates() - Method in interface prefuse.util.collections.IntSortedMap
 
isAscending() - Method in class prefuse.action.layout.AxisLabelLayout
Indicates if the axis values should be presented in ascending order along the axis.
isAscending(int) - Method in class prefuse.data.util.Sort
Returns the ascending modifier as the given index.
isAssignableFrom(Schema) - Method in class prefuse.data.Schema
Indicates if values from a given Schema can be safely assigned to data using this Schema.
isAsynchronous() - Method in class prefuse.render.ImageFactory
Indicates if this ImageFactory loads images asynchronously (true by default)
isBooleanSupported() - Method in class prefuse.util.collections.AbstractLiteralIterator
 
isBooleanSupported() - Method in interface prefuse.util.collections.LiteralIterator
 
isButtonPressed(InputEvent, int) - Static method in class prefuse.util.ui.UILib
Indicates if a given mouse button is being pressed.
isCacheValid(int) - Method in class prefuse.data.column.ExpressionColumn
Check if this ExpressionColumn has a valid cached value at the given row.
isCaseSensitive() - Method in class prefuse.data.search.Trie
Indicates if this Trie's index takes the case of letters into account.
isCellEditable(int) - Method in class prefuse.data.column.AbstractColumn
Indicates if the value at the given row can be edited.
isCellEditable(int) - Method in interface prefuse.data.column.Column
Indicates if the value at the given row can be edited.
isCellEditable(int, int) - Method in class prefuse.data.Table
Indicates if the value of the given table cell can be changed.
isCellEditable(int, int) - Method in class prefuse.util.ui.PrefuseTableModel
 
isChildGroup(String) - Static method in class prefuse.util.PrefuseLib
Indicates if a group is a child group, a non-top-level data group in a set of nested data groups (e.g., the node or edge table of a graph or tree).
isClosePath() - Method in class prefuse.render.PolygonRenderer
Indicates if this renderer uses a closed or open path.
isDamageRedraw() - Method in class prefuse.Display
Indicates if damage/redraw rendering is enabled.
isDirected() - Method in interface prefuse.data.Edge
Indicates if this edge is directed or undirected.
isDirected() - Method in class prefuse.data.Graph
Indicates if the edges of this graph are directed or undirected.
isDirected() - Method in class prefuse.data.tuple.TableEdge
 
isDirected() - Method in class prefuse.visual.tuple.TableEdgeItem
 
isDoubleSupported() - Method in class prefuse.util.collections.AbstractLiteralIterator
 
isDoubleSupported() - Method in class prefuse.util.collections.IntIterator
 
isDoubleSupported() - Method in interface prefuse.util.collections.LiteralIterator
 
isEmpty() - Method in class prefuse.util.collections.AbstractHashMap
Returns true if the receiver contains no (key,value) associations.
isEmpty() - Method in class prefuse.util.collections.AbstractTreeMap
 
isEmpty() - Method in class prefuse.util.collections.BooleanIntBitSetMap
 
isEmpty() - Method in class prefuse.util.collections.CopyOnWriteArrayList
Returns true if this list contains no elements.
isEmpty() - Method in interface prefuse.util.collections.IntSortedMap
 
isEmpty() - Method in class prefuse.util.collections.Queue
 
isEmpty() - Method in class prefuse.util.display.Clip
Indicates if the clip is set to an empty status.
isEnabled() - Method in class prefuse.activity.Activity
Indicates whether or not this activity is currently enabled.
isEnabled() - Method in interface prefuse.controls.Control
Indicates if this Control is currently enabled.
isEnabled() - Method in class prefuse.controls.ControlAdapter
 
isEndVisible() - Method in class prefuse.visual.tuple.TableVisualItem
 
isEndVisible() - Method in interface prefuse.visual.VisualItem
Indictes if the end visible flag is set to true.
isEndVisible(int) - Method in class prefuse.visual.VisualTable
Indictes if the end visible flag is set to true.
isExpanded() - Method in class prefuse.visual.tuple.TableVisualItem
 
isExpanded() - Method in interface prefuse.visual.VisualItem
Indicates this item is expanded.
isExpanded(int) - Method in class prefuse.visual.VisualTable
Indicates the given row is expanded.
isFixed() - Method in class prefuse.visual.tuple.TableVisualItem
 
isFixed() - Method in interface prefuse.visual.VisualItem
Indicates if the item is fixed, and so will not have its position changed by any layout or distortion actions.
isFixed(int) - Method in class prefuse.visual.VisualTable
Indicates if the given row is fixed, and so will not have its position changed by any layout or distortion actions.
isFloatSupported() - Method in class prefuse.util.collections.AbstractLiteralIterator
 
isFloatSupported() - Method in class prefuse.util.collections.IntIterator
 
isFloatSupported() - Method in interface prefuse.util.collections.LiteralIterator
 
isGZipFile(String) - Static method in class prefuse.util.io.IOLib
Indicates if the given file ends with a file extension of ".gz" or ".Z", indicating a GZip file.
isHighlighted() - Method in class prefuse.visual.tuple.TableVisualItem
 
isHighlighted() - Method in interface prefuse.visual.VisualItem
Indicates if the item is highlighted.
isHighlighted(int) - Method in class prefuse.visual.VisualTable
Indicates if the given row is highlighted.
isHighlightWithInvisibleEdge() - Method in class prefuse.controls.NeighborHighlightControl
Indicates if neighbor nodes with edges currently not visible still get highlighted.
isHighQuality() - Method in class prefuse.Display
Indicates if the Display is using high quality (return value true) or regular quality (return value false) rendering.
isHover() - Method in class prefuse.visual.tuple.TableVisualItem
 
isHover() - Method in interface prefuse.visual.VisualItem
Indicates if the item currently has the mouse pointer over it.
isHover(int) - Method in class prefuse.visual.VisualTable
Indicates if the given row currently has the mouse pointer over it.
isIgnoreUnknownTypes() - Method in class prefuse.data.io.sql.DefaultSQLDataHandler
Indicates if unknown or unrecognized SQL data types should simply be ignored.
isInCache(String) - Method in class prefuse.render.ImageFactory
Indicates if the given string location corresponds to an image currently stored in this ImageFactory's cache.
isInGroup(String) - Method in class prefuse.visual.tuple.TableVisualItem
 
isInGroup(String) - Method in interface prefuse.visual.VisualItem
Indicates if this item is a member of a given group.
isInGroup(VisualItem, String) - Method in class prefuse.Visualization
Indicates if a given VisualItem is contained in the given visual data group.
isIntegerType(Class) - Static method in class prefuse.util.TypeLib
Indicates if a given class type is a primitive integer type (one of byte, short, int, or long).
isInteractive() - Method in class prefuse.visual.tuple.TableVisualItem
 
isInteractive() - Method in interface prefuse.visual.VisualItem
Indicates if this item is interactive, meaning it can potentially respond to mouse and keyboard input events.
isInteractive(int) - Method in class prefuse.visual.VisualTable
Indicates if this item is interactive, meaning it can potentially respond to mouse and keyboard input events.
isIntSupported() - Method in class prefuse.util.collections.AbstractLiteralIterator
 
isIntSupported() - Method in class prefuse.util.collections.IntIterator
 
isIntSupported() - Method in interface prefuse.util.collections.LiteralIterator
 
isInvalid() - Method in class prefuse.util.display.Clip
Indicates if the clip is set to an invalid status.
isItemForce() - Method in class prefuse.util.force.AbstractForce
Returns false.
isItemForce() - Method in class prefuse.util.force.CircularWallForce
Returns true.
isItemForce() - Method in class prefuse.util.force.DragForce
Returns true.
isItemForce() - Method in interface prefuse.util.force.Force
Indicates if this force function will compute forces on ForceItem instances
isItemForce() - Method in class prefuse.util.force.GravitationalForce
Returns true.
isItemForce() - Method in class prefuse.util.force.NBodyForce
Returns true.
isItemForce() - Method in class prefuse.util.force.WallForce
Returns true.
isLeaf(Object) - Method in class prefuse.util.ui.JPrefuseTree.PrefuseTreeModel
 
isLocked() - Method in class prefuse.data.Schema
Indicates if this schema is locked.
isLongSupported() - Method in class prefuse.util.collections.AbstractLiteralIterator
 
isLongSupported() - Method in class prefuse.util.collections.IntIterator
 
isLongSupported() - Method in interface prefuse.util.collections.LiteralIterator
 
isMultiYear(int) - Static method in class prefuse.util.TimeLib
Indicates if a field value indicates a timespan greater than one year.
isNormalized() - Method in class prefuse.action.layout.StackedAreaChart
Indicates if the stacks are normalized, such that each column is independently scaled.
isNumericType(Class) - Static method in class prefuse.util.TypeLib
Indicates if a given class type is a primitive numeric one type (one of byte, short, int, long, float, or double).
isPersistent() - Method in class prefuse.util.ui.JCustomTooltip
Indicates if the tooltip will stay persistent on the screen to support interaction within the tooltip component.
isPrintHeader() - Method in class prefuse.data.io.CSVTableWriter
Indicates if this writer will write a header row with the column names.
isPrintHeader() - Method in class prefuse.data.io.DelimitedTextTableWriter
Indicates if this writer will write a header row with the column names.
isReadOnly() - Method in class prefuse.data.column.AbstractColumn
Indicates if the values in this column are read-only.
isReadOnly() - Method in interface prefuse.data.column.Column
Indicates if the values in this column are read-only.
isReadOnly() - Method in class prefuse.data.search.LuceneSearcher
Indicates if ths LuceneSearcher is read-only.
isRunning() - Method in class prefuse.activity.Activity
Indicates if this activity is currently running.
isScheduled() - Method in class prefuse.activity.Activity
Indicates if this activity is currently scheduled with the ActivityManager
isSizeDistorted() - Method in class prefuse.action.distortion.Distortion
Indicates whether the item sizes are distorted along with the item locations.
isSpringForce() - Method in class prefuse.util.force.AbstractForce
Returns false.
isSpringForce() - Method in interface prefuse.util.force.Force
Indicates if this force function will compute forces on Spring instances.
isSpringForce() - Method in class prefuse.util.force.SpringForce
Returns true.
isStartVisible() - Method in class prefuse.visual.tuple.TableVisualItem
 
isStartVisible() - Method in interface prefuse.visual.VisualItem
Indicates if the start visible flag is set to true.
isStartVisible(int) - Method in class prefuse.visual.VisualTable
Indicates if the start visible flag is set to true.
isTranformInProgress() - Method in class prefuse.Display
Indicates if a view transformation is currently underway.
isUnindexSupported() - Method in class prefuse.data.search.KeywordSearchTupleSet
Returns false, as un-indexing values is not currently supported.
isUnindexSupported() - Method in class prefuse.data.search.PrefixSearchTupleSet
Returns true, as unidexing is supported by this class.
isUnindexSupported() - Method in class prefuse.data.search.RegexSearchTupleSet
Returns true, as unidexing is supported by this class.
isUnindexSupported() - Method in class prefuse.data.search.SearchTupleSet
Indicates if this TupleSearchSet supports the unindex operation.
isUrlString(String) - Static method in class prefuse.util.io.IOLib
Indicates if a given String is a URL string.
isValid() - Method in interface prefuse.data.Tuple
Indicates if this Tuple is valid.
isValid() - Method in class prefuse.data.tuple.TableTuple
 
isValid(ForceItem) - Static method in class prefuse.util.force.ForceItem
Checks a ForceItem to make sure its values are all valid numbers (i.e., not NaNs).
isValidated() - Method in class prefuse.visual.tuple.TableVisualItem
 
isValidated() - Method in interface prefuse.visual.VisualItem
Indicates if this VisualItem is currently validated.
isValidated(int) - Method in class prefuse.visual.VisualTable
Indicates if the given row is currently validated.
isValidRow(int) - Method in class prefuse.data.Table
Indicates if the given row number corresponds to a valid table row.
isValidRow(int) - Method in class prefuse.data.util.RowManager
Indicates if a given row value is a valid, occupied row of the table.
isValidTree() - Method in class prefuse.data.Tree
Check that the underlying graph structure forms a valid tree.
isVisible() - Method in class prefuse.visual.tuple.TableVisualItem
 
isVisible() - Method in interface prefuse.visual.VisualItem
Indicates if this VisualItem is currently set to be visible.
isVisible(int) - Method in class prefuse.visual.VisualTable
Indicates if the given row is currently set to be visible.
isWindowsPlatform() - Static method in class prefuse.util.ui.BrowserLauncher
Try to determine whether this application is running under Windows or some other platform by examining the "os.name" property.
isWrapperInstance(Class, Object) - Static method in class prefuse.util.TypeLib
Indicates if an object is an instance of a wrapper class for a given primitive type.
isZipFile(String) - Static method in class prefuse.util.io.IOLib
Indicates if the given file ends with a file extension of ".zip", indicating a Zip file.
isZoomOverItem() - Method in class prefuse.controls.AbstractZoomControl
Indicates if the zoom control will work while the mouse is over a VisualItem.
isZoomOverItem() - Method in class prefuse.controls.ZoomToFitControl
Indicates if the zoom control will work while the mouse is over a VisualItem.
ITEM - Static variable in class prefuse.visual.sort.ItemSorter
 
ITEM - Static variable in class prefuse.visual.sort.TreeDepthItemSorter
 
item1 - Variable in class prefuse.util.force.Spring
The first ForceItem endpoint
item2 - Variable in class prefuse.util.force.Spring
The second ForceItem endpoint
ItemAction - Class in prefuse.action
An Action that processes VisualItems one item at a time.
ItemAction() - Constructor for class prefuse.action.ItemAction
Create a new ItemAction that processes all groups.
ItemAction(Visualization) - Constructor for class prefuse.action.ItemAction
Create a new ItemAction that processes all groups.
ItemAction(String) - Constructor for class prefuse.action.ItemAction
Create a new ItemAction that processes the specified group.
ItemAction(String, Predicate) - Constructor for class prefuse.action.ItemAction
Create a new ItemAction that processes the specified group.
ItemAction(Visualization, String) - Constructor for class prefuse.action.ItemAction
Create a new ItemAction that processes the specified group.
ItemAction(Visualization, String, Predicate) - Constructor for class prefuse.action.ItemAction
Create a new ItemAction that processes the specified group.
itemBoundsChanged(Display) - Method in interface prefuse.util.display.ItemBoundsListener
Signals a change in the total bounds occupied by VisualItems in a particular Display.
ItemBoundsListener - Interface in prefuse.util.display
Listener interface for monitoring changes to the space occupied by VisualItems within the space of a Display.
itemClicked(VisualItem, MouseEvent) - Method in interface prefuse.controls.Control
Invoked when the mouse button has been clicked (pressed and released) on a VisualItem.
itemClicked(VisualItem, MouseEvent) - Method in class prefuse.controls.ControlAdapter
 
itemClicked(VisualItem, MouseEvent) - Method in class prefuse.controls.FocusControl
 
itemClicked(VisualItem, MouseEvent) - Method in class prefuse.controls.ZoomToFitControl
 
itemDragged(VisualItem, MouseEvent) - Method in class prefuse.controls.AnchorUpdateControl
 
itemDragged(VisualItem, MouseEvent) - Method in interface prefuse.controls.Control
Invoked when a mouse button is pressed on a VisualItem and then dragged.
itemDragged(VisualItem, MouseEvent) - Method in class prefuse.controls.ControlAdapter
 
itemDragged(VisualItem, MouseEvent) - Method in class prefuse.controls.DragControl
 
itemDragged(VisualItem, MouseEvent) - Method in class prefuse.controls.PanControl
 
itemDragged(VisualItem, MouseEvent) - Method in class prefuse.controls.SubtreeDragControl
 
itemDragged(VisualItem, MouseEvent) - Method in class prefuse.controls.ZoomControl
 
itemEntered(VisualItem, MouseEvent) - Method in interface prefuse.controls.Control
Invoked when the mouse enters a VisualItem.
itemEntered(VisualItem, MouseEvent) - Method in class prefuse.controls.ControlAdapter
 
itemEntered(VisualItem, MouseEvent) - Method in class prefuse.controls.DragControl
 
itemEntered(VisualItem, MouseEvent) - Method in class prefuse.controls.FocusControl
 
itemEntered(VisualItem, MouseEvent) - Method in class prefuse.controls.HoverActionControl
 
itemEntered(VisualItem, MouseEvent) - Method in class prefuse.controls.NeighborHighlightControl
 
itemEntered(VisualItem, MouseEvent) - Method in class prefuse.controls.SubtreeDragControl
 
itemEntered(VisualItem, MouseEvent) - Method in class prefuse.controls.ToolTipControl
 
itemExited(VisualItem, MouseEvent) - Method in interface prefuse.controls.Control
Invoked when the mouse exits a VisualItem.
itemExited(VisualItem, MouseEvent) - Method in class prefuse.controls.ControlAdapter
 
itemExited(VisualItem, MouseEvent) - Method in class prefuse.controls.DragControl
 
itemExited(VisualItem, MouseEvent) - Method in class prefuse.controls.FocusControl
 
itemExited(VisualItem, MouseEvent) - Method in class prefuse.controls.HoverActionControl
 
itemExited(VisualItem, MouseEvent) - Method in class prefuse.controls.NeighborHighlightControl
 
itemExited(VisualItem, MouseEvent) - Method in class prefuse.controls.SubtreeDragControl
 
itemExited(VisualItem, MouseEvent) - Method in class prefuse.controls.ToolTipControl
 
itemKeyPressed(VisualItem, KeyEvent) - Method in interface prefuse.controls.Control
Invoked when a key has been pressed, while the mouse is over a VisualItem.
itemKeyPressed(VisualItem, KeyEvent) - Method in class prefuse.controls.ControlAdapter
 
itemKeyReleased(VisualItem, KeyEvent) - Method in interface prefuse.controls.Control
Invoked when a key has been released, while the mouse is over a VisualItem.
itemKeyReleased(VisualItem, KeyEvent) - Method in class prefuse.controls.ControlAdapter
 
itemKeyTyped(VisualItem, KeyEvent) - Method in interface prefuse.controls.Control
Invoked when a key has been typed, while the mouse is over a VisualItem.
itemKeyTyped(VisualItem, KeyEvent) - Method in class prefuse.controls.ControlAdapter
 
itemMoved(VisualItem, MouseEvent) - Method in class prefuse.controls.AnchorUpdateControl
 
itemMoved(VisualItem, MouseEvent) - Method in interface prefuse.controls.Control
Invoked when the mouse cursor has been moved onto a VisualItem but no buttons have been pushed.
itemMoved(VisualItem, MouseEvent) - Method in class prefuse.controls.ControlAdapter
 
itemPressed(VisualItem, MouseEvent) - Method in interface prefuse.controls.Control
Invoked when a mouse button has been pressed on a VisualItem.
itemPressed(VisualItem, MouseEvent) - Method in class prefuse.controls.ControlAdapter
 
itemPressed(VisualItem, MouseEvent) - Method in class prefuse.controls.DragControl
 
itemPressed(VisualItem, MouseEvent) - Method in class prefuse.controls.PanControl
 
itemPressed(VisualItem, MouseEvent) - Method in class prefuse.controls.SubtreeDragControl
 
itemPressed(VisualItem, MouseEvent) - Method in class prefuse.controls.ZoomControl
 
itemReleased(VisualItem, MouseEvent) - Method in interface prefuse.controls.Control
Invoked when a mouse button has been released on a VisualItem.
itemReleased(VisualItem, MouseEvent) - Method in class prefuse.controls.ControlAdapter
 
itemReleased(VisualItem, MouseEvent) - Method in class prefuse.controls.DragControl
 
itemReleased(VisualItem, MouseEvent) - Method in class prefuse.controls.PanControl
 
itemReleased(VisualItem, MouseEvent) - Method in class prefuse.controls.SubtreeDragControl
 
itemReleased(VisualItem, MouseEvent) - Method in class prefuse.controls.ZoomControl
 
items() - Method in interface prefuse.visual.AggregateItem
Get an iterator over all the items contained in this aggregate.
items(Predicate) - Method in interface prefuse.visual.AggregateItem
Get a filtered iterator over all the items contained in this aggregate.
items() - Method in class prefuse.visual.tuple.TableAggregateItem
 
items(Predicate) - Method in class prefuse.visual.tuple.TableAggregateItem
 
items() - Method in class prefuse.Visualization
Get an iterator over all items, visible or not.
items(Predicate) - Method in class prefuse.Visualization
Get an iterator over all items which match the given Predicate filter.
items(String) - Method in class prefuse.Visualization
Get an iterator over all items in the specified group.
items(String, String) - Method in class prefuse.Visualization
Get an iterator over all items in the given group which match the given filter expression.
items(String, Predicate) - Method in class prefuse.Visualization
Get an iterator over all items in the given group which match the given Predicate filter.
ItemSorter - Class in prefuse.visual.sort
ItemSorter instances provide an integer score for each VisualItem; these scores are then used to sort the items in ascending order of score.
ItemSorter() - Constructor for class prefuse.visual.sort.ItemSorter
 
itemWheelMoved(VisualItem, MouseWheelEvent) - Method in interface prefuse.controls.Control
Invoked when the mouse wheel is rotated while the mouse is over a VisualItem.
itemWheelMoved(VisualItem, MouseWheelEvent) - Method in class prefuse.controls.ControlAdapter
 
itemWheelMoved(VisualItem, MouseWheelEvent) - Method in class prefuse.controls.WheelZoomControl
 
iterator() - Method in class prefuse.data.Table
Return a TableIterator over the rows of this table.
iterator(IntIterator) - Method in class prefuse.data.Table
Return a TableIterator over the given rows of this table.
iterator(IntIterator) - Method in class prefuse.data.tuple.TupleManager
Return an iterator over the tuples in this manager.
iterator() - Method in class prefuse.util.collections.CopyOnWriteArrayList
Returns an iterator over the elements in this list in proper sequence.

J

JavaCharStream - Class in prefuse.data.expression.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
JavaCharStream(Reader, int, int, int) - Constructor for class prefuse.data.expression.parser.JavaCharStream
 
JavaCharStream(Reader, int, int) - Constructor for class prefuse.data.expression.parser.JavaCharStream
 
JavaCharStream(Reader) - Constructor for class prefuse.data.expression.parser.JavaCharStream
 
JavaCharStream(InputStream, int, int, int) - Constructor for class prefuse.data.expression.parser.JavaCharStream
 
JavaCharStream(InputStream, int, int) - Constructor for class prefuse.data.expression.parser.JavaCharStream
 
JavaCharStream(InputStream) - Constructor for class prefuse.data.expression.parser.JavaCharStream
 
JCustomTooltip - Class in prefuse.util.ui
Tooltip component that allows arbitrary Swing components to be used within tooltips.
JCustomTooltip(JComponent, JComponent) - Constructor for class prefuse.util.ui.JCustomTooltip
Create a new JCustomTooltip
JCustomTooltip(JComponent, JComponent, boolean) - Constructor for class prefuse.util.ui.JCustomTooltip
Create a new JCustomTooltip
JFastLabel - Class in prefuse.util.ui
Swing component that acts much like a JLabel, but does not revalidate its bounds when updated, making it much faster but suitable only for use in situations where the initial bounds are sufficient.
JFastLabel() - Constructor for class prefuse.util.ui.JFastLabel
Create a new JFastLabel with no text.
JFastLabel(String) - Constructor for class prefuse.util.ui.JFastLabel
Create a new JFastLabel with the given text.
JForcePanel - Class in prefuse.util.ui
Swing component for configuring the parameters of the Force functions in a given ForceSimulator.
JForcePanel(ForceSimulator) - Constructor for class prefuse.util.ui.JForcePanel
Create a new JForcePanel
jj_nt - Static variable in class prefuse.data.expression.parser.ExpressionParser
 
jjFillToken() - Static method in class prefuse.data.expression.parser.ExpressionParserTokenManager
 
jjstrLiteralImages - Static variable in class prefuse.data.expression.parser.ExpressionParserTokenManager
 
JPrefuseApplet - Class in prefuse.util.ui
A convenience class for creating applets that incorporate prefuse visualizations.
JPrefuseApplet() - Constructor for class prefuse.util.ui.JPrefuseApplet
 
JPrefuseTable - Class in prefuse.util.ui
Swing component that displays a prefuse Table instance in a Swing JTable component.
JPrefuseTable(Table) - Constructor for class prefuse.util.ui.JPrefuseTable
Create a new JPrefuseTable.
JPrefuseTree - Class in prefuse.util.ui
Swing component that displays a prefuse Tree instance in a Swing JTree component.
JPrefuseTree(Tree, String) - Constructor for class prefuse.util.ui.JPrefuseTree
Create a new JPrefuseTree.
JPrefuseTree.PrefuseTreeModel - Class in prefuse.util.ui
TreeModel implementation that provides an adapter to a backing prefuse Tree instance.
JRangeSlider - Class in prefuse.util.ui
Implements a Swing-based Range slider, which allows the user to enter a range (minimum and maximum) value.
JRangeSlider(int, int, int, int, int) - Constructor for class prefuse.util.ui.JRangeSlider
Create a new range slider.
JRangeSlider(int, int, int, int, int, int) - Constructor for class prefuse.util.ui.JRangeSlider
Create a new range slider.
JRangeSlider(BoundedRangeModel, int, int) - Constructor for class prefuse.util.ui.JRangeSlider
Create a new range slider.
JRangeSlider.RangeSliderChangeListener - Class in prefuse.util.ui
Listener that fires a change event when it receives change event from the slider list model.
JSearchPanel - Class in prefuse.util.ui
Swing component that enables keyword search over prefuse data tuples.
JSearchPanel(SearchTupleSet, String) - Constructor for class prefuse.util.ui.JSearchPanel
Create a new JSearchPanel.
JSearchPanel(SearchTupleSet, String, boolean) - Constructor for class prefuse.util.ui.JSearchPanel
Create a new JSearchPanel.
JSearchPanel(TupleSet, SearchTupleSet, String[], boolean, boolean) - Constructor for class prefuse.util.ui.JSearchPanel
Create a new JSearchPanel.
JSearchPanel(Visualization, String) - Constructor for class prefuse.util.ui.JSearchPanel
Create a new JSearchPanel.
JSearchPanel(Visualization, String, String) - Constructor for class prefuse.util.ui.JSearchPanel
Create a new JSearchPanel.
JSearchPanel(Visualization, String, String, boolean) - Constructor for class prefuse.util.ui.JSearchPanel
Create a new JSearchPanel.
JSearchPanel(Visualization, String, String, boolean, boolean) - Constructor for class prefuse.util.ui.JSearchPanel
Create a new JSearchPanel.
JSearchPanel(Visualization, String, String, String, boolean, boolean) - Constructor for class prefuse.util.ui.JSearchPanel
Create a new JSearchPanel.
JSearchPanel(Visualization, String, String, String[], boolean, boolean) - Constructor for class prefuse.util.ui.JSearchPanel
Create a new JSearchPanel.
JSearchPanel.CancelButton - Class in prefuse.util.ui
A button depicted as an "X" that allows users to cancel the current query and clear the query field.
JToggleGroup - Class in prefuse.util.ui
Swing component representing a group of toggle buttons -- either checkboxes or radio buttons.
JToggleGroup(int, Object[]) - Constructor for class prefuse.util.ui.JToggleGroup
Create a new JToggleGroup.
JToggleGroup(int, ListModel) - Constructor for class prefuse.util.ui.JToggleGroup
Create a new JToggleGroup.
JToggleGroup(int, ListModel, ListSelectionModel) - Constructor for class prefuse.util.ui.JToggleGroup
Create a new JToggleGroup.
JValueSlider - Class in prefuse.util.ui
Swing component that contains a slider, and title label, and editable text box displaying the slider value.
JValueSlider(String, double, double, double) - Constructor for class prefuse.util.ui.JValueSlider
Create a new JValueSlider.
JValueSlider(String, float, float, float) - Constructor for class prefuse.util.ui.JValueSlider
Create a new JValueSlider.
JValueSlider(String, int, int, int) - Constructor for class prefuse.util.ui.JValueSlider
Create a new JValueSlider.
JValueSlider(String, long, long, long) - Constructor for class prefuse.util.ui.JValueSlider
Create a new JValueSlider.
JValueSlider(String, Number, Number, Number) - Constructor for class prefuse.util.ui.JValueSlider
Create a new JValueSlider.

K

k - Variable in class prefuse.util.force.ForceItem
Temporary variables for Runge-Kutta integration
KEY - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
 
keyEquals(AbstractTreeMap.Entry) - Method in class prefuse.util.collections.AbstractTreeMap.Entry
 
KeyIterator() - Constructor for class prefuse.util.collections.AbstractTreeMap.KeyIterator
 
KeyIterator(AbstractTreeMap.Entry, AbstractTreeMap.Entry) - Constructor for class prefuse.util.collections.AbstractTreeMap.KeyIterator
 
keyIterator() - Method in class prefuse.util.collections.BooleanIntBitSetMap
 
keyIterator() - Method in interface prefuse.util.collections.BooleanIntSortedMap
 
keyIterator() - Method in interface prefuse.util.collections.DoubleIntSortedMap
 
keyIterator() - Method in class prefuse.util.collections.DoubleIntTreeMap
 
keyIterator() - Method in interface prefuse.util.collections.FloatIntSortedMap
 
keyIterator() - Method in class prefuse.util.collections.FloatIntTreeMap
 
keyIterator() - Method in interface prefuse.util.collections.IntIntSortedMap
 
keyIterator() - Method in class prefuse.util.collections.IntIntTreeMap
 
keyIterator() - Method in interface prefuse.util.collections.LongIntSortedMap
 
keyIterator() - Method in class prefuse.util.collections.LongIntTreeMap
 
keyIterator() - Method in interface prefuse.util.collections.ObjectIntSortedMap
 
keyIterator() - Method in class prefuse.util.collections.ObjectIntTreeMap
 
keyOf(Object) - Method in class prefuse.util.collections.IntObjectHashMap
Returns the first key the given value is associated with.
keyPressed(KeyEvent) - Method in interface prefuse.controls.Control
Invoked when a key has been pressed, while the mouse is NOT over a VisualItem.
keyPressed(KeyEvent) - Method in class prefuse.controls.ControlAdapter
 
keyPressed(KeyEvent) - Method in class prefuse.Display.InputEventCapturer
 
keyPressed(KeyEvent) - Method in class prefuse.util.ui.JRangeSlider
 
keyRangeIterator(boolean, boolean, boolean, boolean) - Method in class prefuse.util.collections.BooleanIntBitSetMap
 
keyRangeIterator(boolean, boolean, boolean, boolean) - Method in interface prefuse.util.collections.BooleanIntSortedMap
 
keyRangeIterator(double, boolean, double, boolean) - Method in interface prefuse.util.collections.DoubleIntSortedMap
 
keyRangeIterator(double, boolean, double, boolean) - Method in class prefuse.util.collections.DoubleIntTreeMap
 
keyRangeIterator(float, boolean, float, boolean) - Method in interface prefuse.util.collections.FloatIntSortedMap
 
keyRangeIterator(float, boolean, float, boolean) - Method in class prefuse.util.collections.FloatIntTreeMap
 
keyRangeIterator(int, boolean, int, boolean) - Method in interface prefuse.util.collections.IntIntSortedMap
 
keyRangeIterator(int, boolean, int, boolean) - Method in class prefuse.util.collections.IntIntTreeMap
 
keyRangeIterator(long, boolean, long, boolean) - Method in interface prefuse.util.collections.LongIntSortedMap
 
keyRangeIterator(long, boolean, long, boolean) - Method in class prefuse.util.collections.LongIntTreeMap
 
keyRangeIterator(Object, boolean, Object, boolean) - Method in interface prefuse.util.collections.ObjectIntSortedMap
 
keyRangeIterator(Object, boolean, Object, boolean) - Method in class prefuse.util.collections.ObjectIntTreeMap
 
keyReleased(KeyEvent) - Method in interface prefuse.controls.Control
Invoked when a key has been released, while the mouse is NOT over a VisualItem.
keyReleased(KeyEvent) - Method in class prefuse.controls.ControlAdapter
 
keyReleased(KeyEvent) - Method in class prefuse.Display.InputEventCapturer
 
keyReleased(KeyEvent) - Method in class prefuse.util.ui.JRangeSlider
 
keys() - Method in class prefuse.activity.ActivityMap
Returns an array consisting of all the keys associated with this map.
keys(int[]) - Method in class prefuse.util.collections.IntObjectHashMap
Fills all keys contained in the receiver into the specified list.
keyTyped(KeyEvent) - Method in interface prefuse.controls.Control
Invoked when a key has been typed, while the mouse is NOT over a VisualItem.
keyTyped(KeyEvent) - Method in class prefuse.controls.ControlAdapter
 
keyTyped(KeyEvent) - Method in class prefuse.Display.InputEventCapturer
 
keyTyped(KeyEvent) - Method in class prefuse.util.ui.JRangeSlider
 
KeywordSearchTupleSet - Class in prefuse.data.search
SearchTupleSet implementation that performs text searches on indexed Tuple data using the Lucene search engine.
KeywordSearchTupleSet() - Constructor for class prefuse.data.search.KeywordSearchTupleSet
Creates a new KeywordSearchFocusSet using an in-memory search index.
KeywordSearchTupleSet(LuceneSearcher) - Constructor for class prefuse.data.search.KeywordSearchTupleSet
Creates a new TextSearchFocusSet with the given LuceneSearcher.
kind - Variable in class prefuse.data.expression.parser.Token
An integer that describes the kind of this token.

L

l - Variable in class prefuse.util.force.ForceItem
Temporary variables for Runge-Kutta integration
LABEL - Static variable in class prefuse.action.layout.AxisLabelLayout
 
LABEL - Static variable in class prefuse.util.GraphLib
Label data field included in generated Graphs
LABEL - Static variable in interface prefuse.visual.VisualItem
The label data field.
LABEL_SCHEMA - Static variable in class prefuse.util.GraphLib
Node table schema used for generated Graphs
LabelRenderer - Class in prefuse.render
Renderer that draws a label, which consists of a text string, an image, or both.
LabelRenderer() - Constructor for class prefuse.render.LabelRenderer
Create a new LabelRenderer.
LabelRenderer(String) - Constructor for class prefuse.render.LabelRenderer
Create a new LabelRenderer.
LabelRenderer(String, String) - Constructor for class prefuse.render.LabelRenderer
Create a new LabelRenderer.
largestPrime - Static variable in class prefuse.util.collections.PrimeFinder
The largest prime this class can generate; currently equal to Integer.MAX_VALUE.
lastIndexOf(Object) - Method in class prefuse.util.collections.CopyOnWriteArrayList
lastIndexOf(Object, int) - Method in class prefuse.util.collections.CopyOnWriteArrayList
Returns the index of the last occurrence of the specified element in this list, searching backwards from index, or returns -1 if the element is not found.
lastKey() - Method in class prefuse.util.collections.BooleanIntBitSetMap
 
lastKey() - Method in interface prefuse.util.collections.BooleanIntSortedMap
 
lastKey() - Method in interface prefuse.util.collections.DoubleIntSortedMap
 
lastKey() - Method in class prefuse.util.collections.DoubleIntTreeMap
 
lastKey() - Method in interface prefuse.util.collections.FloatIntSortedMap
 
lastKey() - Method in class prefuse.util.collections.FloatIntTreeMap
 
lastKey() - Method in interface prefuse.util.collections.IntIntSortedMap
 
lastKey() - Method in class prefuse.util.collections.IntIntTreeMap
 
lastKey() - Method in interface prefuse.util.collections.LongIntSortedMap
 
lastKey() - Method in class prefuse.util.collections.LongIntTreeMap
 
lastKey() - Method in interface prefuse.util.collections.ObjectIntSortedMap
 
lastKey() - Method in class prefuse.util.collections.ObjectIntTreeMap
 
lastOrder - Variable in class prefuse.util.collections.AbstractTreeMap
 
layout(NodeItem, double, double, double) - Method in class prefuse.action.layout.graph.RadialTreeLayout
Compute the layout.
Layout - Class in prefuse.action.layout
Abstract base class providing convenience methods for layout algorithms.
Layout() - Constructor for class prefuse.action.layout.Layout
Create a new Layout.
Layout(String) - Constructor for class prefuse.action.layout.Layout
Create a new Layout.
Layout(String, long) - Constructor for class prefuse.action.layout.Layout
 
LE - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
LEAF - Static variable in interface prefuse.data.io.TreeMLReader.Tokens
 
LEFT - Static variable in interface prefuse.Constants
A left alignment
LEFT_MOUSE_BUTTON - Static variable in interface prefuse.controls.Control
Represents the use of the left mouse button
LEFTRIGHT_TOPBOTTOM - Static variable in class prefuse.util.ui.JRangeSlider
 
length - Variable in class prefuse.util.force.Spring
The spring's resting length
LETTER - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
LexicalError(boolean, int, int, int, String, char) - Static method in error prefuse.data.expression.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class prefuse.data.expression.parser.ExpressionParserTokenManager
 
limit(double, double, double, double) - Method in class prefuse.util.display.Clip
Limit the clip such that it fits within the specified region.
line - Static variable in class prefuse.data.expression.parser.JavaCharStream
 
LINEAR_SCALE - Static variable in interface prefuse.Constants
A linear scale
linearInterp(double, double, double) - Static method in class prefuse.util.MathLib
Interpolates a value between a given minimum and maximum value using a linear scale.
linearLayout(VisualTable) - Method in class prefuse.action.layout.AxisLabelLayout
Calculates a quantitative, linearly scaled layout.
LINKS_SCHEMA - Static variable in class prefuse.data.Graph
Schema used for the internal graph linkage table
Listener() - Constructor for class prefuse.data.Graph.Listener
 
listeners - Variable in class prefuse.util.ui.JRangeSlider
 
listIterator() - Method in class prefuse.util.collections.CopyOnWriteArrayList
listIterator(int) - Method in class prefuse.util.collections.CopyOnWriteArrayList
ListModel - Class in prefuse.data.query
List data model supporting both data modeling and selection management.
ListModel() - Constructor for class prefuse.data.query.ListModel
Create an empty ListModel.
ListModel(Object[]) - Constructor for class prefuse.data.query.ListModel
Create a ListModel with the provided items.
ListQueryBinding - Class in prefuse.data.query
DynamicQueryBinding supporting queries based on a list of included data values.
ListQueryBinding(TupleSet, String) - Constructor for class prefuse.data.query.ListQueryBinding
Create a new ListQueryBinding over the given set and data field.
ListQueryBinding(TupleSet, String, boolean) - Constructor for class prefuse.data.query.ListQueryBinding
Create a new ListQueryBinding over the given set and data field.
Literal - Class in prefuse.data.expression
Abstract base class for a Literal Expression that evaluates to a constant value.
Literal() - Constructor for class prefuse.data.expression.Literal
 
Literal() - Static method in class prefuse.data.expression.parser.ExpressionParser
 
LiteralComparator - Interface in prefuse.util.collections
 
LiteralIterator - Interface in prefuse.util.collections
 
load(String) - Static method in class prefuse.data.io.FixedWidthTextTableSchema
Loads a schema description from the given location.
loadData(Table, String) - Method in class prefuse.data.io.sql.DatabaseDataSource
Asynchronously executes a query and stores the results in the given table instance.
loadData(Table, String, String) - Method in class prefuse.data.io.sql.DatabaseDataSource
Asynchronously executes a query and stores the results in the given table instance.
loadData(Table, String, Object) - Method in class prefuse.data.io.sql.DatabaseDataSource
Asynchronously executes a query and stores the results in the given table instance.
loadData(Table, String, String, Object) - Method in class prefuse.data.io.sql.DatabaseDataSource
Asynchronously executes a query and stores the results in the given table instance.
loadData(Table, String, String, Object, DataSourceWorker.Listener) - Method in class prefuse.data.io.sql.DatabaseDataSource
Asynchronously executes a query and stores the results in the given table instance.
loadMap - Variable in class prefuse.render.ImageFactory
 
locatePoint(Point2D, VisualItem) - Method in class prefuse.render.AbstractShapeRenderer
 
locatePoint(Point2D, VisualItem) - Method in class prefuse.render.AxisRenderer
 
locatePoint(Point2D, VisualItem) - Method in class prefuse.render.EdgeRenderer
 
locatePoint(Point2D, VisualItem) - Method in class prefuse.render.NullRenderer
 
locatePoint(Point2D, VisualItem) - Method in interface prefuse.render.Renderer
Returns true if the Point is located inside the extents of the item.
location - Variable in class prefuse.util.force.ForceItem
The location values of this ForceItem.
LocationAnimator - Class in prefuse.action.animate
Animator that linearly interpolates between two positions.
LocationAnimator() - Constructor for class prefuse.action.animate.LocationAnimator
Create a new LocationAnimator that processes all data groups.
LocationAnimator(String) - Constructor for class prefuse.action.animate.LocationAnimator
Create a new LocationAnimator that processes the specified group.
lockSchema() - Method in class prefuse.data.Schema
Locks the schema, preventing any additional changes.
LOG10 - Static variable in class prefuse.util.MathLib
The natural logarithm of 10
log10(double) - Static method in class prefuse.util.MathLib
The base 10 logarithm of the input value
LOG2 - Static variable in class prefuse.util.MathLib
The natural logarithm of 2
log2(double) - Static method in class prefuse.util.MathLib
The base 2 logarithm of the input value
LOG_SCALE - Static variable in interface prefuse.Constants
A logarithmic (base 10) scale
logInterp(double, double, double) - Static method in class prefuse.util.MathLib
Interpolates a value between a given minimum and maximum value using a base-10 logarithmic scale.
logLayout(VisualTable) - Method in class prefuse.action.layout.AxisLabelLayout
Calculates a quantitative, logarithmically-scaled layout.
LONG - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
LONG - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
 
LONG - Static variable in interface prefuse.data.io.TreeMLReader.Tokens
 
LONG_DASHES - Static variable in class prefuse.util.StrokeLib
Dash pattern for longer uniform dashes
LongArrayParser - Class in prefuse.data.parser
DataParser instance the parses an array of long values from a text string.
LongArrayParser() - Constructor for class prefuse.data.parser.LongArrayParser
 
LongColumn - Class in prefuse.data.column
Column implementation for storing long values.
LongColumn() - Constructor for class prefuse.data.column.LongColumn
Create a new empty LongColumn.
LongColumn(int) - Constructor for class prefuse.data.column.LongColumn
Create a new LongColumn.
LongColumn(int, int, long) - Constructor for class prefuse.data.column.LongColumn
Create a new LongColumn.
LongIntSortedMap - Interface in prefuse.util.collections
Sorted map that maps from a long key to an int value.
LongIntTreeMap - Class in prefuse.util.collections
Sorted map implementation using a red-black tree to map from long keys to int values.
LongIntTreeMap() - Constructor for class prefuse.util.collections.LongIntTreeMap
 
LongIntTreeMap(boolean) - Constructor for class prefuse.util.collections.LongIntTreeMap
 
LongIntTreeMap(LiteralComparator) - Constructor for class prefuse.util.collections.LongIntTreeMap
 
LongIntTreeMap(LiteralComparator, boolean) - Constructor for class prefuse.util.collections.LongIntTreeMap
 
LongParser - Class in prefuse.data.parser
DataParser instance that parses long values from a text string.
LongParser() - Constructor for class prefuse.data.parser.LongParser
 
lookup(VisualItem) - Method in class prefuse.action.EncoderAction
Lookup the value mapped to by the given item.
lowWaterMark - Variable in class prefuse.util.collections.AbstractHashMap
The table capacity c=table.length always satisfies the invariant c * minLoadFactor <= s <= c * maxLoadFactor, where s=size() is the number of associations currently contained.
LPAREN - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
lstnr - Variable in class prefuse.util.ui.JRangeSlider
 
LT - Static variable in class prefuse.data.expression.ComparisonPredicate
Indicates a less-than comparison.
LT - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
LTEQ - Static variable in class prefuse.data.expression.ComparisonPredicate
Indicates a less-than-or-equals comparison.
LuceneSearcher - Class in prefuse.data.search
Adapter class for interfacing with the Lucene search engine.
LuceneSearcher() - Constructor for class prefuse.data.search.LuceneSearcher
Create a new LuceneSearcher using an in-memory search index.
LuceneSearcher(Directory) - Constructor for class prefuse.data.search.LuceneSearcher
Create a new LuceneSearcher using the specified search index location.
LuceneSearcher(Directory, String, boolean) - Constructor for class prefuse.data.search.LuceneSearcher
Create a new LuceneSearcher using a specified search index location, a particular Document field to index, and given read/write status.
LuceneSearcher(Directory, String[], boolean) - Constructor for class prefuse.data.search.LuceneSearcher
Create a new LuceneSearcher using a specified search index location, a particular Document fields to index, and given read/write status.

M

m_actions - Variable in class prefuse.action.CompositeAction
 
m_aggregated - Variable in class prefuse.visual.AggregateTable
Table storing the 1->Many aggregation mappings
m_anchor - Variable in class prefuse.action.layout.Layout
The explicitly set anchor point at which the layout can be centered or rooted.
m_arcHeight - Variable in class prefuse.render.LabelRenderer
 
m_arcWidth - Variable in class prefuse.render.LabelRenderer
 
m_arrowHead - Variable in class prefuse.render.EdgeRenderer
 
m_arrowHeight - Variable in class prefuse.render.EdgeRenderer
 
m_arrowTrans - Variable in class prefuse.render.EdgeRenderer
 
m_arrowWidth - Variable in class prefuse.render.EdgeRenderer
 
m_asynch - Variable in class prefuse.render.ImageFactory
 
m_autoScale - Variable in class prefuse.action.layout.graph.RadialTreeLayout
 
m_axis - Variable in class prefuse.util.ui.JToggleGroup
 
m_backing - Variable in class prefuse.data.SpanningTree
A reference to the backing graph that this tree spans.
m_bbox - Variable in class prefuse.render.LabelRenderer
The holder for the currently computed bounding box
m_bfs - Variable in class prefuse.action.filter.GraphDistanceFilter
 
m_bgpainter - Variable in class prefuse.Display
 
m_bins - Variable in class prefuse.action.assignment.DataSizeAction
 
m_bounders - Variable in class prefuse.Display
 
m_bounds - Variable in class prefuse.action.layout.Layout
The explicitly set layout bounds.
m_bounds - Variable in class prefuse.Display
 
m_bpts - Variable in class prefuse.action.layout.Layout
 
m_childToParent - Variable in class prefuse.data.util.FilteredRowManager
 
m_cidx - Variable in class prefuse.action.assignment.ColorAction
 
m_clauses - Variable in class prefuse.data.expression.CompositePredicate
 
m_clip - Variable in class prefuse.Display
 
m_col - Variable in class prefuse.data.util.TreeIndex
 
m_colFilter - Variable in class prefuse.data.CascadedTable
ColumnProjection determining which columns of the parent table are included in this table.
m_colidx - Variable in class prefuse.data.util.TreeIndex
 
m_colorField - Variable in class prefuse.action.assignment.ColorAction
 
m_columns - Variable in class prefuse.data.Table
Locally stored data columns
m_columnType - Variable in class prefuse.data.column.AbstractColumn
 
m_conn - Variable in class prefuse.data.io.sql.DatabaseDataSource
 
m_controls - Variable in class prefuse.Display
 
m_ctrlPoints - Variable in class prefuse.render.EdgeRenderer
 
m_cubic - Variable in class prefuse.render.EdgeRenderer
 
m_cur - Variable in class prefuse.data.util.TableIterator
 
m_curArrow - Variable in class prefuse.render.EdgeRenderer
 
m_curWidth - Variable in class prefuse.render.EdgeRenderer
 
m_customToolTip - Variable in class prefuse.Display
 
m_damageRedraw - Variable in class prefuse.Display
 
m_data - Variable in class prefuse.util.ui.JToggleGroup
 
m_dataField - Variable in class prefuse.action.assignment.DataShapeAction
 
m_dataField - Variable in class prefuse.action.assignment.DataSizeAction
 
m_defaultColor - Variable in class prefuse.action.assignment.ColorAction
 
m_defaultShape - Variable in class prefuse.action.assignment.ShapeAction
 
m_defaultSize - Variable in class prefuse.action.assignment.SizeAction
 
m_defaultValue - Variable in class prefuse.data.column.AbstractColumn
 
m_delim - Variable in class prefuse.render.LabelRenderer
 
m_depth - Variable in class prefuse.data.util.BreadthFirstIterator
 
m_dflt - Variable in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
m_dfmt - Variable in class prefuse.data.parser.DateParser
 
m_directed - Variable in class prefuse.data.Graph
Indicates if this graph is directed or undirected
m_dist - Variable in class prefuse.action.assignment.DataSizeAction
 
m_distance - Variable in class prefuse.action.filter.GraphDistanceFilter
 
m_distortSize - Variable in class prefuse.action.distortion.Distortion
 
m_distortX - Variable in class prefuse.action.distortion.Distortion
 
m_distortY - Variable in class prefuse.action.distortion.Distortion
 
m_edgeArrow - Variable in class prefuse.render.EdgeRenderer
 
m_edgeGroup - Variable in class prefuse.action.layout.graph.ForceDirectedLayout
 
m_edgeGroup - Variable in class prefuse.action.layout.graph.FruchtermanReingoldLayout
 
m_edges - Variable in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
m_edgeTuples - Variable in class prefuse.data.Graph
TupleManager for managing Edge tuple instances
m_edgeType - Variable in class prefuse.render.EdgeRenderer
 
m_eidx - Variable in class prefuse.action.assignment.ColorAction
 
m_endField - Variable in class prefuse.action.assignment.ColorAction
 
m_entries - Variable in class prefuse.data.Table
Mapping between column names and column entries containing column, metadata, and index references
m_esch - Variable in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
m_factories - Variable in class prefuse.data.parser.TypeInferencer
 
m_fidx - Variable in class prefuse.action.layout.graph.FruchtermanReingoldLayout
 
m_field - Variable in class prefuse.data.expression.ColumnExpression
 
m_field - Variable in class prefuse.data.query.DynamicQueryBinding
The data field processed by the query.
m_font - Variable in class prefuse.render.LabelRenderer
 
m_for - Variable in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
m_graph - Variable in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
m_graph - Variable in class prefuse.data.tuple.TableEdge
The backing graph.
m_graph - Variable in class prefuse.data.tuple.TableNode
The backing graph.
m_graph - Variable in class prefuse.data.tuple.TupleManager
 
m_graph - Variable in class prefuse.visual.tuple.TableEdgeItem
 
m_graph - Variable in class prefuse.visual.tuple.TableNodeItem
 
m_graphid - Variable in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
m_group - Variable in class prefuse.action.GroupAction
A reference to the group to be processed by this Action
m_group - Variable in class prefuse.util.ui.JToggleGroup
 
m_group - Variable in class prefuse.visual.expression.GroupExpression
 
m_groupP - Variable in class prefuse.action.filter.GraphDistanceFilter
 
m_handler - Variable in class prefuse.data.io.sql.DatabaseDataSource
 
m_hi - Variable in class prefuse.data.query.NumberRangeModel
 
m_highQuality - Variable in class prefuse.Display
 
m_hImageAlign - Variable in class prefuse.render.LabelRenderer
 
m_horizBorder - Variable in class prefuse.render.LabelRenderer
 
m_hTextAlign - Variable in class prefuse.render.LabelRenderer
 
m_id - Variable in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
m_id - Variable in class prefuse.data.search.KeywordSearchTupleSet
 
m_idMap - Variable in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
m_imageCacheSize - Variable in class prefuse.render.ImageFactory
 
m_imageMargin - Variable in class prefuse.render.LabelRenderer
 
m_imageName - Variable in class prefuse.render.LabelRenderer
 
m_imagePos - Variable in class prefuse.render.LabelRenderer
 
m_images - Variable in class prefuse.render.LabelRenderer
 
m_includeEdges - Variable in class prefuse.data.util.BreadthFirstIterator
 
m_includeNodes - Variable in class prefuse.data.util.BreadthFirstIterator
 
m_index - Variable in class prefuse.data.util.TreeIndex
 
m_inferBounds - Variable in class prefuse.action.assignment.DataSizeAction
 
m_inferRange - Variable in class prefuse.action.assignment.DataSizeAction
 
m_insets - Variable in class prefuse.action.layout.Layout
 
m_is2DArea - Variable in class prefuse.action.assignment.DataSizeAction
 
m_isctPoints - Variable in class prefuse.render.EdgeRenderer
 
m_itransform - Variable in class prefuse.Display
 
m_labelName - Variable in class prefuse.render.LabelRenderer
 
m_labels - Variable in class prefuse.util.ui.JToggleGroup
 
m_lastCol - Variable in class prefuse.data.Table
Memoize the index of the last column operated on, used to expedite handling of column updates.
m_left - Variable in class prefuse.data.expression.BinaryExpression
 
m_line - Variable in class prefuse.render.EdgeRenderer
 
m_links - Variable in class prefuse.data.Graph
Table containing the adjacency lists for the graph
m_listener - Variable in class prefuse.data.CascadedTable
An internal listener class
m_listeners - Variable in class prefuse.data.column.AbstractColumn
 
m_listeners - Variable in class prefuse.data.Table
Listeners for changes to this table
m_lo - Variable in class prefuse.data.query.NumberRangeModel
 
m_longKey - Variable in class prefuse.data.Graph
Indicates if the key values are of type long
m_lucene - Variable in class prefuse.data.search.KeywordSearchTupleSet
 
m_manageBounds - Variable in class prefuse.render.AbstractShapeRenderer
 
m_map - Variable in class prefuse.data.search.KeywordSearchTupleSet
 
m_margin - Variable in class prefuse.action.layout.Layout
 
m_margin - Variable in class prefuse.util.ui.JToggleGroup
 
m_max - Variable in class prefuse.data.query.NumberRangeModel
 
m_maxDepth - Variable in class prefuse.action.layout.graph.RadialTreeLayout
 
m_maxImageHeight - Variable in class prefuse.render.ImageFactory
 
m_maxImageWidth - Variable in class prefuse.render.ImageFactory
 
m_maxScale - Variable in class prefuse.controls.AbstractZoomControl
 
m_maxTextWidth - Variable in class prefuse.render.LabelRenderer
 
m_min - Variable in class prefuse.data.query.NumberRangeModel
 
m_minScale - Variable in class prefuse.controls.AbstractZoomControl
 
m_minSize - Variable in class prefuse.action.assignment.DataSizeAction
 
m_modCount - Variable in class prefuse.data.Table
Tracks the number of edits of this table
m_name - Variable in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
m_names - Variable in class prefuse.data.Table
Column names for locally store data columns
m_nidx - Variable in class prefuse.data.Graph
Reference to an index over the node key field
m_nkey - Variable in class prefuse.data.Graph
The node key field (for the Node table)
m_nodeGroup - Variable in class prefuse.action.layout.graph.ForceDirectedLayout
 
m_nodeGroup - Variable in class prefuse.action.layout.graph.FruchtermanReingoldLayout
 
m_nodeMap - Variable in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
m_nodes - Variable in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
m_nodeTuples - Variable in class prefuse.data.Graph
TupleManager for managing Node tuple instances
m_nsch - Variable in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
m_offscreen - Variable in class prefuse.Display
 
m_op - Variable in class prefuse.data.expression.BinaryExpression
 
m_ordinalMap - Variable in class prefuse.action.assignment.DataShapeAction
 
m_origin - Variable in class prefuse.action.layout.graph.RadialTreeLayout
 
m_painters - Variable in class prefuse.Display
 
m_palette - Variable in class prefuse.action.assignment.DataShapeAction
 
m_params - Variable in class prefuse.data.expression.FunctionExpression
 
m_parent - Variable in class prefuse.data.CascadedTable
Cascaded parent table
m_parentToChild - Variable in class prefuse.data.util.FilteredRowManager
 
m_parser - Variable in class prefuse.data.column.AbstractColumn
 
m_pcount - Variable in class prefuse.data.expression.FunctionExpression
 
m_pf - Variable in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
m_pnames - Variable in class prefuse.data.CascadedTable
List of included parent column names
m_pos - Variable in class prefuse.data.parser.DateParser
 
m_predicate - Variable in class prefuse.action.ItemAction
A reference to filtering predicate for this Action
m_predicate - Variable in class prefuse.Display
 
m_prevRoot - Variable in class prefuse.action.layout.graph.RadialTreeLayout
 
m_pt - Variable in class prefuse.render.LabelRenderer
 
m_query - Variable in class prefuse.data.query.DynamicQueryBinding
The actual query over Table data.
m_query - Variable in class prefuse.data.search.KeywordSearchTupleSet
 
m_queue - Variable in class prefuse.data.util.BreadthFirstIterator
 
m_queue - Variable in class prefuse.Display
 
m_radiusInc - Variable in class prefuse.action.layout.graph.RadialTreeLayout
 
m_rclip - Variable in class prefuse.Display
 
m_readOnly - Variable in class prefuse.data.column.AbstractColumn
 
m_reindex - Variable in class prefuse.data.util.TreeIndex
 
m_right - Variable in class prefuse.data.expression.BinaryExpression
 
m_root - Variable in class prefuse.action.layout.graph.TreeLayout
 
m_root - Variable in class prefuse.data.Tree
The node table row number for the root node of the tree.
m_row - Variable in class prefuse.data.tuple.TableTuple
 
m_rowFilter - Variable in class prefuse.data.CascadedTable
Selection Predicate determining which rows of the parent table are included in this table.
m_rows - Variable in class prefuse.data.Table
Manager for valid row indices
m_rows - Variable in class prefuse.data.util.TreeIndex
 
m_sbuf - Variable in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
m_scale - Variable in class prefuse.action.assignment.DataSizeAction
 
m_schema - Variable in class prefuse.data.Table
A cached schema instance, loaded lazily
m_screen - Variable in class prefuse.Display
 
m_sel - Variable in class prefuse.util.ui.JToggleGroup
 
m_setTheta - Variable in class prefuse.action.layout.graph.RadialTreeLayout
 
m_sidx - Variable in class prefuse.action.assignment.ColorAction
 
m_sizeRange - Variable in class prefuse.action.assignment.DataSizeAction
 
m_skey - Variable in class prefuse.data.Graph
The source node key field (for the Edge table)
m_sources - Variable in class prefuse.action.filter.GraphDistanceFilter
 
m_spacing - Variable in class prefuse.util.ui.JToggleGroup
 
m_spanning - Variable in class prefuse.data.Graph
The spanning tree over this graph
m_startField - Variable in class prefuse.action.assignment.ColorAction
 
m_stmt - Variable in class prefuse.data.io.sql.DatabaseDataSource
 
m_storeTermVectors - Variable in class prefuse.data.search.KeywordSearchTupleSet
 
m_table - Variable in class prefuse.data.tuple.TableTuple
 
m_table - Variable in class prefuse.data.tuple.TupleManager
 
m_table - Variable in class prefuse.data.util.RowManager
 
m_table - Variable in class prefuse.data.util.TreeIndex
 
m_template - Variable in class prefuse.data.parser.TypeInferencer
 
m_tempScale - Variable in class prefuse.action.assignment.DataSizeAction
 
m_text - Variable in class prefuse.render.LabelRenderer
 
m_textDim - Variable in class prefuse.render.LabelRenderer
 
m_theta1 - Variable in class prefuse.action.layout.graph.RadialTreeLayout
 
m_theta2 - Variable in class prefuse.action.layout.graph.RadialTreeLayout
 
m_tkey - Variable in class prefuse.data.Graph
The target node key field (for the Edge table)
m_tmpa - Variable in class prefuse.action.layout.Layout
 
m_tmpb - Variable in class prefuse.action.layout.Layout
 
m_tmpPoint - Variable in class prefuse.Display
 
m_tmpPoints - Variable in class prefuse.render.EdgeRenderer
 
m_transact - Variable in class prefuse.Display
 
m_transform - Variable in class prefuse.Display
 
m_transform - Variable in class prefuse.render.AbstractShapeRenderer
 
m_traversal - Variable in class prefuse.data.util.BreadthFirstIterator
 
m_tuples - Variable in class prefuse.data.query.DynamicQueryBinding
The TupleSet processed by the query.
m_tuples - Variable in class prefuse.data.Table
manager for tuples, which are object representations for rows
m_tuples - Variable in class prefuse.data.tuple.DefaultTupleSet
 
m_tupleType - Variable in class prefuse.data.tuple.TupleManager
 
m_type - Variable in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
m_type - Variable in class prefuse.data.query.NumberRangeModel
 
m_type - Variable in class prefuse.util.ui.JToggleGroup
 
m_vertBorder - Variable in class prefuse.render.LabelRenderer
 
m_vImageAlign - Variable in class prefuse.render.LabelRenderer
 
m_vis - Variable in class prefuse.action.Action
A reference to the visualization processed by this Action.
m_vis - Variable in class prefuse.Display
 
m_visibleCount - Variable in class prefuse.Display
 
m_vTextAlign - Variable in class prefuse.render.LabelRenderer
 
m_width - Variable in class prefuse.render.EdgeRenderer
 
m_xAlign - Variable in class prefuse.render.LabelRenderer
 
m_xAlign1 - Variable in class prefuse.render.EdgeRenderer
 
m_xAlign2 - Variable in class prefuse.render.EdgeRenderer
 
m_yAlign - Variable in class prefuse.render.LabelRenderer
 
m_yAlign1 - Variable in class prefuse.render.EdgeRenderer
 
m_yAlign2 - Variable in class prefuse.render.EdgeRenderer
 
m_zoomOverItem - Variable in class prefuse.controls.AbstractZoomControl
 
main(String[]) - Static method in class prefuse.util.ui.BrowserLauncher
Opens the URL specified on the command line in the system browser.
mass - Variable in class prefuse.util.force.ForceItem
The mass value of this ForceItem.
MathLib - Class in prefuse.util
Library of mathematical constants and methods not included in the Math class.
max(double[]) - Static method in class prefuse.util.ArrayLib
Find the maximum value in an array.
max(Iterator, String) - Static method in class prefuse.util.DataLib
Get the Tuple with the maximum data field value.
max(Iterator, String, Comparator) - Static method in class prefuse.util.DataLib
Get the Tuple with the maximum data field value.
max(TupleSet, String, Comparator) - Static method in class prefuse.util.DataLib
Get the Tuple with the maximum data field value.
max(TupleSet, String) - Static method in class prefuse.util.DataLib
Get the Tuple with the maximum data field value.
MAX_KEY - Static variable in interface prefuse.util.collections.ObjectIntSortedMap
 
MAX_ZOOM - Static variable in class prefuse.controls.AbstractZoomControl
Indicates the maximum allowed zoom level has been reached.
maximum() - Method in interface prefuse.data.util.Index
Get the row (or one of the rows) with the maximum data value.
maximum() - Method in class prefuse.data.util.TreeIndex
 
maximum(AbstractTreeMap.Entry) - Method in class prefuse.util.collections.AbstractTreeMap
 
maxLoadFactor - Variable in class prefuse.util.collections.AbstractHashMap
The maximum load factor for the hash-table.
maxNextCharInd - Static variable in class prefuse.data.expression.parser.JavaCharStream
 
maxValues - Variable in class prefuse.util.force.AbstractForce
 
mean(Iterator, String) - Static method in class prefuse.util.DataLib
Get the mean value of a tuple data value.
median() - Method in interface prefuse.data.util.Index
Get the row (or one of the rows) with the median data value.
median() - Method in class prefuse.data.util.TreeIndex
 
median(Iterator, String) - Static method in class prefuse.util.DataLib
Get the Tuple with the median data field value.
median(Iterator, String, Comparator) - Static method in class prefuse.util.DataLib
Get the Tuple with the median data field value.
median(TupleSet, String, Comparator) - Static method in class prefuse.util.DataLib
Get the Tuple with the median data field value.
median(TupleSet, String) - Static method in class prefuse.util.DataLib
Get the Tuple with the median data field value.
MEMBER - Static variable in class prefuse.visual.AggregateTable
 
MEMBER_HASH - Static variable in class prefuse.visual.AggregateTable
 
merge(int[], double[], int, int, int) - Static method in class prefuse.util.ArrayLib
 
merge(int[], int[], int, int, int) - Static method in class prefuse.util.ArrayLib
 
merge(int[], Object[], int, int, int) - Static method in class prefuse.util.ArrayLib
 
merge(double[], int[], int, int, int) - Static method in class prefuse.util.ArrayLib
 
merge(float[], int[], int, int, int) - Static method in class prefuse.util.ArrayLib
 
merge(Object[], int[], int, int, int, Comparator) - Static method in class prefuse.util.ArrayLib
 
mergesort(int[], double[], int, int) - Static method in class prefuse.util.ArrayLib
 
mergesort(int[], int[], int, int) - Static method in class prefuse.util.ArrayLib
 
mergesort(int[], int[], Object[], Object[], int, int, int) - Static method in class prefuse.util.ArrayLib
 
mergesort(double[], int[], int, int) - Static method in class prefuse.util.ArrayLib
 
mergesort(float[], int[], int, int) - Static method in class prefuse.util.ArrayLib
 
mergesort(Object[], int[], int, int, Comparator) - Static method in class prefuse.util.ArrayLib
 
metadata - Variable in class prefuse.data.Table.ColumnEntry
The column metadata instance.
MIDDLE_MOUSE_BUTTON - Static variable in interface prefuse.controls.Control
Represents the use of the middle mouse button
MILLENIUM - Static variable in class prefuse.util.TimeLib
Represents a millennium, 1000 years.
min(double[]) - Static method in class prefuse.util.ArrayLib
Find the minimum value in an array.
min(Iterator, String) - Static method in class prefuse.util.DataLib
Get the Tuple with the minimum data field value.
min(Iterator, String, Comparator) - Static method in class prefuse.util.DataLib
Get the Tuple with the minimum data field value.
min(TupleSet, String, Comparator) - Static method in class prefuse.util.DataLib
Get the Tuple with the minimum data field value.
min(TupleSet, String) - Static method in class prefuse.util.DataLib
Get the Tuple with the minimum data field value.
MIN_DISTANCE - Static variable in class prefuse.util.force.NBodyForce
 
MIN_KEY - Static variable in interface prefuse.util.collections.ObjectIntSortedMap
 
MIN_ZOOM - Static variable in class prefuse.controls.AbstractZoomControl
Indicates the minimum allowed zoom level has been reached.
minExtent - Variable in class prefuse.util.ui.JRangeSlider
 
minimum() - Method in interface prefuse.data.util.Index
Get the row (or one of the rows) with the minimum data value.
minimum() - Method in class prefuse.data.util.TreeIndex
 
minimum(AbstractTreeMap.Entry) - Method in class prefuse.util.collections.AbstractTreeMap
 
MINIMUM_DOI - Static variable in interface prefuse.Constants
The absolute minimum degree-of-interest (DOI) value
minLoadFactor - Variable in class prefuse.util.collections.AbstractHashMap
The minimum load factor for the hash-table.
minValues - Variable in class prefuse.util.force.AbstractForce
 
missingParams() - Method in class prefuse.data.expression.FunctionExpression
Throw an exception when needed parameters are missing.
MOD - Static variable in class prefuse.data.expression.ArithmeticExpression
Indicates a modulo operation.
MOD - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
modCount - Variable in class prefuse.util.collections.AbstractTreeMap
 
model - Variable in class prefuse.util.ui.JRangeSlider
 
modify() - Method in class prefuse.data.util.TableIterator
Tracks table modifications.
mouseClicked(MouseEvent) - Method in interface prefuse.controls.Control
Invoked when the mouse button has been clicked (pressed and released) on the Display, but NOT on a VisualItem.
mouseClicked(MouseEvent) - Method in class prefuse.controls.ControlAdapter
 
mouseClicked(MouseEvent) - Method in class prefuse.controls.ZoomToFitControl
 
mouseClicked(MouseEvent) - Method in class prefuse.Display.InputEventCapturer
 
mouseClicked(MouseEvent) - Method in class prefuse.util.ui.JRangeSlider
 
mouseClicked(MouseEvent) - Method in class prefuse.util.ui.JSearchPanel.CancelButton
 
mouseDragged(MouseEvent) - Method in class prefuse.controls.AnchorUpdateControl
 
mouseDragged(MouseEvent) - Method in interface prefuse.controls.Control
Invoked when a mouse button is pressed on the Display (but NOT a VisualItem) and then dragged.
mouseDragged(MouseEvent) - Method in class prefuse.controls.ControlAdapter
 
mouseDragged(MouseEvent) - Method in class prefuse.controls.PanControl
 
mouseDragged(MouseEvent) - Method in class prefuse.controls.RotationControl
 
mouseDragged(MouseEvent) - Method in class prefuse.controls.ZoomControl
 
mouseDragged(MouseEvent) - Method in class prefuse.controls.ZoomingPanControl
 
mouseDragged(MouseEvent) - Method in class prefuse.Display.InputEventCapturer
 
mouseDragged(MouseEvent) - Method in class prefuse.util.ui.JRangeSlider
 
mouseEntered(MouseEvent) - Method in interface prefuse.controls.Control
Invoked when the mouse enters the Display.
mouseEntered(MouseEvent) - Method in class prefuse.controls.ControlAdapter
 
mouseEntered(MouseEvent) - Method in class prefuse.Display.InputEventCapturer
 
mouseEntered(MouseEvent) - Method in class prefuse.util.ui.JRangeSlider
 
mouseEntered(MouseEvent) - Method in class prefuse.util.ui.JSearchPanel.CancelButton
 
mouseExited(MouseEvent) - Method in class prefuse.controls.AnchorUpdateControl
 
mouseExited(MouseEvent) - Method in interface prefuse.controls.Control
Invoked when the mouse exits the Display.
mouseExited(MouseEvent) - Method in class prefuse.controls.ControlAdapter
 
mouseExited(MouseEvent) - Method in class prefuse.Display.InputEventCapturer
 
mouseExited(MouseEvent) - Method in class prefuse.util.ui.JRangeSlider
 
mouseExited(MouseEvent) - Method in class prefuse.util.ui.JSearchPanel.CancelButton
 
mouseMoved(MouseEvent) - Method in class prefuse.controls.AnchorUpdateControl
 
mouseMoved(MouseEvent) - Method in interface prefuse.controls.Control
Invoked when the mouse cursor has been moved on the Display (but NOT a VisualItem) and no buttons have been pushed.
mouseMoved(MouseEvent) - Method in class prefuse.controls.ControlAdapter
 
mouseMoved(MouseEvent) - Method in class prefuse.Display.InputEventCapturer
 
mouseMoved(MouseEvent) - Method in class prefuse.util.ui.JRangeSlider
 
mousePressed(MouseEvent) - Method in interface prefuse.controls.Control
Invoked when a mouse button has been pressed on the Display but NOT on a VisualItem.
mousePressed(MouseEvent) - Method in class prefuse.controls.ControlAdapter
 
mousePressed(MouseEvent) - Method in class prefuse.controls.PanControl
 
mousePressed(MouseEvent) - Method in class prefuse.controls.RotationControl
 
mousePressed(MouseEvent) - Method in class prefuse.controls.ZoomControl
 
mousePressed(MouseEvent) - Method in class prefuse.controls.ZoomingPanControl
 
mousePressed(MouseEvent) - Method in class prefuse.Display.InputEventCapturer
 
mousePressed(MouseEvent) - Method in class prefuse.util.ui.JRangeSlider
 
mousePressed(MouseEvent) - Method in class prefuse.util.ui.JSearchPanel.CancelButton
 
mouseReleased(MouseEvent) - Method in interface prefuse.controls.Control
Invoked when a mouse button has been released on the Display but NOT on a VisualItem.
mouseReleased(MouseEvent) - Method in class prefuse.controls.ControlAdapter
 
mouseReleased(MouseEvent) - Method in class prefuse.controls.PanControl
 
mouseReleased(MouseEvent) - Method in class prefuse.controls.RotationControl
 
mouseReleased(MouseEvent) - Method in class prefuse.controls.ZoomControl
 
mouseReleased(MouseEvent) - Method in class prefuse.controls.ZoomingPanControl
 
mouseReleased(MouseEvent) - Method in class prefuse.Display.InputEventCapturer
 
mouseReleased(MouseEvent) - Method in class prefuse.util.ui.JRangeSlider
 
mouseReleased(MouseEvent) - Method in class prefuse.util.ui.JSearchPanel.CancelButton
 
mouseWheelMoved(MouseWheelEvent) - Method in interface prefuse.controls.Control
Invoked when the mouse wheel is rotated while the mouse is over the Display (but NOT a VisualItem).
mouseWheelMoved(MouseWheelEvent) - Method in class prefuse.controls.ControlAdapter
 
mouseWheelMoved(MouseWheelEvent) - Method in class prefuse.controls.WheelZoomControl
 
mouseWheelMoved(MouseWheelEvent) - Method in class prefuse.Display.InputEventCapturer
 
moveEvent(MouseEvent) - Method in class prefuse.controls.AnchorUpdateControl
Registers a mouse move event, updating the anchor point for all registered layout instances.
MUL - Static variable in class prefuse.data.expression.ArithmeticExpression
Indicates a multiplication operation.
MUL - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
MultiplicativeExpression() - Static method in class prefuse.data.expression.parser.ExpressionParser
 

N

Name() - Static method in class prefuse.data.expression.parser.ExpressionParser
 
NAME - Static variable in interface prefuse.data.io.TreeMLReader.Tokens
 
NamedColumnProjection - Class in prefuse.data.util
ColumnProjection instance that includes or excludes columns based on the column name.
NamedColumnProjection(String, boolean) - Constructor for class prefuse.data.util.NamedColumnProjection
Create a new NamedColumnProjection.
NamedColumnProjection(String[], boolean) - Constructor for class prefuse.data.util.NamedColumnProjection
Create a new NamedColumnProjection.
NBodyForce - Class in prefuse.util.force
Force function which computes an n-body force such as gravity, anti-gravity, or the results of electric charges.
NBodyForce() - Constructor for class prefuse.util.force.NBodyForce
Create a new NBodyForce with default parameters.
NBodyForce(float, float, float) - Constructor for class prefuse.util.force.NBodyForce
Create a new NBodyForce.
NBodyForce.QuadTreeNode - Class in prefuse.util.force
Represents a node in the quadtree.
NBodyForce.QuadTreeNodeFactory - Class in prefuse.util.force
Helper class to minimize number of object creations across multiple uses of the quadtree.
NE - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
NeighborHighlightControl - Class in prefuse.controls
A ControlListener that sets the highlighted status (using the VisualItem.setHighlighted method) for nodes neighboring the node currently under the mouse pointer.
NeighborHighlightControl() - Constructor for class prefuse.controls.NeighborHighlightControl
Creates a new highlight control.
NeighborHighlightControl(String) - Constructor for class prefuse.controls.NeighborHighlightControl
Creates a new highlight control that runs the given activity whenever the neighbor highlight changes.
NeighborIterator - Class in prefuse.data.util
Iterator over neighbors of a given Node.
NeighborIterator(Node, Iterator) - Constructor for class prefuse.data.util.NeighborIterator
Create a new NeighborIterator.
neighbors(Node) - Method in class prefuse.data.Graph
Get an iterator over all neighbor nodes for the given Node in the graph.
neighbors() - Method in interface prefuse.data.Node
Get an iterator over all nodes connected to this node.
neighbors() - Method in class prefuse.data.tuple.TableNode
 
neighbors() - Method in class prefuse.visual.tuple.TableNodeItem
 
NEQ - Static variable in class prefuse.data.expression.ComparisonPredicate
Indicates a not-equals comparison.
newToken(int) - Static method in class prefuse.data.expression.parser.Token
Returns a new Token object, by default.
newTuple(int) - Method in class prefuse.data.tuple.TupleManager
Instantiate a new Tuple instance for the given row index.
next - Variable in class prefuse.data.expression.parser.Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in class prefuse.data.search.Trie.TrieIterator
 
next() - Method in class prefuse.data.tuple.TupleManager.TupleManagerIterator
 
next() - Method in class prefuse.data.util.BreadthFirstIterator
 
next() - Method in class prefuse.data.util.FilterIterator
 
next() - Method in class prefuse.data.util.NeighborIterator
 
next() - Method in class prefuse.data.util.SortedTupleIterator
 
next() - Method in class prefuse.data.util.TreeNodeIterator
 
next() - Method in class prefuse.util.collections.AbstractTreeMap.EntryIterator
 
next() - Method in class prefuse.util.collections.AbstractTreeMap.KeyIterator
 
next() - Method in class prefuse.util.collections.CompositeIterator
 
next() - Method in class prefuse.util.collections.IntIterator
 
next() - Method in class prefuse.visual.AggregateTable.AggregatedIterator
 
nextBoolean() - Method in class prefuse.util.collections.AbstractLiteralIterator
 
nextBoolean() - Method in class prefuse.util.collections.BooleanIntBitSetMap.BitSetIterator
 
nextBoolean() - Method in interface prefuse.util.collections.LiteralIterator
 
nextCharBuf - Static variable in class prefuse.data.expression.parser.JavaCharStream
 
nextCharInd - Static variable in class prefuse.data.expression.parser.JavaCharStream
 
nextDouble() - Method in class prefuse.util.collections.AbstractLiteralIterator
 
nextDouble() - Method in class prefuse.util.collections.IntIterator
 
nextDouble() - Method in interface prefuse.util.collections.LiteralIterator
 
nextFloat() - Method in class prefuse.util.collections.AbstractLiteralIterator
 
nextFloat() - Method in class prefuse.util.collections.IntIterator
 
nextFloat() - Method in interface prefuse.util.collections.LiteralIterator
 
nextInt() - Method in class prefuse.data.util.FilterRowIterator
 
nextInt() - Method in class prefuse.data.util.RowManager.ColumnRowIterator
 
nextInt() - Method in class prefuse.data.util.RowManager.RowIterator
 
nextInt() - Method in class prefuse.data.util.TableIterator
Returns the next table row.
nextInt() - Method in class prefuse.data.util.UniqueRowIterator
 
nextInt() - Method in class prefuse.util.collections.AbstractLiteralIterator
 
nextInt() - Method in class prefuse.util.collections.AbstractTreeMap.ValueIterator
 
nextInt() - Method in class prefuse.util.collections.BooleanIntBitSetMap.BitSetIterator
 
nextInt() - Method in class prefuse.util.collections.CompositeIntIterator
 
nextInt() - Method in class prefuse.util.collections.IntArrayIterator
 
nextInt() - Method in class prefuse.util.collections.IntIterator
 
nextInt() - Method in interface prefuse.util.collections.LiteralIterator
 
nextLong() - Method in class prefuse.util.collections.AbstractLiteralIterator
 
nextLong() - Method in class prefuse.util.collections.IntIterator
 
nextLong() - Method in interface prefuse.util.collections.LiteralIterator
 
nextPrime(int) - Method in class prefuse.util.collections.AbstractHashMap
Returns a prime number which is >= desiredCapacity and very close to desiredCapacity (within 11% if desiredCapacity >= 1000).
nextPrime(int) - Static method in class prefuse.util.collections.PrimeFinder
Returns a prime number which is >= desiredCapacity and very close to desiredCapacity (within 11% if desiredCapacity >= 1000).
nextTrackerID - Variable in class prefuse.render.ImageFactory
 
nframes - Variable in class prefuse.Display
 
NIL - Static variable in class prefuse.util.collections.AbstractTreeMap
 
NO_INTERSECTION - Static variable in class prefuse.util.GraphicsLib
Indicates no intersection between shapes
NO_SHAPE - Static variable in class prefuse.action.assignment.DataShapeAction
 
NO_SIZE - Static variable in class prefuse.action.assignment.DataSizeAction
 
NO_ZOOM - Static variable in class prefuse.controls.AbstractZoomControl
Indicates no zooming can be performed.
NODE - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
 
Node - Interface in prefuse.data
Tuple sub-interface that represents a node in a graph or tree structure.
NODE - Static variable in class prefuse.visual.sort.TreeDepthItemSorter
 
NODE_AND_EDGE_TRAVERSAL - Static variable in interface prefuse.Constants
 
NODE_TRAVERSAL - Static variable in interface prefuse.Constants
 
nodeCheck(Node, boolean) - Method in class prefuse.data.Graph
Internal method for checking the validity of a node.
NodeItem - Interface in prefuse.visual
VisualItem that represents a node in a graph.
NodeLinkTreeLayout - Class in prefuse.action.layout.graph
TreeLayout that computes a tidy layout of a node-link tree diagram.
NodeLinkTreeLayout(String) - Constructor for class prefuse.action.layout.graph.NodeLinkTreeLayout
Create a new NodeLinkTreeLayout.
NodeLinkTreeLayout(String, int, double, double, double) - Constructor for class prefuse.action.layout.graph.NodeLinkTreeLayout
Create a new NodeLinkTreeLayout.
NodeLinkTreeLayout.Params - Class in prefuse.action.layout.graph
Wrapper class holding parameters used for each node in this layout.
nodeRows() - Method in class prefuse.data.Graph
Get an iterator over all node ids (node table row numbers).
NODES - Static variable in class prefuse.data.Graph
Data group name to identify the nodes of this graph
nodes() - Method in class prefuse.data.Graph
Get an iterator over all nodes in the graph.
NOMINAL - Static variable in interface prefuse.Constants
A nominal (categorical) data type
NOT - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
NotPredicate - Class in prefuse.data.expression
Predicate representing the negation of another predicate.
NotPredicate(Predicate) - Constructor for class prefuse.data.expression.NotPredicate
Create a new NotPredicate.
NULL - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
NullComparator - Class in prefuse.util.collections
A do-nothing comparator that simply treats all objects as equal.
NullComparator() - Constructor for class prefuse.util.collections.NullComparator
 
NullRenderer - Class in prefuse.render
Renderer that does nothing, causing an item to be rendered "into the void".
NullRenderer() - Constructor for class prefuse.render.NullRenderer
 
NumberRangeModel - Class in prefuse.data.query
Range model for numerical data.
NumberRangeModel(int, int, int, int) - Constructor for class prefuse.data.query.NumberRangeModel
Create a new NumberRangeModel for the given range.
NumberRangeModel(long, long, long, long) - Constructor for class prefuse.data.query.NumberRangeModel
Create a new NumberRangeModel for the given range.
NumberRangeModel(float, float, float, float) - Constructor for class prefuse.data.query.NumberRangeModel
Create a new NumberRangeModel for the given range.
NumberRangeModel(double, double, double, double) - Constructor for class prefuse.data.query.NumberRangeModel
Create a new NumberRangeModel for the given range.
NumberRangeModel(Number, Number, Number, Number) - Constructor for class prefuse.data.query.NumberRangeModel
Create a new NumberRangeModel for the given range.
NUMERICAL - Static variable in interface prefuse.Constants
A numerical (quantitative) data type
numericalLayout(TupleSet) - Method in class prefuse.action.layout.AxisLayout
Compute a quantitative axis layout.
NumericLiteral - Class in prefuse.data.expression
Literal expression of a numeric value.
NumericLiteral(int) - Constructor for class prefuse.data.expression.NumericLiteral
Create a new integer NumericLiteral.
NumericLiteral(long) - Constructor for class prefuse.data.expression.NumericLiteral
Create a new long NumericLiteral.
NumericLiteral(float) - Constructor for class prefuse.data.expression.NumericLiteral
Create a new float NumericLiteral.
NumericLiteral(double) - Constructor for class prefuse.data.expression.NumericLiteral
Create a new double NumericLiteral.
NumericLiteral(Object) - Constructor for class prefuse.data.expression.NumericLiteral
Create a new NumericLiteral.
numHits(String) - Method in class prefuse.data.search.LuceneSearcher
Return the result count for the given search query.

O

ObjectColumn - Class in prefuse.data.column
Column implementation for storing arbitrary Object values.
ObjectColumn() - Constructor for class prefuse.data.column.ObjectColumn
Create a new empty ObjectColumn.
ObjectColumn(Class) - Constructor for class prefuse.data.column.ObjectColumn
Create a new ObjectColumn.
ObjectColumn(int) - Constructor for class prefuse.data.column.ObjectColumn
Create a new ObjectColumn.
ObjectColumn(Class, int) - Constructor for class prefuse.data.column.ObjectColumn
Create a new ObjectColumn.
ObjectColumn(Class, int, int, Object) - Constructor for class prefuse.data.column.ObjectColumn
Create a new ObjectColumn.
ObjectIntSortedMap - Interface in prefuse.util.collections
Sorted map that maps from an Object key to an int value.
ObjectIntTreeMap - Class in prefuse.util.collections
Sorted map implementation using a red-black tree to map from Object keys to int values.
ObjectIntTreeMap() - Constructor for class prefuse.util.collections.ObjectIntTreeMap
 
ObjectIntTreeMap(boolean) - Constructor for class prefuse.util.collections.ObjectIntTreeMap
 
ObjectIntTreeMap(Comparator) - Constructor for class prefuse.util.collections.ObjectIntTreeMap
 
ObjectIntTreeMap(Comparator, boolean) - Constructor for class prefuse.util.collections.ObjectIntTreeMap
 
ObjectLiteral - Class in prefuse.data.expression
Literal expression of an Object value.
ObjectLiteral(Object) - Constructor for class prefuse.data.expression.ObjectLiteral
Create a new ObjectLiteral.
ObjectParser - Class in prefuse.data.parser
DataParser instance that handles arbitrary Objects.
ObjectParser() - Constructor for class prefuse.data.parser.ObjectParser
 
ObjectRangeModel - Class in prefuse.data.query
Supports an ordered range of arbitrary objects.
ObjectRangeModel(Object[]) - Constructor for class prefuse.data.query.ObjectRangeModel
Create a new ObjectRangeModel with the given objects.
OCTAL_LITERAL - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
OR - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
ORDINAL - Static variable in interface prefuse.Constants
An ordinal (ordered) data type
ordinalArray(Iterator, String) - Static method in class prefuse.util.DataLib
Get a sorted array containing all column values for a given tuple iterator and field.
ordinalArray(Iterator, String, Comparator) - Static method in class prefuse.util.DataLib
Get a sorted array containing all column values for a given table and field.
ordinalArray(TupleSet, String) - Static method in class prefuse.util.DataLib
Get a sorted array containing all column values for a given tuple iterator and field.
ordinalArray(TupleSet, String, Comparator) - Static method in class prefuse.util.DataLib
Get a sorted array containing all column values for a given table and field.
ordinalLayout(VisualTable) - Method in class prefuse.action.layout.AxisLabelLayout
Compute an ordinal layout of axis marks.
ordinalLayout(TupleSet) - Method in class prefuse.action.layout.AxisLayout
Compute an ordinal axis layout.
ordinalMap(Iterator, String) - Static method in class prefuse.util.DataLib
Get map mapping from column values (as Object instances) to their ordinal index in a sorted array.
ordinalMap(Iterator, String, Comparator) - Static method in class prefuse.util.DataLib
Get map mapping from column values (as Object instances) to their ordinal index in a sorted array.
ordinalMap(TupleSet, String) - Static method in class prefuse.util.DataLib
Get map mapping from column values (as Object instances) to their ordinal index in a sorted array.
ordinalMap(TupleSet, String, Comparator) - Static method in class prefuse.util.DataLib
Get map mapping from column values (as Object instances) to their ordinal index in a sorted array.
OrExpression() - Static method in class prefuse.data.expression.parser.ExpressionParser
 
ORIENT_BOTTOM_TOP - Static variable in interface prefuse.Constants
A bottom-to-top layout orientation
ORIENT_CENTER - Static variable in interface prefuse.Constants
A centered layout orientation
ORIENT_LEFT_RIGHT - Static variable in interface prefuse.Constants
A left-to-right layout orientation
ORIENT_RIGHT_LEFT - Static variable in interface prefuse.Constants
A right-to-left layout orientation
ORIENT_TOP_BOTTOM - Static variable in interface prefuse.Constants
A top-to-bottom layout orientation
orientation - Variable in class prefuse.util.ui.JRangeSlider
 
ORIENTATION_COUNT - Static variable in interface prefuse.Constants
The total number of orientation values
OrPredicate - Class in prefuse.data.expression
Predicate representing an "or" clause of sub-predicates.
OrPredicate() - Constructor for class prefuse.data.expression.OrPredicate
Create an empty OrPredicate.
OrPredicate(Predicate) - Constructor for class prefuse.data.expression.OrPredicate
Create a new OrPredicate.
OrPredicate(Predicate, Predicate) - Constructor for class prefuse.data.expression.OrPredicate
Create a new OrPredicate.
OUTDEGREE - Static variable in class prefuse.data.Graph
Out-degree data field for the links table
outEdgeRows(int) - Method in class prefuse.data.Graph
Get an iterator over all edges that have the given node as a source.
OUTEDGES - Static variable in class prefuse.data.Graph
Indicates outgoing edges (outlinks)
outEdges(Node) - Method in class prefuse.data.Graph
Get an iterator over all out-linking edges from the given Node.
outEdges() - Method in interface prefuse.data.Node
Get an iterator over all outgoing edges, those for which this node is the source.
outEdges() - Method in class prefuse.data.tuple.TableNode
 
outEdges() - Method in class prefuse.visual.tuple.TableNodeItem
 
OUTLINKS - Static variable in class prefuse.data.Graph
Out-links adjacency list data field for the links table
outNeighbors(Node) - Method in class prefuse.data.Graph
Get an iterator over all out-linking neighbor nodes for the given Node.
outNeighbors() - Method in interface prefuse.data.Node
Get an iterator over all adjacent nodes connected to this node by an outgoing edge (i.e., all nodes "pointed" to by this one).
outNeighbors() - Method in class prefuse.data.tuple.TableNode
 
outNeighbors() - Method in class prefuse.visual.tuple.TableNodeItem
 

P

pace(double) - Method in interface prefuse.activity.Pacer
Maps one double value to another to determine animation pacing.
pace(double) - Method in class prefuse.activity.SlowInSlowOutPacer
Pacing function providing slow-in, slow-out animation
pace(double) - Method in class prefuse.activity.ThereAndBackPacer
Pacing function for providing there-and-back (periodic) transitions.
Pacer - Interface in prefuse.activity
A Pacer, or pacing function, maps one double value to another; they are used to parameterize animation rates, where the input value f moves from 0 to 1 linearly, but the returned output can vary quite differently in response to the input.
paint(Graphics2D, VisualItem, Shape, BasicStroke, int) - Static method in class prefuse.util.GraphicsLib
Render a shape associated with a VisualItem into a graphics context.
paint3DRectLighting(Graphics2D, int, int, int, int) - Method in class prefuse.util.ui.JRangeSlider
Adds Windows2K type 3D lighting effects
paintArrow(Graphics2D, double, double, int, int, boolean) - Method in class prefuse.util.ui.JRangeSlider
This draws an arrow as a series of lines within the specified box.
paintBufferToScreen(Graphics) - Method in class prefuse.Display
Paints the offscreen buffer to the provided graphics context.
paintComponent(Graphics) - Method in class prefuse.Display
 
paintComponent(Graphics) - Method in class prefuse.util.display.ScaleSelector.ImagePanel
 
paintComponent(Graphics) - Method in class prefuse.util.ui.JCustomTooltip
 
paintComponent(Graphics) - Method in class prefuse.util.ui.JFastLabel
 
paintComponent(Graphics) - Method in class prefuse.util.ui.JRangeSlider
 
paintComponent(Graphics) - Method in class prefuse.util.ui.JSearchPanel.CancelButton
 
paintDisplay(Graphics2D, Dimension) - Method in class prefuse.Display
Renders the display within the given graphics context and size bounds.
PaintListener - Interface in prefuse.util.display
Listener interface for monitoring paint events on a Display.
pan(double, double) - Method in class prefuse.Display
Pans the view provided by this display in screen coordinates.
pan(double, double, long) - Method in class prefuse.Display.TransformActivity
 
panAbs(double, double) - Method in class prefuse.Display
Pans the view provided by this display in absolute (i.e.
panAndZoom(Point2D, double, long) - Method in class prefuse.Display.TransformActivity
 
PanControl - Class in prefuse.controls
Pans the display, changing the viewable region of the visualization.
PanControl() - Constructor for class prefuse.controls.PanControl
Create a new PanControl.
PanControl(boolean) - Constructor for class prefuse.controls.PanControl
Create a new PanControl.
PanControl(int) - Constructor for class prefuse.controls.PanControl
Create a new PanControl.
PanControl(int, boolean) - Constructor for class prefuse.controls.PanControl
Create a new PanControl
panTo(Point2D) - Method in class prefuse.Display
Pans the display view to center on the provided point in screen (pixel) coordinates.
panToAbs(Point2D) - Method in class prefuse.Display
Pans the display view to center on the provided point in absolute (i.e.
PARALLEL - Static variable in class prefuse.util.GraphicsLib
Indicates two lines are parallel
param(int) - Method in class prefuse.data.expression.FunctionExpression
Return the parameter expression at the given index.
paramCount() - Method in class prefuse.data.expression.FunctionExpression
An internal-only method that returns the current number of parameters collected.
PARAMS - Static variable in class prefuse.action.layout.graph.BalloonTreeLayout
The data field in which the parameters used by this layout are stored.
Params() - Constructor for class prefuse.action.layout.graph.BalloonTreeLayout.Params
 
PARAMS - Static variable in class prefuse.action.layout.graph.FruchtermanReingoldLayout
The data field in which the parameters used by this layout are stored.
Params() - Constructor for class prefuse.action.layout.graph.FruchtermanReingoldLayout.Params
 
PARAMS - Static variable in class prefuse.action.layout.graph.NodeLinkTreeLayout
The data field in which the parameters used by this layout are stored.
Params() - Constructor for class prefuse.action.layout.graph.NodeLinkTreeLayout.Params
 
PARAMS - Static variable in class prefuse.action.layout.graph.RadialTreeLayout
The data field in which the parameters used by this layout are stored.
Params() - Constructor for class prefuse.action.layout.graph.RadialTreeLayout.Params
 
params - Variable in class prefuse.util.force.AbstractForce
 
PARAMS_SCHEMA - Static variable in class prefuse.action.layout.graph.BalloonTreeLayout
The schema for the parameters used by this layout.
PARAMS_SCHEMA - Static variable in class prefuse.action.layout.graph.FruchtermanReingoldLayout
The schema for the parameters used by this layout.
PARAMS_SCHEMA - Static variable in class prefuse.action.layout.graph.NodeLinkTreeLayout
The schema for the parameters used by this layout.
PARAMS_SCHEMA - Static variable in class prefuse.action.layout.graph.RadialTreeLayout
The schema for the parameters used by this layout.
parse(String, boolean) - Static method in class prefuse.data.expression.parser.ExpressionParser
Parse an expression.
parse(String) - Static method in class prefuse.data.expression.parser.ExpressionParser
Parse an expression.
Parse() - Static method in class prefuse.data.expression.parser.ExpressionParser
 
parse(String, Class) - Method in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
parse(String, Class) - Method in class prefuse.data.io.TreeMLReader.TreeMLHandler
 
parse(String) - Method in class prefuse.data.parser.BooleanParser
 
parse(String) - Method in class prefuse.data.parser.ByteParser
 
parse(String) - Method in class prefuse.data.parser.ColorIntParser
 
parse(String) - Method in interface prefuse.data.parser.DataParser
Parse the given text string to a data value.
parse(String) - Method in class prefuse.data.parser.DateParser
 
parse(String) - Method in class prefuse.data.parser.DoubleArrayParser
Parse an int array from a text string.
parse(String) - Method in class prefuse.data.parser.DoubleParser
 
parse(String) - Method in class prefuse.data.parser.FloatArrayParser
Parse an int array from a text string.
parse(String) - Method in class prefuse.data.parser.FloatParser
 
parse(String) - Method in class prefuse.data.parser.IntArrayParser
Parse an int array from a text string.
parse(String) - Method in class prefuse.data.parser.IntParser
 
parse(String) - Method in class prefuse.data.parser.LongArrayParser
Parse an int array from a text string.
parse(String) - Method in class prefuse.data.parser.LongParser
 
parse(String) - Method in class prefuse.data.parser.ObjectParser
 
parse(String) - Method in class prefuse.data.parser.StringParser
 
parse(String) - Method in class prefuse.data.parser.TimeParser
 
parse(String) - Static method in class prefuse.data.util.Sort
Parse a comma-delimited String of data fields to sort on, along with optional ASC or DESC modifiers, to generate a new Sort specification.
parseAttribute(Attributes) - Method in class prefuse.data.io.TreeMLReader.TreeMLHandler
 
parseBoolean(String) - Method in class prefuse.data.parser.BooleanParser
Parse a boolean value from a text string
parseByte(String) - Static method in class prefuse.data.parser.ByteParser
Parse an int value from a text string.
parseDate(String) - Method in class prefuse.data.parser.DateParser
Parse a Date value from a text string.
parseDouble(String) - Static method in class prefuse.data.parser.DoubleParser
Parse a double value from a text string.
ParseException - Exception in prefuse.data.expression.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception prefuse.data.expression.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception prefuse.data.expression.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception prefuse.data.expression.parser.ParseException
 
parseFloat(String) - Static method in class prefuse.data.parser.FloatParser
Parse a float value from a text string.
parseInt(String) - Static method in class prefuse.data.parser.ColorIntParser
Parse an int value from a text string.
parseInt(String) - Static method in class prefuse.data.parser.IntParser
Parse an int value from a text string.
parseLong(String) - Static method in class prefuse.data.parser.LongParser
Parse a long value from a text string.
ParserFactory - Class in prefuse.data.parser
Factory class that maintains a collection of parser instances and returns the appropriate parser based on a history of samples presented to the factory.
ParserFactory() - Constructor for class prefuse.data.parser.ParserFactory
Constructor.
ParserFactory(DataParser[]) - Constructor for class prefuse.data.parser.ParserFactory
Constructor.
parseString(String) - Method in class prefuse.data.parser.StringParser
Simply returns the input string.
parseTime(String) - Method in class prefuse.data.parser.TimeParser
Parse a Time value from a text string.
parseType(String) - Method in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
parseType(String) - Method in class prefuse.data.io.TreeMLReader.TreeMLHandler
 
PasswordAuthenticator - Class in prefuse.util.io
A basic username/password authenticator for use with HTTP-Auth.
pitems - Variable in class prefuse.util.display.RenderingQueue
 
plocation - Variable in class prefuse.util.force.ForceItem
The previous location values of this ForceItem.
PolarLocationAnimator - Class in prefuse.action.animate
Animator that interpolates between starting and ending display locations by linearly interpolating between polar coordinates.
PolarLocationAnimator() - Constructor for class prefuse.action.animate.PolarLocationAnimator
Creates a PolarLocationAnimator that operates on all VisualItems within a Visualization.
PolarLocationAnimator(String) - Constructor for class prefuse.action.animate.PolarLocationAnimator
Creates a PolarLocationAnimator that operates on VisualItems within the specified group.
PolarLocationAnimator(String, String) - Constructor for class prefuse.action.animate.PolarLocationAnimator
Creates a PolarLocationAnimator that operates on VisualItems within the specified group, while using regular linear interpolation (in Cartesian (x,y) coordinates rather than polar coordinates) for items also contained within the specified linearGroup.
POLY_TYPE_COUNT - Static variable in interface prefuse.Constants
The total number of polygon type values
POLY_TYPE_CURVE - Static variable in interface prefuse.Constants
Use curved-lines for polygon edges
POLY_TYPE_LINE - Static variable in interface prefuse.Constants
Use straight-lines for polygon edges
POLY_TYPE_STACK - Static variable in interface prefuse.Constants
Use curved-lines for polygon edges, but use straight lines for zero-slope edges
POLYGON - Static variable in class prefuse.render.PolygonRenderer
Default data field for storing polygon (float array) values.
POLYGON - Static variable in interface prefuse.visual.VisualItem
The polygon data field.
POLYGON_SCHEMA - Static variable in class prefuse.render.PolygonRenderer
A Schema describing the polygon specification.
PolygonRenderer - Class in prefuse.render
Renderer for drawing a polygon, either as a closed shape, or as a series of potentially unclosed curves.
PolygonRenderer() - Constructor for class prefuse.render.PolygonRenderer
Create a new PolygonRenderer supporting straight lines.
PolygonRenderer(int) - Constructor for class prefuse.render.PolygonRenderer
Create a new PolygonRenderer.
postPaint(Display, Graphics2D) - Method in class prefuse.util.display.BackgroundPainter
Does nothing.
postPaint(Display, Graphics2D) - Method in class prefuse.util.display.DebugStatsPainter
Prints a debugging statistics string in the Display.
postPaint(Display, Graphics2D) - Method in interface prefuse.util.display.PaintListener
Notification that Display painting has completed.
postQuery(DataSourceWorker.Entry) - Method in interface prefuse.data.io.sql.DataSourceWorker.Listener
Notification that the query processing has just completed.
POW - Static variable in class prefuse.data.expression.ArithmeticExpression
Indicates an exponentiation (pow) operation.
POW - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
predecessor(AbstractTreeMap.Entry) - Method in class prefuse.util.collections.AbstractTreeMap
 
predicate(String) - Static method in class prefuse.data.expression.parser.ExpressionParser
Parse an expression as a predicate.
Predicate - Interface in prefuse.data.expression
A Predicate is a special type of Expression that carries the guarantee that the Expression.getBoolean(Tuple) method is supported.
PredicateChain - Class in prefuse.util
A chain of Predicates and associated values, maintain a large if-statement structure for looking up values based on a Predicate condition.
PredicateChain() - Constructor for class prefuse.util.PredicateChain
 
PREFERRED_BREADTH - Static variable in class prefuse.util.ui.JRangeSlider
 
PREFERRED_LENGTH - Static variable in class prefuse.util.ui.JRangeSlider
 
PrefixSearchTupleSet - Class in prefuse.data.search
SearchTupleSet implementation supporting word prefix searches over indexed Tuple data fields.
PrefixSearchTupleSet() - Constructor for class prefuse.data.search.PrefixSearchTupleSet
Creates a new KeywordSearchFocusSet that is not case sensitive.
PrefixSearchTupleSet(boolean) - Constructor for class prefuse.data.search.PrefixSearchTupleSet
Creates a new KeywordSearchFocusSet with the indicated case sensitivity.
prefuse - package prefuse
 
prefuse.action - package prefuse.action
 
prefuse.action.animate - package prefuse.action.animate
 
prefuse.action.assignment - package prefuse.action.assignment
 
prefuse.action.distortion - package prefuse.action.distortion
 
prefuse.action.filter - package prefuse.action.filter
 
prefuse.action.layout - package prefuse.action.layout
 
prefuse.action.layout.graph - package prefuse.action.layout.graph
 
prefuse.activity - package prefuse.activity
 
prefuse.controls - package prefuse.controls
 
prefuse.data - package prefuse.data
 
prefuse.data.column - package prefuse.data.column
 
prefuse.data.event - package prefuse.data.event
 
prefuse.data.expression - package prefuse.data.expression
 
prefuse.data.expression.parser - package prefuse.data.expression.parser
 
prefuse.data.io - package prefuse.data.io
 
prefuse.data.io.sql - package prefuse.data.io.sql
 
prefuse.data.parser - package prefuse.data.parser
 
prefuse.data.query - package prefuse.data.query
 
prefuse.data.search - package prefuse.data.search
 
prefuse.data.tuple - package prefuse.data.tuple
 
prefuse.data.util - package prefuse.data.util
 
prefuse.render - package prefuse.render
 
prefuse.util - package prefuse.util
 
prefuse.util.collections - package prefuse.util.collections
 
prefuse.util.display - package prefuse.util.display
 
prefuse.util.force - package prefuse.util.force
 
prefuse.util.io - package prefuse.util.io
 
prefuse.util.ui - package prefuse.util.ui
 
prefuse.visual - package prefuse.visual
 
prefuse.visual.expression - package prefuse.visual.expression
 
prefuse.visual.sort - package prefuse.visual.sort
 
prefuse.visual.tuple - package prefuse.visual.tuple
 
PrefuseConfig - Class in prefuse.util
Runtime configuration settings for the prefuse framework.
PrefuseLib - Class in prefuse.util
General library routines used by the prefuse toolkit.
PrefuseTableModel - Class in prefuse.util.ui
TableModel implementation that serves as an adapter between a prefuse Table instance and a JTable component.
PrefuseTableModel(Table) - Constructor for class prefuse.util.ui.PrefuseTableModel
Creates a new PrefuseTableModel
PrefuseTreeModel() - Constructor for class prefuse.util.ui.JPrefuseTree.PrefuseTreeModel
 
preloadImages(Iterator, String) - Method in class prefuse.render.ImageFactory
Pre-loads images for use in a visualization.
prePaint(Display, Graphics2D) - Method in class prefuse.util.display.BackgroundPainter
Paint the background.
prePaint(Display, Graphics2D) - Method in class prefuse.util.display.DebugStatsPainter
Does nothing.
prePaint(Display, Graphics2D) - Method in interface prefuse.util.display.PaintListener
Notification that Display painting is beginning.
prepareGraphics(Graphics2D) - Method in class prefuse.Display
Sets the transform of the provided Graphics context to be the transform of this Display and sets the desired rendering hints.
preQuery(DataSourceWorker.Entry) - Method in interface prefuse.data.io.sql.DataSourceWorker.Listener
Notification that the query is about to be issued.
prevCharIsCR - Static variable in class prefuse.data.expression.parser.JavaCharStream
 
prevCharIsLF - Static variable in class prefuse.data.expression.parser.JavaCharStream
 
PrimaryExpression() - Static method in class prefuse.data.expression.parser.ExpressionParser
 
PrimeFinder - Class in prefuse.util.collections
Not of interest for users; only for implementors of hash-tables.
PrimeFinder() - Constructor for class prefuse.util.collections.PrimeFinder
Makes this class non instantiable, but still let's others inherit from it.
print(String) - Method in class prefuse.util.io.XMLWriter
Print unescaped text into the XML file.
printComponent(Graphics) - Method in class prefuse.Display
Paints the graph to the provided graphics context, for output to a printer.
println(String) - Method in class prefuse.util.io.XMLWriter
Print unescaped text into the XML file, followed by a newline.
println() - Method in class prefuse.util.io.XMLWriter
Print a newline into the XML file.
process(VisualItem, double) - Method in class prefuse.action.animate.ArrayAnimator
 
process(VisualItem, double) - Method in class prefuse.action.animate.AxisLabelAnimator
 
process(VisualItem, double) - Method in class prefuse.action.animate.ColorAnimator
 
process(VisualItem, double) - Method in class prefuse.action.animate.FontAnimator
 
process(VisualItem, double) - Method in class prefuse.action.animate.LocationAnimator
 
process(VisualItem, double) - Method in class prefuse.action.animate.PolarLocationAnimator
 
process(VisualItem, double) - Method in class prefuse.action.animate.SizeAnimator
 
process(VisualItem, double) - Method in class prefuse.action.assignment.ColorAction
 
process(VisualItem, double) - Method in class prefuse.action.assignment.FontAction
 
process(VisualItem, double) - Method in class prefuse.action.assignment.ShapeAction
 
process(VisualItem, double) - Method in class prefuse.action.assignment.SizeAction
 
process(VisualItem, double) - Method in class prefuse.action.assignment.StrokeAction
 
process(VisualItem, double) - Method in class prefuse.action.ItemAction
Processes an individual item.
process(Table, int, ResultSet, int) - Method in class prefuse.data.io.sql.CompositeSQLDataHandler
 
process(Table, ResultSet, String, Object) - Method in class prefuse.data.io.sql.DatabaseDataSource
Process the results of a SQL query, putting retrieved data into a Table instance.
process(Table, int, ResultSet, int) - Method in class prefuse.data.io.sql.DefaultSQLDataHandler
 
process(Table, int, ResultSet, int) - Method in interface prefuse.data.io.sql.SQLDataHandler
Process a data value from a ResultSet, translating it into a Java data value and storing it in a Table.
projectionChanged(ColumnProjection) - Method in interface prefuse.data.event.ProjectionListener
Notification that the internal state of a projection has been updated.
ProjectionListener - Interface in prefuse.data.event
Listener interface for monitoring changes to the state of a column projection filter.
PROTOCOL_JDBC - Static variable in class prefuse.data.io.sql.ConnectionFactory
Protocol prefix for JDBC URLs
pscores - Variable in class prefuse.util.display.RenderingQueue
 
psize - Variable in class prefuse.util.display.RenderingQueue
 
psorted - Variable in class prefuse.util.display.RenderingQueue
 
put(String, Activity) - Method in class prefuse.activity.ActivityMap
Associates the given key with the given Activity
put(int, int) - Method in class prefuse.data.util.FilteredRowManager
Add a mapping between the given managed row and parent row.
put(boolean, int) - Method in class prefuse.util.collections.BooleanIntBitSetMap
 
put(boolean, int) - Method in interface prefuse.util.collections.BooleanIntSortedMap
 
put(double, int) - Method in interface prefuse.util.collections.DoubleIntSortedMap
 
put(double, int) - Method in class prefuse.util.collections.DoubleIntTreeMap
 
put(float, int) - Method in interface prefuse.util.collections.FloatIntSortedMap
 
put(float, int) - Method in class prefuse.util.collections.FloatIntTreeMap
 
put(int, int) - Method in interface prefuse.util.collections.IntIntSortedMap
 
put(int, int) - Method in class prefuse.util.collections.IntIntTreeMap
 
put(int, Object) - Method in class prefuse.util.collections.IntObjectHashMap
Associates the given key with the given value.
put(long, int) - Method in interface prefuse.util.collections.LongIntSortedMap
 
put(long, int) - Method in class prefuse.util.collections.LongIntTreeMap
 
put(Object, int) - Method in interface prefuse.util.collections.ObjectIntSortedMap
 
put(Object, int) - Method in class prefuse.util.collections.ObjectIntTreeMap
 
putAction(String, Action) - Method in class prefuse.Visualization
Add a data processing Action to this Visualization.
putClientProperty(String, Object) - Method in class prefuse.data.tuple.AbstractTupleSet
 
putClientProperty(String, Object) - Method in interface prefuse.data.tuple.TupleSet
Set an arbitrary client property with this TupleSet

Q

QuadTreeNode() - Constructor for class prefuse.util.force.NBodyForce.QuadTreeNode
 
QuadTreeNodeFactory() - Constructor for class prefuse.util.force.NBodyForce.QuadTreeNodeFactory
 
QualityControlAnimator - Class in prefuse.action.animate
Animator that toggles rendering quality to allow for smooth animations but high quality rendering of still images.
QualityControlAnimator() - Constructor for class prefuse.action.animate.QualityControlAnimator
 
qualityValue(boolean) - Method in class prefuse.action.animate.QualityControlAnimator
Callback procedure that subclasses can override to execute custom quality control measures.
quantile(double, double[]) - Static method in class prefuse.util.MathLib
Get the quantile measure, as a value between 0 and 1, for a given value and set of quantile boundaries.
QUANTILE_SCALE - Static variable in interface prefuse.Constants
A quantile scale, based on the underlying distribution
quantiles(int, double[]) - Static method in class prefuse.util.MathLib
Compute the n-quantile boundaries for a set of values.
QueryExpression - Class in prefuse.visual.expression
Expression that returns the current query string of a data group of the type SearchTupleSet.
QueryExpression() - Constructor for class prefuse.visual.expression.QueryExpression
Create a new QueryExpression.
QueryExpression(String) - Constructor for class prefuse.visual.expression.QueryExpression
Create a new QueryExpression.
Queue - Class in prefuse.util.collections
Maintains a breadth-first-search queue as well as depth labels.
Queue() - Constructor for class prefuse.util.collections.Queue
 
Quoted() - Static method in class prefuse.data.expression.parser.ExpressionParser
 
QUOTED - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 

R

r - Variable in class prefuse.action.layout.graph.BalloonTreeLayout.Params
 
RadialTreeLayout - Class in prefuse.action.layout.graph
TreeLayout instance that computes a radial layout, laying out subsequent depth levels of a tree on circles of progressively increasing radius.
RadialTreeLayout(String) - Constructor for class prefuse.action.layout.graph.RadialTreeLayout
Creates a new RadialTreeLayout.
RadialTreeLayout(String, int) - Constructor for class prefuse.action.layout.graph.RadialTreeLayout
Creates a new RadialTreeLayout using the specified radius increment between levels of the layout.
RadialTreeLayout.Params - Class in prefuse.action.layout.graph
Wrapper class holding parameters used for each node in this layout.
RADIO - Static variable in class prefuse.util.ui.JToggleGroup
 
RandomLayout - Class in prefuse.action.layout
Performs a random layout of items within the layout bounds.
RandomLayout() - Constructor for class prefuse.action.layout.RandomLayout
Create a new RandomLayout that processes all items.
RandomLayout(String) - Constructor for class prefuse.action.layout.RandomLayout
Create a new RandomLayout.
RangePredicate - Class in prefuse.data.expression
Predicate instance that evaluates if a value is contained within a bounded range.
RangePredicate(Expression, Expression, Expression) - Constructor for class prefuse.data.expression.RangePredicate
Create a new RangePredicate.
RangePredicate(Expression, Expression, Expression, Comparator) - Constructor for class prefuse.data.expression.RangePredicate
Create a new RangePredicate.
RangePredicate(int, Expression, Expression, Expression) - Constructor for class prefuse.data.expression.RangePredicate
Create a new RangePredicate.
RangePredicate(int, Expression, Expression, Expression, Comparator) - Constructor for class prefuse.data.expression.RangePredicate
Create a new RangePredicate.
RangeQueryBinding - Class in prefuse.data.query
DynamicQueryBinding supporting queries based on a range of included data values.
RangeQueryBinding(TupleSet, String) - Constructor for class prefuse.data.query.RangeQueryBinding
Create a new RangeQueryBinding over the given set and data field.
RangeQueryBinding(TupleSet, String, boolean) - Constructor for class prefuse.data.query.RangeQueryBinding
Create a new RangeQueryBinding over the given set and data field, optionally forcing an ordinal treatment of data.
RangeSliderChangeListener() - Constructor for class prefuse.util.ui.JRangeSlider.RangeSliderChangeListener
 
rangeSortedBy(String, int, int, int) - Method in class prefuse.data.Table
Return an iterator over a range of rwos in this table, determined by a bounded range for a given data field.
rangeSortedBy(String, long, long, int) - Method in class prefuse.data.Table
Return an iterator over a range of rwos in this table, determined by a bounded range for a given data field.
rangeSortedBy(String, float, float, int) - Method in class prefuse.data.Table
Return an iterator over a range of rwos in this table, determined by a bounded range for a given data field.
rangeSortedBy(String, double, double, int) - Method in class prefuse.data.Table
Return an iterator over a range of rwos in this table, determined by a bounded range for a given data field.
rangeSortedBy(String, Object, Object, int) - Method in class prefuse.data.Table
Return an iterator over a range of rwos in this table, determined by a bounded range for a given data field.
read(InputStream, TableReadListener) - Method in class prefuse.data.io.AbstractTextTableReader
Scans the input stream, making call backs for each encountered entry on the provided TextReadListener.
read(InputStream, TableReadListener) - Method in class prefuse.data.io.CSVTableReader
 
read(InputStream, TableReadListener) - Method in class prefuse.data.io.DelimitedTextTableReader
 
read(InputStream, TableReadListener) - Method in class prefuse.data.io.FixedWidthTextTableReader
 
readAsBytes(InputStream) - Static method in class prefuse.util.io.IOLib
Reads an input stream into a list of byte values.
readAsString(InputStream) - Static method in class prefuse.util.io.IOLib
Reads an input stream into a single String result.
readAsString(String) - Static method in class prefuse.util.io.IOLib
Reads data pulled from the given location string into a single String result.
ReadByte() - Static method in class prefuse.data.expression.parser.JavaCharStream
 
readChar() - Static method in class prefuse.data.expression.parser.JavaCharStream
 
readGraph(String) - Method in class prefuse.data.io.AbstractGraphReader
 
readGraph(URL) - Method in class prefuse.data.io.AbstractGraphReader
 
readGraph(File) - Method in class prefuse.data.io.AbstractGraphReader
 
readGraph(InputStream) - Method in class prefuse.data.io.AbstractGraphReader
 
readGraph(InputStream) - Method in class prefuse.data.io.GraphMLReader
 
readGraph(String) - Method in interface prefuse.data.io.GraphReader
Read in a graph from the file at the given location.
readGraph(URL) - Method in interface prefuse.data.io.GraphReader
Read in a graph from the given URL.
readGraph(File) - Method in interface prefuse.data.io.GraphReader
Read in a graph from the given File.
readGraph(InputStream) - Method in interface prefuse.data.io.GraphReader
Read in a graph from the given InputStream.
readGraph(InputStream) - Method in class prefuse.data.io.TreeMLReader
 
readTable(String) - Method in class prefuse.data.io.AbstractTableReader
 
readTable(URL) - Method in class prefuse.data.io.AbstractTableReader
 
readTable(File) - Method in class prefuse.data.io.AbstractTableReader
 
readTable(InputStream) - Method in class prefuse.data.io.AbstractTextTableReader
 
readTable(String) - Method in interface prefuse.data.io.TableReader
Read in a table from the file at the given location.
readTable(URL) - Method in interface prefuse.data.io.TableReader
Read in a table from the given URL.
readTable(File) - Method in interface prefuse.data.io.TableReader
Read in a table from the given File.
readTable(InputStream) - Method in interface prefuse.data.io.TableReader
Read in a table from the given InputStream.
readValue(int, int, String) - Method in interface prefuse.data.io.TableReadListener
Notification that a text string representing a table value has been read.
REAL - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
 
REAL - Static variable in interface prefuse.data.io.TreeMLReader.Tokens
 
reclaim(NBodyForce.QuadTreeNode) - Method in class prefuse.util.force.NBodyForce.QuadTreeNodeFactory
 
reclaim(Spring) - Method in class prefuse.util.force.Spring.SpringFactory
Reclaim a Spring into the object pool.
rectangle(double, double, double, double) - Method in class prefuse.render.ShapeRenderer
Returns a rectangle of the given dimensions.
RED - Static variable in class prefuse.util.collections.AbstractTreeMap
 
red(int) - Static method in class prefuse.util.ColorLib
Get the red component of the given color.
referrer - Variable in class prefuse.action.layout.graph.ForceDirectedLayout
 
RegexSearchTupleSet - Class in prefuse.data.search
SearchTupleSet implementation that treats the query as a regular expression to match against all indexed Tuple data fields.
RegexSearchTupleSet() - Constructor for class prefuse.data.search.RegexSearchTupleSet
Create a new, case-insensitive regular expression search tuple set.
RegexSearchTupleSet(boolean) - Constructor for class prefuse.data.search.RegexSearchTupleSet
Create a new regular expression search tuple set.
registerDefaultCommands() - Method in class prefuse.Display
Registers default keystroke commands on the Display.
rehash(int) - Method in class prefuse.util.collections.IntObjectHashMap
Rehashes the contents of the receiver into a new table with a smaller or larger capacity.
ReInit(InputStream) - Static method in class prefuse.data.expression.parser.ExpressionParser
 
ReInit(Reader) - Static method in class prefuse.data.expression.parser.ExpressionParser
 
ReInit(ExpressionParserTokenManager) - Method in class prefuse.data.expression.parser.ExpressionParser
 
ReInit(JavaCharStream) - Static method in class prefuse.data.expression.parser.ExpressionParserTokenManager
 
ReInit(JavaCharStream, int) - Static method in class prefuse.data.expression.parser.ExpressionParserTokenManager
 
ReInit(Reader, int, int, int) - Method in class prefuse.data.expression.parser.JavaCharStream
 
ReInit(Reader, int, int) - Method in class prefuse.data.expression.parser.JavaCharStream
 
ReInit(Reader) - Method in class prefuse.data.expression.parser.JavaCharStream
 
ReInit(InputStream, int, int, int) - Method in class prefuse.data.expression.parser.JavaCharStream
 
ReInit(InputStream, int, int) - Method in class prefuse.data.expression.parser.JavaCharStream
 
ReInit(InputStream) - Method in class prefuse.data.expression.parser.JavaCharStream
 
RelationalExpression() - Static method in class prefuse.data.expression.parser.ExpressionParser
 
releaseRow(int) - Method in class prefuse.data.util.FilteredRowManager
 
releaseRow(int) - Method in class prefuse.data.util.RowManager
Release a row and mark it as free.
remLink(String, int, int, int) - Method in class prefuse.data.Graph
Internal method for removing a link from an adjacency list
remove(Action) - Method in class prefuse.action.CompositeAction
Removes a given Action from the composite.
remove(int) - Method in class prefuse.action.CompositeAction
Removes the Action at the specified index.
remove(Predicate) - Method in class prefuse.action.EncoderAction
Remove rules using the given predicate from this encoder.
remove(Object) - Method in class prefuse.activity.ActivityMap
Removes a mapping from this ActivityMap.
remove(Predicate) - Method in class prefuse.data.expression.CompositePredicate
Remove a new clause.
remove() - Method in class prefuse.data.search.Trie.TrieIterator
 
remove(Predicate) - Method in class prefuse.data.Table
Removes all table rows that meet the input predicate filter.
remove() - Method in class prefuse.data.tuple.TupleManager.TupleManagerIterator
 
remove() - Method in class prefuse.data.util.BreadthFirstIterator
 
remove(int) - Method in class prefuse.data.util.FilteredRowManager
Remove a mapping between the given managed row and the corresponding parent row.
remove() - Method in class prefuse.data.util.FilterIterator
Not supported.
remove() - Method in class prefuse.data.util.FilterRowIterator
Not supported.
remove() - Method in class prefuse.data.util.NeighborIterator
 
remove() - Method in class prefuse.data.util.RowManager.ColumnRowIterator
 
remove() - Method in class prefuse.data.util.RowManager.RowIterator
 
remove() - Method in class prefuse.data.util.SortedTupleIterator
Throws an UnsupportedOperationException
remove() - Method in class prefuse.data.util.TableIterator
Remove the current row, deleting it from the table.
remove() - Method in class prefuse.data.util.TreeNodeIterator
Throws an UnsupportedOperationException
remove() - Method in class prefuse.data.util.UniqueRowIterator
Not supported.
remove() - Method in class prefuse.util.collections.AbstractTreeMap.EntryIterator
 
remove(AbstractTreeMap.Entry) - Method in class prefuse.util.collections.AbstractTreeMap
 
remove() - Method in class prefuse.util.collections.AbstractTreeMap.ValueIterator
 
remove() - Method in class prefuse.util.collections.BooleanIntBitSetMap.BitSetIterator
 
remove(boolean) - Method in class prefuse.util.collections.BooleanIntBitSetMap
 
remove(boolean, int) - Method in class prefuse.util.collections.BooleanIntBitSetMap
 
remove(boolean) - Method in interface prefuse.util.collections.BooleanIntSortedMap
 
remove(boolean, int) - Method in interface prefuse.util.collections.BooleanIntSortedMap
 
remove(Comparator) - Method in class prefuse.util.collections.CompositeComparator
Removes a comparator from this composite.
remove() - Method in class prefuse.util.collections.CompositeIntIterator
 
remove() - Method in class prefuse.util.collections.CompositeIterator
Not supported.
remove(int) - Method in class prefuse.util.collections.CopyOnWriteArrayList
Removes the element at the specified position in this list.
remove(Object) - Method in class prefuse.util.collections.CopyOnWriteArrayList
Removes the first occurrence of the specified element from this list, if it is present.
remove(double) - Method in interface prefuse.util.collections.DoubleIntSortedMap
 
remove(double, int) - Method in interface prefuse.util.collections.DoubleIntSortedMap
 
remove(double) - Method in class prefuse.util.collections.DoubleIntTreeMap
 
remove(double, int) - Method in class prefuse.util.collections.DoubleIntTreeMap
 
remove(float) - Method in interface prefuse.util.collections.FloatIntSortedMap
 
remove(float, int) - Method in interface prefuse.util.collections.FloatIntSortedMap
 
remove(float) - Method in class prefuse.util.collections.FloatIntTreeMap
 
remove(float, int) - Method in class prefuse.util.collections.FloatIntTreeMap
 
remove() - Method in class prefuse.util.collections.IntArrayIterator
 
remove(int) - Method in interface prefuse.util.collections.IntIntSortedMap
 
remove(int, int) - Method in interface prefuse.util.collections.IntIntSortedMap
 
remove(int) - Method in class prefuse.util.collections.IntIntTreeMap
 
remove(int, int) - Method in class prefuse.util.collections.IntIntTreeMap
 
remove(long) - Method in interface prefuse.util.collections.LongIntSortedMap
 
remove(long, int) - Method in interface prefuse.util.collections.LongIntSortedMap
 
remove(long) - Method in class prefuse.util.collections.LongIntTreeMap
 
remove(long, int) - Method in class prefuse.util.collections.LongIntTreeMap
 
remove(Object) - Method in interface prefuse.util.collections.ObjectIntSortedMap
 
remove(Object, int) - Method in interface prefuse.util.collections.ObjectIntSortedMap
 
remove(Object) - Method in class prefuse.util.collections.ObjectIntTreeMap
 
remove(Object, int) - Method in class prefuse.util.collections.ObjectIntTreeMap
 
remove(Predicate) - Method in class prefuse.util.PredicateChain
Remove rules using the given predicate from this predicate chain.
remove() - Method in class prefuse.visual.AggregateTable.AggregatedIterator
 
removeAction(String) - Method in class prefuse.Visualization
Remove a data processing Action registered with this visualization.
removeActivityListener(ActivityListener) - Method in class prefuse.activity.Activity
Remove a registered ActivityListener
removeAll(Collection) - Method in class prefuse.util.collections.CopyOnWriteArrayList
Removes from this list all of its elements that are contained in the specified collection.
removeAllFromAggregate(int) - Method in class prefuse.visual.AggregateTable
Remove all items contained in the aggregate at the given row
removeAllGraphModelListeners() - Method in class prefuse.data.Graph
Removes all listeners on this graph
removeAllItems() - Method in interface prefuse.visual.AggregateItem
Remove all items contained in this aggregate.
removeAllItems() - Method in class prefuse.visual.tuple.TableAggregateItem
 
removeAllSets() - Method in class prefuse.data.tuple.CompositeTupleSet
Remove all contained TupleSets from this composite.
removeAllTableListeners() - Method in class prefuse.data.Table
Removes all table listeners from this table.
removeCascadedRow(int) - Method in class prefuse.data.CascadedTable
Internal method for removing a cascaded row from this table.
removeChangeListener(ChangeListener) - Method in class prefuse.util.ui.JRangeSlider
Removes a listener for ChangeEvents.
removeChangeListener(ChangeListener) - Method in class prefuse.util.ui.JValueSlider
Remove a change listener listening to this component.
removeChild(int) - Method in class prefuse.data.SpanningTree
Unsupported operation.
removeChild(Node) - Method in class prefuse.data.SpanningTree
Unsupported operation.
removeChild(int) - Method in class prefuse.data.Tree
Remove a node and its entire subtree rooted at the node from the tree.
removeChild(Node) - Method in class prefuse.data.Tree
Remove a node and its entire subtree rooted at the node from the tree.
removeChildEdge(Edge) - Method in class prefuse.data.SpanningTree
Unsupported operation.
removeChildEdge(int) - Method in class prefuse.data.SpanningTree
Unsupported operation.
removeChildEdge(int) - Method in class prefuse.data.Tree
Remove a child edge from the Tree.
removeChildEdge(Edge) - Method in class prefuse.data.Tree
Remove a child edge from the Tree.
removeChildListeners() - Method in class prefuse.data.expression.AbstractExpression
Remove child listeners for sub-expression updates.
removeChildListeners() - Method in class prefuse.data.expression.BinaryExpression
 
removeChildListeners() - Method in class prefuse.data.expression.CompositePredicate
 
removeChildListeners() - Method in class prefuse.data.expression.FunctionExpression
 
removeChildListeners() - Method in class prefuse.data.expression.IfExpression
 
removeChildListeners() - Method in class prefuse.data.expression.NotPredicate
 
removeChildListeners() - Method in class prefuse.data.expression.RangePredicate
 
removeColumn(int) - Method in class prefuse.data.Table
Internal method for removing a column.
removeColumn(String) - Method in class prefuse.data.Table
Remove a data field from this table
removeColumn(Column) - Method in class prefuse.data.Table
Remove a column from this table
removeColumnListener(ColumnListener) - Method in class prefuse.data.column.AbstractColumn
Removes a listener, causing it to no longer be notified of changes
removeColumnListener(ColumnListener) - Method in interface prefuse.data.column.Column
Removes a listener, causing it to no longer be notified of changes
removeColumnListener(ColumnListener) - Method in class prefuse.data.column.ConstantColumn
Does nothing.
removeControlListener(Control) - Method in class prefuse.Display
Removes a registered ControlListener.
REMOVED - Static variable in class prefuse.util.collections.IntObjectHashMap
 
removeEdge(int) - Method in class prefuse.data.Graph
Remove an edge from the graph.
removeEdge(Edge) - Method in class prefuse.data.Graph
Remove an edge from the graph.
removeEdge(Edge) - Method in class prefuse.data.SpanningTree
Unsupported operation.
removeEdge(int) - Method in class prefuse.data.SpanningTree
Unsupported operation.
removeElement(Object) - Method in class prefuse.data.query.ListModel
 
removeElementAt(int) - Method in class prefuse.data.query.ListModel
 
removeExpressionListener(ExpressionListener) - Method in class prefuse.data.expression.AbstractExpression
 
removeExpressionListener(ExpressionListener) - Method in interface prefuse.data.expression.Expression
Remove a listener to this Expression.
removeFirst() - Method in class prefuse.util.collections.Queue
 
removeFromAggregate(int, VisualItem) - Method in class prefuse.visual.AggregateTable
Remove an item from the aggregation at the given row
removeGraphModelListener(GraphListener) - Method in class prefuse.data.Graph
Remove a listener from this graph.
removeGroup(String) - Method in class prefuse.Visualization
Removes a data group from this Visualization.
removeHandler(String) - Method in class prefuse.data.io.sql.CompositeSQLDataHandler
Remove a custom data handler for a given column name.
removeIndex(String) - Method in class prefuse.data.Table
Remove the Index associated with the given data field / column name.
removeInternal(Tuple) - Method in class prefuse.data.tuple.DefaultTupleSet
Removes a tuple without firing a notification.
removeItem(ForceItem) - Method in class prefuse.util.force.ForceSimulator
Remove a ForceItem to the simulation.
removeItem(VisualItem) - Method in interface prefuse.visual.AggregateItem
Remove a VisualItem from this aggregate.
removeItem(VisualItem) - Method in class prefuse.visual.tuple.TableAggregateItem
 
removeItemBoundsListener(ItemBoundsListener) - Method in class prefuse.Display
Remove an ItemBoundsListener to receive notifications when the bounds occupied by the VisualItems in this Display change.
removeKey(int) - Method in class prefuse.util.collections.IntObjectHashMap
Removes the given key with its associated element from the receiver, if present.
removeLast() - Method in class prefuse.util.collections.Queue
 
removeListDataListener(ListDataListener) - Method in class prefuse.data.query.ListModel
 
removeName(String) - Method in class prefuse.data.util.NamedColumnProjection
Remove a column name from this projection
removeNode(int) - Method in class prefuse.data.Graph
Remove a node from the graph, also removing all incident edges.
removeNode(Node) - Method in class prefuse.data.Graph
Remove a node from the graph, also removing all incident edges.
removeNode(int) - Method in class prefuse.data.SpanningTree
Unsupported operation.
removeNode(Node) - Method in class prefuse.data.SpanningTree
Unsupported operation.
removePaintListener(PaintListener) - Method in class prefuse.Display
Remove a PaintListener from this Display.
removeProjectionListener(ProjectionListener) - Method in class prefuse.data.util.AbstractColumnProjection
 
removeProjectionListener(ProjectionListener) - Method in interface prefuse.data.util.ColumnProjection
Remove a listener from this column projection
removePropertyChangeListener(PropertyChangeListener) - Method in class prefuse.data.tuple.AbstractTupleSet
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class prefuse.data.tuple.AbstractTupleSet
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface prefuse.data.tuple.TupleSet
Remove a PropertyChangeListener from this TupleSet.
removePropertyChangeListener(String, PropertyChangeListener) - Method in interface prefuse.data.tuple.TupleSet
Remove a PropertyChangeListener from this TupleSet for a specific bound property.
removeRow(int) - Method in class prefuse.data.CascadedTable
 
removeRow(int) - Method in class prefuse.data.Table
Removes a row from this table.
removeSet(String) - Method in class prefuse.data.tuple.CompositeTupleSet
Remove the TupleSet with the given name from this composite.
removeString(String, Tuple) - Method in class prefuse.data.search.Trie
Remove a word/Tuple pair from the trie.
removeTableListener(TableListener) - Method in class prefuse.data.Table
Remove a table listener from this table.
removeTableModelListener(TableModelListener) - Method in class prefuse.util.ui.PrefuseTableModel
 
removeTreeModelListener(TreeModelListener) - Method in class prefuse.util.ui.JPrefuseTree.PrefuseTreeModel
 
removeTuple(Tuple) - Method in class prefuse.data.Graph
If the given tuple is a Node or Edge in this graph, remove it.
removeTuple(Tuple) - Method in class prefuse.data.search.SearchTupleSet
This method is not supported by this implementation.
removeTuple(Tuple) - Method in class prefuse.data.SpanningTree
Unsupported operation.
removeTuple(Tuple) - Method in class prefuse.data.Table
Remove a tuple from this table.
removeTuple(Tuple) - Method in class prefuse.data.tuple.CompositeTupleSet
Removes the tuple from its source set if that source set is contained within this composite.
removeTuple(Tuple) - Method in class prefuse.data.tuple.DefaultTupleSet
 
removeTuple(Tuple) - Method in interface prefuse.data.tuple.TupleSet
Remove a Tuple from this TupleSet.
removeTupleSetListener(TupleSetListener) - Method in class prefuse.data.tuple.AbstractTupleSet
 
removeTupleSetListener(TupleSetListener) - Method in interface prefuse.data.tuple.TupleSet
Remove a listener from this tuple set.
removeUpdate(DocumentEvent) - Method in class prefuse.util.ui.JSearchPanel
 
render(Graphics2D, VisualItem) - Method in class prefuse.render.AbstractShapeRenderer
 
render(Graphics2D, VisualItem) - Method in class prefuse.render.AxisRenderer
 
render(Graphics2D, VisualItem) - Method in class prefuse.render.EdgeRenderer
 
render(Graphics2D, VisualItem) - Method in class prefuse.render.LabelRenderer
 
render(Graphics2D, VisualItem) - Method in class prefuse.render.NullRenderer
 
render(Graphics2D, VisualItem) - Method in interface prefuse.render.Renderer
Render item into a Graphics2D context.
render(Graphics2D) - Method in class prefuse.visual.tuple.TableVisualItem
 
render(Graphics2D) - Method in interface prefuse.visual.VisualItem
Render this item to the given graphics context.
RENDER_TYPE_DRAW - Static variable in class prefuse.render.AbstractShapeRenderer
 
RENDER_TYPE_DRAW_AND_FILL - Static variable in class prefuse.render.AbstractShapeRenderer
 
RENDER_TYPE_FILL - Static variable in class prefuse.render.AbstractShapeRenderer
 
RENDER_TYPE_NONE - Static variable in class prefuse.render.AbstractShapeRenderer
 
Renderer - Interface in prefuse.render
Interface for rendering VisualItems, providing drawing as well as location checking and bounding box routines.
RendererFactory - Interface in prefuse.render
The RendererFactory is responsible for providing the proper Renderer instance for drawing a given VisualItem.
renderImmediate(VisualItem) - Method in class prefuse.Display
Immediately render the given VisualItem to the screen.
RenderingQueue - Class in prefuse.util.display
A helper class representing rendering and picking queues.
RenderingQueue() - Constructor for class prefuse.util.display.RenderingQueue
 
renumberColumns() - Method in class prefuse.data.Table
Internal method that re-numbers columns upon column removal.
repaint - Variable in class prefuse.controls.DragControl
 
repaint() - Method in class prefuse.Visualization
Issue a repaint request, causing all displays associated with this visualization to be repainted.
RepaintAction - Class in prefuse.action
Issues a repaint request to a Visualization.
RepaintAction() - Constructor for class prefuse.action.RepaintAction
Create a new RepaintAction.
RepaintAction(Visualization) - Constructor for class prefuse.action.RepaintAction
Create a new RepaintAction.
repaintImmediate() - Method in class prefuse.Display
Immediately repaints the contents of the offscreen buffer to the screen.
requestFocus() - Method in class prefuse.util.ui.JSearchPanel
Request the keyboard focus for this component.
reset() - Method in class prefuse.action.filter.GraphDistanceFilter
Clears references to graph tuples.
reset(VisualItem) - Method in class prefuse.action.layout.AxisLabelLayout
Reset an axis label VisualItem
reset() - Method in class prefuse.action.layout.graph.ForceDirectedLayout
Reset the force simulation state for all nodes processed by this layout.
reset() - Method in class prefuse.action.layout.graph.RadialTreeLayout
Clears references to graph tuples.
reset() - Method in class prefuse.action.layout.graph.TreeLayout
Clears references to graph tuples.
reset() - Method in class prefuse.data.parser.ParserFactory
Reset the candidate parser settings, making each parser equally likely.
reset() - Method in class prefuse.Display
Resets the display by clearing the offscreen buffer and flushing the internal rendering queue.
reset() - Method in class prefuse.util.display.Clip
Reset the clip to an empty status.
reset() - Method in class prefuse.Visualization
Reset this visualization, clearing out all visualization tuples.
resetItem - Variable in class prefuse.controls.DragControl
 
resize(int[], int) - Static method in class prefuse.util.ArrayLib
Resize the given array as needed to meet a target size.
resize(float[], int) - Static method in class prefuse.util.ArrayLib
Resize the given array as needed to meet a target size.
resize(double[], int) - Static method in class prefuse.util.ArrayLib
Resize the given array as needed to meet a target size.
resize(Object[], int) - Static method in class prefuse.util.ArrayLib
Resize the given array as needed to meet a target size.
retainAll(Collection) - Method in class prefuse.util.collections.CopyOnWriteArrayList
Retains only the elements in this list that are contained in the specified collection.
revertToDefault(int) - Method in class prefuse.data.column.AbstractColumn
Reverts the specified row back to the column's default value.
revertToDefault(int) - Method in interface prefuse.data.column.Column
Reverts the specified row back to the column's default value.
revertToDefault(int) - Method in class prefuse.data.column.ExpressionColumn
Has no effect, as all values in this column are derived.
revertToDefault(int) - Method in class prefuse.data.column.ObjectColumn
 
revertToDefault(int, String) - Method in class prefuse.data.Table
Revert this tuple's value for the given field to the default value for the field.
revertToDefault(String) - Method in interface prefuse.data.Tuple
Revert this tuple's value for the given field to the default value for the field.
revertToDefault(String) - Method in class prefuse.data.tuple.TableTuple
 
rgb(int, int, int) - Static method in class prefuse.util.ColorLib
Get the color code for the given red, green, and blue values.
rgba(int, int, int, int) - Static method in class prefuse.util.ColorLib
Get the color code for the given red, green, blue, and alpha values.
rgba(float, float, float, float) - Static method in class prefuse.util.ColorLib
Get the color code for the given red, green, blue, and alpha values as floating point numbers in the range 0-1.0.
RIGHT - Static variable in interface prefuse.Constants
A right alignment
RIGHT_MOUSE_BUTTON - Static variable in interface prefuse.controls.Control
Represents the use of the right mouse button
RIGHTLEFT_BOTTOMTOP - Static variable in class prefuse.util.ui.JRangeSlider
 
ritems - Variable in class prefuse.util.display.RenderingQueue
 
root - Variable in class prefuse.util.collections.AbstractTreeMap
 
rotate(Point2D, double) - Method in class prefuse.Display
Rotates the view provided by this display by the given angle in radians, anchoring the rotation at the specified point in screen coordinates.
rotateAbs(Point2D, double) - Method in class prefuse.Display
Rotates the view provided by this display by the given angle in radians, anchoring the rotation at the specified point in absolute coordinates.
rotateLeft(AbstractTreeMap.Entry) - Method in class prefuse.util.collections.AbstractTreeMap
 
rotateRight(AbstractTreeMap.Entry) - Method in class prefuse.util.collections.AbstractTreeMap
 
RotationControl - Class in prefuse.controls
Control that can be used to rotate the display.
RotationControl() - Constructor for class prefuse.controls.RotationControl
Create a new RotateControl.
RotationControl(int) - Constructor for class prefuse.controls.RotationControl
Create a new RotateControl
RowIterator(boolean) - Constructor for class prefuse.data.util.RowManager.RowIterator
 
RowManager - Class in prefuse.data.util
Manages the set of valid rows for a Table instance, maintains an index of the available and occupied rows.
RowManager(Table) - Constructor for class prefuse.data.util.RowManager
Create a new RowManager for the given Table.
RowManager.ColumnRowIterator - Class in prefuse.data.util
Iterator over the indices into a given data column, mapped to from the rows of this RowManager.
RowManager.RowIterator - Class in prefuse.data.util
Iterator over the occupied rows of this RowManager.
rows - Variable in class prefuse.action.layout.GridLayout
 
rows() - Method in class prefuse.data.Table
Get an interator over the row numbers of this table.
rows(Predicate) - Method in class prefuse.data.Table
Get a filtered iterator over the row numbers of this table, returning only the rows whose tuples match the given filter predicate.
rows(boolean) - Method in class prefuse.data.Table
Get an interator over the row numbers of this table.
rows(Table, Predicate) - Static method in class prefuse.data.util.FilterIteratorFactory
Get a filtered iterator over the rows in the given table, filtered by the given predicate.
rows(Object, Object, int) - Method in interface prefuse.data.util.Index
Get an iterator over a sorted range of rows.
rows(int, int, int) - Method in interface prefuse.data.util.Index
Get an iterator over a sorted range of rows.
rows(long, long, int) - Method in interface prefuse.data.util.Index
Get an iterator over a sorted range of rows.
rows(float, float, int) - Method in interface prefuse.data.util.Index
Get an iterator over a sorted range of rows.
rows(double, double, int) - Method in interface prefuse.data.util.Index
Get an iterator over a sorted range of rows.
rows(Object) - Method in interface prefuse.data.util.Index
Get an iterator over all rows with the given data value.
rows(int) - Method in interface prefuse.data.util.Index
Get an iterator over all rows with the given data value.
rows(long) - Method in interface prefuse.data.util.Index
Get an iterator over all rows with the given data value.
rows(float) - Method in interface prefuse.data.util.Index
Get an iterator over all rows with the given data value.
rows(double) - Method in interface prefuse.data.util.Index
Get an iterator over all rows with the given data value.
rows(boolean) - Method in interface prefuse.data.util.Index
Get an iterator over all rows with the given data value.
rows() - Method in class prefuse.data.util.RowManager
Get an iterator over the table rows.
rows(boolean) - Method in class prefuse.data.util.RowManager
Get an iterator over the table rows.
rows(Object, Object, int) - Method in class prefuse.data.util.TreeIndex
 
rows(int, int, int) - Method in class prefuse.data.util.TreeIndex
 
rows(long, long, int) - Method in class prefuse.data.util.TreeIndex
 
rows(float, float, int) - Method in class prefuse.data.util.TreeIndex
 
rows(double, double, int) - Method in class prefuse.data.util.TreeIndex
 
rows(int) - Method in class prefuse.data.util.TreeIndex
 
rows(long) - Method in class prefuse.data.util.TreeIndex
 
rows(float) - Method in class prefuse.data.util.TreeIndex
 
rows(double) - Method in class prefuse.data.util.TreeIndex
 
rows(boolean) - Method in class prefuse.data.util.TreeIndex
 
rows(Object) - Method in class prefuse.data.util.TreeIndex
 
rowsSortedBy(String, boolean) - Method in class prefuse.data.Table
Get an iterator over the rows of this table, sorted by the given data field.
RPAREN - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
rscores - Variable in class prefuse.util.display.RenderingQueue
 
rsize - Variable in class prefuse.util.display.RenderingQueue
 
run(double) - Method in class prefuse.action.Action
Runs this Action, triggering whatever processing this Action performs.
run(long) - Method in class prefuse.action.Action
Runs this Action (as an Activity).
run(double) - Method in class prefuse.action.ActionList
 
run(double) - Method in class prefuse.action.ActionSwitch
 
run(double) - Method in class prefuse.action.animate.AxisLabelAnimator
 
run(double) - Method in class prefuse.action.animate.PolarLocationAnimator
 
run(double) - Method in class prefuse.action.animate.QualityControlAnimator
 
run(double) - Method in class prefuse.action.animate.VisibilityAnimator
 
run(double) - Method in class prefuse.action.distortion.Distortion
 
run(double) - Method in class prefuse.action.EncoderAction
 
run(double) - Method in class prefuse.action.filter.FisheyeTreeFilter
 
run(double) - Method in class prefuse.action.filter.GraphDistanceFilter
 
run(double) - Method in class prefuse.action.filter.VisibilityFilter
 
run(double) - Method in class prefuse.action.GroupAction
 
run(double) - Method in class prefuse.action.ItemAction
 
run(double) - Method in class prefuse.action.layout.AxisLabelLayout
 
run(double) - Method in class prefuse.action.layout.AxisLayout
 
run(double) - Method in class prefuse.action.layout.CircleLayout
 
run(double) - Method in class prefuse.action.layout.CollapsedStackLayout
 
run(double) - Method in class prefuse.action.layout.CollapsedSubtreeLayout
 
run(double) - Method in class prefuse.action.layout.graph.BalloonTreeLayout
 
run(double) - Method in class prefuse.action.layout.graph.ForceDirectedLayout
 
run(double) - Method in class prefuse.action.layout.graph.FruchtermanReingoldLayout
 
run(double) - Method in class prefuse.action.layout.graph.NodeLinkTreeLayout
 
run(double) - Method in class prefuse.action.layout.graph.RadialTreeLayout
 
run(double) - Method in class prefuse.action.layout.graph.SquarifiedTreeMapLayout
 
run(double) - Method in class prefuse.action.layout.GridLayout
 
run(double) - Method in class prefuse.action.layout.RandomLayout
 
run(double) - Method in class prefuse.action.layout.SpecifiedLayout
 
run(double) - Method in class prefuse.action.layout.StackedAreaChart
 
run(double) - Method in class prefuse.action.RepaintAction
Calls the Visualization.repaint() method on this Action's associated Visualization.
run() - Method in class prefuse.activity.Activity
Schedules this Activity to start immediately.
run(long) - Method in class prefuse.activity.Activity
Run this activity one step.
run() - Method in class prefuse.activity.ActivityManager
Main scheduling thread loop.
run(String) - Method in class prefuse.activity.ActivityMap
Schedules the Activity corresponding to the given key to be run immediately by the ActivityManager.
run() - Method in class prefuse.data.io.sql.DataSourceWorker
 
run(long) - Method in class prefuse.Display.TransformActivity
 
run(String) - Method in class prefuse.Visualization
Schedule the Action with the given name to run immediately.
runAfter(Activity) - Method in class prefuse.activity.Activity
Schedules this Activity to start immediately after another Activity.
runAfter(String, String) - Method in class prefuse.activity.ActivityMap
Schedules the Activity corresponding to the afterKey to be run immediately after the completion of the Activity corresponding to the beforeKey.
runAfter(String, long) - Method in class prefuse.Visualization
Schedule the Action with the given name to run after the specified delay.
runAfter(String, String) - Method in class prefuse.Visualization
Schedule the Action with the given name to run after another Action finishes running.
runAt(long) - Method in class prefuse.activity.Activity
Schedules this Activity for the specified startTime, overwriting the Activity's currently set startTime.
runAt(String, long) - Method in class prefuse.activity.ActivityMap
Runs the Activity corresponding to the given key with the ActivityManager to begin at the specified time.
runAt(String, long) - Method in class prefuse.Visualization
Schedule the Action with the given name to run at the specified time.
RungeKuttaIntegrator - Class in prefuse.util.force
Updates velocity and position data using the 4th-Order Runge-Kutta method.
RungeKuttaIntegrator() - Constructor for class prefuse.util.force.RungeKuttaIntegrator
 
runSimulator(long) - Method in class prefuse.util.force.ForceSimulator
Run the simulator for one time step.
rx - Variable in class prefuse.action.layout.graph.BalloonTreeLayout.Params
 
ry - Variable in class prefuse.action.layout.graph.BalloonTreeLayout.Params
 

S

safeLog10(double) - Static method in class prefuse.util.MathLib
The "safe" base 10 logarithm of the input value, handling negative values by simply making them positive and then negating the return value.
safeSqrt(double) - Static method in class prefuse.util.MathLib
The "safe" square root of the input value, handling negative values by simply making them positive and then negating the return value.
sample(String) - Method in class prefuse.data.parser.ParserFactory
Sample a data value against the parsers, updating the parser candidates.
sample(int, String) - Method in class prefuse.data.parser.TypeInferencer
Sample the given text string for the given data column index.
saturate(int, float) - Static method in class prefuse.util.ColorLib
Set the saturation of an input color.
saveImage(OutputStream, String, double) - Method in class prefuse.Display
Saves a copy of this display as an image to the specified output stream.
SCALE_COUNT - Static variable in interface prefuse.Constants
The total number of scale type values
ScaleSelector - Class in prefuse.util.display
Swing widget which displays a preview image and helps select the scale for an exported image.
ScaleSelector() - Constructor for class prefuse.util.display.ScaleSelector
Create a new ScaleSelector.
ScaleSelector.ImagePanel - Class in prefuse.util.display
Swing component that draws an image scaled to the current scale factor.
ScheduleAfterActivity(Activity, boolean) - Constructor for class prefuse.activity.ActivityManager.ScheduleAfterActivity
 
Schema - Class in prefuse.data
The Schema class represents a description of a Table's columns, including column names, data types, and default values.
Schema() - Constructor for class prefuse.data.Schema
Creates a new empty schema.
Schema(int) - Constructor for class prefuse.data.Schema
Creates a new empty schema with a starting capacity for a given number of columns.
Schema(String[], Class[]) - Constructor for class prefuse.data.Schema
Create a new schema consisting of the given column names and types.
Schema(String[], Class[], Object[]) - Constructor for class prefuse.data.Schema
Create a new schema consisting of the given column names, types, and default column values.
SCHEMA - Static variable in interface prefuse.visual.VisualItem
A permanent, locked copy of the base VisualItem schema
schemaCheck() - Method in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
score(VisualItem) - Method in class prefuse.visual.sort.ItemSorter
Return an ordering score for an item.
score(VisualItem) - Method in class prefuse.visual.sort.TreeDepthItemSorter
Score items similarly to ItemSorter, but additionally ranks items based on their tree depth.
search(String) - Method in class prefuse.data.search.KeywordSearchTupleSet
Searches the indexed Tuple fields for matching keywords, using the Lucene search engine.
search(String) - Method in class prefuse.data.search.LuceneSearcher
Searches the Lucene index using the given query String, returns an object which provides access to the search results.
search(String) - Method in class prefuse.data.search.PrefixSearchTupleSet
Searches the indexed Tuple fields for matching string prefixes, adding the Tuple instances for each search match to this TupleSet.
search(String) - Method in class prefuse.data.search.RegexSearchTupleSet
 
search(String) - Method in class prefuse.data.search.SearchTupleSet
Searches the indexed fields of this TupleSet for matching strings, adding the Tuple instances for each search match to the TupleSet.
SEARCH_ITEMS - Static variable in class prefuse.Visualization
Default data group name for search result items
SearchPredicate - Class in prefuse.visual.expression
Expression that indicates if an item is currently a member of a data group of the type SearchTupleSet, but including a possible special case in which all items should be pass through the predicate if no search query is specified.
SearchPredicate() - Constructor for class prefuse.visual.expression.SearchPredicate
Create a new SearchPredicate.
SearchPredicate(boolean) - Constructor for class prefuse.visual.expression.SearchPredicate
Create a new SearchPredicate.
SearchPredicate(String, boolean) - Constructor for class prefuse.visual.expression.SearchPredicate
Create a new SearchPredicate.
SearchQueryBinding - Class in prefuse.data.query
DynamicQueryBinding supporting text search over data values.
SearchQueryBinding(TupleSet, String) - Constructor for class prefuse.data.query.SearchQueryBinding
Create a new SearchQueryBinding over the given set and data field.
SearchQueryBinding(TupleSet, String, SearchTupleSet) - Constructor for class prefuse.data.query.SearchQueryBinding
Create a new SearchQueryBinding over the given set and data field, using the specified SearchTupleSet instance.
SearchTupleSet - Class in prefuse.data.search
Abstract base class for TupleSet implementations that support text search.
SearchTupleSet() - Constructor for class prefuse.data.search.SearchTupleSet
 
searchUpdate() - Method in class prefuse.util.ui.JSearchPanel
Update the search results based on the current query.
select(Predicate, Sort) - Method in class prefuse.data.Table
Query this table for a filtered, sorted subset of this table.
SELECTED_ITEMS - Static variable in class prefuse.Visualization
Default data group name for selected items
set(VisualItem, double, Rectangle2D) - Method in class prefuse.action.layout.AxisLabelLayout
Set the layout values for an axis label item.
set(VisualItem, double) - Method in class prefuse.action.layout.AxisLayout
Set the layout position of an item.
set(Object, int) - Method in class prefuse.data.column.BooleanColumn
 
set(Object, int) - Method in class prefuse.data.column.ByteColumn
 
set(Object, int) - Method in interface prefuse.data.column.Column
Set the data value at the specified row
set(Object, int) - Method in class prefuse.data.column.ConstantColumn
Unsupported operation.
set(Object, int) - Method in class prefuse.data.column.DateColumn
 
set(Object, int) - Method in class prefuse.data.column.DoubleColumn
 
set(Object, int) - Method in class prefuse.data.column.ExpressionColumn
 
set(Object, int) - Method in class prefuse.data.column.FloatColumn
 
set(Object, int) - Method in class prefuse.data.column.IntColumn
 
set(Object, int) - Method in class prefuse.data.column.LongColumn
 
set(Object, int) - Method in class prefuse.data.column.ObjectColumn
Set the data value at the specified row
set(Predicate) - Method in class prefuse.data.expression.CompositePredicate
Set the given predicate to be the only clause of thie composite.
set(Predicate[]) - Method in class prefuse.data.expression.CompositePredicate
Set the given predicates to be the clauses of thie composite.
set(int, String, Object) - Method in class prefuse.data.Table
Set the value of a given row and data field.
set(int, int, Object) - Method in class prefuse.data.Table
Set the value of at the given row and column numbers.
set(String, Object) - Method in interface prefuse.data.Tuple
Set the value of a given data field.
set(int, Object) - Method in interface prefuse.data.Tuple
Set the value of at the given column number.
set(String, Object) - Method in class prefuse.data.tuple.TableTuple
 
set(int, Object) - Method in class prefuse.data.tuple.TableTuple
 
set(String, Object) - Method in class prefuse.data.util.TableIterator
Set the value of a given data field.
set(int, byte) - Method in class prefuse.util.collections.ByteArrayList
 
set(int, Object) - Method in class prefuse.util.collections.CopyOnWriteArrayList
Replaces the element at the specified position in this list with the specified element.
setAlpha(int, int) - Static method in class prefuse.util.ColorLib
Set the alpha component of the given color.
setAnalyzer(Analyzer) - Method in class prefuse.data.search.LuceneSearcher
Sets the Analyzer used to process text.
setAngularBounds(double, double) - Method in class prefuse.action.layout.graph.RadialTreeLayout
Constrains this layout to the specified angular sector
setArrowHeadSize(int, int) - Method in class prefuse.render.EdgeRenderer
Sets the dimensions of an arrow head for a directed edge.
setArrowType(int) - Method in class prefuse.render.EdgeRenderer
Sets the type of the drawn edge.
setAscending(boolean) - Method in class prefuse.action.layout.AxisLabelLayout
Sets if the axis values should be presented in ascending order along the axis.
setAsynchronous(boolean) - Method in class prefuse.render.ImageFactory
Sets if this ImageFactory loads images asynchronously.
setAuthentication(String, String) - Static method in class prefuse.util.io.PasswordAuthenticator
Creates a new PasswordAuthenticator for the given name and password and sets it as the default Authenticator for use within Java networking.
setAutoScale(boolean) - Method in class prefuse.action.layout.graph.RadialTreeLayout
Set whether or not the layout should automatically scale itself to fit the layout bounds.
setAxis(int) - Method in class prefuse.action.layout.AxisLayout
Set the axis type of this layout.
setAxisType(int) - Method in class prefuse.util.ui.JToggleGroup
Set the Box axis type used to orient the toggle group component.
setBackground(Color) - Method in class prefuse.util.ui.JSearchPanel
 
setBackground(Color) - Method in class prefuse.util.ui.JToggleGroup
Set the background color of this toggle group.
setBackground(Color) - Method in class prefuse.util.ui.JValueSlider
 
setBackgroundImage(Image, boolean, boolean) - Method in class prefuse.Display
Set a background image for this display.
setBackgroundImage(String, boolean, boolean) - Method in class prefuse.Display
Set a background image for this display.
setBaseSize(int) - Method in class prefuse.render.ShapeRenderer
Sets the base size, in pixels, for shapes drawn by this renderer.
setBinCount(int) - Method in class prefuse.action.assignment.DataColorAction
Sets the number of "bins" or or discrete steps of color.
setBinCount(int) - Method in class prefuse.action.assignment.DataSizeAction
Sets the number of "bins" or distinct categories of sizes
setBoolean(boolean, int) - Method in class prefuse.data.column.AbstractColumn
Set the data value at the specified row as a boolean
setBoolean(boolean, int) - Method in class prefuse.data.column.BooleanColumn
 
setBoolean(boolean, int) - Method in interface prefuse.data.column.Column
Set the data value at the specified row as a boolean
setBoolean(int, String, boolean) - Method in class prefuse.data.Table
Set the data value of the given row and field as a boolean.
setBoolean(int, int, boolean) - Method in class prefuse.data.Table
Set the data value of the given row and field as a boolean.
setBoolean(String, boolean) - Method in interface prefuse.data.Tuple
Set the data value of the given field with a boolean.
setBoolean(int, boolean) - Method in interface prefuse.data.Tuple
Set the data value of the given field with a boolean.
setBoolean(String, boolean) - Method in class prefuse.data.tuple.TableTuple
 
setBoolean(int, boolean) - Method in class prefuse.data.tuple.TableTuple
 
setBoolean(String, boolean) - Method in class prefuse.data.util.TableIterator
Set the data value of the given field with a boolean.
setBounds(int, int, int, int) - Method in class prefuse.Display
 
setBounds(VisualItem) - Method in class prefuse.render.AbstractShapeRenderer
 
setBounds(VisualItem) - Method in class prefuse.render.AxisRenderer
 
setBounds(VisualItem) - Method in class prefuse.render.EdgeRenderer
 
setBounds(VisualItem) - Method in class prefuse.render.NullRenderer
 
setBounds(VisualItem) - Method in interface prefuse.render.Renderer
Calculates and sets the bounding rectangle for an item.
setBounds(VisualItem, Shape, BasicStroke) - Static method in class prefuse.util.GraphicsLib
Sets a VisualItem's bounds based on its shape and stroke type.
setBounds(double, double, double, double) - Method in class prefuse.visual.tuple.TableVisualItem
 
setBounds(double, double, double, double) - Method in interface prefuse.visual.VisualItem
Set the bounding box for this item.
setBounds(int, double, double, double, double) - Method in class prefuse.visual.VisualTable
Set the bounding box for an item.
setBreadthSpacing(double) - Method in class prefuse.action.layout.graph.NodeLinkTreeLayout
Set the spacing between neighbor nodes.
setCancelColor(Color) - Method in class prefuse.util.ui.JSearchPanel
Set the fill color of the cancel 'x' button that appears when the button has the mouse pointer over it.
setClip(Clip) - Method in class prefuse.util.display.Clip
Set the clip contents, and set the status to valid and in use.
setClip(Rectangle2D) - Method in class prefuse.util.display.Clip
Set the clip contents, and set the status to valid and in use.
setClip(double, double, double, double) - Method in class prefuse.util.display.Clip
Set the clip contents, and set the status to valid and in use.
setClosePath(boolean) - Method in class prefuse.render.PolygonRenderer
Sets if this renderer uses a closed or open path.
setColor(Component, Color, Color) - Static method in class prefuse.util.ui.UILib
Sets the foreground and background color for a component and all components contained within it.
setColorFields(String[]) - Method in class prefuse.action.animate.ColorAnimator
Sets the color fields to interpolate.
setColorPalette(int[]) - Method in class prefuse.util.ColorMap
Sets the internal color palette, an int array of color values.
setColumnProjection(ColumnProjection) - Method in class prefuse.data.CascadedTable
Sets the ColumnProjection determining which columns of the parent table are included in this one.
setColumns(String[]) - Method in class prefuse.action.layout.StackedAreaChart
Set the data columns used to compute the stacked layout
setComparator(Comparator) - Method in class prefuse.data.column.ColumnMetadata
Sets the comparator used to detemine column values' sort order.
setContent(JComponent) - Method in class prefuse.util.ui.JCustomTooltip
Set the content component of the tooltip
setCurveSlack(float) - Method in class prefuse.render.PolygonRenderer
Sets the slack parameter for curved lines.
setCustomToolTip(JToolTip) - Method in class prefuse.Display
Set a custom tooltip to use for this Display.
setDamageRedraw(boolean) - Method in class prefuse.Display
Sets if damage/redraw rendering is enabled.
setDataField(String) - Method in class prefuse.action.assignment.DataColorAction
Set the data field used to encode size values.
setDataField(String) - Method in class prefuse.action.assignment.DataShapeAction
Set the data field used to encode shape values.
setDataField(String) - Method in class prefuse.action.assignment.DataSizeAction
Set the data field used to encode size values.
setDataField(String) - Method in class prefuse.action.layout.AxisLayout
Set the data field used by this axis layout action.
setDataGroups(String, String) - Method in class prefuse.action.layout.graph.ForceDirectedLayout
Explicitly sets the node and edge groups to use for this layout, overriding the group setting passed to the constructor.
setDataType(int) - Method in class prefuse.action.assignment.DataColorAction
Set the data type used by this action.
setDataType(int) - Method in class prefuse.action.layout.AxisLayout
Set the data type used by this layout.
setDate(Date, int) - Method in class prefuse.data.column.AbstractColumn
Set the data value at the specified row as a Date
setDate(Date, int) - Method in interface prefuse.data.column.Column
Set the data value at the specified row as a Date
setDate(int, String, Date) - Method in class prefuse.data.Table
Set the data value of the given row and field as a Date.
setDate(int, int, Date) - Method in class prefuse.data.Table
Set the data value of the given row and field as a Date.
setDate(String, Date) - Method in interface prefuse.data.Tuple
Set the data value of the given field with a Date.
setDate(int, Date) - Method in interface prefuse.data.Tuple
Set the data value of the given field with a Date.
setDate(String, Date) - Method in class prefuse.data.tuple.TableTuple
 
setDate(int, Date) - Method in class prefuse.data.tuple.TableTuple
 
setDate(String, Date) - Method in class prefuse.data.util.TableIterator
Set the data value of the given field with a Date.
setDebugStream(PrintStream) - Static method in class prefuse.data.expression.parser.ExpressionParserTokenManager
 
setDefault(int, Object) - Method in class prefuse.data.Schema
Set the default value for the given field.
setDefault(String, Object) - Method in class prefuse.data.Schema
Set the default value for the given field.
setDefault(String, int) - Method in class prefuse.data.Schema
Set the default value for the given field as an int.
setDefault(String, long) - Method in class prefuse.data.Schema
Set the default value for the given field as a long.
setDefault(String, float) - Method in class prefuse.data.Schema
Set the default value for the given field as a float.
setDefault(String, double) - Method in class prefuse.data.Schema
Set the default value for the given field as a double.
setDefault(String, boolean) - Method in class prefuse.data.Schema
Set the default value for the given field as a boolean.
setDefaultColor(int) - Method in class prefuse.action.assignment.ColorAction
Sets the default color for this ColorAction.
setDefaultColor(int) - Method in class prefuse.action.assignment.DataColorAction
This operation is not supported by the DataColorAction type.
setDefaultEdgeRenderer(Renderer) - Method in class prefuse.render.DefaultRendererFactory
Sets the default edge renderer.
setDefaultFactory(ParserFactory) - Static method in class prefuse.data.parser.ParserFactory
Sets the default parser factory.
setDefaultFont(Font) - Method in class prefuse.action.assignment.FontAction
Set the default font to be assigned to items.
setDefaultLineWidth(double) - Method in class prefuse.render.EdgeRenderer
Sets the default width of lines.
setDefaultRenderer(Renderer) - Method in class prefuse.render.DefaultRendererFactory
Sets the default renderer.
setDefaultShape(int) - Method in class prefuse.action.assignment.DataShapeAction
This operation is not supported by the DataShapeAction type.
setDefaultShape(int) - Method in class prefuse.action.assignment.ShapeAction
Sets the default shape value assigned to items.
setDefaultSize(double) - Method in class prefuse.action.assignment.DataSizeAction
This operation is not supported by the DataSizeAction type.
setDefaultSize(double) - Method in class prefuse.action.assignment.SizeAction
Sets the default size value assigned to items.
setDefaultStroke(BasicStroke) - Method in class prefuse.action.assignment.StrokeAction
Set the default BasicStroke to be assigned to items.
setDefaultValue(Object) - Method in class prefuse.data.column.AbstractColumn
Sets the default value for this column.
setDelimeter(String) - Method in class prefuse.data.io.DelimitedTextTableWriter
Set the delimiter used to separate data fields.
setDelimiterString(String) - Method in class prefuse.data.search.PrefixSearchTupleSet
Sets the delimiter string used to divide data values and queries into separate words.
setDepthSpacing(double) - Method in class prefuse.action.layout.graph.NodeLinkTreeLayout
Set the spacing between depth levels.
setDistance(int) - Method in class prefuse.action.filter.FisheyeTreeFilter
Set the graph distance threshold used by this filter.
setDistance(int) - Method in class prefuse.action.filter.GraphDistanceFilter
Set the graph distance threshold used by this filter.
setDOI(double) - Method in class prefuse.visual.tuple.TableVisualItem
 
setDOI(double) - Method in interface prefuse.visual.VisualItem
Set the degree-of-interest (DOI) value.
setDOI(int, double) - Method in class prefuse.visual.VisualTable
Set the degree-of-interest (DOI) value.
setDouble(double, int) - Method in class prefuse.data.column.AbstractColumn
Set the data value at the specified row as a double
setDouble(double, int) - Method in interface prefuse.data.column.Column
Set the data value at the specified row as a double
setDouble(double, int) - Method in class prefuse.data.column.DoubleColumn
 
setDouble(int, String, double) - Method in class prefuse.data.Table
Set the data value of the given row and field as a double.
setDouble(int, int, double) - Method in class prefuse.data.Table
Set the data value of the given row and field as a double.
setDouble(String, double) - Method in interface prefuse.data.Tuple
Set the data value of the given field with a double.
setDouble(int, double) - Method in interface prefuse.data.Tuple
Set the data value of the given field with a double.
setDouble(String, double) - Method in class prefuse.data.tuple.TableTuple
 
setDouble(int, double) - Method in class prefuse.data.tuple.TableTuple
 
setDouble(String, double) - Method in class prefuse.data.util.TableIterator
Set the data value of the given field with a double.
setDuration(long) - Method in class prefuse.activity.Activity
Set the duration of this activity
setEdgeTable(Table) - Method in class prefuse.data.Graph.Listener
 
setEdgeTable(Table) - Method in class prefuse.data.Graph
Updates this graph to use a different edge structure for the same nodes.
setEdgeTable(Table) - Method in class prefuse.data.SpanningTree
Unsupported operation.
setEdgeType(int) - Method in class prefuse.render.EdgeRenderer
Sets the type of the drawn edge.
setElseExpression(Expression) - Method in class prefuse.data.expression.IfExpression
Set the else expression
setEmpty(boolean) - Method in class prefuse.util.ui.JRangeSlider
Sets whether this slider is empty.
setEnabled(boolean) - Method in class prefuse.activity.Activity
Sets whether this component is enabled.
setEnabled(boolean) - Method in interface prefuse.controls.Control
Sets the enabled status of this control.
setEnabled(boolean) - Method in class prefuse.controls.ControlAdapter
 
setEndFillColor(int) - Method in class prefuse.visual.tuple.TableVisualItem
 
setEndFillColor(int) - Method in interface prefuse.visual.VisualItem
Set the ending fill color of this item.
setEndFillColor(int, int) - Method in class prefuse.visual.VisualTable
Set the ending fill color of the row.
setEndFont(Font) - Method in class prefuse.visual.tuple.TableVisualItem
 
setEndFont(Font) - Method in interface prefuse.visual.VisualItem
Set the ending font for the item.
setEndFont(int, Font) - Method in class prefuse.visual.VisualTable
Set the ending font for the row.
setEndSize(double) - Method in class prefuse.visual.tuple.TableVisualItem
 
setEndSize(double) - Method in interface prefuse.visual.VisualItem
Set the ending size value of the item.
setEndSize(int, double) - Method in class prefuse.visual.VisualTable
Set the ending size value of the row.
setEndStrokeColor(int) - Method in class prefuse.visual.tuple.TableVisualItem
 
setEndStrokeColor(int) - Method in interface prefuse.visual.VisualItem
Set the ending stroke color of this item.
setEndStrokeColor(int, int) - Method in class prefuse.visual.VisualTable
Set the ending stroke color of the row.
setEndTextColor(int) - Method in class prefuse.visual.tuple.TableVisualItem
 
setEndTextColor(int) - Method in interface prefuse.visual.VisualItem
Set the ending text color of this item.
setEndTextColor(int, int) - Method in class prefuse.visual.VisualTable
Set the ending text color of the row.
setEndVisible(boolean) - Method in class prefuse.visual.tuple.TableVisualItem
 
setEndVisible(boolean) - Method in interface prefuse.visual.VisualItem
Set the end visible flag.
setEndVisible(int, boolean) - Method in class prefuse.visual.VisualTable
Set the end visible flag.
setEndX(double) - Method in class prefuse.visual.tuple.TableVisualItem
 
setEndX(double) - Method in interface prefuse.visual.VisualItem
Set the ending x-coordinate of this item.
setEndX(int, double) - Method in class prefuse.visual.VisualTable
Set the ending x-coordinate of the given row.
setEndY(double) - Method in class prefuse.visual.tuple.TableVisualItem
 
setEndY(double) - Method in interface prefuse.visual.VisualItem
Set the ending y-coordinate of this item.
setEndY(int, double) - Method in class prefuse.visual.VisualTable
Set the ending y-coordinate of the given row.
setExpanded(boolean) - Method in class prefuse.visual.tuple.TableVisualItem
 
setExpanded(boolean) - Method in interface prefuse.visual.VisualItem
Set the expanded flag.
setExpanded(int, boolean) - Method in class prefuse.visual.VisualTable
Set the expanded flag.
setExtent(int) - Method in class prefuse.data.query.NumberRangeModel
 
setField(String) - Method in class prefuse.action.assignment.ColorAction
Set the color field name that this ColorAction should set.
setFields(String[]) - Method in class prefuse.data.search.LuceneSearcher
Sets the indexed Document fields.
setFillColor(int) - Method in class prefuse.visual.tuple.TableVisualItem
 
setFillColor(int) - Method in interface prefuse.visual.VisualItem
Set the current fill color of this item.
setFillColor(int, int) - Method in class prefuse.visual.VisualTable
Set the current fill color of the row.
setFilter(Predicate) - Method in class prefuse.action.layout.AxisLayout
Set a predicate filter to limit which items are considered for layout.
setFilter(Predicate) - Method in class prefuse.controls.FocusControl
Set a filter for processing items by this focus control.
setFilterPredicate(Predicate) - Method in class prefuse.action.ItemAction
Sets the filtering predicate used by this Action.
setFixed(boolean) - Method in class prefuse.visual.tuple.TableVisualItem
 
setFixed(boolean) - Method in interface prefuse.visual.VisualItem
Sets if the item is fixed in its position.
setFixed(int, boolean) - Method in class prefuse.visual.VisualTable
Sets if the given row is fixed in its position.
setFixedField(String) - Method in class prefuse.action.layout.SpecifiedLayout
Set the field to lookup to set the fixed property.
setFixedWidthSchema(FixedWidthTextTableSchema) - Method in class prefuse.data.io.FixedWidthTextTableReader
Set the schema description describing the data columns' fixed widths
setFixedWidthSchema(FixedWidthTextTableSchema) - Method in class prefuse.data.io.FixedWidthTextTableWriter
Set the schema description describing the data columns' fixed widths
setFixPositionOnMouseOver(boolean) - Method in class prefuse.controls.DragControl
Determines whether or not an item should have it's position fixed when the mouse moves over it.
setFloat(float, int) - Method in class prefuse.data.column.AbstractColumn
Set the data value at the specified row as a float
setFloat(float, int) - Method in interface prefuse.data.column.Column
Set the data value at the specified row as a float
setFloat(float, int) - Method in class prefuse.data.column.DoubleColumn
 
setFloat(float, int) - Method in class prefuse.data.column.FloatColumn
 
setFloat(int, String, float) - Method in class prefuse.data.Table
Set the data value of the given row and field as a float.
setFloat(int, int, float) - Method in class prefuse.data.Table
Set the data value of the given row and field as a float.
setFloat(String, float) - Method in interface prefuse.data.Tuple
Set the data value of the given field with a float.
setFloat(int, float) - Method in interface prefuse.data.Tuple
Set the data value of the given field with a float.
setFloat(String, float) - Method in class prefuse.data.tuple.TableTuple
 
setFloat(int, float) - Method in class prefuse.data.tuple.TableTuple
 
setFloat(String, float) - Method in class prefuse.data.util.TableIterator
Set the data value of the given field with a float.
setFont(Font) - Method in class prefuse.Display
Sets the font used by this Display.
setFont(Font) - Method in class prefuse.util.ui.JFastLabel
 
setFont(Font) - Method in class prefuse.util.ui.JSearchPanel
 
setFont(Font) - Method in class prefuse.util.ui.JToggleGroup
Set the font used by this toggle group.
setFont(Font) - Method in class prefuse.util.ui.JValueSlider
 
setFont(Component, Font) - Static method in class prefuse.util.ui.UILib
Sets the font for a component and all components contained within it.
setFont(Font) - Method in class prefuse.visual.tuple.TableVisualItem
 
setFont(Font) - Method in interface prefuse.visual.VisualItem
Set the current font for the item.
setFont(int, Font) - Method in class prefuse.visual.VisualTable
Set the current font for the the row.
setForceSimulator(ForceSimulator) - Method in class prefuse.action.layout.graph.ForceDirectedLayout
Set the force simulator driving this layout.
setForeground(Color) - Method in class prefuse.util.ui.JSearchPanel
 
setForeground(Color) - Method in class prefuse.util.ui.JToggleGroup
Set the foreground color of this toggle group.
setForeground(Color) - Method in class prefuse.util.ui.JValueSlider
 
setFrameWidth(double) - Method in class prefuse.action.layout.graph.SquarifiedTreeMapLayout
Sets the amount of desired framing space between parent rectangles and their enclosed children.
setGroup(String) - Method in class prefuse.action.GroupAction
Sets the name of the group to be processed by this Action.
setGroup(String) - Method in class prefuse.visual.VisualGraph
Set the visualization data group name for this graph
setGroup(String) - Method in class prefuse.visual.VisualTable
Set the visualization data group name for this table
setGroup(String) - Method in class prefuse.visual.VisualTree
Set the visualization data group name for this graph
setGroupFocusable(boolean) - Method in class prefuse.util.ui.JToggleGroup
Sets if the various toggle buttons can receive the keyboard focus.
setHasHeader(boolean) - Method in class prefuse.data.io.AbstractTextTableReader
Set whether or not the table data file includes a header row.
setHighlighted(boolean) - Method in class prefuse.visual.tuple.TableVisualItem
 
setHighlighted(boolean) - Method in interface prefuse.visual.VisualItem
Set the highlighted status of this item.
setHighlighted(int, boolean) - Method in class prefuse.visual.VisualTable
Set the highlighted status of the given row.
setHighlightWithInvisibleEdge(boolean) - Method in class prefuse.controls.NeighborHighlightControl
Determines if neighbor nodes with edges currently not visible still get highlighted.
setHighQuality(boolean) - Method in class prefuse.Display
Determines if the Display uses a higher quality rendering, using anti-aliasing.
setHighQuality(boolean) - Method in class prefuse.util.ui.JFastLabel
Set the quality level of this label.
setHighValue(Number) - Method in class prefuse.data.query.NumberRangeModel
Set the highest selected range value.
setHighValue(int) - Method in class prefuse.util.ui.JRangeSlider
Sets the high value shown by this range slider.
setHorizontalAlignment(int) - Method in class prefuse.render.AxisRenderer
Set the horizontal alignment of axis labels.
setHorizontalAlignment(int) - Method in class prefuse.render.LabelRenderer
Set the horizontal alignment of this node with respect to its x, y coordinates.
setHorizontalAlignment(int) - Method in class prefuse.util.ui.JFastLabel
Set the horizontal alignment.
setHorizontalAlignment1(int) - Method in class prefuse.render.EdgeRenderer
Set the horizontal alignment of the edge mount point with the first node.
setHorizontalAlignment2(int) - Method in class prefuse.render.EdgeRenderer
Set the horizontal alignment of the edge mount point with the second node.
setHorizontalImageAlignment(int) - Method in class prefuse.render.LabelRenderer
Set the horizontal image alignment within the layout.
setHorizontalPadding(int) - Method in class prefuse.render.LabelRenderer
Sets the amount of padding in pixels between the content and the border of this item along the horizontal dimension.
setHorizontalTextAlignment(int) - Method in class prefuse.render.LabelRenderer
Set the horizontal text alignment within the layout.
setHover(boolean) - Method in class prefuse.visual.tuple.TableVisualItem
 
setHover(boolean) - Method in interface prefuse.visual.VisualItem
Set the hover flag.
setHover(int, boolean) - Method in class prefuse.visual.VisualTable
Set the hover flag.
setIgnoreUnknownTypes(boolean) - Method in class prefuse.data.io.sql.DefaultSQLDataHandler
Set if unknown or unrecognized SQL data types should simply be ignored.
setImage(Image) - Method in class prefuse.util.display.ScaleSelector
Set the preview image.
setImageCacheSize(int) - Method in class prefuse.render.ImageFactory
Sets the capacity of this factory's image cache
setImageFactory(ImageFactory) - Method in class prefuse.render.LabelRenderer
Sets the image factory used by this renderer.
setImageField(String) - Method in class prefuse.render.LabelRenderer
Set the data field for image locations.
setImagePosition(int) - Method in class prefuse.render.LabelRenderer
Set the image position, determining where the image is placed with respect to the text.
setImageTextPadding(int) - Method in class prefuse.render.LabelRenderer
Set the padding, in pixels, between an image and text.
setInt(int, int) - Method in class prefuse.data.column.AbstractColumn
Set the data value at the specified row as an integer
setInt(int, int) - Method in class prefuse.data.column.ByteColumn
 
setInt(int, int) - Method in interface prefuse.data.column.Column
Set the data value at the specified row as an integer
setInt(int, int) - Method in class prefuse.data.column.DoubleColumn
 
setInt(int, int) - Method in class prefuse.data.column.IntColumn
 
setInt(int, String, int) - Method in class prefuse.data.Table
Set the data value of the given row and field as an int.
setInt(int, int, int) - Method in class prefuse.data.Table
Set the data value of the given row and field as an int.
setInt(String, int) - Method in interface prefuse.data.Tuple
Set the data value of the given field with an int.
setInt(int, int) - Method in interface prefuse.data.Tuple
Set the data value of the given field with an int.
setInt(String, int) - Method in class prefuse.data.tuple.TableTuple
 
setInt(int, int) - Method in class prefuse.data.tuple.TableTuple
 
setInt(String, int) - Method in class prefuse.data.util.TableIterator
Set the data value of the given field with an int.
setIntegrator(Integrator) - Method in class prefuse.util.force.ForceSimulator
Set the Integrator used by this simulator.
setInteractive(boolean) - Method in class prefuse.visual.tuple.TableVisualItem
 
setInteractive(boolean) - Method in interface prefuse.visual.VisualItem
Set the interactive status of this VisualItem.
setInteractive(int, boolean) - Method in class prefuse.visual.VisualTable
Set the interactive status of the given row.
setInteractive(String, Predicate, boolean) - Method in class prefuse.Visualization
Sets the interactivity status for all items in a given data group matching a given filter predicate.
setInterpolatedDefault(String, Object) - Method in class prefuse.data.Schema
Set default values for the current, start, and end columns of an interpolated column.
setInterpolatedDefault(String, int) - Method in class prefuse.data.Schema
Set default values for the current, start, and end columns of an interpolated column as an int.
setInterpolatedDefault(String, long) - Method in class prefuse.data.Schema
Set default values for the current, start, and end columns of an interpolated column as a long.
setInterpolatedDefault(String, float) - Method in class prefuse.data.Schema
Set default values for the current, start, and end columns of an interpolated column as a float.
setInterpolatedDefault(String, double) - Method in class prefuse.data.Schema
Set default values for the current, start, and end columns of an interpolated column as a double.
setInterpolatedDefault(String, boolean) - Method in class prefuse.data.Schema
Set default values for the current, start, and end columns of an interpolated column as a boolean.
setIs2DArea(boolean) - Method in class prefuse.action.assignment.DataSizeAction
Sets if the size values set by this function represent 2D areas.
setItemSorter(ItemSorter) - Method in class prefuse.Display
Set the ItemSorter that determines the rendering order of the VisualItems.
setIterations(int) - Method in class prefuse.action.layout.graph.ForceDirectedLayout
Set the number of iterations to use when computing a layout in run-once mode.
setIterator(int, Iterator) - Method in class prefuse.util.collections.CompositeIterator
 
setLabels(String[]) - Method in class prefuse.util.ui.JToggleGroup
Set the labels to use for the Objects contained in the list model.
setLabelText(String) - Method in class prefuse.util.ui.JSearchPanel
Set the label text used on this component.
setLayoutAnchor(Point2D) - Method in class prefuse.action.layout.Layout
Explicitly set the layout anchor point.
setLayoutBounds(Rectangle2D) - Method in class prefuse.action.layout.Layout
Explicitly set the layout bounds.
setLayoutRoot(NodeItem) - Method in class prefuse.action.layout.graph.TreeLayout
Explicitly set the node to use as the layout root.
setLeftExpression(Expression) - Method in class prefuse.data.expression.BinaryExpression
Set the left sub-expression.
setLock(Object) - Method in class prefuse.util.ui.JSearchPanel
Set the lock, an object to synchronize on while issuing queries.
setLong(long, int) - Method in class prefuse.data.column.AbstractColumn
Set the data value at the specified row as a long
setLong(long, int) - Method in interface prefuse.data.column.Column
Set the data value at the specified row as a long
setLong(long, int) - Method in class prefuse.data.column.DateColumn
 
setLong(long, int) - Method in class prefuse.data.column.DoubleColumn
 
setLong(long, int) - Method in class prefuse.data.column.LongColumn
 
setLong(int, String, long) - Method in class prefuse.data.Table
Set the data value of the given row and field as a long.
setLong(int, int, long) - Method in class prefuse.data.Table
Set the data value of the given row and field as an long.
setLong(String, long) - Method in interface prefuse.data.Tuple
Set the data value of the given field with a long.
setLong(int, long) - Method in interface prefuse.data.Tuple
Set the data value of the given field with a long.
setLong(String, long) - Method in class prefuse.data.tuple.TableTuple
 
setLong(int, long) - Method in class prefuse.data.tuple.TableTuple
 
setLong(String, long) - Method in class prefuse.data.util.TableIterator
Set the data value of the given field with a long.
setLowValue(Number) - Method in class prefuse.data.query.NumberRangeModel
Set the lowest selected range value.
setLowValue(int) - Method in class prefuse.util.ui.JRangeSlider
Sets the low value shown by this range slider.
setManageBounds(boolean) - Method in class prefuse.render.AbstractShapeRenderer
 
setMargin(int, int, int, int) - Method in class prefuse.action.layout.Layout
Set the margins the layout should observe within its layout bounds.
setMargin(int) - Method in class prefuse.controls.ZoomToFitControl
Set the display margin to include within the "zoomed-to-fit" bounds.
setMargin(int) - Method in class prefuse.util.ui.JToggleGroup
Set the margin, in pixels, to use at the ends of the JToggleGroup.
setMaxImageDimensions(int, int) - Method in class prefuse.render.ImageFactory
Sets the maximum image dimensions of loaded images, images larger than these limits will be scaled to fit within bounds.
setMaxImageDimensions(int, int) - Method in class prefuse.render.LabelRenderer
Sets the maximum image dimensions, used to control scaling of loaded images.
setMaximum(int) - Method in class prefuse.data.query.NumberRangeModel
Not supported, throws an exception.
setMaximum(int) - Method in class prefuse.util.ui.JRangeSlider
Sets the maximum possible value for either the low value or the high value.
setMaximumRow(int) - Method in class prefuse.data.column.BooleanColumn
 
setMaximumRow(int) - Method in class prefuse.data.column.ByteColumn
 
setMaximumRow(int) - Method in interface prefuse.data.column.Column
Sets the number of rows in this data column
setMaximumRow(int) - Method in class prefuse.data.column.ConstantColumn
 
setMaximumRow(int) - Method in class prefuse.data.column.DateColumn
 
setMaximumRow(int) - Method in class prefuse.data.column.DoubleColumn
 
setMaximumRow(int) - Method in class prefuse.data.column.ExpressionColumn
 
setMaximumRow(int) - Method in class prefuse.data.column.FloatColumn
 
setMaximumRow(int) - Method in class prefuse.data.column.IntColumn
 
setMaximumRow(int) - Method in class prefuse.data.column.LongColumn
 
setMaximumRow(int) - Method in class prefuse.data.column.ObjectColumn
 
setMaximumSize(double) - Method in class prefuse.action.assignment.DataSizeAction
Set the maximum size value that will be assigned by this action.
setMaxIterations(int) - Method in class prefuse.action.layout.graph.FruchtermanReingoldLayout
Set the maximum number of iterations to run of this algorithm.
setMaxScale(double) - Method in class prefuse.controls.AbstractZoomControl
Sets the maximum scale value allowed by this zoom control
setMaxTextWidth(int) - Method in class prefuse.render.LabelRenderer
Sets the maximum width that should be allowed of the text label.
setMaxTimeStep(long) - Method in class prefuse.action.layout.graph.ForceDirectedLayout
Set the maximum timestep allowed for integrating node settings between runs of this layout.
setMaxValue(Number) - Method in class prefuse.data.query.NumberRangeModel
Set the maximum range value.
setMaxValue(double) - Method in class prefuse.util.ColorMap
Sets the maximum value that corresponds to the last color in the color map.
setMaxValue(int, float) - Method in class prefuse.util.force.AbstractForce
 
setMaxValue(int, float) - Method in interface prefuse.util.force.Force
Set the suggested maximum value for a parameter.
setMinExtent(int) - Method in class prefuse.util.ui.JRangeSlider
Sets the minimum extent (difference between low and high values).
setMinimum(int) - Method in class prefuse.data.query.NumberRangeModel
Not supported, throws an exception.
setMinimum(int) - Method in class prefuse.util.ui.JRangeSlider
Sets the minimum possible value for either the low value or the high value.
setMinimumSize(double) - Method in class prefuse.action.assignment.DataSizeAction
Sets the size assigned to the lowest-valued data items.
setMinRadius(int) - Method in class prefuse.action.layout.graph.BalloonTreeLayout
Set the minimum radius used for a layout circle.
setMinScale(double) - Method in class prefuse.controls.AbstractZoomControl
Sets the minimum scale value allowed by this zoom control
setMinValue(Number) - Method in class prefuse.data.query.NumberRangeModel
Set the minimum range value.
setMinValue(double) - Method in class prefuse.util.ColorMap
Sets the minimum value that corresponds to the first color in the color map.
setMinValue(int, float) - Method in class prefuse.util.force.AbstractForce
 
setMinValue(int, float) - Method in interface prefuse.util.force.Force
Set the suggested minimum value for a parameter.
setModel(BoundedRangeModel) - Method in class prefuse.util.ui.JRangeSlider
Set the BoundedRangeModel backing this slider.
setModel(ListModel) - Method in class prefuse.util.ui.JToggleGroup
Set the ListModel backing this component.
setNames() - Method in class prefuse.data.tuple.CompositeTupleSet
Get an iterator over the names of all the TupleSets in this composite.
setNeighborHighlight(NodeItem, boolean) - Method in class prefuse.controls.NeighborHighlightControl
Set the highlighted state of the neighbors of a node.
setNormalized(boolean) - Method in class prefuse.action.layout.StackedAreaChart
Sets if the stacks are normalized, such that each column is independently scaled.
setNumberFormat(NumberFormat) - Method in class prefuse.action.layout.AxisLabelLayout
Set the formatter used to format labels for numerical values.
setNumCols(int) - Method in class prefuse.action.layout.GridLayout
Set the number of grid columns.
setNumRows(int) - Method in class prefuse.action.layout.GridLayout
Set the number of grid rows.
setOpaque(boolean) - Method in class prefuse.util.ui.JSearchPanel
 
setOrdinalMap(Object[]) - Method in class prefuse.action.assignment.DataColorAction
Manually sets the ordered list of values to use for color assignment.
setOrientation(int) - Method in class prefuse.action.layout.CollapsedStackLayout
Sets the orientation of this layout.
setOrientation(int) - Method in class prefuse.action.layout.CollapsedSubtreeLayout
Set the layout orientation, determining which point nodes will collapse or exapnd from.
setOrientation(int) - Method in class prefuse.action.layout.graph.NodeLinkTreeLayout
Set the orientation of the tree layout.
setOrientation(int) - Method in class prefuse.action.layout.StackedAreaChart
Sets the orientation of this layout.
setPacingFunction(Pacer) - Method in class prefuse.activity.Activity
Sets the pacing function associated with this Activity.
setPaddingPercentage(double) - Method in class prefuse.action.layout.StackedAreaChart
Sets the percentage of the layout bounds that should be reserved for empty space at the top of the stack.
setParameter(int, float) - Method in class prefuse.util.force.AbstractForce
 
setParameter(int, float) - Method in interface prefuse.util.force.Force
Sets the specified parameter value.
setParent(ActivityMap) - Method in class prefuse.activity.ActivityMap
Sets this ActivityMap's parent.
setParser(DataParser) - Method in class prefuse.data.column.AbstractColumn
 
setParser(DataParser) - Method in interface prefuse.data.column.Column
Set the data parser used to map String values to and from the values stored by this Column.
setPersistent(boolean) - Method in class prefuse.util.ui.JCustomTooltip
Sets if the tooltip will stay persistent on the screen to support interaction within the tooltip component.
setPlatformLookAndFeel() - Static method in class prefuse.util.ui.UILib
Set the look and feel of Java Swing user interface components to match that of the platform (Windows, Mac, Linux, etc) on which it is currently running.
setPolarLocation(NodeItem, NodeItem, double, double) - Method in class prefuse.action.layout.graph.RadialTreeLayout
Set the position of the given node, given in polar co-ordinates.
setPolyType(int) - Method in class prefuse.render.PolygonRenderer
Set the polygon line type.
setPredicate(Predicate) - Method in class prefuse.action.filter.VisibilityFilter
Set the test predicate used to determine visibility.
setPredicate(Predicate) - Method in class prefuse.data.query.DynamicQueryBinding
Sets the dynamic query predicate.
setPredicate(String) - Method in class prefuse.Display
Sets the filtering Predicate used to control what items are drawn by this Display.
setPredicate(Predicate) - Method in class prefuse.Display
Sets the filtering Predicate used to control what items are drawn by this Display.
setPreferredSize(Dimension) - Method in class prefuse.util.ui.JValueSlider
 
setPrintHeader(boolean) - Method in class prefuse.data.io.CSVTableWriter
Sets if this writer will write a header row with the column names.
setPrintHeader(boolean) - Method in class prefuse.data.io.DelimitedTextTableWriter
Sets if this writer will write a header row with the column names.
setQuery(String) - Method in class prefuse.util.ui.JSearchPanel
Set the query string in the text field.
setRadius(double) - Method in class prefuse.action.layout.CircleLayout
Set the radius of the layout circle.
setRadiusIncrement(double) - Method in class prefuse.action.layout.graph.RadialTreeLayout
Set the radius increment to use between concentric circles.
setRandomSeed(long) - Method in class prefuse.action.layout.RandomLayout
Set the seed value for the random number generator.
setRange(int, int, int, int) - Method in class prefuse.data.query.NumberRangeModel
Set the range settings in the pixel-space coordinates.
setRange(int, int) - Method in class prefuse.util.ui.JRangeSlider
Set the slider range span.
setRangeModel(ValuedRangeModel) - Method in class prefuse.action.layout.AxisLabelLayout
Sets the range model used to layout this axis.
setRangeModel(ValuedRangeModel) - Method in class prefuse.action.layout.AxisLayout
Set the range model determining the span of the axis.
setRangeProperties(int, int, int, int, boolean) - Method in class prefuse.data.query.NumberRangeModel
 
setReadMode(boolean) - Method in class prefuse.data.search.LuceneSearcher
Sets if this LuceneSearcher is in read mode or write mode.
setReadOnly(boolean) - Method in class prefuse.data.column.AbstractColumn
Sets if the values in this column are read-only
setReadOnly(boolean) - Method in interface prefuse.data.column.Column
Sets if the values in this column are read-only
setReferrer(VisualItem) - Method in class prefuse.action.layout.graph.ForceDirectedLayout
Set the referrer item to use to set x or y coordinates that are initialized to NaN.
setRendererFactory(RendererFactory) - Method in class prefuse.Visualization
Set the RendererFactory used by this Visualization.
setRenderingHints(Graphics2D) - Method in class prefuse.Display
Sets the rendering hints that should be used while drawing the visualization to the screen.
setRenderType(int) - Method in class prefuse.render.AbstractShapeRenderer
Sets a value indicating if a shape is drawn by its outline, by a fill, or both.
setRightExpression(Expression) - Method in class prefuse.data.expression.BinaryExpression
Set the right sub-expression.
setRootNodeOffset(double) - Method in class prefuse.action.layout.graph.NodeLinkTreeLayout
Set the offset value for placing the root node of the tree.
setRoundedCorner(int, int) - Method in class prefuse.render.LabelRenderer
Rounds the corners of the bounding rectangle in which the text string is rendered.
setRowFilter(Predicate) - Method in class prefuse.data.CascadedTable
Sets the Predicate determining which rows of the parent table are included in this one.
sets() - Method in class prefuse.data.tuple.CompositeTupleSet
Get an iterator over all the TupleSets in this composite.
setScale(int) - Method in class prefuse.action.assignment.DataColorAction
Set the scale (linear, square root, or log) to use for encoding color values from the data.
setScale(int) - Method in class prefuse.action.assignment.DataSizeAction
Set the scale (linear, square root, or log) to use for encoding size values from the data.
setScale(int) - Method in class prefuse.action.layout.AxisLabelLayout
Sets the scale type used for the axis.
setScale(int) - Method in class prefuse.action.layout.AxisLayout
Sets the scale type used for the axis.
setScale(Rectangle2D) - Method in class prefuse.action.layout.graph.RadialTreeLayout
 
setSelectedItem(Object) - Method in class prefuse.data.query.ListModel
 
setSelectionModel(ListSelectionModel) - Method in class prefuse.util.ui.JToggleGroup
Set the ListSelectionModel used by this component.
setShape(int) - Method in class prefuse.visual.tuple.TableVisualItem
 
setShape(int) - Method in interface prefuse.visual.VisualItem
Set the current shape value of the item.
setShape(int, int) - Method in class prefuse.visual.VisualTable
Set the current shape value of the row.
setShowBorder(boolean) - Method in class prefuse.util.ui.JSearchPanel
Indicates if the component should show a border around the text field.
setShowCancel(boolean) - Method in class prefuse.util.ui.JSearchPanel
Indicates if the component should show the cancel query button.
setShowResultCount(boolean) - Method in class prefuse.util.ui.JSearchPanel
Indicates if the component should show the number of search results.
setSize(int, int) - Method in class prefuse.Display
Set the size of the Display.
setSize(Dimension) - Method in class prefuse.Display
Set the size of the Display.
setSize(double) - Method in class prefuse.visual.tuple.TableVisualItem
 
setSize(double) - Method in interface prefuse.visual.VisualItem
Set the current size value of the item.
setSize(int, double) - Method in class prefuse.visual.VisualTable
Set the current size value of the row.
setSizeDistorted(boolean) - Method in class prefuse.action.distortion.Distortion
Controls whether item sizes are distorted along with the item locations.
setSources(String) - Method in class prefuse.action.filter.FisheyeTreeFilter
Set the name of the group to use as source nodes for measuring graph distance.
setSources(String) - Method in class prefuse.action.filter.GraphDistanceFilter
Set the name of the group to use as source nodes for measuring graph distance.
setSpacing(double) - Method in class prefuse.action.layout.AxisLabelLayout
Set the required minimum spacing between axis labels.
setSpacing(int) - Method in class prefuse.util.ui.JToggleGroup
Set the spacing between toggle group components.
setSpeedLimit(float) - Method in class prefuse.util.force.ForceSimulator
Set the speed limit, or maximum velocity value allowed by this simulator.
setStartFillColor(int) - Method in class prefuse.visual.tuple.TableVisualItem
 
setStartFillColor(int) - Method in interface prefuse.visual.VisualItem
Set the starting fill color of this item.
setStartFillColor(int, int) - Method in class prefuse.visual.VisualTable
Set the starting fill color of the row.
setStartFont(Font) - Method in class prefuse.visual.tuple.TableVisualItem
 
setStartFont(Font) - Method in interface prefuse.visual.VisualItem
Set the starting font for the item.
setStartFont(int, Font) - Method in class prefuse.visual.VisualTable
Set the starting font for the row.
setStartSize(double) - Method in class prefuse.visual.tuple.TableVisualItem
 
setStartSize(double) - Method in interface prefuse.visual.VisualItem
Set the starting size value of the item.
setStartSize(int, double) - Method in class prefuse.visual.VisualTable
Set the starting size value of the row.
setStartStrokeColor(int) - Method in class prefuse.visual.tuple.TableVisualItem
 
setStartStrokeColor(int) - Method in interface prefuse.visual.VisualItem
Set the starting stroke color of this item.
setStartStrokeColor(int, int) - Method in class prefuse.visual.VisualTable
Set the starting stroke color of the row.
setStartTextColor(int) - Method in class prefuse.visual.tuple.TableVisualItem
 
setStartTextColor(int) - Method in interface prefuse.visual.VisualItem
Set the starting text color of this item.
setStartTextColor(int, int) - Method in class prefuse.visual.VisualTable
Set the starting text color of the row.
setStartTime(long) - Method in class prefuse.activity.Activity
Sets this activity's start time
setStartVisible(boolean) - Method in class prefuse.visual.tuple.TableVisualItem
 
setStartVisible(boolean) - Method in interface prefuse.visual.VisualItem
Set the start visible flag.
setStartVisible(int, boolean) - Method in class prefuse.visual.VisualTable
Set the start visible flag.
setStartX(double) - Method in class prefuse.visual.tuple.TableVisualItem
 
setStartX(double) - Method in interface prefuse.visual.VisualItem
Set the starting x-coordinate of this item.
setStartX(int, double) - Method in class prefuse.visual.VisualTable
Set the starting x-coordinate of the given row.
setStartY(double) - Method in class prefuse.visual.tuple.TableVisualItem
 
setStartY(double) - Method in interface prefuse.visual.VisualItem
Set the starting y-coordinate of this item.
setStartY(int, double) - Method in class prefuse.visual.VisualTable
Set the starting y-coordinate of the given row.
setStepTime(long) - Method in class prefuse.activity.Activity
Sets the delay between runs for this activity
setString(String, int) - Method in class prefuse.data.column.AbstractColumn
Set the data value at the specified row as a String
setString(String, int) - Method in interface prefuse.data.column.Column
Set the data value at the specified row as a String
setString(int, String, String) - Method in class prefuse.data.Table
Set the data value of the given row and field as a String.
setString(int, int, String) - Method in class prefuse.data.Table
Set the data value of the given row and field as a String.
setString(String, String) - Method in interface prefuse.data.Tuple
Set the data value of the given field with a String.
setString(int, String) - Method in interface prefuse.data.Tuple
Set the data value of the given field with a String.
setString(String, String) - Method in class prefuse.data.tuple.TableTuple
 
setString(int, String) - Method in class prefuse.data.tuple.TableTuple
 
setString(String, String) - Method in class prefuse.data.util.TableIterator
Set the data value of the given field with a String.
setStroke(BasicStroke) - Method in class prefuse.visual.tuple.TableVisualItem
 
setStroke(BasicStroke) - Method in interface prefuse.visual.VisualItem
Set the current stroke used to draw lines and shape outlines.
setStroke(int, BasicStroke) - Method in class prefuse.visual.VisualTable
Set the current stroke used to draw lines and shape outlines.
setStrokeColor(int) - Method in class prefuse.visual.tuple.TableVisualItem
 
setStrokeColor(int) - Method in interface prefuse.visual.VisualItem
Set the current stroke color of this item.
setStrokeColor(int, int) - Method in class prefuse.visual.VisualTable
Set the current stroke color of the row.
setSubtreeSpacing(double) - Method in class prefuse.action.layout.graph.NodeLinkTreeLayout
Set the spacing between neighboring subtrees.
setSwitchValue(int) - Method in class prefuse.action.ActionSwitch
Set the switch value.
setTestPredicate(Predicate) - Method in class prefuse.data.expression.IfExpression
Set the test predicate.
setText(String) - Method in class prefuse.util.ui.JFastLabel
Set the label text
setTextColor(int) - Method in class prefuse.visual.tuple.TableVisualItem
 
setTextColor(int) - Method in interface prefuse.visual.VisualItem
Set the current text color of this item.
setTextColor(int, int) - Method in class prefuse.visual.VisualTable
Set the current text color of the row.
setTextEditor(JTextComponent) - Method in class prefuse.Display
Sets the TextComponent used for on-screen text editing.
setTextField(String) - Method in class prefuse.render.LabelRenderer
Set the field name to use for text labels.
setThenExpression(Expression) - Method in class prefuse.data.expression.IfExpression
Set the then expression
setThreshold(double) - Method in class prefuse.action.layout.StackedAreaChart
Set the minimum height threshold under which stacks should not be made visible.
setThumbColor(Color) - Method in class prefuse.util.ui.JRangeSlider
Set the slider thumb color.
setTransform(AffineTransform) - Method in class prefuse.Display
Set the 2D AffineTransform (e.g., scale, shear, pan, rotate) used by this display before rendering visual items.
setTuple(Tuple) - Method in class prefuse.data.Table
Clears the contents of this table and then attempts to add the given Tuple instance.
setTuple(Tuple) - Method in class prefuse.data.tuple.CompositeTupleSet
Not supported.
setTuple(Tuple) - Method in class prefuse.data.tuple.DefaultTupleSet
 
setTuple(Tuple) - Method in interface prefuse.data.tuple.TupleSet
Set the TupleSet contents to be a single Tuple.
setTupleManager(TupleManager) - Method in class prefuse.data.Table
Sets the TupleManager used by this Table.
setTupleManagers(TupleManager, TupleManager) - Method in class prefuse.data.Graph
Set the tuple managers used to manage the Node and Edge tuples of this Graph.
setTupleManagers(TupleManager, TupleManager) - Method in class prefuse.data.SpanningTree
Unsupported operation.
setup() - Method in class prefuse.action.assignment.DataColorAction
Set up the state of this encoding Action.
setup() - Method in class prefuse.action.assignment.DataShapeAction
 
setup() - Method in class prefuse.action.assignment.DataSizeAction
 
setup() - Method in class prefuse.action.EncoderAction
Perform any necessary setup before this encoder can be used.
setUp(int, double, double) - Method in class prefuse.util.collections.AbstractHashMap
Initializes the receiver.
setUp(int, double, double) - Method in class prefuse.util.collections.IntObjectHashMap
Initializes the receiver.
setValidated(boolean) - Method in class prefuse.visual.tuple.TableVisualItem
 
setValidated(boolean) - Method in interface prefuse.visual.VisualItem
Set this item's validated flag.
setValidated(int, boolean) - Method in class prefuse.visual.VisualTable
Set the given row's validated flag.
setValue(int) - Method in class prefuse.data.query.NumberRangeModel
 
setValue(int) - Method in class prefuse.util.collections.AbstractTreeMap.Entry
 
setValue(Number) - Method in class prefuse.util.ui.JValueSlider
Set the current value ssociated with the slider position.
setValue(String, Predicate, String, Object) - Method in class prefuse.Visualization
Set a data field value for all items in a given data group matching a given filter predicate.
setValueAt(Object, int, int) - Method in class prefuse.util.ui.PrefuseTableModel
 
setValueRange(Number, Number, Number, Number) - Method in class prefuse.data.query.NumberRangeModel
Set the range model's backing values.
setValueRange(double, double, double, double) - Method in class prefuse.data.query.NumberRangeModel
Set the range model's backing values.
setValueRange(int, int, int, int) - Method in class prefuse.data.query.NumberRangeModel
Set the range model's backing values.
setValueRange(long, long, long, long) - Method in class prefuse.data.query.NumberRangeModel
Set the range model's backing values.
setValueRange(Object[]) - Method in class prefuse.data.query.ObjectRangeModel
Sets the range model to the given objects.
setVerticalAlignment(int) - Method in class prefuse.render.AxisRenderer
Set the vertical alignment of axis labels.
setVerticalAlignment(int) - Method in class prefuse.render.LabelRenderer
Set the vertical alignment of this node with respect to its x, y coordinates.
setVerticalAlignment(int) - Method in class prefuse.util.ui.JFastLabel
Set the vertical alignment.
setVerticalAlignment1(int) - Method in class prefuse.render.EdgeRenderer
Set the vertical alignment of the edge mount point with the first node.
setVerticalAlignment2(int) - Method in class prefuse.render.EdgeRenderer
Set the vertical alignment of the edge mount point with the second node.
setVerticalImageAlignment(int) - Method in class prefuse.render.LabelRenderer
Set the vertical image alignment within the layout.
setVerticalPadding(int) - Method in class prefuse.render.LabelRenderer
Sets the amount of padding in pixels between the content and the border of this item along the vertical dimension.
setVerticalTextAlignment(int) - Method in class prefuse.render.LabelRenderer
Set the vertical text alignment within the layout.
setVisible(boolean) - Method in class prefuse.visual.tuple.TableVisualItem
 
setVisible(boolean) - Method in interface prefuse.visual.VisualItem
Set this item's visibility.
setVisible(int, boolean) - Method in class prefuse.visual.VisualTable
Set the given row's visibility.
setVisible(String, Predicate, boolean) - Method in class prefuse.Visualization
Sets the visibility status for all items in a given data group matching a given filter predicate.
setVisualization(Visualization) - Method in class prefuse.action.Action
Set the Visualization processed by this Action.
setVisualization(Visualization) - Method in class prefuse.action.CompositeAction
Set the Visualization processed by this Action.
setVisualization(Visualization) - Method in class prefuse.action.EncoderAction
 
setVisualization(Visualization) - Method in class prefuse.Display
Set the Visualization associated with this Display.
setVisualization(Visualization) - Method in class prefuse.visual.VisualGraph
Set the visualization associated with this VisualGraph
setVisualization(Visualization) - Method in class prefuse.visual.VisualTable
Set the visualization associated with this VisualTable
setVisualization(Visualization) - Method in class prefuse.visual.VisualTree
Set the visualization associated with this VisualGraph
setX(VisualItem, VisualItem, double) - Method in class prefuse.action.layout.Layout
Convenience method for setting an x-coordinate.
setX(VisualItem, VisualItem, double) - Static method in class prefuse.util.PrefuseLib
Update the x-coordinate of an item.
setX(double) - Method in class prefuse.visual.tuple.TableVisualItem
 
setX(double) - Method in interface prefuse.visual.VisualItem
Set the current x-coordinate of this item.
setX(int, double) - Method in class prefuse.visual.VisualTable
Set the current x-coordinate of the given row.
setXDistortionFactor(double) - Method in class prefuse.action.distortion.FisheyeDistortion
Sets the distortion factor for the x-axis.
setXField(String) - Method in class prefuse.action.layout.SpecifiedLayout
Set the field to lookup to set the x-coordinate.
setXMagnification(double) - Method in class prefuse.action.distortion.BifocalDistortion
Sets the magnification factor for the x-axis.
setXRange(double) - Method in class prefuse.action.distortion.BifocalDistortion
Sets the range of the focal area along the x-axis.
setY(VisualItem, VisualItem, double) - Method in class prefuse.action.layout.Layout
Convenience method for setting an y-coordinate.
setY(VisualItem, VisualItem, double) - Static method in class prefuse.util.PrefuseLib
Update the y-coordinate of an item.
setY(double) - Method in class prefuse.visual.tuple.TableVisualItem
 
setY(double) - Method in interface prefuse.visual.VisualItem
Set the current y-coordinate of this item.
setY(int, double) - Method in class prefuse.visual.VisualTable
Set the current y-coordinate of the given row.
setYDistortionFactor(double) - Method in class prefuse.action.distortion.FisheyeDistortion
Sets the distortion factor for the y-axis.
setYField(String) - Method in class prefuse.action.layout.SpecifiedLayout
Set the field to lookup to set the y-coordinate.
setYMagnification(double) - Method in class prefuse.action.distortion.BifocalDistortion
Sets the magnification factor for the y-axis.
setYRange(double) - Method in class prefuse.action.distortion.BifocalDistortion
Sets the range of the focal area along the y-axis.
setZoomOverItem(boolean) - Method in class prefuse.controls.AbstractZoomControl
Determines if the zoom control will work while the mouse is over a VisualItem
setZoomOverItem(boolean) - Method in class prefuse.controls.ZoomToFitControl
Determines if the zoom control will work while the mouse is over a VisualItem
SHAPE - Static variable in interface prefuse.visual.VisualItem
The shape data field
SHAPE_COUNT - Static variable in interface prefuse.Constants
The number of recognized shape types
SHAPE_CROSS - Static variable in interface prefuse.Constants
Cross shape
SHAPE_DIAMOND - Static variable in interface prefuse.Constants
Diamond shape
SHAPE_ELLIPSE - Static variable in interface prefuse.Constants
Ellipse/Circle shape
SHAPE_HEXAGON - Static variable in interface prefuse.Constants
Hexagon shape
SHAPE_NONE - Static variable in interface prefuse.Constants
No shape.
SHAPE_RECTANGLE - Static variable in interface prefuse.Constants
Rectangle/Square shape
SHAPE_STAR - Static variable in interface prefuse.Constants
Star shape
SHAPE_TRIANGLE_DOWN - Static variable in interface prefuse.Constants
Down-pointing triangle shape
SHAPE_TRIANGLE_LEFT - Static variable in interface prefuse.Constants
Left-pointing triangle shape
SHAPE_TRIANGLE_RIGHT - Static variable in interface prefuse.Constants
Right-pointing triangle shape
SHAPE_TRIANGLE_UP - Static variable in interface prefuse.Constants
Up-pointing triangle shape
ShapeAction - Class in prefuse.action.assignment
Assignment Action that assigns shape values to VisualItems.
ShapeAction() - Constructor for class prefuse.action.assignment.ShapeAction
Constructor.
ShapeAction(String) - Constructor for class prefuse.action.assignment.ShapeAction
Constructor.
ShapeAction(String, int) - Constructor for class prefuse.action.assignment.ShapeAction
Constructor with a specified a default shape value.
ShapeRenderer - Class in prefuse.render
Renderer for drawing simple shapes.
ShapeRenderer() - Constructor for class prefuse.render.ShapeRenderer
Creates a new ShapeRenderer with default base size of 10 pixels.
ShapeRenderer(int) - Constructor for class prefuse.render.ShapeRenderer
Creates a new ShapeRenderer with given base size.
showDocument(URL) - Static method in class prefuse.util.ui.BrowserLauncher
Display a file in the system browser.
showDocument(String) - Static method in class prefuse.util.ui.BrowserLauncher
Display a file in the system browser.
showForcePanel(ForceSimulator) - Static method in class prefuse.util.ui.JForcePanel
Create and displays a new window showing a configuration panel for the given ForceSimulator.
showTableWindow(Table) - Static method in class prefuse.util.ui.JPrefuseTable
Create a new window displaying the contents of the input Table as a Swing JTable.
showTreeWindow(Tree, String) - Static method in class prefuse.util.ui.JPrefuseTree
Create a new window displaying the contents of the input Tree as a Swing JTree.
shuffle(int[], Random) - Static method in class prefuse.util.ArrayLib
Randomly permute the contents of an array.
shuffle(int[], int, int, Random) - Static method in class prefuse.util.ArrayLib
Randomly permute the contents of a range an array.
shuffle(long[], Random) - Static method in class prefuse.util.ArrayLib
Randomly permute the contents of an array.
shuffle(long[], int, int, Random) - Static method in class prefuse.util.ArrayLib
Randomly permute the contents of a range an array.
shuffle(float[], Random) - Static method in class prefuse.util.ArrayLib
Randomly permute the contents of an array.
shuffle(float[], int, int, Random) - Static method in class prefuse.util.ArrayLib
Randomly permute the contents of a range an array.
shuffle(double[], Random) - Static method in class prefuse.util.ArrayLib
Randomly permute the contents of an array.
shuffle(double[], int, int, Random) - Static method in class prefuse.util.ArrayLib
Randomly permute the contents of a range an array.
shuffle(Object[], Random) - Static method in class prefuse.util.ArrayLib
Randomly permute the contents of an array.
shuffle(Object[], int, int, Random) - Static method in class prefuse.util.ArrayLib
Randomly permute the contents of a range an array.
SimpleFileFilter - Class in prefuse.util.io
A simple file filter for a particular file extension.
SimpleFileFilter(String, String) - Constructor for class prefuse.util.io.SimpleFileFilter
Create a new SimpleFileFilter.
SimpleFileFilter(String, String, Object) - Constructor for class prefuse.util.io.SimpleFileFilter
Create a new SimpleFileFilter.
size() - Method in class prefuse.action.CompositeAction
Returns the number of Actions in the composite.
size() - Method in class prefuse.activity.ActivityMap
Returns the number of mappings in this ActivityMap.
size() - Method in class prefuse.data.expression.CompositePredicate
Get the number of sub-predicate clauses.
size() - Method in interface prefuse.data.util.Index
Get the size of this index, the number of data value / row pairs included.
size() - Method in class prefuse.data.util.Sort
Returns the number of fields in this Sort specification.
size() - Method in class prefuse.data.util.TreeIndex
 
size() - Method in class prefuse.util.collections.AbstractHashMap
Returns the number of (key,value) associations currently contained.
size - Variable in class prefuse.util.collections.AbstractTreeMap
 
size() - Method in class prefuse.util.collections.AbstractTreeMap
 
size() - Method in class prefuse.util.collections.BooleanIntBitSetMap
 
size() - Method in class prefuse.util.collections.ByteArrayList
 
size() - Method in class prefuse.util.collections.CopyOnWriteArrayList
Returns the number of elements in this list.
size() - Method in interface prefuse.util.collections.IntSortedMap
 
SIZE - Static variable in interface prefuse.visual.VisualItem
The size data field
size(String) - Method in class prefuse.Visualization
Get the size of the given visual data group.
SizeAction - Class in prefuse.action.assignment
Assignment Action that assigns size values to VisualItems.
SizeAction() - Constructor for class prefuse.action.assignment.SizeAction
Constructor.
SizeAction(String) - Constructor for class prefuse.action.assignment.SizeAction
Constructor.
SizeAction(String, double) - Constructor for class prefuse.action.assignment.SizeAction
Constructor which specified a default size value.
SizeAnimator - Class in prefuse.action.animate
Animator that linearly interpolates the size of a VisualItems.
SizeAnimator() - Constructor for class prefuse.action.animate.SizeAnimator
Create a new SizeAnimator that processes all data groups.
SizeAnimator(String) - Constructor for class prefuse.action.animate.SizeAnimator
Create a new SizeAnimator that processes the specified group.
SlowInSlowOutPacer - Class in prefuse.activity
A pacing function that provides slow-in, slow-out animation, where the animation begins at a slower rate, speeds up through the middle of the animation, and then slows down again before stopping.
SlowInSlowOutPacer() - Constructor for class prefuse.activity.SlowInSlowOutPacer
 
Sort - Class in prefuse.data.util
Utility class representing sorting criteria, this can be given as input to the tuples(Predicate, Sort) method to get a sorted iteration of tuples.
Sort() - Constructor for class prefuse.data.util.Sort
Creates a new, empty Sort specification.
Sort(String[]) - Constructor for class prefuse.data.util.Sort
Creates a new Sort specification that sorts on the given fields, all in ascending order.
Sort(String[], boolean[]) - Constructor for class prefuse.data.util.Sort
Creates a new Sort specification that sorts on the given fields in the given orders.
sort(int[], double[]) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort(int[], double[], int) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort(int[], double[], int, int) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort(int[], int[]) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort(int[], int[], int) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort(int[], int[], int, int) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort(int[], Object[], int, int) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort(int[], Object[], int[], Object[], int, int) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort(double[], int[]) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort(double[], int[], int) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort(double[], int[], int, int) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort(float[], int[]) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort(float[], int[], int) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort(float[], int[], int, int) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort(Object[], int[], Comparator) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort(Object[], int[], int, Comparator) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort(Object[], int[], int, int, Comparator) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort - Variable in class prefuse.util.display.RenderingQueue
 
SORT_THRESHOLD - Static variable in class prefuse.util.ArrayLib
Arrays with lengths beneath this value will be insertion sorted.
SortedMapFactory - Class in prefuse.util.collections
Factory class that generates the appropriate IntSortedMap implementation given a key data type.
SortedMapFactory() - Constructor for class prefuse.util.collections.SortedMapFactory
 
SortedTupleIterator - Class in prefuse.data.util
Iterator that provides a sorted iteration over a set of tuples.
SortedTupleIterator(Iterator, Comparator) - Constructor for class prefuse.data.util.SortedTupleIterator
Create a new SortedTupleIterator that sorts tuples in the given iterator using the given comparator.
SortedTupleIterator(Iterator, int, Comparator) - Constructor for class prefuse.data.util.SortedTupleIterator
Create a new SortedTupleIterator that sorts tuples in the given iterator using the given comparator.
sortPickingQueue() - Method in class prefuse.util.display.RenderingQueue
Sort the picking queue.
sortRenderQueue() - Method in class prefuse.util.display.RenderingQueue
Sort the rendering queue.
SOURCE - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
 
SOURCE_EDGE - Static variable in class prefuse.data.SpanningTree
Extra edge table data field recording the id of the source edge a tree edge represents.
spacing() - Method in class prefuse.util.io.XMLWriter
Print the current spacing (determined by the indentation level) into the document.
SpanningTree - Class in prefuse.data
Special tree instance for storing a spanning tree over a graph instance.
SpanningTree(Graph, Node) - Constructor for class prefuse.data.SpanningTree
Create a new SpanningTree.
specialConstructor - Variable in exception prefuse.data.expression.parser.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class prefuse.data.expression.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
SpecifiedLayout - Class in prefuse.action.layout
Layout Action that sets x, y coordinates for a visual item by simply looking them up from another data field.
SpecifiedLayout(String, String, String) - Constructor for class prefuse.action.layout.SpecifiedLayout
Create a new SpecifiedLayout.
Spring - Class in prefuse.util.force
Represents a spring in a force simulation.
Spring(ForceItem, ForceItem, float, float) - Constructor for class prefuse.util.force.Spring
Create a new Spring instance
Spring.SpringFactory - Class in prefuse.util.force
The SpringFactory is responsible for generating Spring instances and maintaining an object pool of Springs to reduce garbage collection overheads while force simulations are running.
SPRING_COEFF - Static variable in class prefuse.util.force.SpringForce
 
SPRING_LENGTH - Static variable in class prefuse.util.force.SpringForce
 
SpringFactory() - Constructor for class prefuse.util.force.Spring.SpringFactory
 
SpringForce - Class in prefuse.util.force
Force function that computes the force acting on ForceItems due to a given Spring.
SpringForce(float, float) - Constructor for class prefuse.util.force.SpringForce
Create a new SpringForce.
SpringForce() - Constructor for class prefuse.util.force.SpringForce
Constructs a new SpringForce instance with default parameters.
SQLDataHandler - Interface in prefuse.data.io.sql
Interface for taking a value in a SQL ResultSet and translating it into a Java data value for use in a prefuse Table.
SQRT_SCALE - Static variable in interface prefuse.Constants
A square root scale
sqrtInterp(double, double, double) - Static method in class prefuse.util.MathLib
Interpolates a value between a given minimum and maximum value using a square root scale.
sqrtLayout(VisualTable) - Method in class prefuse.action.layout.AxisLabelLayout
Calculates a quantitative, square root scaled layout.
SquarifiedTreeMapLayout - Class in prefuse.action.layout.graph
TreeLayout instance computing a TreeMap layout that optimizes for low aspect ratios of visualized tree nodes.
SquarifiedTreeMapLayout(String) - Constructor for class prefuse.action.layout.graph.SquarifiedTreeMapLayout
Creates a new SquarifiedTreeMapLayout with no spacing between parent areas and their enclosed children.
SquarifiedTreeMapLayout(String, double) - Constructor for class prefuse.action.layout.graph.SquarifiedTreeMapLayout
Creates a new SquarifiedTreeMapLayout with the specified spacing between parent areas and their enclosed children.
SRC - Static variable in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
SRCID - Static variable in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
StackedAreaChart - Class in prefuse.action.layout
Layout Action that computes a stacked area chart, in which a series of data values are consecutively stacked on top of each other.
StackedAreaChart(String, String, String[]) - Constructor for class prefuse.action.layout.StackedAreaChart
Create a new StackedAreaChart.
StackedAreaChart(String, String, String[], double) - Constructor for class prefuse.action.layout.StackedAreaChart
Create a new StackedAreaChart.
stackSpline(GeneralPath, float[], float, float, boolean, float, float) - Static method in class prefuse.util.GraphicsLib
Computes a set of curves using the cardinal spline approach, but using straight lines for completely horizontal or vertical segments.
stackSpline(GeneralPath, float[], int, int, float, float, boolean, float, float) - Static method in class prefuse.util.GraphicsLib
Computes a set of curves using the cardinal spline approach, but using straight lines for completely horizontal or vertical segments.
star(float, float, float) - Method in class prefuse.render.ShapeRenderer
Returns a star shape of the given dimensions.
start(String, String[], String[], int) - Method in class prefuse.util.io.XMLWriter
Print a start tag with attributes.
start(String, String, String) - Method in class prefuse.util.io.XMLWriter
Print a start tag with one attribute.
start(String, ArrayList, ArrayList, int) - Method in class prefuse.util.io.XMLWriter
Print a start tag with attributes.
start(String) - Method in class prefuse.util.io.XMLWriter
Print a start tag without attributes.
startDocument() - Method in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
startDocument() - Method in class prefuse.data.io.TreeMLReader.TreeMLHandler
 
startElement(String, String, String, Attributes) - Method in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
startElement(String, String, String, Attributes) - Method in class prefuse.data.io.TreeMLReader.TreeMLHandler
 
STARTFILLCOLOR - Static variable in interface prefuse.visual.VisualItem
The start fill color data field
STARTFONT - Static variable in interface prefuse.visual.VisualItem
The start font data field
STARTPOLYGON - Static variable in interface prefuse.visual.VisualItem
The start polygon data field.
STARTSIZE - Static variable in interface prefuse.visual.VisualItem
The start size data field
STARTSTROKECOLOR - Static variable in interface prefuse.visual.VisualItem
The start stroke color data field
STARTTEXTCOLOR - Static variable in interface prefuse.visual.VisualItem
The start text color data field
STARTVISIBLE - Static variable in interface prefuse.visual.VisualItem
The start visible data field
StartVisiblePredicate - Class in prefuse.visual.expression
Expression that indicates if an item's start visible flag is set.
StartVisiblePredicate() - Constructor for class prefuse.visual.expression.StartVisiblePredicate
Create a new StartVisiblePredicate.
STARTX - Static variable in interface prefuse.visual.VisualItem
The start x data field
STARTX2 - Static variable in interface prefuse.visual.VisualItem
The start x2 data field.
STARTY - Static variable in interface prefuse.visual.VisualItem
The start y data field
STARTY2 - Static variable in interface prefuse.visual.VisualItem
The start y2 data field.
state - Variable in class prefuse.util.collections.IntObjectHashMap
The state of each hash table entry (FREE, FULL, REMOVED).
stateChanged(ChangeEvent) - Method in class prefuse.util.display.ScaleSelector
Monitor changes to the scale slider.
stateChanged(ChangeEvent) - Method in class prefuse.util.ui.JRangeSlider.RangeSliderChangeListener
 
staticFlag - Static variable in class prefuse.data.expression.parser.JavaCharStream
 
stop() - Method in class prefuse.util.ui.JPrefuseApplet
Automatically shuts down the ActivityManager when the applet is stopped.
stopEditing() - Method in class prefuse.Display
Stops text editing on the display, hiding the text editing widget.
stopThread() - Static method in class prefuse.activity.ActivityManager
Stops the activity manager thread.
streamFromString(String) - Static method in class prefuse.util.io.IOLib
Get an input string corresponding to the given location string.
STRING - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
STRING - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
 
STRING - Static variable in interface prefuse.data.io.TreeMLReader.Tokens
 
StringLib - Class in prefuse.util
Library of utility routines pertaining to Strings.
StringParser - Class in prefuse.data.parser
DataParser instance that "parses" a String value from a text string, this is the default fallback parser, which simply returns the string value to be parsed.
StringParser() - Constructor for class prefuse.data.parser.StringParser
 
STROKE - Static variable in interface prefuse.visual.VisualItem
The stroke data field
StrokeAction - Class in prefuse.action.assignment
Assignment Action that assigns Stroke values to VisualItems.
StrokeAction() - Constructor for class prefuse.action.assignment.StrokeAction
Create a new StrokeAction that processes all data groups.
StrokeAction(String) - Constructor for class prefuse.action.assignment.StrokeAction
Create a new StrokeAction that processes the specified group.
StrokeAction(String, BasicStroke) - Constructor for class prefuse.action.assignment.StrokeAction
Create a new StrokeAction that processes the specified group.
STROKECOLOR - Static variable in interface prefuse.visual.VisualItem
The stroke color data field
StrokeLib - Class in prefuse.util
Library maintaining a cache of drawing strokes and other useful stroke computation routines.
StrokeLib() - Constructor for class prefuse.util.StrokeLib
 
SUB - Static variable in class prefuse.data.expression.ArithmeticExpression
Indicates a subtraction operation.
SUB - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
subList(int, int) - Method in class prefuse.util.collections.CopyOnWriteArrayList
Returns a view of the portion of this list between fromIndex, inclusive, and toIndex, exclusive.
submit(DataSourceWorker.Entry) - Static method in class prefuse.data.io.sql.DataSourceWorker
Submit a job to the worker thread.
SUBPROTOCOL_JDBC_ODBC - Static variable in class prefuse.data.io.sql.ConnectionFactory
Sub-protocol prefix for JDBC/ODBC bridge connections
SUBPROTOCOL_MYSQL - Static variable in class prefuse.data.io.sql.ConnectionFactory
Sub-protocol prefix for MySQL connections
SubtreeDragControl - Class in prefuse.controls
Control that changes the location of a whole subtree when dragged on screen.
SubtreeDragControl() - Constructor for class prefuse.controls.SubtreeDragControl
Creates a new subtree drag control that issues repaint requests as an item is dragged.
successor(AbstractTreeMap.Entry) - Method in class prefuse.util.collections.AbstractTreeMap
 
sum(double[]) - Static method in class prefuse.util.ArrayLib
Compute the sum of the values in an array.
sum(Iterator, String) - Static method in class prefuse.util.DataLib
Get the sum of a tuple data value.
SwitchTo(int) - Static method in class prefuse.data.expression.parser.ExpressionParserTokenManager
 

T

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

U

UILib - Class in prefuse.util.ui
Library routines for user interface tasks.
UnaryExpression() - Static method in class prefuse.data.expression.parser.ExpressionParser
 
UnaryExpressionNotPlusMinus() - Static method in class prefuse.data.expression.parser.ExpressionParser
 
UNDIRECTED - Static variable in class prefuse.data.Graph
Indicates all edges, regardless of direction
UNDIRECTED - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
 
unindex(Tuple, String) - Method in class prefuse.data.search.KeywordSearchTupleSet
This method throws an exception, as un-idexing is not supported.
unindex(Tuple, String) - Method in class prefuse.data.search.PrefixSearchTupleSet
 
unindex(Tuple, String) - Method in class prefuse.data.search.RegexSearchTupleSet
 
unindex(Tuple, String) - Method in class prefuse.data.search.SearchTupleSet
Un-index an individual Tuple field, so that it can no longer be searched for.
union(Clip) - Method in class prefuse.util.display.Clip
Union this clip with another clip.
union(Rectangle2D) - Method in class prefuse.util.display.Clip
Union this clip with another region.
union(double, double, double, double) - Method in class prefuse.util.display.Clip
Union this clip with another region.
unique - Variable in class prefuse.util.collections.AbstractTreeMap
 
uniqueCount() - Method in interface prefuse.data.util.Index
Get the number of unique data values in the index.
uniqueCount() - Method in class prefuse.data.util.TreeIndex
 
uniqueCount(Iterator, String) - Static method in class prefuse.util.DataLib
Get the number of distinct values in a data column.
UniqueRowIterator - Class in prefuse.data.util
IntIterator over rows that ensures that no duplicates appear in the iteration.
UniqueRowIterator(IntIterator) - Constructor for class prefuse.data.util.UniqueRowIterator
Create a new UniqueRowIterator.
UNKNOWN - Static variable in interface prefuse.Constants
An unknown data type
up() - Method in interface prefuse.data.expression.ExpressionVisitor
Callback to signal that the visitor has just ascended a level in the Expression tree.
UPDATE - Static variable in interface prefuse.data.event.EventConstants
Indicates a data update operation.
update(Graphics) - Method in class prefuse.Display
 
update(VisualItem, String, Object) - Static method in class prefuse.util.PrefuseLib
Update the values in an interpolated column (a set of three columns representing a current value along with starting and ending values).
update(Object) - Method in class prefuse.util.UpdateListener
Generic update routine triggered by any of the other callbacks.
updateArrowHead(int, int) - Method in class prefuse.render.EdgeRenderer
Update the dimensions of the arrow head, creating a new arrow head if necessary.
updateBoolean(VisualItem, String, boolean) - Static method in class prefuse.util.PrefuseLib
Update the values in an interpolated column (a set of three columns representing a current value along with starting and ending values).
updateDegrees(int, int) - Method in class prefuse.data.Graph
Internal method for updating the linkage of this graph.
updateDegrees(int, int, int, int) - Method in class prefuse.data.Graph
Internal method for updating the linkage of this graph.
updateDegrees(int, int, int, int) - Method in class prefuse.data.Tree
 
updateDouble(VisualItem, String, double) - Static method in class prefuse.util.PrefuseLib
Update the values in an interpolated column (a set of three columns representing a current value along with starting and ending values).
updateFloat(VisualItem, String, float) - Static method in class prefuse.util.PrefuseLib
Update the values in an interpolated column (a set of three columns representing a current value along with starting and ending values).
updateInt(VisualItem, String, int) - Static method in class prefuse.util.PrefuseLib
Update the values in an interpolated column (a set of three columns representing a current value along with starting and ending values).
UpdateLineColumn(char) - Static method in class prefuse.data.expression.parser.JavaCharStream
 
UpdateListener - Class in prefuse.util
Convenience listener class that implements ExpressionListener, TupleSetListener, and ComponentListener and routes all the callbacks into a generic UpdateListener.update(Object) method.
UpdateListener() - Constructor for class prefuse.util.UpdateListener
 
updateLong(VisualItem, String, long) - Static method in class prefuse.util.PrefuseLib
Update the values in an interpolated column (a set of three columns representing a current value along with starting and ending values).
updateNodeData(int, boolean) - Method in class prefuse.data.Graph
Update the link table to accomodate an inserted or deleted node
updateRange() - Method in class prefuse.data.query.NumberRangeModel
Update the range settings based on current values.
updateRowCount() - Method in class prefuse.data.Table
Internal method that updates the row counts for local data columns.
updateVisible(VisualItem, boolean) - Static method in class prefuse.util.PrefuseLib
Update the visibility of an item.
urlFromString(String) - Static method in class prefuse.util.io.IOLib
From a string description, attempt to generate a URL object.
urlFromString(String, Class, boolean) - Static method in class prefuse.util.io.IOLib
From a string description, attempt to generate a URL object.

V

validateBounds() - Method in class prefuse.visual.tuple.TableVisualItem
 
validateBounds() - Method in interface prefuse.visual.VisualItem
Validate the bounds of this VisualItem.
VALIDATED - Static variable in interface prefuse.visual.VisualItem
The validated data field
ValidatedPredicate - Class in prefuse.visual.expression
Expression that indicates if an item's validated flag is set.
ValidatedPredicate() - Constructor for class prefuse.visual.expression.ValidatedPredicate
Create a new ValidatedPredicate.
ValidEdgePredicate - Class in prefuse.data.util
Filtering predicate over a potential edge table that indicates which edges are valid edges according to a backing node table.
ValidEdgePredicate(Graph) - Constructor for class prefuse.data.util.ValidEdgePredicate
Creates a new ValidEdgePredicate.
validRowCheck(int, boolean) - Method in class prefuse.visual.AggregateTable
Check a row for validity, optionally throwing an exception when an invalid row is found.
VALUE - Static variable in class prefuse.action.layout.AxisLabelLayout
 
VALUE - Static variable in interface prefuse.data.io.TreeMLReader.Tokens
 
value(int) - Method in class prefuse.data.query.NumberRangeModel
 
VALUE - Static variable in interface prefuse.visual.VisualItem
The value data field.
ValuedRangeModel - Interface in prefuse.util.ui
BoundedRangeModel that additionally supports a mapping between the integer range used by interface components and a richer range of values, such as numbers or arbitrary objects.
valueForPathChanged(TreePath, Object) - Method in class prefuse.util.ui.JPrefuseTree.PrefuseTreeModel
 
valueIterator(boolean) - Method in class prefuse.util.collections.AbstractTreeMap
 
ValueIterator(AbstractTreeMap.EntryIterator) - Constructor for class prefuse.util.collections.AbstractTreeMap.ValueIterator
 
valueIterator(boolean) - Method in class prefuse.util.collections.BooleanIntBitSetMap
 
valueIterator(boolean) - Method in interface prefuse.util.collections.IntSortedMap
 
valueRangeIterator(boolean, boolean, boolean, boolean) - Method in class prefuse.util.collections.BooleanIntBitSetMap
 
valueRangeIterator(boolean, boolean, boolean, boolean) - Method in interface prefuse.util.collections.BooleanIntSortedMap
 
valueRangeIterator(double, boolean, double, boolean) - Method in interface prefuse.util.collections.DoubleIntSortedMap
 
valueRangeIterator(double, boolean, double, boolean) - Method in class prefuse.util.collections.DoubleIntTreeMap
 
valueRangeIterator(float, boolean, float, boolean) - Method in interface prefuse.util.collections.FloatIntSortedMap
 
valueRangeIterator(float, boolean, float, boolean) - Method in class prefuse.util.collections.FloatIntTreeMap
 
valueRangeIterator(int, boolean, int, boolean) - Method in interface prefuse.util.collections.IntIntSortedMap
 
valueRangeIterator(int, boolean, int, boolean) - Method in class prefuse.util.collections.IntIntTreeMap
 
valueRangeIterator(long, boolean, long, boolean) - Method in interface prefuse.util.collections.LongIntSortedMap
 
valueRangeIterator(long, boolean, long, boolean) - Method in class prefuse.util.collections.LongIntTreeMap
 
valueRangeIterator(Object, boolean, Object, boolean) - Method in interface prefuse.util.collections.ObjectIntSortedMap
 
valueRangeIterator(Object, boolean, Object, boolean) - Method in class prefuse.util.collections.ObjectIntTreeMap
 
values - Variable in class prefuse.util.collections.IntObjectHashMap
The hash table values.
values(ArrayList) - Method in class prefuse.util.collections.IntObjectHashMap
Fills all values contained in the receiver into the specified list.
VARARGS - Static variable in interface prefuse.data.expression.Function
Constant indicating a variable argument count
velocity - Variable in class prefuse.util.force.ForceItem
The velocity values of this ForceItem.
VERTICAL - Static variable in class prefuse.util.ui.JRangeSlider
 
VisibilityAnimator - Class in prefuse.action.animate
Animator that interpolates the visibility status of VisualItems.
VisibilityAnimator() - Constructor for class prefuse.action.animate.VisibilityAnimator
Create a new VisibilityAnimator that processes all data groups.
VisibilityAnimator(String) - Constructor for class prefuse.action.animate.VisibilityAnimator
Create a new VisibilityAnimator that processes the specified group.
VisibilityFilter - Class in prefuse.action.filter
Filter Action that sets visible all items that meet a given Predicate condition and sets all other items invisible.
VisibilityFilter(Predicate) - Constructor for class prefuse.action.filter.VisibilityFilter
Create a new VisibilityFilter.
VisibilityFilter(String, Predicate) - Constructor for class prefuse.action.filter.VisibilityFilter
Create a new VisibilityFilter.
VisibilityFilter(Visualization, String, Predicate) - Constructor for class prefuse.action.filter.VisibilityFilter
Create a new VisibilityFilter.
VISIBLE - Static variable in interface prefuse.visual.VisualItem
The visible data field
visibleItems() - Method in class prefuse.Visualization
Get an iterator over all visible items.
visibleItems(String) - Method in class prefuse.Visualization
Get an iterator over all visible items in the specified group.
VisiblePredicate - Class in prefuse.visual.expression
Expression that indicates if an item's visible flag is set.
VisiblePredicate() - Constructor for class prefuse.visual.expression.VisiblePredicate
Create a new VisiblePredicate.
visit(ExpressionVisitor) - Method in class prefuse.data.expression.AbstractExpression
 
visit(ExpressionVisitor) - Method in class prefuse.data.expression.BinaryExpression
 
visit(ExpressionVisitor) - Method in class prefuse.data.expression.CompositePredicate
 
visit(ExpressionVisitor) - Method in interface prefuse.data.expression.Expression
Passes the visitor through this expression and any sub expressions
visit(ExpressionVisitor) - Method in class prefuse.data.expression.FunctionExpression
 
visit(ExpressionVisitor) - Method in class prefuse.data.expression.IfExpression
 
visit(ExpressionVisitor) - Method in class prefuse.data.expression.NotPredicate
 
visit(ExpressionVisitor) - Method in class prefuse.data.expression.RangePredicate
 
visit(Object, int) - Method in class prefuse.util.collections.Queue
 
visitExpression(Expression) - Method in interface prefuse.data.expression.ExpressionVisitor
Callback made when visiting a particular expression.
VisualGraph - Class in prefuse.visual
A visual abstraction of a graph data structure.
VisualGraph(VisualTable, VisualTable, boolean, String, String, String) - Constructor for class prefuse.visual.VisualGraph
Create a new VisualGraph
VisualItem - Interface in prefuse.visual
Base interface for representing a visual item, a data object with a visual interactive form.
Visualization - Class in prefuse
Central data structure representing an interactive Visualization.
Visualization() - Constructor for class prefuse.Visualization
Create a new, empty Visualization.
VisualTable - Class in prefuse.visual
A visual abstraction of a Table data structure.
VisualTable(Table, Visualization, String) - Constructor for class prefuse.visual.VisualTable
Create a new VisualTable.
VisualTable(Table, Visualization, String, Predicate) - Constructor for class prefuse.visual.VisualTable
Create a new VisualTable.
VisualTable(Table, Visualization, String, Predicate, Schema) - Constructor for class prefuse.visual.VisualTable
Create a new VisualTable.
VisualTable(Visualization, String) - Constructor for class prefuse.visual.VisualTable
Create a new VisualTable without a parent table.
VisualTable(Visualization, String, Schema) - Constructor for class prefuse.visual.VisualTable
Create a new VisualTable without a parent table.
VisualTable(Visualization, String, Schema, Class) - Constructor for class prefuse.visual.VisualTable
Create a new VisualTable without a parent table.
VisualTree - Class in prefuse.visual
A visual abstraction of a tree data structure.
VisualTree(VisualTable, VisualTable, String, String, String) - Constructor for class prefuse.visual.VisualTree
Create a new VisualTree.
VisualTupleSet - Interface in prefuse.visual
TupleSet sub-interface for TupleSet instances that contain VisualItems, Tuple instances that include visual properties.

W

waitForImage(Image) - Method in class prefuse.render.ImageFactory
Wait for an image to load.
WallForce - Class in prefuse.util.force
Uses a gravitational force model to act as a "wall".
WallForce(float, float, float, float, float) - Constructor for class prefuse.util.force.WallForce
Create a new WallForce.
WallForce(float, float, float, float) - Constructor for class prefuse.util.force.WallForce
Create a new WallForce with default gravitational constant.
wasFixed - Variable in class prefuse.controls.DragControl
 
WheelZoomControl - Class in prefuse.controls
Zooms the display using the mouse scroll wheel, changing the scale of the viewable region.
WheelZoomControl(boolean, boolean) - Constructor for class prefuse.controls.WheelZoomControl
Creates a new WheelZoomControl.
WheelZoomControl() - Constructor for class prefuse.controls.WheelZoomControl
Creates a new WheelZoomControl with the default zoom direction and zooming on the center of the display.
write(String) - Method in class prefuse.data.io.FixedWidthTextTableSchema
Writes this schema description to a file with the given name.
write(OutputStream) - Method in class prefuse.data.io.FixedWidthTextTableSchema
Writes this schema description to the given output stream.
writeGraph(Graph, String) - Method in class prefuse.data.io.AbstractGraphWriter
 
writeGraph(Graph, File) - Method in class prefuse.data.io.AbstractGraphWriter
 
writeGraph(Graph, OutputStream) - Method in class prefuse.data.io.GraphMLWriter
 
writeGraph(Graph, String) - Method in interface prefuse.data.io.GraphWriter
Write a graph to the file with the given filename.
writeGraph(Graph, File) - Method in interface prefuse.data.io.GraphWriter
Write a graph to the given File.
writeGraph(Graph, OutputStream) - Method in interface prefuse.data.io.GraphWriter
Write a graph from the given OutputStream.
writeGraph(Graph, OutputStream) - Method in class prefuse.data.io.TreeMLWriter
 
writeTable(Table, String) - Method in class prefuse.data.io.AbstractTableWriter
 
writeTable(Table, File) - Method in class prefuse.data.io.AbstractTableWriter
 
writeTable(Table, OutputStream) - Method in class prefuse.data.io.CSVTableWriter
 
writeTable(Table, OutputStream) - Method in class prefuse.data.io.DelimitedTextTableWriter
 
writeTable(Table, OutputStream) - Method in class prefuse.data.io.FixedWidthTextTableWriter
 
writeTable(Table, String) - Method in interface prefuse.data.io.TableWriter
Write a table to the file with the given filename.
writeTable(Table, File) - Method in interface prefuse.data.io.TableWriter
Write a table to the given File.
writeTable(Table, OutputStream) - Method in interface prefuse.data.io.TableWriter
Write a table from the given OutputStream.

X

X - Static variable in interface prefuse.visual.VisualItem
The x data field
X2 - Static variable in interface prefuse.visual.VisualItem
The x2 data field.
X_AXIS - Static variable in interface prefuse.Constants
Indicates the horizontal (X) axis
XMLWriter - Class in prefuse.util.io
Utility class for writing XML files.
XMLWriter(PrintWriter) - Constructor for class prefuse.util.io.XMLWriter
Create a new XMLWriter.
XMLWriter(PrintWriter, int) - Constructor for class prefuse.util.io.XMLWriter
Create a new XMLWriter.
XOR - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
XorExpression() - Static method in class prefuse.data.expression.parser.ExpressionParser
 
XorPredicate - Class in prefuse.data.expression
Predicate representing an "xor" clause of sub-predicates.
XorPredicate() - Constructor for class prefuse.data.expression.XorPredicate
Create an empty XorPredicate.
XorPredicate(Predicate) - Constructor for class prefuse.data.expression.XorPredicate
Create a new XorPredicate.
XorPredicate(Predicate, Predicate) - Constructor for class prefuse.data.expression.XorPredicate
Create a new XorPredicate.

Y

Y - Static variable in interface prefuse.visual.VisualItem
The y data field
Y2 - Static variable in interface prefuse.visual.VisualItem
The y2 data field.
Y_AXIS - Static variable in interface prefuse.Constants
Indicates the vertical (Y) axis

Z

ZOOM - Static variable in class prefuse.controls.AbstractZoomControl
Indicates a zoom operation completed successfully.
zoom(Display, Point2D, double, boolean) - Method in class prefuse.controls.AbstractZoomControl
Zoom the given display at the given point by the zoom factor, in either absolute (item-space) or screen co-ordinates.
zoom(Point2D, double, long) - Method in class prefuse.Display.TransformActivity
 
zoom(Point2D, double) - Method in class prefuse.Display
Zooms the view provided by this display by the given scale, anchoring the zoom at the specified point in screen coordinates.
zoomAbs(Point2D, double) - Method in class prefuse.Display
Zooms the view provided by this display by the given scale, anchoring the zoom at the specified point in absolute coordinates.
ZoomControl - Class in prefuse.controls
Zooms the display, changing the scale of the viewable region.
ZoomControl() - Constructor for class prefuse.controls.ZoomControl
Create a new zoom control.
ZoomControl(int) - Constructor for class prefuse.controls.ZoomControl
Create a new zoom control.
ZoomingPanControl - Class in prefuse.controls
Allows users to pan over a display such that the display zooms in and out proportionally to how fast the pan is performed.
ZoomingPanControl() - Constructor for class prefuse.controls.ZoomingPanControl
Create a new ZoomingPanControl.
ZoomingPanControl(boolean) - Constructor for class prefuse.controls.ZoomingPanControl
Create a new ZoomingPanControl.
ZoomToFitControl - Class in prefuse.controls
Zooms a display such that all items within a given group will fit within the display bounds.
ZoomToFitControl() - Constructor for class prefuse.controls.ZoomToFitControl
Create a new ZoomToFitControl.
ZoomToFitControl(String) - Constructor for class prefuse.controls.ZoomToFitControl
Create a new ZoomToFitControl.
ZoomToFitControl(int) - Constructor for class prefuse.controls.ZoomToFitControl
Create a new ZoomToFitControl.
ZoomToFitControl(String, int) - Constructor for class prefuse.controls.ZoomToFitControl
Create a new ZoomToFitControl.
ZoomToFitControl(String, int, long, int) - Constructor for class prefuse.controls.ZoomToFitControl
Create a new ZoomToFitControl.
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 
Skip navigation links