- UILib - Class in prefuse.util.ui
-
Library routines for user interface tasks.
- UnaryExpression() - Static method in class prefuse.data.expression.parser.ExpressionParser
-
- UnaryExpressionNotPlusMinus() - Static method in class prefuse.data.expression.parser.ExpressionParser
-
- UNDIRECTED - Static variable in class prefuse.data.Graph
-
Indicates all edges, regardless of direction
- UNDIRECTED - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
-
- unindex(Tuple, String) - Method in class prefuse.data.search.PrefixSearchTupleSet
-
- unindex(Tuple, String) - Method in class prefuse.data.search.RegexSearchTupleSet
-
- unindex(Tuple, String) - Method in class prefuse.data.search.SearchTupleSet
-
Un-index an individual Tuple field, so that it can no longer be
searched for.
- union(Clip) - Method in class prefuse.util.display.Clip
-
Union this clip with another clip.
- union(Rectangle2D) - Method in class prefuse.util.display.Clip
-
Union this clip with another region.
- union(double, double, double, double) - Method in class prefuse.util.display.Clip
-
Union this clip with another region.
- unique - Variable in class prefuse.util.collections.AbstractTreeMap
-
- uniqueCount() - Method in interface prefuse.data.util.Index
-
Get the number of unique data values in the index.
- uniqueCount() - Method in class prefuse.data.util.TreeIndex
-
- uniqueCount(Iterator, String) - Static method in class prefuse.util.DataLib
-
Get the number of distinct values in a data column.
- UniqueRowIterator - Class in prefuse.data.util
-
IntIterator over rows that ensures that no duplicates appear in the
iteration.
- UniqueRowIterator(IntIterator) - Constructor for class prefuse.data.util.UniqueRowIterator
-
Create a new UniqueRowIterator.
- UNKNOWN - Static variable in interface prefuse.Constants
-
An unknown data type
- up() - Method in interface prefuse.data.expression.ExpressionVisitor
-
Callback to signal that the visitor has just ascended
a level in the Expression tree.
- UPDATE - Static variable in interface prefuse.data.event.EventConstants
-
Indicates a data update operation.
- update(Graphics) - Method in class prefuse.Display
-
- update(VisualItem, String, Object) - Static method in class prefuse.util.PrefuseLib
-
Update the values in an interpolated column (a set of three columns
representing a current value along with starting and ending values).
- update(Object) - Method in class prefuse.util.UpdateListener
-
Generic update routine triggerred by any of the other callbacks.
- updateArrowHead(int, int) - Method in class prefuse.render.EdgeRenderer
-
Update the dimensions of the arrow head, creating a new
arrow head if necessary.
- updateBoolean(VisualItem, String, boolean) - Static method in class prefuse.util.PrefuseLib
-
Update the values in an interpolated column (a set of three columns
representing a current value along with starting and ending values).
- updateDegrees(int, int) - Method in class prefuse.data.Graph
-
Internal method for updating the linkage of this graph.
- updateDegrees(int, int, int, int) - Method in class prefuse.data.Graph
-
Internal method for updating the linkage of this graph.
- updateDegrees(int, int, int, int) - Method in class prefuse.data.Tree
-
- updateDouble(VisualItem, String, double) - Static method in class prefuse.util.PrefuseLib
-
Update the values in an interpolated column (a set of three columns
representing a current value along with starting and ending values).
- updateFloat(VisualItem, String, float) - Static method in class prefuse.util.PrefuseLib
-
Update the values in an interpolated column (a set of three columns
representing a current value along with starting and ending values).
- updateInt(VisualItem, String, int) - Static method in class prefuse.util.PrefuseLib
-
Update the values in an interpolated column (a set of three columns
representing a current value along with starting and ending values).
- UpdateLineColumn(char) - Static method in class prefuse.data.expression.parser.JavaCharStream
-
- UpdateListener - Class in prefuse.util
-
Convenience listener class that implements ExpressionListener,
TupleSetListener, and ComponentListener and routes all the
callbacks into a generic
UpdateListener.update(Object)
method.
- UpdateListener() - Constructor for class prefuse.util.UpdateListener
-
- updateLong(VisualItem, String, long) - Static method in class prefuse.util.PrefuseLib
-
Update the values in an interpolated column (a set of three columns
representing a current value along with starting and ending values).
- updateNodeData(int, boolean) - Method in class prefuse.data.Graph
-
Update the link table to accomodate an inserted or deleted node
- updateRange() - Method in class prefuse.data.query.NumberRangeModel
-
Update the range settings based on current values.
- updateRowCount() - Method in class prefuse.data.Table
-
Internal method that updates the row counts for local data columns.
- updateVisible(VisualItem, boolean) - Static method in class prefuse.util.PrefuseLib
-
Update the visibility of an item.
- urlFromString(String) - Static method in class prefuse.util.io.IOLib
-
From a string description, attempt to generate a URL object.
- urlFromString(String, Class, boolean) - Static method in class prefuse.util.io.IOLib
-
From a string description, attempt to generate a URL object.