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 variable in interface prefuse.data.io.TreeMLReader.Tokens
 
NBodyForce - class prefuse.util.force.NBodyForce.
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 prefuse.util.force.NBodyForce.QuadTreeNode.
Represents a node in the quadtree.
NBodyForce.QuadTreeNode() - Constructor for class prefuse.util.force.NBodyForce.QuadTreeNode
 
NBodyForce.QuadTreeNodeFactory - class prefuse.util.force.NBodyForce.QuadTreeNodeFactory.
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
 
NEQ - Static variable in class prefuse.data.expression.ComparisonPredicate
Indicates a not-equals comparison.
NIL - Static variable in class prefuse.util.collections.AbstractTreeMap
 
NODE - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
 
NODE - Static variable in class prefuse.visual.sort.TreeDepthItemSorter
 
NODES - Static variable in class prefuse.data.Graph
Data group name to identify the nodes of this graph
NODE_AND_EDGE_TRAVERSAL - Static variable in interface prefuse.Constants
 
NODE_TRAVERSAL - Static variable in interface prefuse.Constants
 
NOMINAL - Static variable in interface prefuse.Constants
A nominal (categorical) data type
NOT - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
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.
NULL - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
NUMERICAL - Static variable in interface prefuse.Constants
A numerical (quantitative) data type
Name() - Static method in class prefuse.data.expression.parser.ExpressionParser
 
NamedColumnProjection - class prefuse.data.util.NamedColumnProjection.
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.
NeighborHighlightControl - class prefuse.controls.NeighborHighlightControl.
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 prefuse.data.util.NeighborIterator.
Iterator over neighbors of a given Node.
NeighborIterator(Node, Iterator) - Constructor for class prefuse.data.util.NeighborIterator
Create a new NeighborIterator.
Node - interface prefuse.data.Node.
Tuple sub-interface that represents a node in a graph or tree structure.
NodeItem - interface prefuse.visual.NodeItem.
VisualItem that represents a node in a graph.
NodeLinkTreeLayout - class prefuse.action.layout.graph.NodeLinkTreeLayout.
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 prefuse.action.layout.graph.NodeLinkTreeLayout.Params.
Wrapper class holding parameters used for each node in this layout.
NodeLinkTreeLayout.Params() - Constructor for class prefuse.action.layout.graph.NodeLinkTreeLayout.Params
 
NotPredicate - class prefuse.data.expression.NotPredicate.
Predicate representing the negation of another predicate.
NotPredicate(Predicate) - Constructor for class prefuse.data.expression.NotPredicate
Create a new NotPredicate.
NullComparator - class prefuse.util.collections.NullComparator.
A do-nothing comparator that simply treats all objects as equal.
NullComparator() - Constructor for class prefuse.util.collections.NullComparator
 
NullRenderer - class prefuse.render.NullRenderer.
Renderer that does nothing, causing an item to be rendered "into the void".
NullRenderer() - Constructor for class prefuse.render.NullRenderer
 
NumberRangeModel - class prefuse.data.query.NumberRangeModel.
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.
NumericLiteral - class prefuse.data.expression.NumericLiteral.
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.
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
 
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
 
nodeCheck(Node, boolean) - Method in class prefuse.data.Graph
Internal method for checking the validity of a node.
nodeRows() - Method in class prefuse.data.Graph
Get an iterator over all node ids (node table row numbers).
nodes() - Method in class prefuse.data.Graph
Get an iterator over all nodes in the graph.
numericalLayout(TupleSet) - Method in class prefuse.action.layout.AxisLayout
Compute a quantitative axis layout.

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