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

N

Name() - Static method in class prefuse.data.expression.parser.ExpressionParser
 
NAME - Static variable in interface prefuse.data.io.TreeMLReader.Tokens
 
NamedColumnProjection - Class in prefuse.data.util
ColumnProjection instance that includes or excludes columns based on the column name.
NamedColumnProjection(String, boolean) - Constructor for class prefuse.data.util.NamedColumnProjection
Create a new NamedColumnProjection.
NamedColumnProjection(String[], boolean) - Constructor for class prefuse.data.util.NamedColumnProjection
Create a new NamedColumnProjection.
NBodyForce - Class in prefuse.util.force
Force function which computes an n-body force such as gravity, anti-gravity, or the results of electric charges.
NBodyForce() - Constructor for class prefuse.util.force.NBodyForce
Create a new NBodyForce with default parameters.
NBodyForce(float, float, float) - Constructor for class prefuse.util.force.NBodyForce
Create a new NBodyForce.
NBodyForce.QuadTreeNode - Class in prefuse.util.force
Represents a node in the quadtree.
NBodyForce.QuadTreeNode() - Constructor for class prefuse.util.force.NBodyForce.QuadTreeNode
 
NBodyForce.QuadTreeNodeFactory - Class in prefuse.util.force
Helper class to minimize number of object creations across multiple uses of the quadtree.
NBodyForce.QuadTreeNodeFactory() - Constructor for class prefuse.util.force.NBodyForce.QuadTreeNodeFactory
 
NE - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
NeighborHighlightControl - Class in prefuse.controls
A ControlListener that sets the highlighted status (using the VisualItem.setHighlighted method) for nodes neighboring the node currently under the mouse pointer.
NeighborHighlightControl() - Constructor for class prefuse.controls.NeighborHighlightControl
Creates a new highlight control.
NeighborHighlightControl(String) - Constructor for class prefuse.controls.NeighborHighlightControl
Creates a new highlight control that runs the given activity whenever the neighbor highlight changes.
NeighborIterator - Class in prefuse.data.util
Iterator over neighbors of a given Node.
NeighborIterator(Node, Iterator) - Constructor for class prefuse.data.util.NeighborIterator
Create a new NeighborIterator.
neighbors(Node) - Method in class prefuse.data.Graph
Get an iterator over all neighbor nodes for the given Node in the graph.
neighbors() - Method in interface prefuse.data.Node
Get an iterator over all nodes connected to this node.
neighbors() - Method in class prefuse.data.tuple.TableNode
 
neighbors() - Method in class prefuse.visual.tuple.TableNodeItem
 
NEQ - Static variable in class prefuse.data.expression.ComparisonPredicate
Indicates a not-equals comparison.
newToken(int) - Static method in class prefuse.data.expression.parser.Token
Returns a new Token object, by default.
newTuple(int) - Method in class prefuse.data.tuple.TupleManager
Instantiate a new Tuple instance for the given row index.
next - Variable in class prefuse.data.expression.parser.Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in class prefuse.data.search.Trie.TrieIterator
 
next() - Method in class prefuse.data.tuple.TupleManager.TupleManagerIterator
 
next() - Method in class prefuse.data.util.BreadthFirstIterator
 
next() - Method in class prefuse.data.util.FilterIterator
 
next() - Method in class prefuse.data.util.NeighborIterator
 
next() - Method in class prefuse.data.util.SortedTupleIterator
 
next() - Method in class prefuse.data.util.TreeNodeIterator
 
next() - Method in class prefuse.util.collections.AbstractTreeMap.EntryIterator
 
next() - Method in class prefuse.util.collections.AbstractTreeMap.KeyIterator
 
next() - Method in class prefuse.util.collections.CompositeIterator
 
next() - Method in class prefuse.util.collections.IntIterator
 
next() - Method in class prefuse.visual.AggregateTable.AggregatedIterator
 
nextBoolean() - Method in class prefuse.util.collections.AbstractLiteralIterator
 
nextBoolean() - Method in class prefuse.util.collections.BooleanIntBitSetMap.BitSetIterator
 
nextBoolean() - Method in interface prefuse.util.collections.LiteralIterator
 
nextCharBuf - Static variable in class prefuse.data.expression.parser.JavaCharStream
 
nextCharInd - Static variable in class prefuse.data.expression.parser.JavaCharStream
 
nextDouble() - Method in class prefuse.util.collections.AbstractLiteralIterator
 
nextDouble() - Method in class prefuse.util.collections.IntIterator
 
nextDouble() - Method in interface prefuse.util.collections.LiteralIterator
 
nextFloat() - Method in class prefuse.util.collections.AbstractLiteralIterator
 
nextFloat() - Method in class prefuse.util.collections.IntIterator
 
nextFloat() - Method in interface prefuse.util.collections.LiteralIterator
 
nextInt() - Method in class prefuse.data.util.FilterRowIterator
 
nextInt() - Method in class prefuse.data.util.RowManager.ColumnRowIterator
 
nextInt() - Method in class prefuse.data.util.RowManager.RowIterator
 
nextInt() - Method in class prefuse.data.util.TableIterator
Returns the next table row.
nextInt() - Method in class prefuse.data.util.UniqueRowIterator
 
nextInt() - Method in class prefuse.util.collections.AbstractLiteralIterator
 
nextInt() - Method in class prefuse.util.collections.AbstractTreeMap.ValueIterator
 
nextInt() - Method in class prefuse.util.collections.BooleanIntBitSetMap.BitSetIterator
 
nextInt() - Method in class prefuse.util.collections.CompositeIntIterator
 
