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

E

Edge - Interface in prefuse.data
Tuple sub-interface that represents an edge in a graph structure.
EDGE - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
 
EDGE - Static variable in class prefuse.visual.sort.ItemSorter
 
EDGE - Static variable in class prefuse.visual.sort.TreeDepthItemSorter
 
EDGE_ARROW_COUNT - Static variable in interface prefuse.Constants
The total number of edge arrow type values
EDGE_ARROW_FORWARD - Static variable in interface prefuse.Constants
Arrows on edges pointing from source to target
EDGE_ARROW_NONE - Static variable in interface prefuse.Constants
No arrows on edges
EDGE_ARROW_REVERSE - Static variable in interface prefuse.Constants
Arrows on edges pointing from target to source
EDGE_SCHEMA - Static variable in class prefuse.data.SpanningTree
Edge table schema used by the spanning tree.
EDGE_TRAVERSAL - Static variable in interface prefuse.Constants
 
EDGE_TYPE - Static variable in class prefuse.render.EdgeRenderer
 
EDGE_TYPE_COUNT - Static variable in interface prefuse.Constants
The total number of edge type values
EDGE_TYPE_CURVE - Static variable in interface prefuse.Constants
A curved-line edge type
EDGE_TYPE_LINE - Static variable in interface prefuse.Constants
A straight-line edge type
edgeCheck(Edge, boolean) - Method in class prefuse.data.Graph
Internal method for checking the validity of an edge.
EDGEDEF - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
 
EdgeItem - Interface in prefuse.visual
VisualItem that represents an edge in a graph.
EdgeRenderer - Class in prefuse.render
Renderer that draws edges as lines connecting nodes.
EdgeRenderer() - Constructor for class prefuse.render.EdgeRenderer
Create a new EdgeRenderer.
EdgeRenderer(int) - Constructor for class prefuse.render.EdgeRenderer
Create a new EdgeRenderer with the given edge type.
EdgeRenderer(int, int) - Constructor for class prefuse.render.EdgeRenderer
Create a new EdgeRenderer with the given edge and arrow types.
edgeRows() - Method in class prefuse.data.Graph
Get an iterator over all edge ids (edge table row numbers).
edgeRows(int) - Method in class prefuse.data.Graph
Get an iterator over all edge ids for edges incident on the given node.
edgeRows(int, int) - Method in class prefuse.data.Graph
Get an iterator edge ids for edges incident on the given node.
EDGES - Static variable in class prefuse.data.Graph
Data group name to identify the edges of this graph
edges() - Method in class prefuse.data.Graph
Get an iterator over all edges in the graph.
edges(Node) - Method in class prefuse.data.Graph
Get an iterator over all Edges connected to the given Node in the graph.
edges() - Method in interface prefuse.data.Node
Get an iterator over all incident edges, those for which this node is either the source or the target.
edges() - Method in class prefuse.data.tuple.TableNode
 
edges() - Method in class prefuse.visual.tuple.TableNodeItem
 
editText(VisualItem, String) - Method in class prefuse.Display
Edit text for the given VisualItem and attribute.
editText(VisualItem, String, Rectangle) - Method in class prefuse.Display
Edit text for the given VisualItem and field.
editText(String, Rectangle) - Method in class prefuse.Display
Show a text editing widget containing the given text and spanning the specified bounding box.
ellipse(double, double, double, double) - Method in class prefuse.render.ShapeRenderer
Returns an ellipse of the given dimenisions.
ELSE - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
empty - Variable in class prefuse.util.ui.JRangeSlider
 
EMPTY_ARRAY - Static variable in interface prefuse.data.tuple.TupleSet
An empty, zero-length array of tuples.
enable_tracing() - Static method in class prefuse.data.expression.parser.ExpressionParser
 
EncoderAction - Class in prefuse.action
ItemAction instance that can also maintain a collection of rule mappings that can be used by subclasses to create particular rule-mappings for encoding data values.
EncoderAction() - Constructor for class prefuse.action.EncoderAction
Create a new EncoderAction that processes all data groups.
EncoderAction(Visualization) - Constructor for class prefuse.action.EncoderAction
Create a new EncoderAction that processes all groups.
EncoderAction(String) - Constructor for class prefuse.action.EncoderAction
Create a new EncoderAction that processes the specified group.
EncoderAction(String, Predicate) - Constructor for class prefuse.action.EncoderAction
Create a new EncoderAction that processes the specified group.
EncoderAction(Visualization, String) - Constructor for class prefuse.action.EncoderAction
Create a new EncoderAction that processes the specified group.
EncoderAction(Visualization, String, Predicate) - Constructor for class prefuse.action.EncoderAction
Create a new EncoderAction that processes the specified group.
end() - Method in class prefuse.util.io.XMLWriter
Close the most recently opened tag.
endColumn - 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.
endDocument() - Method in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
endElement(String, String, String) - Method in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
endElement(String, String, String) - Method in class prefuse.data.io.TreeMLReader.TreeMLHandler
 
