MCPcopy Create free account

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

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

↓ 4 callersMethodgetMinimumRow
Get the minimum row index currently in use by this Table. @return the minimum row index
src/prefuse/data/Table.java:199
↓ 4 callersMethodgetNextToken
()
src/prefuse/data/expression/parser/ExpressionParserTokenManager.java:1058
↓ 4 callersMethodgetNodeIndex
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 callersMethodgetOrdinalArray
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 callersMethodgetOutDegree
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 callersMethodgetPace
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 callersMethodgetParams
(NodeItem n)
src/prefuse/action/layout/graph/BalloonTreeLayout.java:236
↓ 4 callersMethodgetScale
Get the current image scale reported by the slider. @return the image scale to use
src/prefuse/util/display/ScaleSelector.java:119
↓ 4 callersMethodgetSelectedItem
@see javax.swing.ComboBoxModel#getSelectedItem()
src/prefuse/data/query/ListModel.java:54
↓ 4 callersMethodgetSet
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 callersMethodgetSourceItem
Get the first, or source, NodeItem upon which this edge is incident. @return the source NodeItem
src/prefuse/visual/EdgeItem.java:18
↓ 4 callersMethodgetSpanningTree
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 callersMethodgetStartFillColor
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 callersMethodgetStartStrokeColor
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 callersMethodgetStartTextColor
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 callersMethodgetTargetItem
Get the second, or target, NodeItem upon which this edge is incident. @return the target NodeItem
src/prefuse/visual/EdgeItem.java:24
↓ 4 callersMethodgetVisualGroup
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 callersMethodgetVisualItemSchema
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 callersMethodgetVisualization
Returns the Visualization backing this Display. @return this Display's {@link Visualization}
src/prefuse/Display.java:365
↓ 4 callersMethodhasDependency
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 callersMethodhexval
(char c)
src/prefuse/data/expression/parser/JavaCharStream.java:12
↓ 4 callersMethodinit
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 callersMethodinit
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 callersMethodinit
Initialize this force function. @param fsim the encompassing ForceSimulator
src/prefuse/util/force/Force.java:14
↓ 4 callersMethodinitUI
()
src/prefuse/util/ui/JSearchPanel.java:268
↓ 4 callersMethodinsertHelper
(ForceItem p, QuadTreeNode n, float x1, float y1, float x2, float y2)
src/prefuse/util/force/NBodyForce.java:215
↓ 4 callersMethodinvalidate
Invalidate the tuple at the given row. @param row the row index to invalidate
src/prefuse/data/tuple/TupleManager.java:115
↓ 4 callersMethodinvalidateAll
Invalidate all tuples managed by this TupleManager
src/prefuse/data/tuple/TupleManager.java:127
↓ 4 callersMethodisMultiYear
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 callersMethodisTranformInProgress
Indicates if a view transformation is currently underway. @return true if a transform is in progress, false otherwise
src/prefuse/Display.java:1281
↓ 4 callersMethodisValidated
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 callersMethodlog10
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 callersMethodmoveEvent
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 callersMethodnext
@see java.util.Iterator#next()
src/prefuse/data/util/BreadthFirstIterator.java:161
↓ 4 callersMethodnextDouble
()
src/prefuse/util/collections/LiteralIterator.java:19
↓ 4 callersMethodnextLeft
(NodeItem n)
src/prefuse/action/layout/graph/NodeLinkTreeLayout.java:359
↓ 4 callersMethodnextPrime
Returns a prime number which is <code>&gt;= desiredCapacity</code> and very close to <code>desiredCapacity</code> (within 11% if <code>desiredCapacity
src/prefuse/util/collections/PrimeFinder.java:160
↓ 4 callersMethodnextRight
(NodeItem n)
src/prefuse/action/layout/graph/NodeLinkTreeLayout.java:365
↓ 4 callersMethodpanToAbs
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 callersMethodpickHandle
(int xOrY)
src/prefuse/util/ui/JRangeSlider.java:619
↓ 4 callersMethodreadChar
()
src/prefuse/data/expression/parser/JavaCharStream.java:247
↓ 4 callersMethodremoveAll
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 callersMethodremoveFirst
()
src/prefuse/util/collections/Queue.java:41
↓ 4 callersMethodresize
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 callersMethodrunActivity
(Visualization vis)
src/prefuse/controls/FocusControl.java:216
↓ 4 callersMethodscore
<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 callersMethodsetColorFields
Sets the color fields to interpolate. @param fields the color fields to interpolate
src/prefuse/action/animate/ColorAnimator.java:70
↓ 4 callersMethodsetDefault
()
src/org/apache/demo/JackConfig.java:25
↓ 4 callersMethodsetDouble
@see prefuse.data.column.AbstractColumn#setDouble(double, int)
src/prefuse/data/column/DoubleColumn.java:120
↓ 4 callersMethodsetDuration
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 callersMethodsetFixed
(VisualItem item, boolean fixed)
src/org/apache/widget/AggregateDemo.java:351
↓ 4 callersMethodsetFont
@see java.awt.Component#setFont(java.awt.Font)
src/prefuse/util/ui/JSearchPanel.java:433
↓ 4 callersMethodsetHorizontalAlignment1
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 callersMethodsetHorizontalAlignment2
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 callersMethodsetInterpolatedDefault
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 callersMethodsetReadMode
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 callersMethodsetRunning
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 callersMethodsetTuple
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 callersMethodsetValue
Set the current value ssociated with the slider position. @param value the current value to set
src/prefuse/util/ui/JValueSlider.java:202
↓ 4 callersMethodsetVerticalAlignment1
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 callersMethodsetVerticalAlignment2
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 callersMethodtoArray
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 callersMethodtoString
@see java.lang.Object#toString()
src/prefuse/visual/tuple/TableVisualItem.java:79
↓ 4 callersMethodunion
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 callersMethodupdateDegrees
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 callersMethodupdateRange
Update the range settings based on current values.
src/prefuse/data/query/NumberRangeModel.java:84
↓ 3 callersMethodGetImage
()
src/prefuse/data/expression/parser/JavaCharStream.java:470
↓ 3 callersMethodUnaryExpression
()
src/prefuse/data/expression/parser/ExpressionParser.java:910
↓ 3 callersMethod_schedule
Schedules an Activity with the manager. @param a the Activity to schedule
src/prefuse/activity/ActivityManager.java:188
↓ 3 callersMethodaddCascadedRow
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 callersMethodaddDerivedTable
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 callersMethodaddGraph
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 callersMethodaddNodeRow
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 callersMethodaddParameter
Add a parameter value sub-expression to this function. @param e the parameter sub-expression
src/prefuse/data/expression/Function.java:24
↓ 3 callersMethodaddRow
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 callersMethodbuildSpanningTree
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 callersMethodcanGet
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 callersMethodcanGetBoolean
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 callersMethodcanGetDate
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 callersMethodcanGetString
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 callersMethodcanSetBoolean
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 callersMethodcanSetDate
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 callersMethodcanSetDouble
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 callersMethodcanSetFloat
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 callersMethodcanSetInt
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 callersMethodcanSetLong
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 callersMethodcanSetString
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 callersMethodcompare
(Entry e1, Entry e2)
src/prefuse/util/collections/AbstractTreeMap.java:138
↓ 3 callersMethodcontentTag
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 callersMethodcopyOfRange
(Object[] original, int from, int to, Class newType)
src/prefuse/util/collections/CopyOnWriteArrayList.java:1217
↓ 3 callersMethodedges
Get an iterator over all edges in the graph. @return an iterator over Edge instances
src/prefuse/data/Graph.java:1208
↓ 3 callersMethodequals
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 callersMethodexpand
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 callersMethodfilterCheck
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 callersMethodfind
(float key, int order)
src/prefuse/util/collections/FloatIntTreeMap.java:197
↓ 3 callersMethodfind
(long key, int order)
src/prefuse/util/collections/LongIntTreeMap.java:195
↓ 3 callersMethodfind
(double key, int order)
src/prefuse/util/collections/DoubleIntTreeMap.java:197
↓ 3 callersMethodfind
(Object key, int order)
src/prefuse/util/collections/ObjectIntTreeMap.java:219
↓ 3 callersMethodfireItemExited
(VisualItem item, MouseEvent e)
src/prefuse/Display.java:1793
↓ 3 callersMethodfireTableEvent
Clear all aggregate mappings for a row when it is deleted.
src/prefuse/visual/AggregateTable.java:229
← previousnext →501–600 of 4,198, ranked by callers