MCPcopy Create free account

hub / github.com/DMinerJackie/prefuse-visualization-tool / types & classes

Types & classes553 in github.com/DMinerJackie/prefuse-visualization-tool

ClassAbsFunction
src/prefuse/data/expression/FunctionExpression.java:268
ClassAbstractColumn
Abstract base class for Column implementations. Provides listener support and default implementations of column methods. @author <a href="http://jhee
src/prefuse/data/column/AbstractColumn.java:20
ClassAbstractColumnProjection
Abstract base class for column projection instances. Implements the listener functionality. @author <a href="http://jheer.org">jeffrey heer</a>
src/prefuse/data/util/AbstractColumnProjection.java:12
ClassAbstractExpression
Abstract base class for Expression implementations. Provides support for listeners and defaults every Expression evaluation method to an unsupported o
src/prefuse/data/expression/AbstractExpression.java:14
ClassAbstractForce
Abstract base class for force functions in a force simulation. This skeletal version provides support for storing and retrieving float-valued paramete
src/prefuse/util/force/AbstractForce.java:11
ClassAbstractGraphReader
Abstract base class implementation of the GraphReader interface. Provides implementations for all but the {@link prefuse.data.io.GraphReader#readGraph
src/prefuse/data/io/AbstractGraphReader.java:21
ClassAbstractGraphWriter
Abstract base class implementation of the GraphWriter interface. Provides implementations for all but the {@link prefuse.data.io.GraphWriter#writeGrap
src/prefuse/data/io/AbstractGraphWriter.java:17
ClassAbstractHashMap
Abstract base class for hash maps holding objects or primitive data types such as <code>int</code>, <code>float</code>, etc. as keys and/or values. Fi
src/prefuse/util/collections/AbstractHashMap.java:23
ClassAbstractLiteralIterator
Abstract base class for a LiteralIterator implementations. @author <a href="http://jheer.org">jeffrey heer</a>
src/prefuse/util/collections/AbstractLiteralIterator.java:8
ClassAbstractPredicate
Abstract base class for dedicated Predicate instances. @author <a href="http://jheer.org">jeffrey heer</a>
src/prefuse/data/expression/AbstractPredicate.java:11
ClassAbstractShapeRenderer
<p> Abstract base class implementation of the Renderer interface for supporting the drawing of basic shapes. Subclasses should override the {@link #ge
src/prefuse/render/AbstractShapeRenderer.java:40
ClassAbstractTableReader
Abstract base class implementation of the TableReader interface. Provides implementations for all but the {@link prefuse.data.io.TableReader#readTable
src/prefuse/data/io/AbstractTableReader.java:21
ClassAbstractTableWriter
Abstract base class implementation of the TableWriter interface. Provides implementations for all but the {@link prefuse.data.io.TableWriter#writeTabl
src/prefuse/data/io/AbstractTableWriter.java:17
ClassAbstractTextTableReader
Abstract base class for TableReader instances that read in a table from a textual data file. @author <a href="http://jheer.org">jeffrey heer</a>
src/prefuse/data/io/AbstractTextTableReader.java:21
ClassAbstractTreeMap
Abstract base class for red-black trees that map a key value to an int value. @author <a href="http://jheer.org">jeffrey heer</a>
src/prefuse/util/collections/AbstractTreeMap.java:14
ClassAbstractTupleSet
Abstract base class for TupleSet implementations. Provides mechanisms for generating filtered tuple iterators, maintain listeners, and supporting boun
src/prefuse/data/tuple/AbstractTupleSet.java:29
ClassAbstractZoomControl
Abstract base class for zoom controls. @author <a href="http://jheer.org">jeffrey heer</a>
src/prefuse/controls/AbstractZoomControl.java:12
ClassAcceptAllColumnProjection
ColumnProjection that simply includes all columns. @author <a href="http://jheer.org">jeffrey heer</a>
src/prefuse/data/util/AcceptAllColumnProjection.java:10
ClassAcosFunction
src/prefuse/data/expression/FunctionExpression.java:281
ClassAction
<p>Actions are building blocks that perform any number of operations on a Visualization, typically processing VisualItems to set various visual attrib
src/prefuse/action/Action.java:36
ClassActionList
<p>The ActionList represents a chain of Actions that process VisualItems. ActionList also implements the Action interface, so ActionLists can be place
src/prefuse/action/ActionList.java:20
ClassActionSwitch
The ActionSwitch selects between a set of Actions, allowing only one of a group of Actions to be executed at a time. @version 1.0 @author <a href="ht
src/prefuse/action/ActionSwitch.java:10
ClassActionVisitor
Abstract class for processing the Actions stored in the predicate chain.
src/prefuse/action/EncoderAction.java:173
ClassActivity
Represents an activity that can be scheduled and run. This could include data processing, animation, and time-sensitive operations. @author <a href="
src/prefuse/activity/Activity.java:14
ClassActivityAdapter
Adapter class for ActivityListeners. Provides empty implementations of ActivityListener routines. @version 1.0 @author <a href="http://jheer.org">jef
src/prefuse/activity/ActivityAdapter.java:10
InterfaceActivityListener
Callback interface by which interested classes can be notified of the progress of a scheduled activity. @author <a href="http://jheer.org">jeffrey he
src/prefuse/activity/ActivityListener.java:11
ClassActivityManager
<p>The ActivityManager is responsible for scheduling and running timed activities that perform data processing and animation.</p> <p>The AcivityManag
src/prefuse/activity/ActivityManager.java:38
ClassActivityMap
<p>Maps between Activity instances and user-defined keys. Can be used to maintain and schedule Activity instances through a layer of indirection.</p>
src/prefuse/activity/ActivityMap.java:20
ClassAggregateDemo
Demo application showcasing the use of AggregateItems to visualize groupings of nodes with in a graph visualization. This class uses the AggregateLay
src/org/apache/widget/AggregateDemo.java:55
ClassAggregateDragControl
Interactive drag control that is "aggregate-aware"
src/org/apache/widget/AggregateDemo.java:274
InterfaceAggregateItem
VisualItem that represents an aggregation of one or more other VisualItems. AggregateItems include methods adding and removing items from the aggregat
src/prefuse/visual/AggregateItem.java:18
ClassAggregateLayout
Layout algorithm that computes a convex hull surrounding aggregate items and saves it in the "_polygon" field.
src/org/apache/widget/AggregateDemo.java:191
ClassAggregateTable
VisualTable instance that maintains visual items representing aggregates of items. This class maintains both a collection of AggregateItems and a mapp
src/prefuse/visual/AggregateTable.java:27
ClassAggregatedIterator
Iterator instance that iterates over the items contained in an aggregate.
src/prefuse/visual/AggregateTable.java:244
ClassAnchorUpdateControl
Follows the mouse cursor, updating the anchor parameter for any number of layout instances to match the current cursor position. Will also run a given
src/prefuse/controls/AnchorUpdateControl.java:18
ClassAndPredicate
Predicate representing an "and" clause of sub-predicates. @author <a href="http://jheer.org">jeffrey heer</a>
src/prefuse/data/expression/AndPredicate.java:12
ClassArithmeticExpression
Expression supporting basic arithmetic: add, subtract, multiply, divide, exponentiate (pow), and modulo (%). @author <a href="http://jheer.org">jeffr
src/prefuse/data/expression/ArithmeticExpression.java:13
ClassArrayAnimator
Animator that inerpolates an array of numerical values. @author <a href="http://jheer.org">jeffrey heer</a>
src/prefuse/action/animate/ArrayAnimator.java:15
ClassArrayLib
Library of supplementary array routines not supported by the java.util.Arrays class. @author jeffrey heer
src/prefuse/util/ArrayLib.java:15
ClassAsinFunction
src/prefuse/data/expression/FunctionExpression.java:294
ClassAtan2Function
src/prefuse/data/expression/FunctionExpression.java:320
ClassAtanFunction
src/prefuse/data/expression/FunctionExpression.java:307
ClassAutoPanAction
src/org/apache/widget/TreeView.java:359
ClassAutoPanAction
自动平移 (for nodelink) @author Jack
src/org/apache/demo/LayoutTabUtils.java:275
ClassAxisLabelAnimator
Animator that interpolates positions, colors, and visibility status for metric axes. @author <a href="http://jheer.org">jeffrey heer</a> @see prefuse
src/prefuse/action/animate/AxisLabelAnimator.java:20
ClassAxisLabelLayout
Layout Action that positions axis grid lines and labels for a given range model. @author <a href="http://jheer.org">jeffrey heer</a>
src/prefuse/action/layout/AxisLabelLayout.java:25
ClassAxisLayout
Layout Action that assigns positions along a single dimension (either x or y) according to a specified data field. By default, the range of values alo
src/prefuse/action/layout/AxisLayout.java:29
ClassAxisRenderer
Renderer for drawing an axis tick mark and label. @author <a href="http://jheer.org">jeffrey heer</a> @author jgood
src/prefuse/render/AxisRenderer.java:22
ClassBackgroundPainter
Paints a background image in a display. The image can either pan and zoom along with the display or stay stationary. Additionally, the image can be op
src/prefuse/util/display/BackgroundPainter.java:28
ClassBalloonTreeLayout
<p>Layout that computes a circular "balloon-tree" layout of a tree. This layout places children nodes radially around their parents, and is equivalent
src/prefuse/action/layout/graph/BalloonTreeLayout.java:23
ClassBifocalDistortion
<p> Computes a bifocal distortion of space, magnifying a focus region of space and uniformly demagnifying the rest of the space. The affect is akin to
src/prefuse/action/distortion/BifocalDistortion.java:24
ClassBinaryExpression
Abstract base class for Expression implementations that maintain two sub-expressions. These are referred to as the left expression (the first one) and
src/prefuse/data/expression/BinaryExpression.java:10
ClassBitSetIterator
src/prefuse/util/collections/BooleanIntBitSetMap.java:172
ClassBooleanColumn
Column implementation storing boolean values. Uses a BitSet representation for space efficient storage. @author <a href="http://jheer.org">jeffrey he
src/prefuse/data/column/BooleanColumn.java:14
ClassBooleanFunction
src/prefuse/data/expression/FunctionExpression.java:188
ClassBooleanIntBitSetMap
Sorted map implementation using bit vectors to map from boolean keys to int values. @author <a href="http://jheer.org">jeffrey heer</a>
src/prefuse/util/collections/BooleanIntBitSetMap.java:13
InterfaceBooleanIntSortedMap
Sorted map that maps from a boolean key to an int value. @author <a href="http://jheer.org">jeffrey heer</a>
src/prefuse/util/collections/BooleanIntSortedMap.java:8
ClassBooleanLiteral
Literal expression of a boolean value. @author <a href="http://jheer.org">jeffrey heer</a>
src/prefuse/data/expression/BooleanLiteral.java:10
ClassBooleanParser
DataParser instance that parses boolean values. The string "true" is parsed to true values, "false" to false values. Both are case insensitive. @auth
src/prefuse/data/parser/BooleanParser.java:10
ClassBorderColorAction
Set the stroke color for drawing treemap node outlines. A graded grayscale ramp is used, with higer nodes in the tree drawn in lighter shades of gray.
src/org/apache/widget/TreeMap.java:231
ClassBreadthFirstIterator
Provides a distance-limited breadth first traversal over nodes, edges, or both, using any number of traversal "roots". @author <a href="http://jheer.
src/prefuse/data/util/BreadthFirstIterator.java:17
ClassBrowserLauncher
<p> Browser launcher will open a URL in an external browser on your system. (e.g. Internet Explorer or Netscape). If your browser is already open, a
src/prefuse/util/ui/BrowserLauncher.java:30
ClassByteArrayList
A resizable array that maintains a list of byte values. @author <a href="http://jheer.org">jeffrey heer</a>
src/prefuse/util/collections/ByteArrayList.java:11
ClassByteColumn
Column implementation for storing int values. @author <a href="http://jheer.org">jeffrey heer</a>
src/prefuse/data/column/ByteColumn.java:13
ClassByteParser
DataParser instance the parses int values from a text string. @author <a href="http://jheer.org">jeffrey heer</a>
src/prefuse/data/parser/ByteParser.java:8
ClassCOWIterator
src/prefuse/util/collections/CopyOnWriteArrayList.java:918
ClassCOWSubList
Sublist for CopyOnWriteArrayList. This class extends AbstractList merely for convenience, to avoid having to define addAll, etc. This doesn't hurt, bu
src/prefuse/util/collections/CopyOnWriteArrayList.java:1033
ClassCOWSubListIterator
src/prefuse/util/collections/CopyOnWriteArrayList.java:1147
ClassCSVTableReader
TableReader for Comma Separated Value (CSV) files. CSV files list each row of a table on a line, separating each data column by a line. Typically the
src/prefuse/data/io/CSVTableReader.java:23
ClassCSVTableWriter
TableWriter that writes out a text table in the comma-separated-values format. By default, a header row containing the column names is included in the
src/prefuse/data/io/CSVTableWriter.java:17
ClassCancelButton
A button depicted as an "X" that allows users to cancel the current query and clear the query field.
src/prefuse/util/ui/JSearchPanel.java:482
ClassCapFunction
src/prefuse/data/expression/FunctionExpression.java:668
ClassCascadedRowManager
RowManager instance that additionally takes into account tables which inherit from a parent table but can also have their own, dedicated columns. @au
src/prefuse/data/util/CascadedRowManager.java:13
ClassCascadedTable
<p>Table subclass featuring a "cascaded" table design - a CascadedTable can have a parent table, from which it inherits a potentially filtered set of
src/prefuse/data/CascadedTable.java:45
ClassCeilFunction
src/prefuse/data/expression/FunctionExpression.java:332
ClassChildCountFunction
src/prefuse/data/expression/FunctionExpression.java:251
ClassCircleLayout
Layout action that positions visual items along a circle. By default, items are sorted in the order in which they iterated over. @author <a href="htt
src/prefuse/action/layout/CircleLayout.java:15
ClassCircularWallForce
Uses a gravitational force model to act as a circular "wall". Can be used to construct circles which either attract or repel items. @author <a href="
src/prefuse/util/force/CircularWallForce.java:9
ClassClip
Represents a clipping rectangle in a prefuse <code>Display</code>. @author <a href="http://jheer.org">jeffrey heer</a>
src/prefuse/util/display/Clip.java:12
ClassCollapsedStackLayout
Layout Action that updates the outlines of polygons in a stacked line chart, properly setting the coordinates of "collapsed" stacks. @author <a href=
src/prefuse/action/layout/CollapsedStackLayout.java:17
ClassCollapsedSubtreeLayout
Layout Action that sets the positions for newly collapsed or newly expanded nodes of a tree. This action updates positions such that nodes flow out fr
src/prefuse/action/layout/CollapsedSubtreeLayout.java:20
ClassColorAction
<p>Assignment Action that assigns color values to VisualItems for a given color field (e.g., the stroke, text, or fill color).</p> <p>By default, a C
src/prefuse/action/assignment/ColorAction.java:47
ClassColorAnimator
Animator that linearly interpolates between starting and ending colors for VisualItems during an animation. By default, interpolates the three primary
src/prefuse/action/animate/ColorAnimator.java:19
ClassColorIntParser
DataParser instance the parses int color values from a hexadecimal text string. @author <a href="http://jheer.org">jeffrey heer</a>
src/prefuse/data/parser/ColorIntParser.java:11
ClassColorInterpFunction
src/prefuse/data/expression/FunctionExpression.java:992
ClassColorLib
<p>Library routines for processing color values. The standard color representation used by prefuse is to store each color as single primitive integer
src/prefuse/util/ColorLib.java:31
ClassColorMap
A color map provides a mapping from numeric values to specific colors. This useful for assigning colors to visualized items. The numeric values may re
src/prefuse/util/ColorMap.java:11
InterfaceColumn
Interface for a data column in a table. @author <a href="http://jheer.org">jeffrey heer</a>
src/prefuse/data/column/Column.java:15
ClassColumnCollector
ExpressionVisitor that collects all referenced columns / data fields in an Expression.
src/prefuse/data/expression/ExpressionAnalyzer.java:42
ClassColumnEntry
Helper class that encapsulates a map entry for a column, including the column itself and its metadata and index. @author <a href="http://jheer.org">j
src/prefuse/data/Table.java:1924
ClassColumnExpression
Expression instance that returns the value stored in a Tuple data field. @author <a href="http://jheer.org">jeffrey heer</a>
src/prefuse/data/expression/ColumnExpression.java:11
ClassColumnFactory
Factory class for generating appropriate column instances. Used by Tables to generate their columns. @author <a href="http://jheer.org">jeffrey heer<
src/prefuse/data/column/ColumnFactory.java:15
InterfaceColumnListener
Listener interface for monitoring changes to a data column. @author <a href="http://jheer.org">jeffrey heer</a>
src/prefuse/data/event/ColumnListener.java:12
ClassColumnMetadata
ColumnMetadata stores computed metadata and statistics for a singe column instance. They are created automatically by Table instances and are retrieve
src/prefuse/data/column/ColumnMetadata.java:20
InterfaceColumnProjection
Interface for filtering only a subset of a Table columns, computing a projection of the available data fields. Used in conjunction with CascadedTable
src/prefuse/data/util/ColumnProjection.java:14
ClassColumnRowIterator
Iterator over the indices into a given data column, mapped to from the rows of this RowManager.
src/prefuse/data/util/RowManager.java:257
ClassComparisonPredicate
Predicate implementation that computes a comparison operation. Supported operations are equals, not equals, less than, greater than, less than or equa
src/prefuse/data/expression/ComparisonPredicate.java:18
ClassCompositeAction
Abstract base class for Action implementations that hold a collection of subclasses. @author <a href="http://jheer.org">jeffrey heer</a>
src/prefuse/action/CompositeAction.java:13
ClassCompositeComparator
Comparator that makes comparison using an ordered list of individual comparators; @author <a href="http://jheer.org">jeffrey heer</a>
src/prefuse/util/collections/CompositeComparator.java:11
ClassCompositeIntIterator
IntIterator implementation that combines the results of multiple int iterators. @author <a href="http://jheer.org">jeffrey heer</a>
src/prefuse/util/collections/CompositeIntIterator.java:11
next →1–100 of 553, ranked by callers