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
↓ 4 callers
Method
getMinimumRow
Get the minimum row index currently in use by this Table. @return the minimum row index
src/prefuse/data/Table.java:199
↓ 4 callers
Method
getNextToken
()
src/prefuse/data/expression/parser/ExpressionParserTokenManager.java:1058
↓ 4 callers
Method
getNodeIndex
Given a value of the node key field, get the node id (the row number in the node table). @param key a node key field value @return the nod
src/prefuse/data/Graph.java:556
↓ 4 callers
Method
getOrdinalArray
Get an array of all unique column values, in sorted order. @return an array of all unique column values, in sorted order.
src/prefuse/data/column/ColumnMetadata.java:274
↓ 4 callers
Method
getOutDegree
Get the out-degree of a node, the number of edges for which the node is the source. @param node the node id (node table row number) @retur
src/prefuse/data/Graph.java:821
↓ 4 callers
Method
getPace
Returns a value between 0 and 1 inclusive, indicating the current position in an animation or other similarly parameterized activity. The returned val
src/prefuse/activity/Activity.java:320
↓ 4 callers
Method
getParams
(NodeItem n)
src/prefuse/action/layout/graph/BalloonTreeLayout.java:236
↓ 4 callers
Method
getScale
Get the current image scale reported by the slider. @return the image scale to use
src/prefuse/util/display/ScaleSelector.java:119
↓ 4 callers
Method
getSelectedItem
@see javax.swing.ComboBoxModel#getSelectedItem()
src/prefuse/data/query/ListModel.java:54
↓ 4 callers
Method
getSet
Get the TupleSet associated with the given name. @param name the name of the TupleSet to get @return the associated TupleSet, or null if not found
src/prefuse/data/tuple/CompositeTupleSet.java:94
↓ 4 callers
Method
getSourceItem
Get the first, or source, NodeItem upon which this edge is incident. @return the source NodeItem
src/prefuse/visual/EdgeItem.java:18
↓ 4 callers
Method
getSpanningTree
Return the current spanning tree over this graph. If no spanning tree has been constructed, a SpanningTree rooted at the first valid node found in the
src/prefuse/data/Graph.java:1317
↓ 4 callers
Method
getStartFillColor
Get the starting fill color of this item. The fill color is used to fill the interior of shapes. Color values as represented as an integer containing
src/prefuse/visual/VisualItem.java:472
↓ 4 callers
Method
getStartStrokeColor
Get the starting stroke color of this item. The stroke color is used to draw lines and the outlines of shapes. Color values as represented as an integ
src/prefuse/visual/VisualItem.java:400
↓ 4 callers
Method
getStartTextColor
Get the starting text color of this item. The text color is used to draw text strings for the item. Color values as represented as an integer containi
src/prefuse/visual/VisualItem.java:544
↓ 4 callers
Method
getTargetItem
Get the second, or target, NodeItem upon which this edge is incident. @return the target NodeItem
src/prefuse/visual/EdgeItem.java:24
↓ 4 callers
Method
getVisualGroup
Retrieve the visual data group of the given group name. Only primary visual groups will be considered. @param group the visual data group @return the
src/prefuse/Visualization.java:897
↓ 4 callers
Method
getVisualItemSchema
Get an instance of the default Schema used for VisualItem instances. Contains all the data members commonly used to model a visual element, such as x,
src/prefuse/util/PrefuseLib.java:356
↓ 4 callers
Method
getVisualization
Returns the Visualization backing this Display. @return this Display's {@link Visualization}
src/prefuse/Display.java:365
↓ 4 callers
Method
hasDependency
Determine if an expression has a dependency on a data field. @param expr the expression to analyze @return true if the expression has at least one tup
src/prefuse/data/expression/ExpressionAnalyzer.java:21
↓ 4 callers
Method
hexval
(char c)
src/prefuse/data/expression/parser/JavaCharStream.java:12
↓ 4 callers
Method
init
Initialize this Graph instance. @param nodes the node table @param edges the edge table @param directed the edge dir
src/prefuse/data/Graph.java:274
↓ 4 callers
Method
init
Initialize this VisualTable @param vis the Visualization associated with this table @param group the data group of this table @param schema the data s
src/prefuse/visual/VisualTable.java:117
↓ 4 callers
Method
init
Initialize this force function. @param fsim the encompassing ForceSimulator
src/prefuse/util/force/Force.java:14
↓ 4 callers
Method
initUI
()
src/prefuse/util/ui/JSearchPanel.java:268
↓ 4 callers
Method
insertHelper
(ForceItem p, QuadTreeNode n, float x1, float y1, float x2, float y2)
src/prefuse/util/force/NBodyForce.java:215
↓ 4 callers
Method
invalidate
Invalidate the tuple at the given row. @param row the row index to invalidate
src/prefuse/data/tuple/TupleManager.java:115
↓ 4 callers
Method
invalidateAll
Invalidate all tuples managed by this TupleManager
src/prefuse/data/tuple/TupleManager.java:127
↓ 4 callers
Method
isMultiYear
Indicates if a field value indicates a timespan greater than one year. These multi-year spans are the extended fields introduced by this class (MILLEN
src/prefuse/util/TimeLib.java:263
↓ 4 callers
Method
isTranformInProgress
Indicates if a view transformation is currently underway. @return true if a transform is in progress, false otherwise
src/prefuse/Display.java:1281
↓ 4 callers
Method
isValidated
Indicates if the given row is currently validated. If not, validateBounds() must be run to update the bounds to a current value. @param row the table
src/prefuse/visual/VisualTable.java:226
↓ 4 callers
Method
log10
The base 10 logarithm of the input value @param x the input value @return the base 10 logarithm
src/prefuse/util/MathLib.java:40
↓ 4 callers
Method
moveEvent
Registers a mouse move event, updating the anchor point for all registered layout instances. @param e the MouseEvent
src/prefuse/controls/AnchorUpdateControl.java:121
↓ 4 callers
Method
next
@see java.util.Iterator#next()
src/prefuse/data/util/BreadthFirstIterator.java:161
↓ 4 callers
Method
nextDouble
()
src/prefuse/util/collections/LiteralIterator.java:19
↓ 4 callers
Method
nextLeft
(NodeItem n)
src/prefuse/action/layout/graph/NodeLinkTreeLayout.java:359
↓ 4 callers
Method
nextPrime
Returns a prime number which is <code>>= desiredCapacity</code> and very close to <code>desiredCapacity</code> (within 11% if <code>desiredCapacity
src/prefuse/util/collections/PrimeFinder.java:160
↓ 4 callers
Method
nextRight
(NodeItem n)
src/prefuse/action/layout/graph/NodeLinkTreeLayout.java:365
↓ 4 callers
Method
panToAbs
Pans the display view to center on the provided point in absolute (i.e. item-space) coordinates. @param p the point to center on, in absolute co-ords
src/prefuse/Display.java:1099
↓ 4 callers
Method
pickHandle
(int xOrY)
src/prefuse/util/ui/JRangeSlider.java:619
↓ 4 callers
Method
readChar
()
src/prefuse/data/expression/parser/JavaCharStream.java:247
↓ 4 callers
Method
removeAll
Removes from this list all of its elements that are contained in the specified collection. This is a particularly expensive operation in this class be
src/prefuse/util/collections/CopyOnWriteArrayList.java:588
↓ 4 callers
Method
removeFirst
()
src/prefuse/util/collections/Queue.java:41
↓ 4 callers
Method
resize
Resize the given array as needed to meet a target size. @param a the array to potentially resize @param size the minimum size of the target array @ret
src/prefuse/util/ArrayLib.java:520
↓ 4 callers
Method
runActivity
(Visualization vis)
src/prefuse/controls/FocusControl.java:216
↓ 4 callers
Method
score
<p>Return an ordering score for an item. The default scoring imparts the following order: hover items > highlighted items > items in the {@link prefus
src/prefuse/visual/sort/ItemSorter.java:42
↓ 4 callers
Method
setColorFields
Sets the color fields to interpolate. @param fields the color fields to interpolate
src/prefuse/action/animate/ColorAnimator.java:70
↓ 4 callers
Method
setDefault
()
src/org/apache/demo/JackConfig.java:25
↓ 4 callers
Method
setDouble
@see prefuse.data.column.AbstractColumn#setDouble(double, int)
src/prefuse/data/column/DoubleColumn.java:120
↓ 4 callers
Method
setDuration
Set the duration of this activity @param duration The new duration, in milliseconds, for this activity. A value of {@link #INFINITY} indicates that t
src/prefuse/activity/Activity.java:382
↓ 4 callers
Method
setFixed
(VisualItem item, boolean fixed)
src/org/apache/widget/AggregateDemo.java:351
↓ 4 callers
Method
setFont
@see java.awt.Component#setFont(java.awt.Font)
src/prefuse/util/ui/JSearchPanel.java:433
↓ 4 callers
Method
setHorizontalAlignment1
Set the horizontal aligment of the edge mount point with the first node. @param align the horizontal alignment, one of {@link prefuse.Constants#LEFT},
src/prefuse/render/EdgeRenderer.java:472
↓ 4 callers
Method
setHorizontalAlignment2
Set the horizontal aligment of the edge mount point with the second node. @param align the horizontal alignment, one of {@link prefuse.Constants#LEFT}
src/prefuse/render/EdgeRenderer.java:493
↓ 4 callers
Method
setInterpolatedDefault
Set default values for the current, start, and end columns of an interpolated column. @param field the field name of the interpolated column @param va
src/prefuse/data/Schema.java:388
↓ 4 callers
Method
setReadMode
Sets if this LuceneSearcher is in read mode or write mode. In read more searches can be issued, in write mode new Documents can be indexed. Read-only
src/prefuse/data/search/LuceneSearcher.java:113
↓ 4 callers
Method
setRunning
Sets a flag indicating whether or not this activity is currently running @param s the new running state of this activity
src/prefuse/activity/Activity.java:226
↓ 4 callers
Method
setTuple
Set the TupleSet contents to be a single Tuple. This method is optional, and may result in an UnsupportedOperationException on some TupleSet implement
src/prefuse/data/tuple/TupleSet.java:46
↓ 4 callers
Method
setValue
Set the current value ssociated with the slider position. @param value the current value to set
src/prefuse/util/ui/JValueSlider.java:202
↓ 4 callers
Method
setVerticalAlignment1
Set the vertical aligment of the edge mount point with the first node. @param align the vertical alignment, one of {@link prefuse.Constants#TOP}, {@li
src/prefuse/render/EdgeRenderer.java:482
↓ 4 callers
Method
setVerticalAlignment2
Set the vertical aligment of the edge mount point with the second node. @param align the vertical alignment, one of {@link prefuse.Constants#TOP}, {@l
src/prefuse/render/EdgeRenderer.java:503
↓ 4 callers
Method
toArray
Get an array containing all data values for a given tuple iteration and field. @param tuples an iterator over tuples @param field the column / data fi
src/prefuse/util/DataLib.java:36
↓ 4 callers
Method
toString
@see java.lang.Object#toString()
src/prefuse/visual/tuple/TableVisualItem.java:79
↓ 4 callers
Method
union
Union this clip with another clip. As a result, this clip will become a bounding box around the two original clips. @param c the clip to union with
src/prefuse/util/display/Clip.java:146
↓ 4 callers
Method
updateDegrees
Internal method for updating the linkage of this graph. @param e the edge id for the updated link @param incr the increment val
src/prefuse/data/Graph.java:392
↓ 4 callers
Method
updateRange
Update the range settings based on current values.
src/prefuse/data/query/NumberRangeModel.java:84
↓ 3 callers
Method
GetImage
()
src/prefuse/data/expression/parser/JavaCharStream.java:470
↓ 3 callers
Method
UnaryExpression
()
src/prefuse/data/expression/parser/ExpressionParser.java:910
↓ 3 callers
Method
_schedule
Schedules an Activity with the manager. @param a the Activity to schedule
src/prefuse/activity/ActivityManager.java:188
↓ 3 callers
Method
addCascadedRow
Internal method for adding a new cascaded row backed by the given parent row. @param prow the parent row to inherit @return the row number ofr the new
src/prefuse/data/CascadedTable.java:384
↓ 3 callers
Method
addDerivedTable
Add a derived table, a VisualTable that is cascaded from an existing VisualTable. This is useful for creating VisualItems that inherit a set of visual
src/prefuse/Visualization.java:572
↓ 3 callers
Method
addGraph
Adds a graph to this visualization, using the given data group name. A visual abstraction of the data will be created and registered with the visualiz
src/prefuse/Visualization.java:389
↓ 3 callers
Method
addNodeRow
Add row to the node table, thereby adding a node to the graph. @return the node id (node table row number) of the added node
src/prefuse/data/Graph.java:573
↓ 3 callers
Method
addParameter
Add a parameter value sub-expression to this function. @param e the parameter sub-expression
src/prefuse/data/expression/Function.java:24
↓ 3 callers
Method
addRow
Add a new row to management. The lowest valued available row will be used. @return the row index of the newly added row
src/prefuse/data/util/RowManager.java:98
↓ 3 callers
Method
buildSpanningTree
Build the spanning tree, starting at the given root. Uses an unweighted breadth first traversal to build the spanning tree. @param root the root node
src/prefuse/data/SpanningTree.java:63
↓ 3 callers
Method
canGet
Indicates if the get method can be called without an exception being thrown for the given type. @param type the Class of the data type to check @retur
src/prefuse/data/column/Column.java:108
↓ 3 callers
Method
canGetBoolean
Check if the given data field can return primitive <code>boolean</code> values. @param field the data field to check @return true if the data field ca
src/prefuse/data/Tuple.java:388
↓ 3 callers
Method
canGetDate
Indicates if convenience get method can be called without an exception being thrown for the Date type. @return true if getDate is supported, false oth
src/prefuse/data/column/Column.java:349
↓ 3 callers
Method
canGetString
Indicates if convenience get method can be called without an exception being thrown for the String type. @return true if getString is supported, false
src/prefuse/data/column/Column.java:315
↓ 3 callers
Method
canSetBoolean
Indicates if convenience set method can be called without an exception being thrown for the boolean type. @return true if setBoolean is supported, fal
src/prefuse/data/column/Column.java:288
↓ 3 callers
Method
canSetDate
Indicates if convenience set method can be called without an exception being thrown for the Date type. @return true if setDate is supported, false oth
src/prefuse/data/column/Column.java:356
↓ 3 callers
Method
canSetDouble
Indicates if convenience set method can be called without an exception being thrown for the double type. @return true if setDouble is supported, false
src/prefuse/data/column/Column.java:254
↓ 3 callers
Method
canSetFloat
Indicates if convenience set method can be called without an exception being thrown for the float type. @return true if setFloat is supported, false o
src/prefuse/data/column/Column.java:220
↓ 3 callers
Method
canSetInt
Indicates if convenience set method can be called without an exception being thrown for the int type. @return true if setInt is supported, false other
src/prefuse/data/column/Column.java:152
↓ 3 callers
Method
canSetLong
Indicates if convenience set method can be called without an exception being thrown for the long type. @return true if setLong is supported, false oth
src/prefuse/data/column/Column.java:186
↓ 3 callers
Method
canSetString
Indicates if convenience set method can be called without an exception being thrown for the String type. @return true if setString is supported, false
src/prefuse/data/column/Column.java:322
↓ 3 callers
Method
compare
(Entry e1, Entry e2)
src/prefuse/util/collections/AbstractTreeMap.java:138
↓ 3 callers
Method
contentTag
Print a new content tag with a single attribute, consisting of an open tag, content text, and a closing tag, all on one line. @param tag the tag name
src/prefuse/util/io/XMLWriter.java:314
↓ 3 callers
Method
copyOfRange
(Object[] original, int from, int to, Class newType)
src/prefuse/util/collections/CopyOnWriteArrayList.java:1217
↓ 3 callers
Method
edges
Get an iterator over all edges in the graph. @return an iterator over Edge instances
src/prefuse/data/Graph.java:1208
↓ 3 callers
Method
equals
Compares the specified object with this list for equality. Returns true if and only if the specified object is also a {@link List}, both lists have th
src/prefuse/util/collections/CopyOnWriteArrayList.java:837
↓ 3 callers
Method
expand
Expand a rectangle by the given amount. @param r the rectangle to expand @param amount the amount by which to expand the rectangle
src/prefuse/util/GraphicsLib.java:600
↓ 3 callers
Method
filterCheck
Perform a filtering check on the input item. @param item the item to check against the filter @return true if the item should be considered, false oth
src/prefuse/controls/FocusControl.java:136
↓ 3 callers
Method
find
(float key, int order)
src/prefuse/util/collections/FloatIntTreeMap.java:197
↓ 3 callers
Method
find
(long key, int order)
src/prefuse/util/collections/LongIntTreeMap.java:195
↓ 3 callers
Method
find
(double key, int order)
src/prefuse/util/collections/DoubleIntTreeMap.java:197
↓ 3 callers
Method
find
(Object key, int order)
src/prefuse/util/collections/ObjectIntTreeMap.java:219
↓ 3 callers
Method
fireItemExited
(VisualItem item, MouseEvent e)
src/prefuse/Display.java:1793
↓ 3 callers
Method
fireTableEvent
Clear all aggregate mappings for a row when it is deleted.
src/prefuse/visual/AggregateTable.java:229
← previous
next →
501–600 of 4,198, ranked by callers