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