nextInt() - Method in class prefuse.util.collections.IntArrayIterator
 
nextInt() - Method in class prefuse.util.collections.IntIterator
 
nextInt() - Method in interface prefuse.util.collections.LiteralIterator
 
nextLong() - Method in class prefuse.util.collections.AbstractLiteralIterator
 
nextLong() - Method in class prefuse.util.collections.IntIterator
 
nextLong() - Method in interface prefuse.util.collections.LiteralIterator
 
nextPrime(int) - Method in class prefuse.util.collections.AbstractHashMap
Returns a prime number which is >= desiredCapacity and very close to desiredCapacity (within 11% if desiredCapacity >= 1000).
nextPrime(int) - Static method in class prefuse.util.collections.PrimeFinder
Returns a prime number which is >= desiredCapacity and very close to desiredCapacity (within 11% if desiredCapacity >= 1000).
nextTrackerID - Variable in class prefuse.render.ImageFactory
 
nframes - Variable in class prefuse.Display
 
NIL - Static variable in class prefuse.util.collections.AbstractTreeMap
 
NO_INTERSECTION - Static variable in class prefuse.util.GraphicsLib
Indicates no intersection between shapes
NO_SHAPE - Static variable in class prefuse.action.assignment.DataShapeAction
 
NO_SIZE - Static variable in class prefuse.action.assignment.DataSizeAction
 
NO_ZOOM - Static variable in class prefuse.controls.AbstractZoomControl
Indicates no zooming can be performed.
NODE - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
 
Node - Interface in prefuse.data
Tuple sub-interface that represents a node in a graph or tree structure.
NODE - Static variable in class prefuse.visual.sort.TreeDepthItemSorter
 
NODE_AND_EDGE_TRAVERSAL - Static variable in interface prefuse.Constants
 
NODE_TRAVERSAL - Static variable in interface prefuse.Constants
 
nodeCheck(Node, boolean) - Method in class prefuse.data.Graph
Internal method for checking the validity of a node.
NodeItem - Interface in prefuse.visual
VisualItem that represents a node in a graph.
NodeLinkTreeLayout - Class in prefuse.action.layout.graph
TreeLayout that computes a tidy layout of a node-link tree diagram.
NodeLinkTreeLayout(String) - Constructor for class prefuse.action.layout.graph.NodeLinkTreeLayout
Create a new NodeLinkTreeLayout.
NodeLinkTreeLayout(String, int, double, double, double) - Constructor for class prefuse.action.layout.graph.NodeLinkTreeLayout
Create a new NodeLinkTreeLayout.
NodeLinkTreeLayout.Params - Class in prefuse.action.layout.graph
Wrapper class holding parameters used for each node in this layout.
NodeLinkTreeLayout.Params() - Constructor for class prefuse.action.layout.graph.NodeLinkTreeLayout.Params
 
nodeRows() - Method in class prefuse.data.Graph
Get an iterator over all node ids (node table row numbers).
NODES - Static variable in class prefuse.data.Graph
Data group name to identify the nodes of this graph
nodes() - Method in class prefuse.data.Graph
Get an iterator over all nodes in the graph.
NOMINAL - Static variable in interface prefuse.Constants
A nominal (categorical) data type
NOT - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
NotPredicate - Class in prefuse.data.expression
Predicate representing the negation of another predicate.
NotPredicate(Predicate) - Constructor for class prefuse.data.expression.NotPredicate
Create a new NotPredicate.
NULL - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
NullComparator - Class in prefuse.util.collections
A do-nothing comparator that simply treats all objects as equal.
NullComparator() - Constructor for class prefuse.util.collections.NullComparator
 
NullRenderer - Class in prefuse.render
Renderer that does nothing, causing an item to be rendered "into the void".
NullRenderer() - Constructor for class prefuse.render.NullRenderer
 
NumberRangeModel - Class in prefuse.data.query
Range model for numerical data.
NumberRangeModel(int, int, int, int) - Constructor for class prefuse.data.query.NumberRangeModel
Create a new NumberRangeModel for the given range.
NumberRangeModel(long, long, long, long) - Constructor for class prefuse.data.query.NumberRangeModel
Create a new NumberRangeModel for the given range.
NumberRangeModel(float, float, float, float) - Constructor for class prefuse.data.query.NumberRangeModel
Create a new NumberRangeModel for the given range.
NumberRangeModel(double, double, double, double) - Constructor for class prefuse.data.query.NumberRangeModel
Create a new NumberRangeModel for the given range.
NumberRangeModel(Number, Number, Number, Number) - Constructor for class prefuse.data.query.NumberRangeModel
Create a new NumberRangeModel for the given range.
NUMERICAL - Static variable in interface prefuse.Constants
A numerical (quantitative) data type
numericalLayout(TupleSet) - Method in class prefuse.action.layout.AxisLayout
Compute a quantitative axis layout.
NumericLiteral - Class in prefuse.data.expression
Literal expression of a numeric value.
NumericLiteral(int) - Constructor for class prefuse.data.expression.NumericLiteral
Create a new integer NumericLiteral.
NumericLiteral(long) - Constructor for class prefuse.data.expression.NumericLiteral
Create a new long NumericLiteral.
NumericLiteral(float) - Constructor for class prefuse.data.expression.NumericLiteral
Create a new float NumericLiteral.
NumericLiteral(double) - Constructor for class prefuse.data.expression.NumericLiteral
Create a new double NumericLiteral.
NumericLiteral(Object) - Constructor for class prefuse.data.expression.NumericLiteral
Create a new NumericLiteral.
numHits(String) - Method in class prefuse.data.search.LuceneSearcher
Return the result count for the given search query.

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