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
↓ 3 callers
Method
fitViewToBounds
Set the display view such that the given bounds are within view. @param display the Display instance @param bounds the bounds that should be visible i
src/prefuse/util/display/DisplayLib.java:117
↓ 3 callers
Method
getAggregateSize
Get the size of this AggregateItem, the number of visual items contained in the aggregation. @return the aggregate size
src/prefuse/visual/AggregateItem.java:25
↓ 3 callers
Method
getBounds
Returns the bounds for the VisualItem at the given row index. The returned reference is for the actual bounds object used by the system -- do <b>NOT</
src/prefuse/visual/VisualTable.java:518
↓ 3 callers
Method
getChar
(String s, int i)
src/prefuse/data/search/Trie.java:143
↓ 3 callers
Method
getColumnName
Get the column / data field name used by this expression. @return the column / data field name
src/prefuse/data/expression/ColumnExpression.java:27
↓ 3 callers
Method
getColumnType
The type of the column at the given position. @param col the column index @return the column type
src/prefuse/data/Schema.java:275
↓ 3 callers
Method
getColumnType
Get the data type of the column at the given column index. @param col the column index @return the data type (as a Java Class) of the column
src/prefuse/data/Table.java:173
↓ 3 callers
Method
getData
Executes a query and returns the results in a Table instance. @param query the text SQL query to execute @return a Table of the query results @throws
src/prefuse/data/io/sql/DatabaseDataSource.java:57
↓ 3 callers
Method
getDefault
Get the default value for the given data field. @param field the data field @return the default value, as an Object, used to populate rows of the data
src/prefuse/data/Tuple.java:163
↓ 3 callers
Method
getDefaultHandler
Get an instance of the default SQL data handler. @return an instance of the default SQL data handler
src/prefuse/data/io/sql/ConnectionFactory.java:30
↓ 3 callers
Method
getDisplayCount
Get the number of displays associated with this visualization. @return the number of displays
src/prefuse/Visualization.java:1290
↓ 3 callers
Method
getDocument
Create a Lucene Document instance with the given document ID and text. @param id the document ID @param text the text the Document should contain @ret
src/prefuse/data/search/KeywordSearchTupleSet.java:153
↓ 3 callers
Method
getElementAt
@see javax.swing.ListModel#getElementAt(int)
src/prefuse/data/query/ListModel.java:83
↓ 3 callers
Method
getElseExpression
Get the else expression @return the else expression
src/prefuse/data/expression/IfExpression.java:57
↓ 3 callers
Method
getEndSize
Get the ending 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-dime
src/prefuse/visual/VisualItem.java:627
↓ 3 callers
Method
getError
Get the last error, if any, generated by a parse operation. @return the last error generated during parsing
src/prefuse/data/expression/parser/ExpressionParser.java:545
↓ 3 callers
Method
getExpression
Return the backing predicate chain as an Expression instance. @return the predicate chain, either an IfExpression or the single terminal default Expre
src/prefuse/util/PredicateChain.java:28
↓ 3 callers
Method
getHashCode
Get a hashcode that uniquely identifies a particular tuple @param t the tuple to compute the hash for @return a unique identifier for the tuple
src/prefuse/visual/AggregateTable.java:199
↓ 3 callers
Method
getHighValue
@see prefuse.util.ui.ValuedRangeModel#getHighValue()
src/prefuse/data/query/NumberRangeModel.java:242
↓ 3 callers
Method
getHighValue
Get the value at the high point of the range span. @return the highest value of the current range
src/prefuse/util/ui/ValuedRangeModel.java:39
↓ 3 callers
Method
getInDegree
Get the in-degree of a node, the number of edges for which the node is the target. @param node the node id (node table row number) @return
src/prefuse/data/Graph.java:796
↓ 3 callers
Method
getIndex
(char[] chars, char c)
src/prefuse/data/search/Trie.java:137
↓ 3 callers
Method
getInstance
()
src/prefuse/action/EncoderAction.java:202
↓ 3 callers
Method
getInt
@see prefuse.data.column.AbstractColumn#getInt(int)
src/prefuse/data/column/ByteColumn.java:117
↓ 3 callers
Method
getInt
Get a prefuse configuration property as an integer. @param key the name of the property to lookup @return the property value, or the minimum possible
src/prefuse/util/PrefuseConfig.java:120
↓ 3 callers
Method
getLeftExpression
Get the left sub-expression. @return the left sub-expression
src/prefuse/data/expression/BinaryExpression.java:48
↓ 3 callers
Method
getLowValue
@see prefuse.util.ui.ValuedRangeModel#getLowValue()
src/prefuse/data/query/NumberRangeModel.java:225
↓ 3 callers
Method
getLowValue
Get the value at the low point of the range span. @return the lowest value of the current range
src/prefuse/util/ui/ValuedRangeModel.java:33
↓ 3 callers
Method
getNumericType
Get a compatible numeric type for two primitive numeric class types. Any of (byte, short, int) will resolve to int. @param c1 a numeric primitive clas
src/prefuse/util/TypeLib.java:189
↓ 3 callers
Method
getParentEdge
Get the edge between this node and its parent node in a tree structure. @return the edge between this node and its parent
src/prefuse/data/Node.java:101
↓ 3 callers
Method
getParentRow
Given a row in this table, return the corresponding row in the parent table. @param row a row in this table @return the corresponding row in the paren
src/prefuse/data/CascadedTable.java:324
↓ 3 callers
Method
getPolygon
Get the polygon values for a visual item.
src/prefuse/action/layout/StackedAreaChart.java:314
↓ 3 callers
Method
getQuadTreeNode
()
src/prefuse/util/force/NBodyForce.java:342
↓ 3 callers
Method
getQuery
Returns the current search query, if any. @return the currently active search query
src/prefuse/data/search/SearchTupleSet.java:34
↓ 3 callers
Method
getRenderer
Get the Renderer instance for drawing this VisualItem. The Renderer is retrieved by requesting it from the backing Visualization's RendererFactory. @r
src/prefuse/visual/VisualItem.java:101
↓ 3 callers
Method
getRightExpression
Get the right sub-expression. @return the right sub-expression
src/prefuse/data/expression/BinaryExpression.java:56
↓ 3 callers
Method
getShape
Returns the shape describing the boundary of an item. The shape's coordinates should be in abolute (item-space) coordinates. @param item t
src/prefuse/render/AbstractShapeRenderer.java:106
↓ 3 callers
Method
getSourceData
Get the source data TupleSet backing the given visual data group. @return the backing source data set, or null if there is no such data set
src/prefuse/Visualization.java:750
↓ 3 callers
Method
getTargetNode
Get the target node id (node table row number) for the given edge id (edge table row number). @param edge an edge id (edge table row numbe
src/prefuse/data/Graph.java:1017
↓ 3 callers
Method
getTransform
()
src/prefuse/Display.java:1302
↓ 3 callers
Method
getTupleCount
@see prefuse.data.tuple.TupleSet#getTupleCount()
src/prefuse/data/tuple/DefaultTupleSet.java:35
↓ 3 callers
Method
getValue
()
src/prefuse/util/collections/AbstractTreeMap.java:446
↓ 3 callers
Method
getVisualization
@see prefuse.visual.VisualItem#getVisualization()
src/prefuse/visual/tuple/TableVisualItem.java:42
↓ 3 callers
Method
hasNext
@see java.util.Iterator#hasNext()
src/prefuse/data/util/TreeNodeIterator.java:53
↓ 3 callers
Method
hsb
Get the color code for the given hue, saturation, and brightness values, translating from HSB color space to RGB color space. @param h the hue value (
src/prefuse/util/ColorLib.java:113
↓ 3 callers
Method
indexOfKey
@param key the key to be searched in the receiver. @return the index where the key is contained in the receiver, returns -1 if the
src/prefuse/util/collections/IntObjectHashMap.java:245
↓ 3 callers
Method
interp
Interpolates a value within a range using a specified scale, returning the fractional position of the value within that scale. @param scale The scale
src/prefuse/util/MathLib.java:91
↓ 3 callers
Method
intersects
Indicates if this Clip intersects the given rectangle expanded by the additional margin pace. @param r the rectangle to test for intersect @param marg
src/prefuse/util/display/Clip.java:118
↓ 3 callers
Method
invalidate
Invalidates this component. Overridden to ensure that an internal damage report is generated. @see java.awt.Component#invalidate()
src/prefuse/Display.java:309
↓ 3 callers
Method
isAddColumnSupported
Indicates if this TupleSet supports the addition of data columns to its contained Tuple instances. @return true is add column operations are supported
src/prefuse/data/tuple/TupleSet.java:78
↓ 3 callers
Method
isHighlighted
Indicates if the item is highlighted. @return true for highlighted, false for not highlighted @see #HIGHLIGHT
src/prefuse/visual/VisualItem.java:229
↓ 3 callers
Method
isIntegerType
Indicates if a given class type is a primitive integer type (one of byte, short, int, or long). @param type the type to check @return true if it is a
src/prefuse/util/TypeLib.java:164
↓ 3 callers
Method
isInteractive
Indicates if this item is interactive, meaning it can potentially respond to mouse and keyboard input events. @return true if the item is interactive,
src/prefuse/visual/VisualItem.java:185
↓ 3 callers
Method
isScheduled
Indicates if this activity is currently scheduled with the ActivityManager @return true if scheduled, false otherwise
src/prefuse/activity/Activity.java:203
↓ 3 callers
Method
jjCanMove_0
(int hiByte, int i1, int i2, long l1, long l2)
src/prefuse/data/expression/parser/ExpressionParserTokenManager.java:950
↓ 3 callers
Method
keyEquals
(Entry e)
src/prefuse/util/collections/AbstractTreeMap.java:460
↓ 3 callers
Method
listIterator
{@inheritDoc} <p>The returned iterator provides a snapshot of the state of the list when the iterator was constructed. No synchronization is needed w
src/prefuse/util/collections/CopyOnWriteArrayList.java:896
↓ 3 callers
Method
load
Loads a schema description from the given location. @param loc a location string representing a filename, URL, or resource locator @return the loaded
src/prefuse/data/io/FixedWidthTextTableSchema.java:142
↓ 3 callers
Method
minimum
(Entry x)
src/prefuse/util/collections/AbstractTreeMap.java:200
↓ 3 callers
Method
next
@see java.util.Iterator#next()
src/prefuse/data/util/TreeNodeIterator.java:60
↓ 3 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/AbstractHashMap.java:169
↓ 3 callers
Method
offset
(int dxOrDy)
src/prefuse/util/ui/JRangeSlider.java:646
↓ 3 callers
Method
outEdges
Get an iterator over all outgoing edges, those for which this node is the source. @return an Iterator over all outgoing edges
src/prefuse/data/Node.java:58
↓ 3 callers
Method
outNeighbors
Get an iterator over all adjacent nodes connected to this node by an outgoing edge (i.e., all nodes "pointed" to by this one). @return an Iterator ove
src/prefuse/data/Node.java:79
↓ 3 callers
Method
paintDisplay
Renders the display within the given graphics context and size bounds. @param g2D the <code>Graphics2D</code> context to use for rendering @param d th
src/prefuse/Display.java:827
↓ 3 callers
Method
prepareGraphics
Sets the transform of the provided Graphics context to be the transform of this Display and sets the desired rendering hints. @param g the Graphics co
src/prefuse/Display.java:756
↓ 3 callers
Method
process
@see prefuse.action.ItemAction#process(prefuse.visual.VisualItem, double)
src/prefuse/action/animate/AxisLabelAnimator.java:111
↓ 3 callers
Method
rangeCheck
(int index)
src/prefuse/util/collections/CopyOnWriteArrayList.java:1055
↓ 3 callers
Method
read
@see prefuse.data.io.AbstractTextTableReader#read(java.io.InputStream, prefuse.data.io.TableReadListener)
src/prefuse/data/io/CSVTableReader.java:44
↓ 3 callers
Method
removeCascadedRow
Internal method for removing a cascaded row from this table. @param row the row to remove @return true if the row was successfully removed, false othe
src/prefuse/data/CascadedTable.java:399
↓ 3 callers
Method
removeChildListeners
@see prefuse.data.expression.AbstractExpression#removeChildListeners()
src/prefuse/data/expression/CompositePredicate.java:167
↓ 3 callers
Method
removeEdge
Remove an edge from the graph. @param edge the edge id (edge table row number) of the edge to remove @return true if the edge was successf
src/prefuse/data/Graph.java:680
↓ 3 callers
Method
render
Render item into a Graphics2D context. @param g the Graphics2D context @param item the visual item to draw
src/prefuse/render/Renderer.java:33
↓ 3 callers
Method
reset
Resets the display by clearing the offscreen buffer and flushing the internal rendering queue. This method can help reclaim memory when a Display is n
src/prefuse/Display.java:232
↓ 3 callers
Method
reset
Reset the candidate parser settings, making each parser equally likely.
src/prefuse/data/parser/ParserFactory.java:120
↓ 3 callers
Method
reset
Reset an axis label VisualItem
src/prefuse/action/layout/AxisLabelLayout.java:552
↓ 3 callers
Method
rotate
Rotates the view provided by this display by the given angle in radians, anchoring the rotation at the specified point in screen coordinates. @param p
src/prefuse/Display.java:1152
↓ 3 callers
Method
run
(double frac)
src/org/apache/widget/TreeMap.java:295
↓ 3 callers
Method
run
(double frac)
src/org/apache/widget/TabularDataVis.java:447
↓ 3 callers
Method
run
(double frac)
src/org/apache/widget/Congress.java:348
↓ 3 callers
Method
run
(double frac)
src/org/apache/widget/RadialGraphView.java:304
↓ 3 callers
Method
run
(long elapsedTime)
src/prefuse/Display.java:1353
↓ 3 callers
Method
scheduleNow
Schedules an Activity to start immediately, overwriting the Activity's currently set startTime. @param a the Activity to schedule
src/prefuse/activity/ActivityManager.java:103
↓ 3 callers
Method
setBackground
@see java.awt.Component#setBackground(java.awt.Color)
src/prefuse/util/ui/JSearchPanel.java:396
↓ 3 callers
Method
setBounds
Sets a VisualItem's bounds based on its shape and stroke type. This method is optimized to avoid calling .getBounds2D where it can, thus avoiding obje
src/prefuse/util/GraphicsLib.java:617
↓ 3 callers
Method
setElseExpression
Set the else expression @param e the else expression to set
src/prefuse/data/expression/IfExpression.java:87
↓ 3 callers
Method
setEndFillColor
Set the ending fill color of this item. The fill color is used to fill the interior of shapes. Color values as represented as an integer containing th
src/prefuse/visual/VisualItem.java:508
↓ 3 callers
Method
setEndSize
Set the ending 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-dime
src/prefuse/visual/VisualItem.java:636
↓ 3 callers
Method
setEndStrokeColor
Set the ending stroke color of this item. The stroke color is used to draw lines and the outlines of shapes. Color values as represented as an integer
src/prefuse/visual/VisualItem.java:436
↓ 3 callers
Method
setEndTextColor
Set the ending text color of this item. The text color is used to draw text strings for the item. Color values as represented as an integer containing
src/prefuse/visual/VisualItem.java:580
↓ 3 callers
Method
setFieldValue
Set the text field value based upon the current value.
src/prefuse/util/ui/JValueSlider.java:291
↓ 3 callers
Method
setGraph
(Graph g, String label)
src/org/apache/widget/GraphView.java:296
↓ 3 callers
Method
setHighlighted
Set the highlighted status of this item. How higlighting values are interpreted by the system depends on the various processing actions set up for an
src/prefuse/visual/VisualItem.java:240
↓ 3 callers
Method
setHover
Set the hover flag. This is set automatically by the prefuse framework, so should not need to be set explicitly by application code. @param value true
src/prefuse/visual/VisualItem.java:255
↓ 3 callers
Method
setInt
Set the data value of the given row and field as an <code>int</code>. @param row the table row to set @param field the data field to set @param val th
src/prefuse/data/Table.java:1029
↓ 3 callers
Method
setIterator
(int idx, Iterator iter)
src/prefuse/util/collections/CompositeIterator.java:29
↓ 3 callers
Method
setLabelText
Set the label text used on this component. @param text the label text, use null to show no label
src/prefuse/util/ui/JSearchPanel.java:444
↓ 3 callers
Method
setLayoutAnchor
Explicitly set the layout anchor point. The provided object will be used directly (rather than copying its values), so subsequent changes to that poin
src/prefuse/action/layout/Layout.java:137
↓ 3 callers
Method
setMaximumRow
Sets the number of rows in this data column @param nrows the number of rows
src/prefuse/data/column/Column.java:30
↓ 3 callers
Method
setOrientation
(int orientation)
src/org/apache/widget/TreeView.java:212
← previous
next →
601–700 of 4,198, ranked by callers