- 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
-
- addColumn(String, Class) - Method in class prefuse.data.tuple.CompositeTupleSet
-
- addColumn(String, Expression) - Method in class prefuse.data.tuple.CompositeTupleSet
-
- addColumn(String, String) - Method in class prefuse.data.tuple.CompositeTupleSet
-
- 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.
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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.
- 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
-
- 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
-
- 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
-