MCPcopy Create free account

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

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

↓ 5 callersMethoddrawString
(Graphics2D g, FontMetrics fm, String text, boolean useInt, double x, double y, double w)
src/prefuse/render/LabelRenderer.java:594
↓ 5 callersMethodedgeCheck
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 callersMethodfilterColumns
Determines which columns are inherited from the backing parent table.
src/prefuse/data/CascadedTable.java:157
↓ 5 callersMethodfind
(int key, int order)
src/prefuse/util/collections/IntIntTreeMap.java:211
↓ 5 callersMethodfindCeiling
(float key, int order)
src/prefuse/util/collections/FloatIntTreeMap.java:211
↓ 5 callersMethodfindCeiling
(long key, int order)
src/prefuse/util/collections/LongIntTreeMap.java:209
↓ 5 callersMethodfindCeiling
(double key, int order)
src/prefuse/util/collections/DoubleIntTreeMap.java:211
↓ 5 callersMethodfindCeiling
(int key, int order)
src/prefuse/util/collections/IntIntTreeMap.java:225
↓ 5 callersMethodfindCeiling
(Object key, int order)
src/prefuse/util/collections/ObjectIntTreeMap.java:235
↓ 5 callersMethodgetBuffer
()
src/prefuse/data/expression/FunctionExpression.java:663
↓ 5 callersMethodgetChildRow
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 callersMethodgetChildRow
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 callersMethodgetColumnCount
Get the number of columns / data fields in this table. @return the number of columns
src/prefuse/data/Table.java:164
↓ 5 callersMethodgetComparator
Get the comparator used to compare column data values. @return the sort comparator
src/prefuse/data/util/Index.java:76
↓ 5 callersMethodgetDegree
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 callersMethodgetEdgeSourceField
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 callersMethodgetEdgeTargetField
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 callersMethodgetEdges
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 callersMethodgetExtension
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 callersMethodgetFillColor
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 callersMethodgetInDegree
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 callersMethodgetKey
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 callersMethodgetLineWidth
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 callersMethodgetLiteral
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 callersMethodgetLocalColumnCount
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 callersMethodgetMinimum
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 callersMethodgetNodeCount
Get the number of nodes in this graph. @return the number of nodes
src/prefuse/data/Graph.java:759
↓ 5 callersMethodgetNodes
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 callersMethodgetObject
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 callersMethodgetOptimizedIterator
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 callersMethodgetOutDegree
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 callersMethodgetParentTable
Get the parent table from which this cascaded table inherits values. @return the parent table
src/prefuse/data/CascadedTable.java:314
↓ 5 callersMethodgetParser
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 callersMethodgetRoot
Get the root node. @return the root Node
src/prefuse/data/Tree.java:285
↓ 5 callersMethodgetScale
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 callersMethodgetTextColor
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 callersMethodgetType
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 callersMethodlastIndexOf
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 callersMethodmerge
(int[] a, double[] b, int p, int q, int r)
src/prefuse/util/ArrayLib.java:718
↓ 5 callersMethodordinalArray
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 callersMethodputClientProperty
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 callersMethodreadValue
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 callersMethodrehash
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 callersMethodrotateLeft
(Entry x)
src/prefuse/util/collections/AbstractTreeMap.java:236
↓ 5 callersMethodrotateRight
(Entry x)
src/prefuse/util/collections/AbstractTreeMap.java:252
↓ 5 callersMethodrows
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 callersMethodrun
(double frac)
src/org/apache/widget/TreeView.java:365
↓ 5 callersMethodsearchUpdate
Update the search results based on the current query.
src/prefuse/util/ui/JSearchPanel.java:350
↓ 5 callersMethodsetBoolean
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 callersMethodsetDouble
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 callersMethodsetExpanded
Set the expanded flag. @param value true to set as expanded, false as collapsed. @see #EXPANDED
src/prefuse/visual/VisualItem.java:207
↓ 5 callersMethodsetFloat
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 callersMethodsetFloat
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 callersMethodsetFont
@see java.awt.Component#setFont(java.awt.Font)
src/prefuse/util/ui/JFastLabel.java:64
↓ 5 callersMethodsetItemSorter
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 callersMethodsetLong
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 callersMethodsetLong
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 callersMethodsetRange
Set the range settings in the pixel-space coordinates.
src/prefuse/data/query/NumberRangeModel.java:123
↓ 5 callersMethodsetRangeProperties
@see javax.swing.BoundedRangeModel#setRangeProperties(int, int, int, int, boolean)
src/prefuse/data/query/NumberRangeModel.java:130
↓ 5 callersMethodsetRoundedCorner
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 callersMethodsetStroke
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 callersMethodsetTextField
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 callersMethodsetValue
(int value)
src/prefuse/util/collections/AbstractTreeMap.java:454
↓ 5 callersMethodtoString
Returns the image.
src/prefuse/data/expression/parser/Token.java:56
↓ 5 callersMethodtupleSetChanged
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 callersMethodzoom
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 callersMethodUpdateLineColumn
(char c)
src/prefuse/data/expression/parser/JavaCharStream.java:207
↓ 4 callersMethodaccumulate
Accumulate all forces acting on the items in this simulation
src/prefuse/util/force/ForceSimulator.java:209
↓ 4 callersMethodadd
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 callersMethodaddActivityListener
Add an ActivityListener to monitor this activity's events. @param l the ActivityListener to add
src/prefuse/activity/Activity.java:247
↓ 4 callersMethodadvance
()
src/prefuse/util/collections/BooleanIntBitSetMap.java:190
↓ 4 callersMethodalwaysRunAfter
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 callersMethodcanGetBoolean
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 callersMethodcanGetDouble
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 callersMethodcanGetFloat
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 callersMethodcanGetInt
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 callersMethodcanGetLong
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 callersMethodclearCachedValues
()
src/prefuse/data/column/ColumnMetadata.java:83
↓ 4 callersMethodcomment
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 callersMethodcomputeNumber
(int row)
src/prefuse/data/column/ExpressionColumn.java:203
↓ 4 callersMethodeq
Test for equality, coping with nulls.
src/prefuse/util/collections/CopyOnWriteArrayList.java:153
↓ 4 callersMethodfireDataEvent
Fires a change notification in response to changes in the ListModel.
src/prefuse/data/query/ListModel.java:150
↓ 4 callersMethodfisheye
(double x, double a, double d, double min, double max)
src/prefuse/action/distortion/FisheyeDistortion.java:145
↓ 4 callersMethodformatNumber
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 callersMethodgetBreadth
Get the "breadth" of a rectangle, based on the axis type.
src/prefuse/action/layout/AxisLabelLayout.java:422
↓ 4 callersMethodgetChildCount
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 callersMethodgetChildIndex
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 callersMethodgetClientProperty
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 callersMethodgetColumnIndex
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 callersMethodgetColumnName
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 callersMethodgetDate
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 callersMethodgetDefaultFactory
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 callersMethodgetDouble
@see prefuse.data.column.AbstractColumn#getDouble(int)
src/prefuse/data/column/DoubleColumn.java:110
↓ 4 callersMethodgetFloat
@see prefuse.data.column.AbstractColumn#getFloat(int)
src/prefuse/data/column/FloatColumn.java:110
↓ 4 callersMethodgetInt
@see prefuse.data.column.AbstractColumn#getInt(int)
src/prefuse/data/column/IntColumn.java:110
↓ 4 callersMethodgetInt
@see prefuse.data.expression.Expression#getInt(prefuse.data.Tuple)
src/prefuse/visual/expression/GroupSizeFunction.java:69
↓ 4 callersMethodgetInverseTransform
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 callersMethodgetLayoutAnchor
@see prefuse.action.layout.Layout#getLayoutAnchor()
src/prefuse/action/layout/graph/NodeLinkTreeLayout.java:182
↓ 4 callersMethodgetLayoutRoot
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 callersMethodgetLong
@see prefuse.data.column.AbstractColumn#getLong(int)
src/prefuse/data/column/LongColumn.java:110
← previousnext →401–500 of 4,198, ranked by callers