Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DMinerJackie/prefuse-visualization-tool
/ functions
Functions
4,198 in github.com/DMinerJackie/prefuse-visualization-tool
⨍
Functions
4,198
◇
Types & classes
553
↓ 373 callers
Method
add
Adds a new field to this Sort specification. @param field the additional field to sort on @param ascend indicates if the field should be sorted in asc
src/prefuse/data/util/Sort.java:94
↓ 114 callers
Method
get
Get the data value at the given field as an Object. @param field the data field to retrieve @return the data value as an Object. The concrete type of
src/prefuse/data/Tuple.java:121
↓ 108 callers
Method
getY
Get the current y-coordinate of this item. @return the current y-coordinate @see #Y
src/prefuse/visual/VisualItem.java:278
↓ 107 callers
Method
getX
Get the current x-coordinate of this item. @return the current x-coordinate @see #X
src/prefuse/visual/VisualItem.java:264
↓ 92 callers
Method
param
Return the parameter expression at the given index. @param idx the parameter index @return the parameter value Expression at the given index
src/prefuse/data/expression/FunctionExpression.java:67
↓ 89 callers
Method
getArray
This has been made public to support more efficient iteration. <strong>DO NOT MODIFY this array upon getting it</strong>. Otherwise you risk wreaking
src/prefuse/util/collections/CopyOnWriteArrayList.java:71
↓ 89 callers
Method
getWidth
Get the clip's width @return the clip width
src/prefuse/util/display/Clip.java:338
↓ 84 callers
Method
size
Get the size of this index, the number of data value / row pairs included. @return the size of the index
src/prefuse/data/util/Index.java:107
↓ 83 callers
Method
getHeight
Get the clip's height @return the clip height
src/prefuse/util/display/Clip.java:346
↓ 83 callers
Method
setText
Set the label text @param text the label text to set
src/prefuse/util/ui/JFastLabel.java:56
↓ 79 callers
Method
print
Print <em>unescaped</em> text into the XML file. To print escaped text, use the {@link #content(String)} method instead. @param s the text to print. T
src/prefuse/util/io/XMLWriter.java:57
↓ 76 callers
Method
addFunction
Add a function to the function table. It will then become available for use with compiled statements of the prefuse expression language. @param name t
src/prefuse/data/expression/FunctionTable.java:132
↓ 73 callers
Method
put
(int key, int value)
src/prefuse/util/collections/IntIntSortedMap.java:30
↓ 72 callers
Method
remove
(int key)
src/prefuse/util/collections/IntIntSortedMap.java:26
↓ 70 callers
Method
add
(Object o, int depth)
src/prefuse/util/collections/Queue.java:27
↓ 66 callers
Method
hasNext
()
src/prefuse/data/search/Trie.java:67
↓ 64 callers
Method
equals
Compares this schema with another one for equality.
src/prefuse/data/Schema.java:451
↓ 64 callers
Method
max
Get the Tuple with the maximum data field value. @param tuples an iterator over tuples @param field the column / data field name @return the Tuple wit
src/prefuse/util/DataLib.java:298
↓ 61 callers
Method
hasNext
()
src/prefuse/action/layout/graph/RadialTreeLayout.java:306
↓ 61 callers
Method
next
()
src/prefuse/action/layout/graph/RadialTreeLayout.java:302
↓ 60 callers
Method
getDouble
Get the data value at the given field as a <code>double</code>. @param field the data field to retrieve @see #canGetDouble(String)
src/prefuse/data/Tuple.java:353
↓ 60 callers
Method
next
()
src/prefuse/data/search/Trie.java:70
↓ 58 callers
Method
getColumn
Get the column at the given column number. @param col the column number @return the Column instance
src/prefuse/data/Table.java:455
↓ 57 callers
Method
rows
Get an iterator over a sorted range of rows. @param lo the minimum data value @param hi the maximum data value @param type the iteration type, one of
src/prefuse/data/util/Index.java:126
↓ 55 callers
Method
putAction
Add a data processing Action to this Visualization. The Action will be updated to use this Visualization in its data processing. @param name the name
src/prefuse/Visualization.java:1087
↓ 54 callers
Method
getDouble
Evaluate the Expression on the given input Tuple. @param t the input Tuple @return the Expression return value, as a double
src/prefuse/data/expression/Expression.java:83
↓ 54 callers
Method
println
Print <em>unescaped</em> text into the XML file, followed by a newline. To print escaped text, use the {@link #content(String)} method instead. @param
src/prefuse/util/io/XMLWriter.java:67
↓ 53 callers
Method
compare
(byte x1, byte x2)
src/prefuse/util/collections/LiteralComparator.java:10
↓ 52 callers
Method
getRow
Returns the row index for this Tuple's backing Table, if it exists. @return the backing row index, or -1 if there is no backing table or if this Tuple
src/prefuse/data/Tuple.java:35
↓ 50 callers
Method
get
Get the first row found with the given data value. @param x the data value @return the first row matching the data value
src/prefuse/data/util/Index.java:219
↓ 50 callers
Method
setVisible
Set this item's visibility. @param value true to make the item visible, false otherwise. @see #VISIBLE
src/prefuse/visual/VisualItem.java:145
↓ 49 callers
Method
getValue
Get the current value ssociated with the slider position. @return the current value
src/prefuse/util/ui/JValueSlider.java:194
↓ 48 callers
Method
getName
Get the name of this function. @return the function name
src/prefuse/data/expression/Function.java:18
↓ 48 callers
Method
jj_consume_token
(int kind)
src/prefuse/data/expression/parser/ExpressionParser.java:1246
↓ 47 callers
Method
addColumn
Add a data field / column to this TupleSet's members. @param name the name of the data field @param type the type of the data field
src/prefuse/data/tuple/TupleSet.java:93
↓ 47 callers
Method
min
Get the Tuple with the minimum data field value. @param tuples an iterator over tuples @param field the column / data field name @return the Tuple wit
src/prefuse/util/DataLib.java:235
↓ 45 callers
Method
setEnabled
Sets the enabled status of this control. @param enabled true to enable the control, false to disable it
src/prefuse/controls/Control.java:41
↓ 44 callers
Method
clear
Clear this TupleSet, removing all contained Tuples.
src/prefuse/data/tuple/TupleSet.java:58
↓ 43 callers
Method
getGroup
Get the primary data group of which this VisualItem is a member. Returns the name of the group of this item's backing VisualTable. @return the item's
src/prefuse/visual/VisualItem.java:54
↓ 43 callers
Method
getMinX
Get the minimum x-coordinate. @return the minimum x-coordinate
src/prefuse/util/display/Clip.java:306
↓ 43 callers
Method
tuples
Return an iterator over the tuples in this tuple set. @return an iterator over this set's tuples
src/prefuse/data/tuple/TupleSet.java:129
↓ 42 callers
Method
addControlListener
Adds a ControlListener to receive all input events on VisualItems. @param cl the listener to add.
src/prefuse/Display.java:1485
↓ 41 callers
Method
get
Evaluate the Expression on the given input Tuple. @param t the input Tuple @return the Expression return value, as an Object
src/prefuse/data/expression/Expression.java:55
↓ 41 callers
Method
getMinY
Get the minimum y-coordinate. @return the minimum y-coordinate
src/prefuse/util/display/Clip.java:314
↓ 40 callers
Method
getVisualization
Get the backing Visualization of which this VisualItem is a part. @return the backing Visualization
src/prefuse/visual/VisualItem.java:47
↓ 40 callers
Method
set
Set the value of a given data field. @param field the data field to set @param value the value for the field. If the concrete type of this Object is n
src/prefuse/data/Tuple.java:133
↓ 39 callers
Method
getInt
Evaluate the Expression on the given input Tuple. @param t the input Tuple @return the Expression return value, as an int
src/prefuse/data/expression/Expression.java:62
↓ 38 callers
Method
rgb
Get the color code for the given red, green, and blue values. @param r the red color component (in the range 0-255) @param g the green color component
src/prefuse/util/ColorLib.java:49
↓ 37 callers
Method
getMaxY
Get the maximum y-coordinate. @return the maximum y-coordinate
src/prefuse/util/display/Clip.java:330
↓ 36 callers
Method
getNodeTable
Get the backing node table. @return the table of node values
src/prefuse/data/Graph.java:750
↓ 36 callers
Method
paramCount
An internal-only method that returns the current number of parameters collected.
src/prefuse/data/expression/FunctionExpression.java:58
↓ 35 callers
Method
getMaxX
Get the maximum x-coordinate. @return the maximum x-coordinate
src/prefuse/util/display/Clip.java:322
↓ 35 callers
Method
getSize
Get the current size value of the item. Size values are typically used to scale an item, either in one-dimension (e.g., a bar chart length) or two-dim
src/prefuse/visual/VisualItem.java:591
↓ 35 callers
Method
getStackTrace
Get the stack trace of the given Throwable as a String. @param t the Throwable @return the stack trace of the Throwable
src/prefuse/util/StringLib.java:99
↓ 34 callers
Method
set
Set the data value at the specified row @param val the value to set @param row the row at which to set the value
src/prefuse/data/column/Column.java:130
↓ 34 callers
Method
setColor
Sets the foreground and background color for a component and all components contained within it. @param c the parent component of the component subtre
src/prefuse/util/ui/UILib.java:202
↓ 34 callers
Method
validityCheck
Internal validity check. Throw an exception if the tuple is not valid.
src/prefuse/data/tuple/TableTuple.java:75
↓ 33 callers
Method
getColumnRow
Get the row value for accessing an underlying Column instance, corresponding to the given table cell. For basic tables this just returns the input row
src/prefuse/data/Table.java:298
↓ 33 callers
Method
getInt
Get the data value at the given field as an <code>int</code>. @param field the data field to retrieve @see #canGetInt(String)
src/prefuse/data/Tuple.java:200
↓ 33 callers
Method
indexOf
static version of indexOf, to allow repeated calls without needing to re-acquire array each time. @param o element to search for @param elements the a
src/prefuse/util/collections/CopyOnWriteArrayList.java:166
↓ 33 callers
Method
repaint
Issue a repaint request, causing all displays associated with this visualization to be repainted.
src/prefuse/Visualization.java:1244
↓ 32 callers
Method
setFont
Set the current font for the item. The font is used as the default typeface for drawing text for this item. @param font the current font value @see #F
src/prefuse/visual/VisualItem.java:690
↓ 32 callers
Method
setX
Set the current x-coordinate of this item. @param x the new current x-coordinate @see #X
src/prefuse/visual/VisualItem.java:271
↓ 32 callers
Method
setY
Set the current y-coordinate of this item. @param y the new current y-coordinate @see #Y
src/prefuse/visual/VisualItem.java:285
↓ 31 callers
Method
hasNext
@see java.util.Iterator#hasNext()
src/prefuse/util/collections/IntArrayIterator.java:39
↓ 30 callers
Method
get
(int key)
src/prefuse/util/collections/IntIntSortedMap.java:24
↓ 30 callers
Method
next
@see java.util.Iterator#next()
src/prefuse/util/collections/IntIterator.java:18
↓ 30 callers
Method
toString
@see java.lang.Object#toString()
src/prefuse/data/expression/FunctionExpression.java:128
↓ 29 callers
Method
addColumn
Add a column to this schema. @param name the column name @param type the column type (as a Class instance) @throws IllegalArgumentException is either
src/prefuse/data/Schema.java:148
↓ 29 callers
Method
getBounds
Get the bounding box for this VisualItem. If necessary, the bounds will be validated before returning the bounding box. @return the item's bounding bo
src/prefuse/visual/VisualItem.java:349
↓ 29 callers
Method
setSize
Set the current size value of the item. Size values are typically used to scale an item, either in one-dimension (e.g., a bar chart length) or two-dim
src/prefuse/visual/VisualItem.java:600
↓ 28 callers
Method
getVisualization
初始化数据中心,单例模式 @return
src/org/apache/demo/GraphUtils.java:49
↓ 28 callers
Method
isAssignableFrom
Indicates if values from a given Schema can be safely assigned to data using this Schema. The input Schema must be less than or equal in length to thi
src/prefuse/data/Schema.java:483
↓ 27 callers
Method
getColumnNumber
Get the column number for a given data field name. @param field the name of the column to lookup @return the column number of the column, or -1 if the
src/prefuse/data/Table.java:436
↓ 27 callers
Method
getSpanningTree
Returns a spanning tree over this tree. If no spanning tree has been constructed at an alternative root, this method simply returns a pointer to this
src/prefuse/data/Tree.java:614
↓ 27 callers
Method
jjCheckNAdd
(int state)
src/prefuse/data/expression/parser/ExpressionParserTokenManager.java:82
↓ 27 callers
Method
jjCheckNAddStates
(int start, int end)
src/prefuse/data/expression/parser/ExpressionParserTokenManager.java:101
↓ 27 callers
Method
nextInt
@see prefuse.util.collections.LiteralIterator#nextInt()
src/prefuse/util/collections/IntIterator.java:74
↓ 27 callers
Method
setInt
Set the data value of the given field with an <code>int</code>. @param field the data field to set @param val the value to set @see #canSetInt(String)
src/prefuse/data/Tuple.java:208
↓ 26 callers
Method
getParams
(NodeItem item)
src/prefuse/action/layout/graph/NodeLinkTreeLayout.java:475
↓ 26 callers
Method
gray
Get the color code for the given grayscale value. @param v the grayscale value (in the range 0-255, 0 is black and 255 is white) @return the integer c
src/prefuse/util/ColorLib.java:59
↓ 26 callers
Method
iterator
Return a TableIterator over the rows of this table. @return a TableIterator over this table
src/prefuse/data/Table.java:1584
↓ 25 callers
Method
getBoolean
Get the data value at the given field as a <code>boolean</code>. @param field the data field to retrieve @see #canGetBoolean(String)
src/prefuse/data/Tuple.java:404
↓ 25 callers
Method
pack
Pads or truncates a string as necessary to fit within the column length.
src/prefuse/data/io/FixedWidthTextTableWriter.java:104
↓ 25 callers
Method
setDouble
Set the data value of the given field with a <code>double</code>. @param field the data field to set @param val the value to set @see #canSetDouble(St
src/prefuse/data/Tuple.java:361
↓ 24 callers
Method
contains
Returns <tt>true</tt> if this list contains the specified element. More formally, returns <tt>true</tt> if and only if this list contains at least one
src/prefuse/util/collections/CopyOnWriteArrayList.java:209
↓ 24 callers
Method
iterator
Return an iterator over the tuples in this manager. @param rows an iterator over table rows @return an iterator over the tuples indicated by the input
src/prefuse/data/tuple/TupleManager.java:138
↓ 24 callers
Method
missingParams
Throw an exception when needed parameters are missing.
src/prefuse/data/expression/FunctionExpression.java:81
↓ 23 callers
Method
getEndField
For a given interpolated field name, get the name of the end field. @param field the data field @return the ending field for the interpolated column
src/prefuse/util/PrefuseLib.java:341
↓ 23 callers
Method
getFont
Get a Font instance with the given font family name and size. A plain font style is assumed. @param name the font name. Any font installed on your sys
src/prefuse/util/FontLib.java:28
↓ 23 callers
Method
getStartField
For a given interpolated field name, get the name of the start field. @param field the data field @return the starting field for the interpolated colu
src/prefuse/util/PrefuseLib.java:331
↓ 23 callers
Method
getString
Get the data value at the given field as a <code>String</code>. @param field the data field to retrieve @see #canGetString(String)
src/prefuse/data/Tuple.java:455
↓ 23 callers
Method
isEnabled
Indicates if this Control is currently enabled. @return true if the control is enabled, false if disabled
src/prefuse/controls/Control.java:35
↓ 23 callers
Method
visibleItems
Get an iterator over all visible items. @return an iterator over all visible items.
src/prefuse/Visualization.java:938
↓ 22 callers
Method
getDepth
Get the tree depth of this node. @return the tree depth of this node. The root's tree depth is zero, and each level of the tree is one depth level gre
src/prefuse/data/Node.java:108
↓ 22 callers
Method
parse
Parse an expression. @param expr the expression text to parse @param throwsException true if this method should throw an exception if an error occurs
src/prefuse/data/expression/parser/ExpressionParser.java:483
↓ 21 callers
Method
getColumnType
Returns the most specific superclass for the values in the column @return the Class of the column's data values
src/prefuse/data/column/Column.java:56
↓ 21 callers
Method
getEdgeTable
Get the backing edge table. @return the table of edge values
src/prefuse/data/Graph.java:926
↓ 21 callers
Method
isInGroup
Indicates if this item is a member of a given group. This includes both the item's primary group (that of it's backing VisualTable) and any number of
src/prefuse/visual/VisualItem.java:63
↓ 21 callers
Method
rgba
Get the color code for the given red, green, blue, and alpha values. @param r the red color component (in the range 0-255) @param g the green color co
src/prefuse/util/ColorLib.java:143
next →
1–100 of 4,198, ranked by callers