MCPcopy Create free account

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

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

↓ 3 callersMethodfitViewToBounds
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 callersMethodgetAggregateSize
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 callersMethodgetBounds
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 callersMethodgetChar
(String s, int i)
src/prefuse/data/search/Trie.java:143
↓ 3 callersMethodgetColumnName
Get the column / data field name used by this expression. @return the column / data field name
src/prefuse/data/expression/ColumnExpression.java:27
↓ 3 callersMethodgetColumnType
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 callersMethodgetColumnType
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 callersMethodgetData
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 callersMethodgetDefault
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 callersMethodgetDefaultHandler
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 callersMethodgetDisplayCount
Get the number of displays associated with this visualization. @return the number of displays
src/prefuse/Visualization.java:1290
↓ 3 callersMethodgetDocument
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 callersMethodgetElementAt
@see javax.swing.ListModel#getElementAt(int)
src/prefuse/data/query/ListModel.java:83
↓ 3 callersMethodgetElseExpression
Get the else expression @return the else expression
src/prefuse/data/expression/IfExpression.java:57
↓ 3 callersMethodgetEndSize
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 callersMethodgetError
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 callersMethodgetExpression
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 callersMethodgetHashCode
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 callersMethodgetHighValue
@see prefuse.util.ui.ValuedRangeModel#getHighValue()
src/prefuse/data/query/NumberRangeModel.java:242
↓ 3 callersMethodgetHighValue
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 callersMethodgetInDegree
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 callersMethodgetIndex
(char[] chars, char c)
src/prefuse/data/search/Trie.java:137
↓ 3 callersMethodgetInstance
()
src/prefuse/action/EncoderAction.java:202
↓ 3 callersMethodgetInt
@see prefuse.data.column.AbstractColumn#getInt(int)
src/prefuse/data/column/ByteColumn.java:117
↓ 3 callersMethodgetInt
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 callersMethodgetLeftExpression
Get the left sub-expression. @return the left sub-expression
src/prefuse/data/expression/BinaryExpression.java:48
↓ 3 callersMethodgetLowValue
@see prefuse.util.ui.ValuedRangeModel#getLowValue()
src/prefuse/data/query/NumberRangeModel.java:225
↓ 3 callersMethodgetLowValue
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 callersMethodgetNumericType
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 callersMethodgetParentEdge
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 callersMethodgetParentRow
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 callersMethodgetPolygon
Get the polygon values for a visual item.
src/prefuse/action/layout/StackedAreaChart.java:314
↓ 3 callersMethodgetQuadTreeNode
()
src/prefuse/util/force/NBodyForce.java:342
↓ 3 callersMethodgetQuery
Returns the current search query, if any. @return the currently active search query
src/prefuse/data/search/SearchTupleSet.java:34
↓ 3 callersMethodgetRenderer
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 callersMethodgetRightExpression
Get the right sub-expression. @return the right sub-expression
src/prefuse/data/expression/BinaryExpression.java:56
↓ 3 callersMethodgetShape
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 callersMethodgetSourceData
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 callersMethodgetTargetNode
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 callersMethodgetTransform
()
src/prefuse/Display.java:1302
↓ 3 callersMethodgetTupleCount
@see prefuse.data.tuple.TupleSet#getTupleCount()
src/prefuse/data/tuple/DefaultTupleSet.java:35
↓ 3 callersMethodgetValue
()
src/prefuse/util/collections/AbstractTreeMap.java:446
↓ 3 callersMethodgetVisualization
@see prefuse.visual.VisualItem#getVisualization()
src/prefuse/visual/tuple/TableVisualItem.java:42
↓ 3 callersMethodhasNext
@see java.util.Iterator#hasNext()
src/prefuse/data/util/TreeNodeIterator.java:53
↓ 3 callersMethodhsb
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 callersMethodindexOfKey
@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 callersMethodinterp
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 callersMethodintersects
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 callersMethodinvalidate
Invalidates this component. Overridden to ensure that an internal damage report is generated. @see java.awt.Component#invalidate()
src/prefuse/Display.java:309
↓ 3 callersMethodisAddColumnSupported
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 callersMethodisHighlighted
Indicates if the item is highlighted. @return true for highlighted, false for not highlighted @see #HIGHLIGHT
src/prefuse/visual/VisualItem.java:229
↓ 3 callersMethodisIntegerType
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 callersMethodisInteractive
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 callersMethodisScheduled
Indicates if this activity is currently scheduled with the ActivityManager @return true if scheduled, false otherwise
src/prefuse/activity/Activity.java:203
↓ 3 callersMethodjjCanMove_0
(int hiByte, int i1, int i2, long l1, long l2)
src/prefuse/data/expression/parser/ExpressionParserTokenManager.java:950
↓ 3 callersMethodkeyEquals
(Entry e)
src/prefuse/util/collections/AbstractTreeMap.java:460
↓ 3 callersMethodlistIterator
{@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 callersMethodload
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 callersMethodminimum
(Entry x)
src/prefuse/util/collections/AbstractTreeMap.java:200
↓ 3 callersMethodnext
@see java.util.Iterator#next()
src/prefuse/data/util/TreeNodeIterator.java:60
↓ 3 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/AbstractHashMap.java:169
↓ 3 callersMethodoffset
(int dxOrDy)
src/prefuse/util/ui/JRangeSlider.java:646
↓ 3 callersMethodoutEdges
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 callersMethodoutNeighbors
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 callersMethodpaintDisplay
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 callersMethodprepareGraphics
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 callersMethodprocess
@see prefuse.action.ItemAction#process(prefuse.visual.VisualItem, double)
src/prefuse/action/animate/AxisLabelAnimator.java:111
↓ 3 callersMethodrangeCheck
(int index)
src/prefuse/util/collections/CopyOnWriteArrayList.java:1055
↓ 3 callersMethodread
@see prefuse.data.io.AbstractTextTableReader#read(java.io.InputStream, prefuse.data.io.TableReadListener)
src/prefuse/data/io/CSVTableReader.java:44
↓ 3 callersMethodremoveCascadedRow
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 callersMethodremoveChildListeners
@see prefuse.data.expression.AbstractExpression#removeChildListeners()
src/prefuse/data/expression/CompositePredicate.java:167
↓ 3 callersMethodremoveEdge
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 callersMethodrender
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 callersMethodreset
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 callersMethodreset
Reset the candidate parser settings, making each parser equally likely.
src/prefuse/data/parser/ParserFactory.java:120
↓ 3 callersMethodreset
Reset an axis label VisualItem
src/prefuse/action/layout/AxisLabelLayout.java:552
↓ 3 callersMethodrotate
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 callersMethodrun
(double frac)
src/org/apache/widget/TreeMap.java:295
↓ 3 callersMethodrun
(double frac)
src/org/apache/widget/TabularDataVis.java:447
↓ 3 callersMethodrun
(double frac)
src/org/apache/widget/Congress.java:348
↓ 3 callersMethodrun
(double frac)
src/org/apache/widget/RadialGraphView.java:304
↓ 3 callersMethodrun
(long elapsedTime)
src/prefuse/Display.java:1353
↓ 3 callersMethodscheduleNow
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 callersMethodsetBackground
@see java.awt.Component#setBackground(java.awt.Color)
src/prefuse/util/ui/JSearchPanel.java:396
↓ 3 callersMethodsetBounds
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 callersMethodsetElseExpression
Set the else expression @param e the else expression to set
src/prefuse/data/expression/IfExpression.java:87
↓ 3 callersMethodsetEndFillColor
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 callersMethodsetEndSize
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 callersMethodsetEndStrokeColor
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 callersMethodsetEndTextColor
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 callersMethodsetFieldValue
Set the text field value based upon the current value.
src/prefuse/util/ui/JValueSlider.java:291
↓ 3 callersMethodsetGraph
(Graph g, String label)
src/org/apache/widget/GraphView.java:296
↓ 3 callersMethodsetHighlighted
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 callersMethodsetHover
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 callersMethodsetInt
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 callersMethodsetIterator
(int idx, Iterator iter)
src/prefuse/util/collections/CompositeIterator.java:29
↓ 3 callersMethodsetLabelText
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 callersMethodsetLayoutAnchor
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 callersMethodsetMaximumRow
Sets the number of rows in this data column @param nrows the number of rows
src/prefuse/data/column/Column.java:30
↓ 3 callersMethodsetOrientation
(int orientation)
src/org/apache/widget/TreeView.java:212
← previousnext →601–700 of 4,198, ranked by callers