prefuse.util |
Utility classes for use by both the toolkit and applications, including
color and font support.
|
Java Source File Name | Type | Comment |
ArrayLib.java | Class | Library of supplementary array routines not
supported by the java.util.Arrays class. |
ColorLib.java | Class | Library routines for processing color values. |
ColorMap.java | Class | A color map provides a mapping from numeric values to specific colors.
This useful for assigning colors to visualized items. |
DataLib.java | Class | 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). |
FontLib.java | Class | Library maintaining a cache of fonts and other useful font computation
routines. |
GraphicsLib.java | Class | 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. |
GraphLib.java | Class | Library routines for creating various Graph structures. |
MathLib.java | Class | Library of mathematical constants and methods not included in the
java.lang.Math class. |
PredicateChain.java | Class | A chain of Predicates and associated values, maintain a large
if-statement structure for looking up values based on a Predicate
condition. |
PrefuseConfig.java | Class | Runtime configuration settings for the prefuse framework. |
PrefuseLib.java | Class | General library routines used by the prefuse toolkit. |
StringLib.java | Class | Library of utility routines pertaining to Strings. |
StrokeLib.java | Class | Library maintaining a cache of drawing strokes and other useful stroke
computation routines. |
TimeLib.java | Class | Library routines for dealing with times and time spans. |
TypeLib.java | Class | Library routines dealing with Java Class types. |
UpdateListener.java | Class | Convenience listener class that implements ExpressionListener,
TupleSetListener, and ComponentListener and routes all the
callbacks into a generic
UpdateListener.update(Object) method. |