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

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.
RadialTreeLayout.Params() - Constructor for class prefuse.action.layout.graph.RadialTreeLayout.Params
 
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.
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 dimenisions.
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(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.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
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.ColumnRowIterator(IntIterator, int) - Constructor for class prefuse.data.util.RowManager.ColumnRowIterator
 
RowManager.RowIterator - Class in prefuse.data.util
Iterator over the occupied rows of this RowManager.
RowManager.RowIterator(boolean) - Constructor for class prefuse.data.util.RowManager.RowIterator
 
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(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 timestep.
rx - Variable in class prefuse.action.layout.graph.BalloonTreeLayout.Params
 
ry - Variable in class prefuse.action.layout.graph.BalloonTreeLayout.Params
 

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