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

D

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

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