ENDFILLCOLOR - Static variable in interface prefuse.visual.VisualItem
The end fill color data field
ENDFONT - Static variable in interface prefuse.visual.VisualItem
The end font data field
endLine - 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.
ENDPOLYGON - Static variable in interface prefuse.visual.VisualItem
The end polygon data field.
ENDSIZE - Static variable in interface prefuse.visual.VisualItem
The end size data field
ENDSTROKECOLOR - Static variable in interface prefuse.visual.VisualItem
The end stroke color data field
ENDTEXTCOLOR - Static variable in interface prefuse.visual.VisualItem
The end text color data field
ENDVISIBLE - Static variable in interface prefuse.visual.VisualItem
The end visible data field
ENDX - Static variable in interface prefuse.visual.VisualItem
The end x data field
ENDX2 - Static variable in interface prefuse.visual.VisualItem
The end x2 data field.
ENDY - Static variable in interface prefuse.visual.VisualItem
The end y data field
ENDY2 - Static variable in interface prefuse.visual.VisualItem
The end y2 data field.
ensureCapacity(int) - Method in class prefuse.util.collections.AbstractHashMap
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class prefuse.util.collections.IntObjectHashMap
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
EOF - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
eol - Variable in exception prefuse.data.expression.parser.ParseException
The end of line string for this machine.
EQ - Static variable in class prefuse.data.expression.ComparisonPredicate
Indicates a equals comparison.
EQ - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
EqualityExpression() - Static method in class prefuse.data.expression.parser.ExpressionParser
 
equals(Object) - Method in class prefuse.data.Schema
Compares this schema with another one for equality.
equals(Object) - Method in class prefuse.util.collections.AbstractTreeMap.Entry
 
equals(Object) - Method in class prefuse.util.collections.CopyOnWriteArrayList
Compares the specified object with this list for equality.
equals(Object) - Method in class prefuse.util.display.Clip
 
error(String) - Method in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
error(Exception) - Method in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
escapeString(String) - Method in class prefuse.util.io.XMLWriter
Escape a string such that it is safe to use in an XML document.
EulerIntegrator - Class in prefuse.util.force
Updates velocity and position data using Euler's Method.
EulerIntegrator() - Constructor for class prefuse.util.force.EulerIntegrator
 
EventConstants - Interface in prefuse.data.event
Constants used within prefuse data structure modification notifications.
EX_EX - Static variable in class prefuse.data.expression.RangePredicate
Indicates the both the left and right bounds are exclusive
EX_IN - Static variable in class prefuse.data.expression.RangePredicate
Indicates an exclusive left bound and inclusive right bound
expand(double) - Method in class prefuse.util.display.Clip
Expand the clip in all directions by the given value.
expand(Rectangle2D, double) - Static method in class prefuse.util.GraphicsLib
Expand a rectangle by the given amount.
ExpandBuff(boolean) - Static method in class prefuse.data.expression.parser.JavaCharStream
 
EXPANDED - Static variable in interface prefuse.visual.VisualItem
The expanded data field
expandToIntegerLimits() - Method in class prefuse.util.display.Clip
Minimally expand the clip such that each coordinate is an integer.
expectedTokenSequences - Variable in exception prefuse.data.expression.parser.ParseException
Each entry in this array is an array of integers.
EXPONENT - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
ExportDisplayAction - Class in prefuse.util.display
Swing ActionListener that reveals a dialog box that allows users to export the current Display view to an image file.
ExportDisplayAction(Display) - Constructor for class prefuse.util.display.ExportDisplayAction
Create a new ExportDisplayAction for the given Display.
Expression - Interface in prefuse.data.expression
An Expression is an arbitrary function that takes a single Tuple as an argument.
Expression() - Static method in class prefuse.data.expression.parser.ExpressionParser
 
ExpressionAnalyzer - Class in prefuse.data.expression
Library class that computes some simple analyses of an expression.
ExpressionAnalyzer() - Constructor for class prefuse.data.expression.ExpressionAnalyzer
 
expressionChanged(Expression) - Method in interface prefuse.data.event.ExpressionListener
Notification that an Expression instance has been modified in some way.
expressionChanged(Expression) - Method in class prefuse.data.expression.AbstractExpression
Relay an expression change event.
expressionChanged(Expression) - Method in class prefuse.util.UpdateListener
 
ExpressionColumn - Class in prefuse.data.column
Column instance that stores values provided by an Expression instance.
ExpressionColumn(Table, Expression) - Constructor for class prefuse.data.column.ExpressionColumn
Create a new ExpressionColumn.
ExpressionListener - Interface in prefuse.data.event
Listener interface for monitoring changes to an Expression instance.
ExpressionParser - Class in prefuse.data.expression.parser
Parser for statements written in the prefuse expression language.
ExpressionParser(InputStream) - Constructor for class prefuse.data.expression.parser.ExpressionParser
 
ExpressionParser(Reader) - Constructor for class prefuse.data.expression.parser.ExpressionParser
 
ExpressionParser(ExpressionParserTokenManager) - Constructor for class prefuse.data.expression.parser.ExpressionParser
 
ExpressionParserConstants - Interface in prefuse.data.expression.parser
 
ExpressionParserTokenManager - Class in prefuse.data.expression.parser
 
ExpressionParserTokenManager(JavaCharStream) - Constructor for class prefuse.data.expression.parser.ExpressionParserTokenManager
 
ExpressionParserTokenManager(JavaCharStream, int) - Constructor for class prefuse.data.expression.parser.ExpressionParserTokenManager
 
ExpressionVisitor - Interface in prefuse.data.expression
Visitor interface for objects that visit each sub-expression of an Expression instance, performing some computation or data collection.

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