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