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

O

OCTAL_LITERAL - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
OR - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
ORDINAL - Static variable in interface prefuse.Constants
An ordinal (ordered) data type
ORIENTATION_COUNT - Static variable in interface prefuse.Constants
The total number of orientation values
ORIENT_BOTTOM_TOP - Static variable in interface prefuse.Constants
A bottom-to-top layout orientation
ORIENT_CENTER - Static variable in interface prefuse.Constants
A centered layout orientation
ORIENT_LEFT_RIGHT - Static variable in interface prefuse.Constants
A left-to-right layout orientation
ORIENT_RIGHT_LEFT - Static variable in interface prefuse.Constants
A right-to-left layout orientation
ORIENT_TOP_BOTTOM - Static variable in interface prefuse.Constants
A top-to-bottom layout orientation
OUTDEGREE - Static variable in class prefuse.data.Graph
Out-degree data field for the links table
OUTEDGES - Static variable in class prefuse.data.Graph
Indicates outgoing edges (outlinks)
OUTLINKS - Static variable in class prefuse.data.Graph
Out-links adjacency list data field for the links table
ObjectColumn - class prefuse.data.column.ObjectColumn.
Column implementation for storing arbitrary Object values.
ObjectColumn() - Constructor for class prefuse.data.column.ObjectColumn
Create a new empty ObjectColumn.
ObjectColumn(Class) - Constructor for class prefuse.data.column.ObjectColumn
Create a new ObjectColumn.
ObjectColumn(int) - Constructor for class prefuse.data.column.ObjectColumn
Create a new ObjectColumn.
ObjectColumn(Class, int) - Constructor for class prefuse.data.column.ObjectColumn
Create a new ObjectColumn.
ObjectColumn(Class, int, int, Object) - Constructor for class prefuse.data.column.ObjectColumn
Create a new ObjectColumn.
ObjectIntSortedMap - interface prefuse.util.collections.ObjectIntSortedMap.
Sorted map that maps from an Object key to an int value.
ObjectIntTreeMap - class prefuse.util.collections.ObjectIntTreeMap.
Sorted map implementation using a red-black tree to map from Object keys to int values.
ObjectIntTreeMap() - Constructor for class prefuse.util.collections.ObjectIntTreeMap
 
ObjectIntTreeMap(boolean) - Constructor for class prefuse.util.collections.ObjectIntTreeMap
 
ObjectIntTreeMap(Comparator) - Constructor for class prefuse.util.collections.ObjectIntTreeMap
 
ObjectIntTreeMap(Comparator, boolean) - Constructor for class prefuse.util.collections.ObjectIntTreeMap
 
ObjectLiteral - class prefuse.data.expression.ObjectLiteral.
Literal expression of an Object value.
ObjectLiteral(Object) - Constructor for class prefuse.data.expression.ObjectLiteral
Create a new ObjectLiteral.
ObjectParser - class prefuse.data.parser.ObjectParser.
DataParser instance that handles arbitrary Objects.
ObjectParser() - Constructor for class prefuse.data.parser.ObjectParser
 
ObjectRangeModel - class prefuse.data.query.ObjectRangeModel.
Supports an ordered range of arbitrary objects.
ObjectRangeModel(Object[]) - Constructor for class prefuse.data.query.ObjectRangeModel
Create a new ObjectRangeModel with the given objects.
OrExpression() - Static method in class prefuse.data.expression.parser.ExpressionParser
 
OrPredicate - class prefuse.data.expression.OrPredicate.
Predicate representing an "or" clause of sub-predicates.
OrPredicate() - Constructor for class prefuse.data.expression.OrPredicate
Create an empty OrPredicate.
OrPredicate(Predicate) - Constructor for class prefuse.data.expression.OrPredicate
Create a new OrPredicate.
OrPredicate(Predicate, Predicate) - Constructor for class prefuse.data.expression.OrPredicate
Create a new OrPredicate.
ordinalArray(Iterator, String) - Static method in class prefuse.util.DataLib
Get a sorted array containing all column values for a given tuple iterator and field.
ordinalArray(Iterator, String, Comparator) - Static method in class prefuse.util.DataLib
Get a sorted array containing all column values for a given table and field.
ordinalArray(TupleSet, String) - Static method in class prefuse.util.DataLib
Get a sorted array containing all column values for a given tuple iterator and field.
ordinalArray(TupleSet, String, Comparator) - Static method in class prefuse.util.DataLib
Get a sorted array containing all column values for a given table and field.
ordinalLayout(VisualTable) - Method in class prefuse.action.layout.AxisLabelLayout
Compute an ordinal layout of axis marks.
ordinalLayout(TupleSet) - Method in class prefuse.action.layout.AxisLayout
Compute an ordinal axis layout.
ordinalMap(Iterator, String) - Static method in class prefuse.util.DataLib
Get map mapping from column values (as Object instances) to their ordinal index in a sorted array.
ordinalMap(Iterator, String, Comparator) - Static method in class prefuse.util.DataLib
Get map mapping from column values (as Object instances) to their ordinal index in a sorted array.
ordinalMap(TupleSet, String) - Static method in class prefuse.util.DataLib
Get map mapping from column values (as Object instances) to their ordinal index in a sorted array.
ordinalMap(TupleSet, String, Comparator) - Static method in class prefuse.util.DataLib
Get map mapping from column values (as Object instances) to their ordinal index in a sorted array.
orientation - Variable in class prefuse.util.ui.JRangeSlider
 
outEdgeRows(int) - Method in class prefuse.data.Graph
Get an iterator over all edges that have the given node as a source.
outEdges(Node) - Method in class prefuse.data.Graph
Get an iterator over all out-linking edges from the given Node.
outEdges() - Method in interface prefuse.data.Node
Get an iterator over all outgoing edges, those for which this node is the source.
outEdges() - Method in class prefuse.data.tuple.TableNode
 
outEdges() - Method in class prefuse.visual.tuple.TableNodeItem
 
outNeighbors(Node) - Method in class prefuse.data.Graph
Get an iterator over all out-linking neighbor nodes for the given Node.
outNeighbors() - Method in interface prefuse.data.Node
Get an iterator over all adjacent nodes connected to this node by an outgoing edge (i.e., all nodes "pointed" to by this one).
outNeighbors() - Method in class prefuse.data.tuple.TableNode
 
outNeighbors() - Method in class prefuse.visual.tuple.TableNodeItem
 

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