MCPcopy Create free account

hub / github.com/DMinerJackie/prefuse-visualization-tool / functions

Functions4,198 in github.com/DMinerJackie/prefuse-visualization-tool

↓ 21 callersMethodvisit
Passes the visitor through this expression and any sub expressions @param v the ExpressionVisitor
src/prefuse/data/expression/Expression.java:48
↓ 20 callersMethodaddExpressionListener
Add a listener to this Expression. @param lstnr the expression listener to add
src/prefuse/data/expression/Expression.java:96
↓ 20 callersMethodgetColumnCount
Get the number of columns maintained by the backing table. @return the number of columns / data fields.
src/prefuse/data/Tuple.java:75
↓ 20 callersMethodgetFloat
Evaluate the Expression on the given input Tuple. @param t the input Tuple @return the Expression return value, as a float
src/prefuse/data/expression/Expression.java:76
↓ 20 callersMethodgetParent
Get the parent node of this node in a tree structure. @return this node's parent node, or null if there is none.
src/prefuse/data/Node.java:94
↓ 20 callersMethodjjAddStates
(int start, int end)
src/prefuse/data/expression/parser/ExpressionParserTokenManager.java:90
↓ 20 callersMethodjj_ntk
()
src/prefuse/data/expression/parser/ExpressionParser.java:1277
↓ 20 callersMethodsetArray
(Object[] a)
src/prefuse/util/collections/CopyOnWriteArrayList.java:73
↓ 20 callersMethodsetString
Set the data value of the given field with a <code>String</code>. @param field the data field to set @param val the value to set @see #canSetString(St
src/prefuse/data/Tuple.java:463
↓ 19 callersMethodaddColumns
Add the data fields of the given Schema to the Tuples in this TupleSet. If this TupleSet contains heterogeneous Tuples (i.e., those from different sou
src/prefuse/data/tuple/TupleSet.java:86
↓ 19 callersMethodgetColumnName
Get the data field name of the column at the given index. @param col the column index to look up @return the data field name of the given column index
src/prefuse/data/Tuple.java:82
↓ 19 callersMethodgetDisplay
Get the display at the given list index. Displays are numbered by the order in which they are added to this visualization. @param idx the list index @
src/prefuse/Visualization.java:1309
↓ 19 callersMethodindex
Perform an initial indexing of a data column.
src/prefuse/data/util/Index.java:65
↓ 19 callersMethoditems
Get an iterator over all the items contained in this aggregate. @return an iterator over the items in this aggregate
src/prefuse/visual/AggregateItem.java:56
↓ 19 callersMethodnodeCheck
Internal method for checking the validity of a node. @param n the Node to check for validity @param throwException true if this
src/prefuse/data/Graph.java:717
↓ 19 callersMethodsetBackground
Set the background color of this toggle group. @see java.awt.Component#setBackground(java.awt.Color)
src/prefuse/util/ui/JToggleGroup.java:260
↓ 19 callersMethodsetRendererFactory
为可视化设置渲染工厂,该工厂主要负责为可视化组件创建实例 Set the RendererFactory used by this Visualization. The RendererFactory is responsible for providing the Renderer instanc
src/prefuse/Visualization.java:1212
↓ 19 callersMethodtransform
Transform the clip contents. A new clip region will be created which is the bounding box of the transformed region. @param at the affine transform
src/prefuse/util/display/Clip.java:72
↓ 18 callersMethodgetInstance
Returns an instance of this comparator. @return a DefaultLiteralComparator
src/prefuse/util/collections/DefaultLiteralComparator.java:19
↓ 18 callersMethodgetPoint
(NodeItem n, boolean start)
src/prefuse/action/layout/CollapsedSubtreeLayout.java:123
↓ 18 callersMethodgetTupleCount
Get the number of tuples in this set. @return the tuple count
src/prefuse/data/tuple/TupleSet.java:71
↓ 18 callersMethodsize
()
src/prefuse/util/collections/IntSortedMap.java:17
↓ 17 callersMethodgetLayoutBounds
Returns the bounds in which the layout should be computed. If the bounds have been explicitly set, that value is used. Otherwise, an attempt is made t
src/prefuse/action/layout/Layout.java:77
↓ 17 callersMethodgetTuple
Get the Tuple instance providing object-oriented access to the given table row. @param row the table row @return the Tuple for the given table row
src/prefuse/data/Table.java:759
↓ 17 callersMethodmergesort
(int[] a, double[] b, int p, int r)
src/prefuse/util/ArrayLib.java:704
↓ 17 callersMethodsetFixed
Sets if the item is fixed in its position. @param value true to fix the item, false otherwise @see #FIXED
src/prefuse/visual/VisualItem.java:222
↓ 17 callersMethodsetPreferredSize
@see javax.swing.JComponent#setPreferredSize(java.awt.Dimension)
src/prefuse/util/ui/JValueSlider.java:366
↓ 16 callersMethodclear
()
src/prefuse/util/collections/IntSortedMap.java:21
↓ 16 callersMethodgetBoolean
Evaluate the Expression on the given input Tuple. @param t the input Tuple @return the Expression return value, as a boolean
src/prefuse/data/expression/Expression.java:90
↓ 16 callersMethodsetString
Set the data value at the specified row as a String @param val the value to set @param row the row at which to set the value @throws DataTypeException
src/prefuse/data/column/Column.java:340
↓ 15 callersMethodaddEdge
Add an edge to the graph. Both multiple edges between two nodes and edges from a node to itself are allowed. @param s the source node id @
src/prefuse/data/Graph.java:597
↓ 15 callersMethodfireColumnEvent
Notifies all registered listeners of a column UPDATE event
src/prefuse/data/column/AbstractColumn.java:138
↓ 15 callersMethodget
Get a prefuse configuration property. @param key the name of the property to lookup @return the property value, or null if the key is not found
src/prefuse/util/PrefuseConfig.java:109
↓ 15 callersMethodgetInt
Get the data value at the specified row as an integer @param row the row from which to retrieve the value @return the data value as an integer @throws
src/prefuse/data/column/Column.java:161
↓ 15 callersMethodgetString
Get the data value at the specified row as a String @param row the row from which to retrieve the value @return the data value as a String @throws Dat
src/prefuse/data/column/Column.java:331
↓ 15 callersMethodgetText
Get the label text. @return the label text
src/prefuse/util/ui/JFastLabel.java:48
↓ 15 callersMethodincrementSize
(boolean isUnique)
src/prefuse/util/collections/AbstractTreeMap.java:124
↓ 15 callersMethodjjCheckNAddTwoStates
(int state1, int state2)
src/prefuse/data/expression/parser/ExpressionParserTokenManager.java:96
↓ 15 callersMethodremoveExpressionListener
Remove a listener to this Expression. @param lstnr the expression listener to remove
src/prefuse/data/expression/Expression.java:102
↓ 15 callersMethodrun
()
src/org/apache/widget/Sample.java:107
↓ 15 callersMethodsetAlpha
Set the alpha component of the given color. @param c the color code @param alpha the alpha value to set @return the new color with updated alpha chann
src/prefuse/util/ColorLib.java:215
↓ 14 callersMethodadd
Add a new clause. @param p the Predicate clause to add
src/prefuse/data/expression/CompositePredicate.java:38
↓ 14 callersMethodcancel
Cancels this activity, if scheduled. This will stop a running activity, and will remove the activity from the ActivityManager's schedule.
src/prefuse/activity/Activity.java:179
↓ 14 callersMethoddamageReport
Reports damage to the Display within in the specified region. @param region the damaged region, in absolute coordinates
src/prefuse/Display.java:609
↓ 14 callersMethodequals
(Object o)
src/prefuse/util/collections/IntIntTreeMap.java:263
↓ 14 callersMethodgetChildCount
Get the number of tree children of this node. @return the number of child nodes
src/prefuse/data/Node.java:114
↓ 14 callersMethodgetFont
Get the current font for the item. The font is used as the default typeface for drawing text for this item. @return the current font value @see #FONT
src/prefuse/visual/VisualItem.java:682
↓ 14 callersMethodgetRowCount
Returns the number of rows in this data column @return the number of rows
src/prefuse/data/column/Column.java:24
↓ 14 callersMethodgetSchema
Returns the schema for this tuple's data. @return the Tuple Schema
src/prefuse/data/Tuple.java:21
↓ 14 callersMethoditerator
Returns an iterator over the elements in this list in proper sequence. <p>The returned iterator provides a snapshot of the state of the list when the
src/prefuse/util/collections/CopyOnWriteArrayList.java:884
↓ 14 callersMethodrun
(double frac)
src/org/apache/demo/LayoutTabUtils.java:281
↓ 14 callersMethodsetBoolean
Set the data value of the given field with a <code>boolean</code>. @param field the data field to set @param val the value to set @see #canSetBoolean(
src/prefuse/data/Tuple.java:412
↓ 14 callersMethodsuccessor
(Entry x)
src/prefuse/util/collections/AbstractTreeMap.java:210
↓ 14 callersMethodtoString
@see java.lang.Object#toString()
src/prefuse/util/display/Clip.java:395
↓ 13 callersMethodchildren
Get an iterator over this node's tree children. @return an iterator over this node's children
src/prefuse/data/Node.java:163
↓ 13 callersMethodcontainsKey
(int key)
src/prefuse/util/collections/IntIntSortedMap.java:14
↓ 13 callersMethodequals
@see java.lang.Object#equals(java.lang.Object)
src/prefuse/util/display/Clip.java:371
↓ 13 callersMethodget
Get the data value at the specified row @param row the row from which to retrieve the value @return the data value
src/prefuse/data/column/Column.java:123
↓ 13 callersMethodgetAbsoluteCoordinate
Gets the absolute co-ordinate corresponding to the given screen co-ordinate. @param screen the screen co-ordinate to transform @param abs a reference
src/prefuse/Display.java:1020
↓ 13 callersMethodgetAction
Get the data processing Action with the given name. @param name the name of the Action @return the requested Action, or null if the name was not found
src/prefuse/Visualization.java:1098
↓ 13 callersMethodgetEndY
Get the ending y-coordinate of this item. @return the ending y-coordinate @see #ENDY
src/prefuse/visual/VisualItem.java:334
↓ 13 callersMethodgetGroupName
Get the group name for the given parent and child group, simply concatenating them together with a group delimiter in between. @param parent the paren
src/prefuse/util/PrefuseLib.java:321
↓ 13 callersMethodgetLong
Evaluate the Expression on the given input Tuple. @param t the input Tuple @return the Expression return value, as a long
src/prefuse/data/expression/Expression.java:69
↓ 13 callersMethodgetNode
Get the Node tuple instance corresponding to a node id. @param n a node id (node table row number) @return the Node instance corresponding
src/prefuse/data/Graph.java:770
↓ 13 callersMethodisEmpty
()
src/prefuse/util/collections/IntSortedMap.java:18
↓ 13 callersMethodisValidRow
Indicates if the given row number corresponds to a valid table row. @param row the row number to check for validity @return true if the row is valid,
src/prefuse/data/Table.java:407
↓ 13 callersMethodtoString
@see java.lang.Object#toString()
src/prefuse/data/util/Sort.java:249
↓ 12 callersMethodaddInterpolatedColumn
<p>Add a new interpolated column to this data schema. This actually adds three columns to the schema: a column for the current value of the field, and
src/prefuse/data/Schema.java:224
↓ 12 callersMethodaddNode
Add a new node to the graph. @return the new Node instance
src/prefuse/data/Graph.java:582
↓ 12 callersMethodaddTable
Add an empty VisualTable to this visualization, using the given data group name. This adds a group of VisualItems that do not have a backing data set,
src/prefuse/Visualization.java:274
↓ 12 callersMethodfireExpressionChange
Fire an expression change.
src/prefuse/data/expression/AbstractExpression.java:56
↓ 12 callersMethodgetBoolean
Get the data value at the specified row as a boolean @param row the row from which to retrieve the value @return the data value as a boolean @throws D
src/prefuse/data/column/Column.java:297
↓ 12 callersMethodgetColor
Get a Java Color object for the given red, green, blue, and alpha values as floating point numbers in the range 0-1.0. @param r the red color componen
src/prefuse/util/ColorLib.java:231
↓ 12 callersMethodgetEndX
Get the ending x-coordinate of this item. @return the ending x-coordinate @see #ENDX
src/prefuse/visual/VisualItem.java:320
↓ 12 callersMethodgetKey
()
src/prefuse/util/collections/AbstractTreeMap.java:442
↓ 12 callersMethodgetTargetNode
Returns the second, or target, node upon which this Edge is incident. @return the source Node
src/prefuse/data/Edge.java:38
↓ 12 callersMethodisNumericType
Indicates if a given class type is a primitive numeric one type (one of byte, short, int, long, float, or double). @param type the type to check @retu
src/prefuse/util/TypeLib.java:175
↓ 12 callersMethodnextInt
()
src/prefuse/util/collections/LiteralIterator.java:10
↓ 12 callersMethodpaint3DRectLighting
Adds Windows2K type 3D lighting effects
src/prefuse/util/ui/JRangeSlider.java:507
↓ 12 callersMethodparseInt
Parse an int value from a text string. @param text the text string to parse @return the parsed int value @throws DataParseException if an error occurs
src/prefuse/data/parser/IntParser.java:54
↓ 12 callersMethodpredecessor
(Entry x)
src/prefuse/util/collections/AbstractTreeMap.java:223
↓ 12 callersMethodput
(Object key, int value)
src/prefuse/util/collections/ObjectIntSortedMap.java:35
↓ 12 callersMethodremoveRow
Removes a row from this table. @param row the row to delete @return true if the row was successfully deleted, false if the row was already invalid
src/prefuse/data/Table.java:367
↓ 12 callersMethodsetBounds
Calculates and sets the bounding rectangle for an item. This is called by a VisualItem when it validates its bounds. @param item the item
src/prefuse/render/Renderer.java:55
↓ 12 callersMethodsetHighQuality
Determines if the Display uses a higher quality rendering, using anti-aliasing. This causes drawing to be much slower, however, and so is disabled by
src/prefuse/Display.java:346
↓ 11 callersMethoddown
Callback to signal that the visitor has just descended a level in the Expression tree.
src/prefuse/data/expression/ExpressionVisitor.java:21
↓ 11 callersMethodfireTupleEvent
Fire a Tuple event. @param t the Table on which the event has occurred @param start the first row changed @param end the last row changed @param type
src/prefuse/data/tuple/AbstractTupleSet.java:87
↓ 11 callersMethodgetDouble
Get the data value at the specified row as a double @param row the row from which to retrieve the value @return the data value as a double @throws Dat
src/prefuse/data/column/Column.java:263
↓ 11 callersMethodgetFloat
Get the data value at the specified row as a float @param row the row from which to retrieve the value @return the data value as a float @throws DataT
src/prefuse/data/column/Column.java:229
↓ 11 callersMethodgetFocusGroup
Retrieve the focus data group of the given group name. Only secondary, or focus, groups will be considered. @param group the focus data group @return
src/prefuse/Visualization.java:907
↓ 11 callersMethodgetLong
Get the data value at the specified row as a long @param row the row from which to retrieve the value @return the data value as a long @throws DataTyp
src/prefuse/data/column/Column.java:195
↓ 11 callersMethodgetNextSibling
Get this node's next tree sibling. @return the next sibling, or null if none
src/prefuse/data/Node.java:157
↓ 11 callersMethodgetShape
Get the current shape value of the item. One of the SHAPE constants included in the {@link prefuse.Constants} class. This value only has an effect if
src/prefuse/visual/VisualItem.java:648
↓ 11 callersMethodgetTable
Returns the Table instance that backs this Tuple, if it exists. @return the backing Table, or null if there is none.
src/prefuse/data/Tuple.java:27
↓ 11 callersMethodisButtonPressed
Indicates if a given mouse button is being pressed. @param e the InputEvent to check @param button the mouse button to look for @return true if the bu
src/prefuse/util/ui/UILib.java:50
↓ 11 callersMethodjjStopAtPos
(int pos, int kind)
src/prefuse/data/expression/parser/ExpressionParserTokenManager.java:24
↓ 11 callersMethodsafeSqrt
The "safe" square root of the input value, handling negative values by simply making them positive and then negating the return value. @param x the in
src/prefuse/util/MathLib.java:67
↓ 11 callersMethodsetClip
Set the clip contents, and set the status to valid and in use. @param c the clip whose contents should be copied
src/prefuse/util/display/Clip.java:39
↓ 11 callersMethodsetForeground
Set the foreground color of this toggle group. @see java.awt.Component#setBackground(java.awt.Color)
src/prefuse/util/ui/JToggleGroup.java:270
↓ 11 callersMethodsetInteractive
Set the interactive status of this VisualItem. @param value true for interactive, false for non-interactive @see #INTERACTIVE
src/prefuse/visual/VisualItem.java:192
← previousnext →101–200 of 4,198, ranked by callers