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
↓ 5 callers
Method
drawString
(Graphics2D g, FontMetrics fm, String text, boolean useInt, double x, double y, double w)
src/prefuse/render/LabelRenderer.java:594
↓ 5 callers
Method
edgeCheck
Internal method for checking the validity of an edge. @param e the Edge to check for validity @param throwException true if thi
src/prefuse/data/Graph.java:894
↓ 5 callers
Method
filterColumns
Determines which columns are inherited from the backing parent table.
src/prefuse/data/CascadedTable.java:157
↓ 5 callers
Method
find
(int key, int order)
src/prefuse/util/collections/IntIntTreeMap.java:211
↓ 5 callers
Method
findCeiling
(float key, int order)
src/prefuse/util/collections/FloatIntTreeMap.java:211
↓ 5 callers
Method
findCeiling
(long key, int order)
src/prefuse/util/collections/LongIntTreeMap.java:209
↓ 5 callers
Method
findCeiling
(double key, int order)
src/prefuse/util/collections/DoubleIntTreeMap.java:211
↓ 5 callers
Method
findCeiling
(int key, int order)
src/prefuse/util/collections/IntIntTreeMap.java:225
↓ 5 callers
Method
findCeiling
(Object key, int order)
src/prefuse/util/collections/ObjectIntTreeMap.java:235
↓ 5 callers
Method
getBuffer
()
src/prefuse/data/expression/FunctionExpression.java:663
↓ 5 callers
Method
getChildRow
Get the child node id at the given index. @param node the parent node id (node table row number) @param idx the child index @return the child node id
src/prefuse/data/Tree.java:295
↓ 5 callers
Method
getChildRow
Given a row in the parent table, return the corresponding row, if any, in this table. @param prow a row in the parent table @return the corresponding
src/prefuse/data/CascadedTable.java:335
↓ 5 callers
Method
getColumnCount
Get the number of columns / data fields in this table. @return the number of columns
src/prefuse/data/Table.java:164
↓ 5 callers
Method
getComparator
Get the comparator used to compare column data values. @return the sort comparator
src/prefuse/data/util/Index.java:76
↓ 5 callers
Method
getDegree
Get the degree of the node, the number of edges for which this node is either the source or the target. @return the total degree of the node
src/prefuse/data/Node.java:44
↓ 5 callers
Method
getEdgeSourceField
Get the data field used to denote the source node in an edge table. @return the data field used to denote the source node in an edge table.
src/prefuse/data/Graph.java:523
↓ 5 callers
Method
getEdgeTargetField
Get the data field used to denote the target node in an edge table. @return the data field used to denote the target node in an edge table.
src/prefuse/data/Graph.java:532
↓ 5 callers
Method
getEdges
Determines which edges are traversed for a given node. @param n a node @return an iterator over edges incident on the node
src/prefuse/data/util/BreadthFirstIterator.java:144
↓ 5 callers
Method
getExtension
Returns the extension for a file or null if there is none @param f the input file @return the file extension, or null if none
src/prefuse/util/io/IOLib.java:156
↓ 5 callers
Method
getFillColor
Get the current fill color of this item. The fill color is used to fill the interior of shapes. Color values as represented as an integer containing t
src/prefuse/visual/VisualItem.java:448
↓ 5 callers
Method
getInDegree
Get the in-degree of the node, the number of edges for which this node is the target. @return the in-degree of the node
src/prefuse/data/Node.java:30
↓ 5 callers
Method
getKey
Given a node id (a row number in the node table), get the value of the node key field. @param node the node id @return the value of the no
src/prefuse/data/Graph.java:544
↓ 5 callers
Method
getLineWidth
Returns the line width to be used for this VisualItem. By default, returns the base width value set using the {@link #setDefaultLineWidth(double)} met
src/prefuse/render/EdgeRenderer.java:289
↓ 5 callers
Method
getLiteral
Evaluate the given tuple and data field and return the result as a new Literal instance. @param t the Tuple @param field the data field to lookup @ret
src/prefuse/data/expression/Literal.java:22
↓ 5 callers
Method
getLocalColumnCount
Get the number of columns explicitly stored by this table (i.e., all columns that are not inherited from the parent table). @return the number of loca
src/prefuse/data/CascadedTable.java:303
↓ 5 callers
Method
getMinimum
Gets the minimum possible value for either the low value or the high value. @return the minimum possible range value
src/prefuse/util/ui/JRangeSlider.java:201
↓ 5 callers
Method
getNodeCount
Get the number of nodes in this graph. @return the number of nodes
src/prefuse/data/Graph.java:759
↓ 5 callers
Method
getNodes
Get the collection of nodes as a TupleSet. Returns the same result as {@link CompositeTupleSet#getSet(String)} using {@link #NODES} as the parameter.
src/prefuse/data/Graph.java:741
↓ 5 callers
Method
getObject
Return the Object at the given index. @param i the index of the Object @return return the requested Object.
src/prefuse/data/query/ObjectRangeModel.java:69
↓ 5 callers
Method
getOptimizedIterator
Get an optimized iterator over the rows of a table, if possible. @param t the Table to iterator over @param p the filter predicate @return an optimize
src/prefuse/data/util/FilterIteratorFactory.java:91
↓ 5 callers
Method
getOutDegree
Get the out-degree of the node, the number of edges for which this node is the source. @return the out-degree of the node
src/prefuse/data/Node.java:37
↓ 5 callers
Method
getParentTable
Get the parent table from which this cascaded table inherits values. @return the parent table
src/prefuse/data/CascadedTable.java:314
↓ 5 callers
Method
getParser
Get the data parser used to map String values to and from the values stored by this Column. @return the DataParser used by this Column
src/prefuse/data/column/Column.java:63
↓ 5 callers
Method
getRoot
Get the root node. @return the root Node
src/prefuse/data/Tree.java:285
↓ 5 callers
Method
getScale
Returns the current scale (zoom) value. @return the current scale. This is the scaling factor along the x-dimension, so be careful when using this v
src/prefuse/Display.java:1030
↓ 5 callers
Method
getTextColor
Get the current text color of this item. The text color is used to draw text strings for the item. Color values as represented as an integer containin
src/prefuse/visual/VisualItem.java:520
↓ 5 callers
Method
getType
Get the data type for the values parsed by this parser. @return the parsed data type for this parser as a Java Class instance
src/prefuse/data/parser/DataParser.java:16
↓ 5 callers
Method
lastIndexOf
static version of lastIndexOf. @param o element to search for @param elements the array @param index first index to search @return index of element, o
src/prefuse/util/collections/CopyOnWriteArrayList.java:187
↓ 5 callers
Method
merge
(int[] a, double[] b, int p, int q, int r)
src/prefuse/util/ArrayLib.java:718
↓ 5 callers
Method
ordinalArray
Get a sorted array containing all column values for a given tuple iterator and field. @param tuples an iterator over tuples @param field the column /
src/prefuse/util/DataLib.java:75
↓ 5 callers
Method
putClientProperty
Set an arbitrary client property with this TupleSet @param key the name of the property to set @param value the value of the property to use
src/prefuse/data/tuple/TupleSet.java:206
↓ 5 callers
Method
readValue
Notification that a text string representing a table value has been read. It is the job of this callback to then appropriately take action, such as pa
src/prefuse/data/io/TableReadListener.java:22
↓ 5 callers
Method
rehash
Rehashes the contents of the receiver into a new table with a smaller or larger capacity. This method is called automatically when the number of keys
src/prefuse/util/collections/IntObjectHashMap.java:383
↓ 5 callers
Method
rotateLeft
(Entry x)
src/prefuse/util/collections/AbstractTreeMap.java:236
↓ 5 callers
Method
rotateRight
(Entry x)
src/prefuse/util/collections/AbstractTreeMap.java:252
↓ 5 callers
Method
rows
Get an interator over the row numbers of this table. @return an iterator over the rows of this table
src/prefuse/data/Table.java:1627
↓ 5 callers
Method
run
(double frac)
src/org/apache/widget/TreeView.java:365
↓ 5 callers
Method
searchUpdate
Update the search results based on the current query.
src/prefuse/util/ui/JSearchPanel.java:350
↓ 5 callers
Method
setBoolean
Set the data value at the specified row as a boolean @param val the value to set @param row the row at which to set the value @throws DataTypeExceptio
src/prefuse/data/column/Column.java:306
↓ 5 callers
Method
setDouble
Set the data value at the specified row as a double @param val the value to set @param row the row at which to set the value @throws DataTypeException
src/prefuse/data/column/Column.java:272
↓ 5 callers
Method
setExpanded
Set the expanded flag. @param value true to set as expanded, false as collapsed. @see #EXPANDED
src/prefuse/visual/VisualItem.java:207
↓ 5 callers
Method
setFloat
Set the data value of the given field with a <code>float</code>. @param field the data field to set @param val the value to set @see #canSetFloat(Stri
src/prefuse/data/Tuple.java:310
↓ 5 callers
Method
setFloat
Set the data value at the specified row as a float @param val the value to set @param row the row at which to set the value @throws DataTypeException
src/prefuse/data/column/Column.java:238
↓ 5 callers
Method
setFont
@see java.awt.Component#setFont(java.awt.Font)
src/prefuse/util/ui/JFastLabel.java:64
↓ 5 callers
Method
setItemSorter
Set the ItemSorter that determines the rendering order of the VisualItems. Items are drawn in ascending order of the scores provided by the ItemSorter
src/prefuse/Display.java:456
↓ 5 callers
Method
setLong
Set the data value of the given field with a <code>long</code>. @param field the data field to set @param val the value to set @see #canSetLong(String
src/prefuse/data/Tuple.java:259
↓ 5 callers
Method
setLong
Set the data value at the specified row as a long @param val the value to set @param row the row at which to set the value @throws DataTypeException i
src/prefuse/data/column/Column.java:204
↓ 5 callers
Method
setRange
Set the range settings in the pixel-space coordinates.
src/prefuse/data/query/NumberRangeModel.java:123
↓ 5 callers
Method
setRangeProperties
@see javax.swing.BoundedRangeModel#setRangeProperties(int, int, int, int, boolean)
src/prefuse/data/query/NumberRangeModel.java:130
↓ 5 callers
Method
setRoundedCorner
Rounds the corners of the bounding rectangle in which the text string is rendered. This will only be seen if either the stroke or fill color is non-tr
src/prefuse/render/LabelRenderer.java:167
↓ 5 callers
Method
setStroke
Set the current stroke used to draw lines and shape outlines. @param stroke the stroke to use to draw lines and shape outlines
src/prefuse/visual/VisualItem.java:672
↓ 5 callers
Method
setTextField
Set the field name to use for text labels. @param textField the data field for text labels, or null for no text
src/prefuse/render/LabelRenderer.java:194
↓ 5 callers
Method
setValue
(int value)
src/prefuse/util/collections/AbstractTreeMap.java:454
↓ 5 callers
Method
toString
Returns the image.
src/prefuse/data/expression/parser/Token.java:56
↓ 5 callers
Method
tupleSetChanged
Notification that a TupleSet has changed. @param tset the TupleSet that has changed @param added an array (potentially zero-length) of added tuples @p
src/prefuse/data/event/TupleSetListener.java:22
↓ 5 callers
Method
zoom
Zoom the given display at the given point by the zoom factor, in either absolute (item-space) or screen co-ordinates. @param display the Display to zo
src/prefuse/controls/AbstractZoomControl.java:43
↓ 4 callers
Method
UpdateLineColumn
(char c)
src/prefuse/data/expression/parser/JavaCharStream.java:207
↓ 4 callers
Method
accumulate
Accumulate all forces acting on the items in this simulation
src/prefuse/util/force/ForceSimulator.java:209
↓ 4 callers
Method
add
Add a mapping rule to this EncoderAction. This method is protected, subclasses should crate public add methods of their own to enforce their own type
src/prefuse/action/EncoderAction.java:87
↓ 4 callers
Method
addActivityListener
Add an ActivityListener to monitor this activity's events. @param l the ActivityListener to add
src/prefuse/activity/Activity.java:247
↓ 4 callers
Method
advance
()
src/prefuse/util/collections/BooleanIntBitSetMap.java:190
↓ 4 callers
Method
alwaysRunAfter
Schedules this Activity to start immediately after another Activity. This Activity will be scheduled to start immediately after the first one finishes
src/prefuse/activity/Activity.java:119
↓ 4 callers
Method
canGetBoolean
Indicates if convenience get method can be called without an exception being thrown for the boolean type. @return true if getBoolean is supported, fal
src/prefuse/data/column/Column.java:281
↓ 4 callers
Method
canGetDouble
Indicates if convenience get method can be called without an exception being thrown for the double type. @return true if getDouble is supported, false
src/prefuse/data/column/Column.java:247
↓ 4 callers
Method
canGetFloat
Indicates if convenience get method can be called without an exception being thrown for the float type. @return true if getFloat is supported, false o
src/prefuse/data/column/Column.java:213
↓ 4 callers
Method
canGetInt
Indicates if convenience get method can be called without an exception being thrown for the int type. @return true if getInt is supported, false other
src/prefuse/data/column/Column.java:145
↓ 4 callers
Method
canGetLong
Indicates if convenience get method can be called without an exception being thrown for the long type. @return true if getLong is supported, false oth
src/prefuse/data/column/Column.java:179
↓ 4 callers
Method
clearCachedValues
()
src/prefuse/data/column/ColumnMetadata.java:83
↓ 4 callers
Method
comment
Print a comment in the XML document. The comment will be printed according to the current spacing and followed by a newline. @param comment the commen
src/prefuse/util/io/XMLWriter.java:108
↓ 4 callers
Method
computeNumber
(int row)
src/prefuse/data/column/ExpressionColumn.java:203
↓ 4 callers
Method
eq
Test for equality, coping with nulls.
src/prefuse/util/collections/CopyOnWriteArrayList.java:153
↓ 4 callers
Method
fireDataEvent
Fires a change notification in response to changes in the ListModel.
src/prefuse/data/query/ListModel.java:150
↓ 4 callers
Method
fisheye
(double x, double a, double d, double min, double max)
src/prefuse/action/distortion/FisheyeDistortion.java:145
↓ 4 callers
Method
formatNumber
Format the given number as a String, including the given number of decimal places. @param number the number to format @param decimalPlaces the number
src/prefuse/util/StringLib.java:48
↓ 4 callers
Method
getBreadth
Get the "breadth" of a rectangle, based on the axis type.
src/prefuse/action/layout/AxisLabelLayout.java:422
↓ 4 callers
Method
getChildCount
Get the number of children of the given node id. @param node a node id (node table row number) @return the number of child nodes for the given node
src/prefuse/data/Tree.java:451
↓ 4 callers
Method
getChildIndex
Get the ordering index of the give node child in a tree structure. @param child the child node to look up @return the index of the child node, or -1 i
src/prefuse/data/Node.java:123
↓ 4 callers
Method
getClientProperty
Get an client property bound to this TupleSet @param key the name of the property to retrieve @return the client property value, or null if no value w
src/prefuse/data/tuple/TupleSet.java:214
↓ 4 callers
Method
getColumnIndex
The column index for the column with the given name. @param field the column name @return the column index
src/prefuse/data/Schema.java:262
↓ 4 callers
Method
getColumnName
Get the data field name of the column at the given column number. @param col the column number @return the data field name of the column
src/prefuse/data/Table.java:427
↓ 4 callers
Method
getDate
Get the data value at the specified row as a Date @param row the row from which to retrieve the value @return the data value as a Date @throws DataTyp
src/prefuse/data/column/Column.java:365
↓ 4 callers
Method
getDefaultFactory
Returns the default parser factory. The default factory tests for the following data types (in the provided order of precedence): int, long, double,
src/prefuse/data/parser/ParserFactory.java:48
↓ 4 callers
Method
getDouble
@see prefuse.data.column.AbstractColumn#getDouble(int)
src/prefuse/data/column/DoubleColumn.java:110
↓ 4 callers
Method
getFloat
@see prefuse.data.column.AbstractColumn#getFloat(int)
src/prefuse/data/column/FloatColumn.java:110
↓ 4 callers
Method
getInt
@see prefuse.data.column.AbstractColumn#getInt(int)
src/prefuse/data/column/IntColumn.java:110
↓ 4 callers
Method
getInt
@see prefuse.data.expression.Expression#getInt(prefuse.data.Tuple)
src/prefuse/visual/expression/GroupSizeFunction.java:69
↓ 4 callers
Method
getInverseTransform
Returns a reference to the inverse of the AffineTransformation used by this display. Direct changes made to this reference WILL corrupt the state of t
src/prefuse/Display.java:1006
↓ 4 callers
Method
getLayoutAnchor
@see prefuse.action.layout.Layout#getLayoutAnchor()
src/prefuse/action/layout/graph/NodeLinkTreeLayout.java:182
↓ 4 callers
Method
getLayoutRoot
Return the NodeItem to use as the root for this tree layout. If the layout root is not set, this method has the side effect of setting it to the root
src/prefuse/action/layout/graph/TreeLayout.java:62
↓ 4 callers
Method
getLong
@see prefuse.data.column.AbstractColumn#getLong(int)
src/prefuse/data/column/LongColumn.java:110
← previous
next →
401–500 of 4,198, ranked by callers