- ID - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
-
- Identifier() - Static method in class prefuse.data.expression.parser.ExpressionParser
-
- IDENTIFIER - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
-
- IDX_VALIDATED - Static variable in interface prefuse.visual.VisualItem
-
The column index of the validated data field.
- IF - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
-
- IfExpression - Class in prefuse.data.expression
-
Expression instance representing an "if then else" clause in the prefuse
expression language.
- IfExpression(Predicate, Expression, Expression) - Constructor for class prefuse.data.expression.IfExpression
-
Create a new IfExpression.
- IfStatement() - Static method in class prefuse.data.expression.parser.ExpressionParser
-
- image - Variable in class prefuse.data.expression.parser.Token
-
The string image of the token.
- imageCache - Variable in class prefuse.render.ImageFactory
-
- ImageFactory - Class in prefuse.render
-
Utility class that manages loading and storing images.
- ImageFactory() - Constructor for class prefuse.render.ImageFactory
-
Create a new ImageFactory.
- ImageFactory(int, int) - Constructor for class prefuse.render.ImageFactory
-
Create a new ImageFactory.
- IN_EX - Static variable in class prefuse.data.expression.RangePredicate
-
Indicates an inclusive left bound and exclusive right bound
- IN_IN - Static variable in class prefuse.data.expression.RangePredicate
-
Indicates the both the left and right bounds are inclusive
- inBuf - Static variable in class prefuse.data.expression.parser.JavaCharStream
-
- include(Column, String) - Method in class prefuse.data.util.AcceptAllColumnProjection
-
Always returns true, accepting all columns.
- include(Column, String) - Method in interface prefuse.data.util.ColumnProjection
-
Determine if the given Column should be included.
- include(Column, String) - Method in class prefuse.data.util.NamedColumnProjection
-
- IncompatibleComparatorException - Exception in prefuse.util.collections
-
Exception indicating a comparator is incompatible with the data type
to be compared.
- IncompatibleComparatorException() - Constructor for exception prefuse.util.collections.IncompatibleComparatorException
-
Create a new IncompatibleComparatorException.
- IncompatibleComparatorException(String) - Constructor for exception prefuse.util.collections.IncompatibleComparatorException
-
Create a new IncompatibleComparatorException.
- IncompatibleComparatorException(Throwable) - Constructor for exception prefuse.util.collections.IncompatibleComparatorException
-
Create a new IncompatibleComparatorException.
- IncompatibleComparatorException(String, Throwable) - Constructor for exception prefuse.util.collections.IncompatibleComparatorException
-
Create a new IncompatibleComparatorException.
- increment(Calendar, int, int) - Static method in class prefuse.util.TimeLib
-
Increment a calendar by a given number of time units.
- increment - Variable in class prefuse.util.ui.JRangeSlider
-
- incrementSize(boolean) - Method in class prefuse.util.collections.AbstractTreeMap
-
- INDEGREE - Static variable in class prefuse.data.Graph
-
In-degree data field for the links table
- index(Tuple, String) - Method in class prefuse.data.search.PrefixSearchTupleSet
-
Indexes the given field of the provided Tuple instance.
- index(Tuple, String) - Method in class prefuse.data.search.RegexSearchTupleSet
-
- index(Iterator, String) - Method in class prefuse.data.search.SearchTupleSet
-
Indexes the data values for the given field name for
each Tuple in the provided Iterator.
- index(Tuple, String) - Method in class prefuse.data.search.SearchTupleSet
-
Index an individual Tuple field, so that it can be searched for.
- index - Variable in class prefuse.data.Table.ColumnEntry
-
The column Index instance.
- index(String) - Method in class prefuse.data.Table
-
Create (if necessary) and return an index over the given data field.
- Index - Interface in prefuse.data.util
-
Represents an index over a column of data, allowing quick lookups by
data value and providing iterators over sorted ranges of data.
- index() - Method in interface prefuse.data.util.Index
-
Perform an initial indexing of a data column.
- index() - Method in class prefuse.data.util.TreeIndex
-
- indexOf(Object) - Method in class prefuse.util.collections.CopyOnWriteArrayList
- indexOf(Object, int) - Method in class prefuse.util.collections.CopyOnWriteArrayList
-
Returns the index of the first occurrence of the specified element in
this list, searching forwards from index, or returns -1 if
the element is not found.
- indexOfInsertion(int) - Method in class prefuse.util.collections.IntObjectHashMap
-
- indexOfKey(int) - Method in class prefuse.util.collections.IntObjectHashMap
-
- indexOfValue(Object) - Method in class prefuse.util.collections.IntObjectHashMap
-
- inEdgeRows(int) - Method in class prefuse.data.Graph
-
Get an iterator over all edges that have the given node as a target.
- INEDGES - Static variable in class prefuse.data.Graph
-
Indicates incoming edges (inlinks)
- inEdges(Node) - Method in class prefuse.data.Graph
-
Get an iterator over all in-linking edges to the given Node.
- inEdges() - Method in interface prefuse.data.Node
-
Get an iterator over all incoming edges, those for which this node
is the target.
- inEdges() - Method in class prefuse.data.tuple.TableNode
-
- inEdges() - Method in class prefuse.visual.tuple.TableNodeItem
-
- inferType(TupleSet, String) - Static method in class prefuse.util.DataLib
-
Infer the data field type across all tuples in a TupleSet.
- INFINITY - Static variable in class prefuse.activity.Activity
-
- InGroupPredicate - Class in prefuse.visual.expression
-
Expression that indicates if an item is currently a member of a particular
data group.
- InGroupPredicate() - Constructor for class prefuse.visual.expression.InGroupPredicate
-
Create a new InGroupPredicate.
- InGroupPredicate(String) - Constructor for class prefuse.visual.expression.InGroupPredicate
-
Create a new InGroupPredicate.
- init(NodeItem) - Method in class prefuse.action.layout.graph.NodeLinkTreeLayout.Params
-
- init() - Method in class prefuse.data.column.ExpressionColumn
-
- init(Table, Table, boolean, String, String, String) - Method in class prefuse.data.Graph
-
Initialize this Graph instance.
- init(Table, Graph, int) - Method in class prefuse.data.tuple.TableEdge
-
Initialize a new Edge backed by an edge table.
- init(Table, Graph, int) - Method in class prefuse.data.tuple.TableNode
-
Initialize a new Node backed by a node table.
- init(Table, Graph, int) - Method in class prefuse.data.tuple.TableTuple
-
Initialize a new TableTuple for the given table and row.
- init(Table, Graph, Class) - Method in class prefuse.data.tuple.TupleManager
-
Initialize this TupleManager for use with a given Table.
- init(Object, int, int) - Method in class prefuse.data.util.BreadthFirstIterator
-
Initialize (or re-initialize) this iterator.
- init(Iterator, Comparator) - Method in class prefuse.data.util.SortedTupleIterator
-
Initialize this iterator for the given source iterator and
comparator.
- init(ForceSimulator) - Method in class prefuse.util.force.AbstractForce
-
Initialize this force function.
- init(ForceSimulator) - Method in interface prefuse.util.force.Force
-
Initialize this force function.
- init(ForceSimulator) - Method in class prefuse.util.force.NBodyForce
-
Initialize the simulation with the provided enclosing simulation.
- init(Table, Graph, int) - Method in class prefuse.visual.tuple.TableAggregateItem
-
Initialize a new TableAggregateItem for the given table and row.
- init(Table, Graph, int) - Method in class prefuse.visual.tuple.TableDecoratorItem
-
Initialize a new TableDecoratorItem for the given table and row.
- init(Table, Graph, int) - Method in class prefuse.visual.tuple.TableEdgeItem
-
Initialize a new TableEdgeItem for the given graph, table, and row.
- init(Table, Graph, int) - Method in class prefuse.visual.tuple.TableNodeItem
-
Initialize a new TableNodeItem for the given graph, table, and row.
- init(Table, Graph, int) - Method in class prefuse.visual.tuple.TableVisualItem
-
Initialize a new TableVisualItem for the given table and row.
- init(Visualization, String, Schema) - Method in class prefuse.visual.VisualTable
-
Initialize this VisualTable
- initLinkTable() - Method in class prefuse.data.Graph
-
Initialize the link table, which holds adjacency lists for this graph.
- initLookup() - Method in class prefuse.data.Schema
-
Lazily construct the lookup table for this schema.
- initModel() - Method in class prefuse.data.query.RangeQueryBinding
-
- initSchema(TupleSet) - Method in class prefuse.action.layout.graph.FruchtermanReingoldLayout
-
- initSchema(TupleSet) - Method in class prefuse.action.layout.graph.NodeLinkTreeLayout
-
- initSchema(TupleSet) - Method in class prefuse.action.layout.graph.RadialTreeLayout
-
- initSimulator(ForceSimulator) - Method in class prefuse.action.layout.graph.ForceDirectedLayout
-
Loads the simulator with all relevant force items and springs.
- initUI() - Method in class prefuse.util.ui.JToggleGroup
-
Initialize the UI.
- initUI() - Method in class prefuse.util.ui.JValueSlider
-
Initialize the UI
- INLINKS - Static variable in class prefuse.data.Graph
-
In-links adjacency list data field for the links table
- inNeighbors(Node) - Method in class prefuse.data.Graph
-
Get an iterator over all in-linking neighbor nodes for the given Node.
- inNeighbors() - Method in interface prefuse.data.Node
-
Get an iterator over all adjacent nodes connected to this node by an
incoming edge (i.e., all nodes that "point" at this one).
- inNeighbors() - Method in class prefuse.data.tuple.TableNode
-
- inNeighbors() - Method in class prefuse.visual.tuple.TableNodeItem
-
- input_stream - Static variable in class prefuse.data.expression.parser.ExpressionParserTokenManager
-
- inputStream - Static variable in class prefuse.data.expression.parser.JavaCharStream
-
- INSERT - Static variable in interface prefuse.data.event.EventConstants
-
Indicates a data insert operation.
- insert(ForceItem) - Method in class prefuse.util.force.NBodyForce
-
Inserts an item into the quadtree.
- insertElementAt(Object, int) - Method in class prefuse.data.query.ListModel
-
- insertionsort(int[], double[], int, int) - Static method in class prefuse.util.ArrayLib
-
- insertionsort(int[], int[], int, int) - Static method in class prefuse.util.ArrayLib
-
- insertionsort(int[], Object[], int, int) - Static method in class prefuse.util.ArrayLib
-
- insertionsort(double[], int[], int, int) - Static method in class prefuse.util.ArrayLib
-
- insertionsort(float[], int[], int, int) - Static method in class prefuse.util.ArrayLib
-
- insertionsort(Object[], int[], int, int, Comparator) - Static method in class prefuse.util.ArrayLib
-
- insertUpdate(DocumentEvent) - Method in class prefuse.util.ui.JSearchPanel
-
- instantiate() - Method in class prefuse.data.Schema
-
Instantiate this schema as a new Table instance.
- instantiate(int) - Method in class prefuse.data.Schema
-
Instantiate this schema as a new Table instance.
- INT - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
-
- INT - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
-
- INT - Static variable in interface prefuse.data.io.TreeMLReader.Tokens
-
- IntArrayIterator - Class in prefuse.util.collections
-
IntIterator implementation that provides an iteration over the
contents of an int array.
- IntArrayIterator(int[], int, int) - Constructor for class prefuse.util.collections.IntArrayIterator
-
- IntArrayParser - Class in prefuse.data.parser
-
DataParser instance the parses an array of int values from a text string.
- IntArrayParser() - Constructor for class prefuse.data.parser.IntArrayParser
-
- IntColumn - Class in prefuse.data.column
-
Column implementation for storing int values.
- IntColumn() - Constructor for class prefuse.data.column.IntColumn
-
Create a new empty IntColumn.
- IntColumn(int) - Constructor for class prefuse.data.column.IntColumn
-
Create a new IntColumn.
- IntColumn(int, int, int) - Constructor for class prefuse.data.column.IntColumn
-
Create a new IntColumn.
- INTEGER - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
-
- INTEGER - Static variable in interface prefuse.data.io.TreeMLReader.Tokens
-
- integrate(ForceSimulator, long) - Method in class prefuse.util.force.EulerIntegrator
-
- integrate(ForceSimulator, long) - Method in interface prefuse.util.force.Integrator
-
- integrate(ForceSimulator, long) - Method in class prefuse.util.force.RungeKuttaIntegrator
-
- Integrator - Interface in prefuse.util.force
-
Interface for numerical integration routines.
- INTERACTIVE - Static variable in interface prefuse.visual.VisualItem
-
The interactive data field
- interp(int, int, double) - Static method in class prefuse.util.ColorLib
-
Interpolate between two color values by the given mixing proportion.
- interp(int, double, double[]) - Static method in class prefuse.util.MathLib
-
Interpolates a value within a range using a specified scale,
returning the fractional position of the value within that scale.
- intersection(Clip) - Method in class prefuse.util.display.Clip
-
Intersect this clip with another region.
- intersection(Rectangle2D) - Method in class prefuse.util.display.Clip
-
Intersect this clip with another region.
- intersection(double, double, double, double) - Method in class prefuse.util.display.Clip
-
Intersect this clip with another region.
- intersectLineLine(Line2D, Line2D, Point2D) - Static method in class prefuse.util.GraphicsLib
-
Compute the intersection of two line segments.
- intersectLineLine(double, double, double, double, double, double, double, double, Point2D) - Static method in class prefuse.util.GraphicsLib
-
Compute the intersection of two line segments.
- intersectLineRectangle(Point2D, Point2D, Rectangle2D, Point2D[]) - Static method in class prefuse.util.GraphicsLib
-
Compute the intersection of a line and a rectangle.
- intersectLineRectangle(Line2D, Rectangle2D, Point2D[]) - Static method in class prefuse.util.GraphicsLib
-
Compute the intersection of a line and a rectangle.
- intersects(Rectangle2D, double) - Method in class prefuse.util.display.Clip
-
Indicates if this Clip intersects the given rectangle expanded
by the additional margin pace.
- IntIntSortedMap - Interface in prefuse.util.collections
-
Sorted map that maps from an int key to an int value.
- IntIntTreeMap - Class in prefuse.util.collections
-
Sorted map implementation using a red-black tree to map from int keys to
int values.
- IntIntTreeMap() - Constructor for class prefuse.util.collections.IntIntTreeMap
-
- IntIntTreeMap(boolean) - Constructor for class prefuse.util.collections.IntIntTreeMap
-
- IntIntTreeMap(LiteralComparator) - Constructor for class prefuse.util.collections.IntIntTreeMap
-
- IntIntTreeMap(LiteralComparator, boolean) - Constructor for class prefuse.util.collections.IntIntTreeMap
-
- IntIterator - Class in prefuse.util.collections
-
Abstract LiteralIterator implementation that supports an iteration over
int values.
- IntIterator() - Constructor for class prefuse.util.collections.IntIterator
-
- IntObjectHashMap - Class in prefuse.util.collections
-
Hash map holding (key,value) associations of type (int-->Object);
Automatically grows and shrinks as needed; Implemented using open addressing
with double hashing.
- IntObjectHashMap() - Constructor for class prefuse.util.collections.IntObjectHashMap
-
Constructs an empty map with default capacity and default load factors.
- IntObjectHashMap(int) - Constructor for class prefuse.util.collections.IntObjectHashMap
-
Constructs an empty map with the specified initial capacity and default
load factors.
- IntObjectHashMap(int, double, double) - Constructor for class prefuse.util.collections.IntObjectHashMap
-
Constructs an empty map with the specified initial capacity and the
specified minimum and maximum load factor.
- IntParser - Class in prefuse.data.parser
-
DataParser instance the parses int values from a text string.
- IntParser() - Constructor for class prefuse.data.parser.IntParser
-
- IntSortedMap - Interface in prefuse.util.collections
-
- invalidate(int) - Method in class prefuse.data.tuple.TupleManager
-
Invalidate the tuple at the given row.
- invalidate() - Method in class prefuse.Display
-
Invalidates this component.
- invalidate() - Method in class prefuse.util.display.Clip
-
Invalidate the clip.
- invalidate(String) - Method in class prefuse.Visualization
-
Invalidate the bounds of all VisualItems in the given group.
- invalidateAll() - Method in class prefuse.data.tuple.TupleManager
-
Invalidate all tuples managed by this TupleManager
- invalidateAll() - Method in class prefuse.Visualization
-
Invalidate the bounds of all VisualItems in this visualization.
- invalidateCache(int, int) - Method in class prefuse.data.column.ExpressionColumn
-
Invalidate a range of the cache.
- invalidateSchema() - Method in class prefuse.data.CascadedTable
-
Invalidates this table's cached schema.
- invalidateSchema() - Method in class prefuse.data.Table
-
Invalidates this table's cached schema.
- IOLib - Class in prefuse.util.io
-
Library routines for input/output tasks.
- is2DArea() - Method in class prefuse.action.assignment.DataSizeAction
-
Indicates if the size values set by this function represent 2D areas.
- isAddColumnSupported() - Method in class prefuse.data.Table
-
Returns true, as this table supports the addition of new data fields.
- isAddColumnSupported() - Method in class prefuse.data.tuple.AbstractTupleSet
-
False by default.
- isAddColumnSupported() - Method in class prefuse.data.tuple.CompositeTupleSet
-
Returns true.
- isAddColumnSupported() - Method in interface prefuse.data.tuple.TupleSet
-
Indicates if this TupleSet supports the addition of data columns to
its contained Tuple instances.
- isAllowDuplicates() - Method in class prefuse.util.collections.AbstractTreeMap
-
- isAllowDuplicates() - Method in class prefuse.util.collections.BooleanIntBitSetMap
-
- isAllowDuplicates() - Method in interface prefuse.util.collections.IntSortedMap
-
- isAscending() - Method in class prefuse.action.layout.AxisLabelLayout
-
Indicates if the axis values should be presented in ascending order
along the axis.
- isAscending(int) - Method in class prefuse.data.util.Sort
-
Returns the ascending modifier as the given index.
- isAssignableFrom(Schema) - Method in class prefuse.data.Schema
-
Indicates if values from a given Schema can be safely assigned to
data using this Schema.
- isAsynchronous() - Method in class prefuse.render.ImageFactory
-
Indicates if this ImageFactory loads images asynchronously (true by
default)
- isBooleanSupported() - Method in class prefuse.util.collections.AbstractLiteralIterator
-
- isBooleanSupported() - Method in interface prefuse.util.collections.LiteralIterator
-
- isButtonPressed(InputEvent, int) - Static method in class prefuse.util.ui.UILib
-
Indicates if a given mouse button is being pressed.
- isCacheValid(int) - Method in class prefuse.data.column.ExpressionColumn
-
Check if this ExpressionColumn has a valid cached value at the given
row.
- isCaseSensitive() - Method in class prefuse.data.search.Trie
-
Indicates if this Trie's index takes the case of letters
into account.
- isCellEditable(int) - Method in class prefuse.data.column.AbstractColumn
-
Indicates if the value at the given row can be edited.
- isCellEditable(int) - Method in interface prefuse.data.column.Column
-
Indicates if the value at the given row can be edited.
- isCellEditable(int, int) - Method in class prefuse.data.Table
-
Indicates if the value of the given table cell can be changed.
- isCellEditable(int, int) - Method in class prefuse.util.ui.PrefuseTableModel
-
- isChildGroup(String) - Static method in class prefuse.util.PrefuseLib
-
Indicates if a group is a child group, a non-top-level data group in
a set of nested data groups (e.g., the node or edge table of a
graph or tree).
- isClosePath() - Method in class prefuse.render.PolygonRenderer
-
Indicates if this renderer uses a closed or open path.
- isDamageRedraw() - Method in class prefuse.Display
-
Indicates if damage/redraw rendering is enabled.
- isDirected() - Method in interface prefuse.data.Edge
-
Indicates if this edge is directed or undirected.
- isDirected() - Method in class prefuse.data.Graph
-
Indicates if the edges of this graph are directed or undirected.
- isDirected() - Method in class prefuse.data.tuple.TableEdge
-
- isDirected() - Method in class prefuse.visual.tuple.TableEdgeItem
-
- isDoubleSupported() - Method in class prefuse.util.collections.AbstractLiteralIterator
-
- isDoubleSupported() - Method in class prefuse.util.collections.IntIterator
-
- isDoubleSupported() - Method in interface prefuse.util.collections.LiteralIterator
-
- isEmpty() - Method in class prefuse.util.collections.AbstractHashMap
-
Returns true if the receiver contains no (key,value)
associations.
- isEmpty() - Method in class prefuse.util.collections.AbstractTreeMap
-
- isEmpty() - Method in class prefuse.util.collections.BooleanIntBitSetMap
-
- isEmpty() - Method in class prefuse.util.collections.CopyOnWriteArrayList
-
Returns true if this list contains no elements.
- isEmpty() - Method in interface prefuse.util.collections.IntSortedMap
-
- isEmpty() - Method in class prefuse.util.collections.Queue
-
- isEmpty() - Method in class prefuse.util.display.Clip
-
Indicates if the clip is set to an empty status.
- isEnabled() - Method in class prefuse.activity.Activity
-
Indicates whether or not this activity is currently enabled.
- isEnabled() - Method in interface prefuse.controls.Control
-
Indicates if this Control is currently enabled.
- isEnabled() - Method in class prefuse.controls.ControlAdapter
-
- isEndVisible() - Method in class prefuse.visual.tuple.TableVisualItem
-
- isEndVisible() - Method in interface prefuse.visual.VisualItem
-
Indictes if the end visible flag is set to true.
- isEndVisible(int) - Method in class prefuse.visual.VisualTable
-
Indictes if the end visible flag is set to true.
- isExpanded() - Method in class prefuse.visual.tuple.TableVisualItem
-
- isExpanded() - Method in interface prefuse.visual.VisualItem
-
Indicates this item is expanded.
- isExpanded(int) - Method in class prefuse.visual.VisualTable
-
Indicates the given row is expanded.
- isFixed() - Method in class prefuse.visual.tuple.TableVisualItem
-
- isFixed() - Method in interface prefuse.visual.VisualItem
-
Indicates if the item is fixed, and so will not have its position
changed by any layout or distortion actions.
- isFixed(int) - Method in class prefuse.visual.VisualTable
-
Indicates if the given row is fixed, and so will not have its position
changed by any layout or distortion actions.
- isFloatSupported() - Method in class prefuse.util.collections.AbstractLiteralIterator
-
- isFloatSupported() - Method in class prefuse.util.collections.IntIterator
-
- isFloatSupported() - Method in interface prefuse.util.collections.LiteralIterator
-
- isGZipFile(String) - Static method in class prefuse.util.io.IOLib
-
Indicates if the given file ends with a file extension of
".gz" or ".Z", indicating a GZip file.
- isHighlighted() - Method in class prefuse.visual.tuple.TableVisualItem
-
- isHighlighted() - Method in interface prefuse.visual.VisualItem
-
Indicates if the item is highlighted.
- isHighlighted(int) - Method in class prefuse.visual.VisualTable
-
Indicates if the given row is highlighted.
- isHighlightWithInvisibleEdge() - Method in class prefuse.controls.NeighborHighlightControl
-
Indicates if neighbor nodes with edges currently not visible still
get highlighted.
- isHighQuality() - Method in class prefuse.Display
-
Indicates if the Display is using high quality (return value true) or
regular quality (return value false) rendering.
- isHover() - Method in class prefuse.visual.tuple.TableVisualItem
-
- isHover() - Method in interface prefuse.visual.VisualItem
-
Indicates if the item currently has the mouse pointer over it.
- isHover(int) - Method in class prefuse.visual.VisualTable
-
Indicates if the given row currently has the mouse pointer over it.
- isIgnoreUnknownTypes() - Method in class prefuse.data.io.sql.DefaultSQLDataHandler
-
Indicates if unknown or unrecognized SQL data types should simply be
ignored.
- isInCache(String) - Method in class prefuse.render.ImageFactory
-
Indicates if the given string location corresponds to an image
currently stored in this ImageFactory's cache.
- isInGroup(String) - Method in class prefuse.visual.tuple.TableVisualItem
-
- isInGroup(String) - Method in interface prefuse.visual.VisualItem
-
Indicates if this item is a member of a given group.
- isInGroup(VisualItem, String) - Method in class prefuse.Visualization
-
Indicates if a given VisualItem is contained in the given visual
data group.
- isIntegerType(Class) - Static method in class prefuse.util.TypeLib
-
Indicates if a given class type is a primitive integer type
(one of byte, short, int, or long).
- isInteractive() - Method in class prefuse.visual.tuple.TableVisualItem
-
- isInteractive() - Method in interface prefuse.visual.VisualItem
-
Indicates if this item is interactive, meaning it can potentially
respond to mouse and keyboard input events.
- isInteractive(int) - Method in class prefuse.visual.VisualTable
-
Indicates if this item is interactive, meaning it can potentially
respond to mouse and keyboard input events.
- isIntSupported() - Method in class prefuse.util.collections.AbstractLiteralIterator
-
- isIntSupported() - Method in class prefuse.util.collections.IntIterator
-
- isIntSupported() - Method in interface prefuse.util.collections.LiteralIterator
-
- isInvalid() - Method in class prefuse.util.display.Clip
-
Indicates if the clip is set to an invalid status.
- isItemForce() - Method in class prefuse.util.force.AbstractForce
-
Returns false.
- isItemForce() - Method in class prefuse.util.force.CircularWallForce
-
Returns true.
- isItemForce() - Method in class prefuse.util.force.DragForce
-
Returns true.
- isItemForce() - Method in interface prefuse.util.force.Force
-
Indicates if this force function will compute forces
on ForceItem instances
- isItemForce() - Method in class prefuse.util.force.GravitationalForce
-
Returns true.
- isItemForce() - Method in class prefuse.util.force.NBodyForce
-
Returns true.
- isItemForce() - Method in class prefuse.util.force.WallForce
-
Returns true.
- isLeaf(Object) - Method in class prefuse.util.ui.JPrefuseTree.PrefuseTreeModel
-
- isLocked() - Method in class prefuse.data.Schema
-
Indicates if this schema is locked.
- isLongSupported() - Method in class prefuse.util.collections.AbstractLiteralIterator
-
- isLongSupported() - Method in class prefuse.util.collections.IntIterator
-
- isLongSupported() - Method in interface prefuse.util.collections.LiteralIterator
-
- isMultiYear(int) - Static method in class prefuse.util.TimeLib
-
Indicates if a field value indicates a timespan greater than one
year.
- isNormalized() - Method in class prefuse.action.layout.StackedAreaChart
-
Indicates if the stacks are normalized, such that each
column is independently scaled.
- isNumericType(Class) - Static method in class prefuse.util.TypeLib
-
Indicates if a given class type is a primitive numeric one type
(one of byte, short, int, long, float, or double).
- isPersistent() - Method in class prefuse.util.ui.JCustomTooltip
-
Indicates if the tooltip will stay persistent on the screen to
support interaction within the tooltip component.
- isPrintHeader() - Method in class prefuse.data.io.CSVTableWriter
-
Indicates if this writer will write a header row with the column names.
- isPrintHeader() - Method in class prefuse.data.io.DelimitedTextTableWriter
-
Indicates if this writer will write a header row with the column names.
- isReadOnly() - Method in class prefuse.data.column.AbstractColumn
-
Indicates if the values in this column are read-only.
- isReadOnly() - Method in interface prefuse.data.column.Column
-
Indicates if the values in this column are read-only.
- isRunning() - Method in class prefuse.activity.Activity
-
Indicates if this activity is currently running.
- isScheduled() - Method in class prefuse.activity.Activity
-
Indicates if this activity is currently scheduled
with the ActivityManager
- isSizeDistorted() - Method in class prefuse.action.distortion.Distortion
-
Indicates whether the item sizes are distorted along with the item
locations.
- isSpringForce() - Method in class prefuse.util.force.AbstractForce
-
Returns false.
- isSpringForce() - Method in interface prefuse.util.force.Force
-
Indicates if this force function will compute forces
on Spring instances.
- isSpringForce() - Method in class prefuse.util.force.SpringForce
-
Returns true.
- isStartVisible() - Method in class prefuse.visual.tuple.TableVisualItem
-
- isStartVisible() - Method in interface prefuse.visual.VisualItem
-
Indicates if the start visible flag is set to true.
- isStartVisible(int) - Method in class prefuse.visual.VisualTable
-
Indicates if the start visible flag is set to true.
- isTranformInProgress() - Method in class prefuse.Display
-
Indicates if a view transformation is currently underway.
- isUnindexSupported() - Method in class prefuse.data.search.PrefixSearchTupleSet
-
Returns true, as unidexing is supported by this class.
- isUnindexSupported() - Method in class prefuse.data.search.RegexSearchTupleSet
-
Returns true, as unidexing is supported by this class.
- isUnindexSupported() - Method in class prefuse.data.search.SearchTupleSet
-
Indicates if this TupleSearchSet supports the unindex operation.
- isUrlString(String) - Static method in class prefuse.util.io.IOLib
-
Indicates if a given String is a URL string.
- isValid() - Method in interface prefuse.data.Tuple
-
Indicates if this Tuple is valid.
- isValid() - Method in class prefuse.data.tuple.TableTuple
-
- isValid(ForceItem) - Static method in class prefuse.util.force.ForceItem
-
Checks a ForceItem to make sure its values are all valid numbers
(i.e., not NaNs).
- isValidated() - Method in class prefuse.visual.tuple.TableVisualItem
-
- isValidated() - Method in interface prefuse.visual.VisualItem
-
Indicates if this VisualItem is currently validated.
- isValidated(int) - Method in class prefuse.visual.VisualTable
-
Indicates if the given row is currently validated.
- isValidRow(int) - Method in class prefuse.data.Table
-
Indicates if the given row number corresponds to a valid table row.
- isValidRow(int) - Method in class prefuse.data.util.RowManager
-
Indicates if a given row value is a valid, occupied row of the table.
- isValidTree() - Method in class prefuse.data.Tree
-
Check that the underlying graph structure forms a valid tree.
- isVisible() - Method in class prefuse.visual.tuple.TableVisualItem
-
- isVisible() - Method in interface prefuse.visual.VisualItem
-
Indicates if this VisualItem is currently set to be visible.
- isVisible(int) - Method in class prefuse.visual.VisualTable
-
Indicates if the given row is currently set to be visible.
- isWindowsPlatform() - Static method in class prefuse.util.ui.BrowserLauncher
-
Try to determine whether this application is running under Windows
or some other platform by examing the "os.name" property.
- isWrapperInstance(Class, Object) - Static method in class prefuse.util.TypeLib
-
Indicates if an object is an instance of a wrapper class for a given
primitive type.
- isZipFile(String) - Static method in class prefuse.util.io.IOLib
-
Indicates if the given file ends with a file extension of
".zip", indicating a Zip file.
- isZoomOverItem() - Method in class prefuse.controls.AbstractZoomControl
-
Indicates if the zoom control will work while the mouse is
over a VisualItem.
- isZoomOverItem() - Method in class prefuse.controls.ZoomToFitControl
-
Indicates if the zoom control will work while the mouse is
over a VisualItem.
- ITEM - Static variable in class prefuse.visual.sort.ItemSorter
-
- ITEM - Static variable in class prefuse.visual.sort.TreeDepthItemSorter
-
- item1 - Variable in class prefuse.util.force.Spring
-
The first ForceItem endpoint
- item2 - Variable in class prefuse.util.force.Spring
-
The second ForceItem endpoint
- ItemAction - Class in prefuse.action
-
An Action that processes VisualItems one item at a time.
- ItemAction() - Constructor for class prefuse.action.ItemAction
-
Create a new ItemAction that processes all groups.
- ItemAction(Visualization) - Constructor for class prefuse.action.ItemAction
-
Create a new ItemAction that processes all groups.
- ItemAction(String) - Constructor for class prefuse.action.ItemAction
-
Create a new ItemAction that processes the specified group.
- ItemAction(String, Predicate) - Constructor for class prefuse.action.ItemAction
-
Create a new ItemAction that processes the specified group.
- ItemAction(Visualization, String) - Constructor for class prefuse.action.ItemAction
-
Create a new ItemAction that processes the specified group.
- ItemAction(Visualization, String, Predicate) - Constructor for class prefuse.action.ItemAction
-
Create a new ItemAction that processes the specified group.
- itemBoundsChanged(Display) - Method in interface prefuse.util.display.ItemBoundsListener
-
Signals a change in the total bounds occupied by VisualItems in
a particular Display.
- ItemBoundsListener - Interface in prefuse.util.display
-
Listener interface for monitoring changes to the space occupied by
VisualItems within the space of a Display.
- itemClicked(VisualItem, MouseEvent) - Method in interface prefuse.controls.Control
-
Invoked when the mouse button has been clicked (pressed and released) on
a VisualItem.
- itemClicked(VisualItem, MouseEvent) - Method in class prefuse.controls.ControlAdapter
-
- itemClicked(VisualItem, MouseEvent) - Method in class prefuse.controls.FocusControl
-
- itemClicked(VisualItem, MouseEvent) - Method in class prefuse.controls.ZoomToFitControl
-
- itemDragged(VisualItem, MouseEvent) - Method in class prefuse.controls.AnchorUpdateControl
-
- itemDragged(VisualItem, MouseEvent) - Method in interface prefuse.controls.Control
-
Invoked when a mouse button is pressed on a VisualItem and then dragged.
- itemDragged(VisualItem, MouseEvent) - Method in class prefuse.controls.ControlAdapter
-
- itemDragged(VisualItem, MouseEvent) - Method in class prefuse.controls.DragControl
-
- itemDragged(VisualItem, MouseEvent) - Method in class prefuse.controls.PanControl
-
- itemDragged(VisualItem, MouseEvent) - Method in class prefuse.controls.SubtreeDragControl
-
- itemDragged(VisualItem, MouseEvent) - Method in class prefuse.controls.ZoomControl
-
- itemEntered(VisualItem, MouseEvent) - Method in interface prefuse.controls.Control
-
Invoked when the mouse enters a VisualItem.
- itemEntered(VisualItem, MouseEvent) - Method in class prefuse.controls.ControlAdapter
-
- itemEntered(VisualItem, MouseEvent) - Method in class prefuse.controls.DragControl
-
- itemEntered(VisualItem, MouseEvent) - Method in class prefuse.controls.FocusControl
-
- itemEntered(VisualItem, MouseEvent) - Method in class prefuse.controls.HoverActionControl
-
- itemEntered(VisualItem, MouseEvent) - Method in class prefuse.controls.NeighborHighlightControl
-
- itemEntered(VisualItem, MouseEvent) - Method in class prefuse.controls.SubtreeDragControl
-
- itemEntered(VisualItem, MouseEvent) - Method in class prefuse.controls.ToolTipControl
-
- itemExited(VisualItem, MouseEvent) - Method in interface prefuse.controls.Control
-
Invoked when the mouse exits a VisualItem.
- itemExited(VisualItem, MouseEvent) - Method in class prefuse.controls.ControlAdapter
-
- itemExited(VisualItem, MouseEvent) - Method in class prefuse.controls.DragControl
-
- itemExited(VisualItem, MouseEvent) - Method in class prefuse.controls.FocusControl
-
- itemExited(VisualItem, MouseEvent) - Method in class prefuse.controls.HoverActionControl
-
- itemExited(VisualItem, MouseEvent) - Method in class prefuse.controls.NeighborHighlightControl
-
- itemExited(VisualItem, MouseEvent) - Method in class prefuse.controls.SubtreeDragControl
-
- itemExited(VisualItem, MouseEvent) - Method in class prefuse.controls.ToolTipControl
-
- itemKeyPressed(VisualItem, KeyEvent) - Method in interface prefuse.controls.Control
-
Invoked when a key has been pressed, while the mouse is over
a VisualItem.
- itemKeyPressed(VisualItem, KeyEvent) - Method in class prefuse.controls.ControlAdapter
-
- itemKeyReleased(VisualItem, KeyEvent) - Method in interface prefuse.controls.Control
-
Invoked when a key has been released, while the mouse is over
a VisualItem.
- itemKeyReleased(VisualItem, KeyEvent) - Method in class prefuse.controls.ControlAdapter
-
- itemKeyTyped(VisualItem, KeyEvent) - Method in interface prefuse.controls.Control
-
Invoked when a key has been typed, while the mouse is over
a VisualItem.
- itemKeyTyped(VisualItem, KeyEvent) - Method in class prefuse.controls.ControlAdapter
-
- itemMoved(VisualItem, MouseEvent) - Method in class prefuse.controls.AnchorUpdateControl
-
- itemMoved(VisualItem, MouseEvent) - Method in interface prefuse.controls.Control
-
Invoked when the mouse cursor has been moved onto a VisualItem but
no buttons have been pushed.
- itemMoved(VisualItem, MouseEvent) - Method in class prefuse.controls.ControlAdapter
-
- itemPressed(VisualItem, MouseEvent) - Method in interface prefuse.controls.Control
-
Invoked when a mouse button has been pressed on a VisualItem.
- itemPressed(VisualItem, MouseEvent) - Method in class prefuse.controls.ControlAdapter
-
- itemPressed(VisualItem, MouseEvent) - Method in class prefuse.controls.DragControl
-
- itemPressed(VisualItem, MouseEvent) - Method in class prefuse.controls.PanControl
-
- itemPressed(VisualItem, MouseEvent) - Method in class prefuse.controls.SubtreeDragControl
-
- itemPressed(VisualItem, MouseEvent) - Method in class prefuse.controls.ZoomControl
-
- itemReleased(VisualItem, MouseEvent) - Method in interface prefuse.controls.Control
-
Invoked when a mouse button has been released on a VisualItem.
- itemReleased(VisualItem, MouseEvent) - Method in class prefuse.controls.ControlAdapter
-
- itemReleased(VisualItem, MouseEvent) - Method in class prefuse.controls.DragControl
-
- itemReleased(VisualItem, MouseEvent) - Method in class prefuse.controls.PanControl
-
- itemReleased(VisualItem, MouseEvent) - Method in class prefuse.controls.SubtreeDragControl
-
- itemReleased(VisualItem, MouseEvent) - Method in class prefuse.controls.ZoomControl
-
- items() - Method in interface prefuse.visual.AggregateItem
-
Get an iterator over all the items contained in this aggregate.
- items(Predicate) - Method in interface prefuse.visual.AggregateItem
-
Get a filtered iterator over all the items contained in this aggregate.
- items() - Method in class prefuse.visual.tuple.TableAggregateItem
-
- items(Predicate) - Method in class prefuse.visual.tuple.TableAggregateItem
-
- items() - Method in class prefuse.Visualization
-
Get an iterator over all items, visible or not.
- items(Predicate) - Method in class prefuse.Visualization
-
Get an iterator over all items which match the given
Predicate filter.
- items(String) - Method in class prefuse.Visualization
-
Get an iterator over all items in the specified group.
- items(String, String) - Method in class prefuse.Visualization
-
Get an iterator over all items in the given group which match the given
filter expression.
- items(String, Predicate) - Method in class prefuse.Visualization
-
Get an iterator over all items in the given group which match the given
Predicate filter.
- ItemSorter - Class in prefuse.visual.sort
-
ItemSorter instances provide an integer score for each VisualItem;
these scores are then used to sort the items in ascending order of score.
- ItemSorter() - Constructor for class prefuse.visual.sort.ItemSorter
-
- itemWheelMoved(VisualItem, MouseWheelEvent) - Method in interface prefuse.controls.Control
-
Invoked when the mouse wheel is rotated while the mouse is over a
VisualItem.
- itemWheelMoved(VisualItem, MouseWheelEvent) - Method in class prefuse.controls.ControlAdapter
-
- itemWheelMoved(VisualItem, MouseWheelEvent) - Method in class prefuse.controls.WheelZoomControl
-
- iterator() - Method in class prefuse.data.Table
-
Return a TableIterator over the rows of this table.
- iterator(IntIterator) - Method in class prefuse.data.Table
-
Return a TableIterator over the given rows of this table.
- iterator(IntIterator) - Method in class prefuse.data.tuple.TupleManager
-
Return an iterator over the tuples in this manager.
- iterator() - Method in class prefuse.util.collections.CopyOnWriteArrayList
-
Returns an iterator over the elements in this list in proper sequence.