- ObjectColumn - Class in prefuse.data.column
-
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 in prefuse.util.collections
-
Sorted map that maps from an Object key to an int value.
- ObjectIntTreeMap - Class in prefuse.util.collections
-
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 in prefuse.data.expression
-
Literal expression of an Object value.
- ObjectLiteral(Object) - Constructor for class prefuse.data.expression.ObjectLiteral
-
Create a new ObjectLiteral.
- ObjectParser - Class in prefuse.data.parser
-
DataParser instance that handles arbitrary Objects.
- ObjectParser() - Constructor for class prefuse.data.parser.ObjectParser
-
- ObjectRangeModel - Class in prefuse.data.query
-
Supports an ordered range of arbitrary objects.
- ObjectRangeModel(Object[]) - Constructor for class prefuse.data.query.ObjectRangeModel
-
Create a new ObjectRangeModel with the given objects.
- 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
- 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.
- OrExpression() - Static method in class prefuse.data.expression.parser.ExpressionParser
-
- 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
- orientation - Variable in class prefuse.util.ui.JRangeSlider
-
- ORIENTATION_COUNT - Static variable in interface prefuse.Constants
-
The total number of orientation values
- OrPredicate - Class in prefuse.data.expression
-
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.
- OUTDEGREE - Static variable in class prefuse.data.Graph
-
Out-degree data field for the links table
- outEdgeRows(int) - Method in class prefuse.data.Graph
-
Get an iterator over all edges that have the given node as a source.
- OUTEDGES - Static variable in class prefuse.data.Graph
-
Indicates outgoing edges (outlinks)
- 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
-
- OUTLINKS - Static variable in class prefuse.data.Graph
-
Out-links adjacency list data field for the links table
- 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
-