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
↓ 2 callers
Method
getDoubleKey
()
src/prefuse/util/collections/AbstractTreeMap.java:438
↓ 2 callers
Method
getEdgeCount
Get the number of edges in this graph. @return the number of edges
src/prefuse/data/Graph.java:935
↓ 2 callers
Method
getEdgeSql
()
src/org/apache/demo/DatabaseConfBean.java:69
↓ 2 callers
Method
getEndColumn
()
src/prefuse/data/expression/parser/JavaCharStream.java:357
↓ 2 callers
Method
getEndFont
Get the ending font for the item. The font is used as the default typeface for drawing text for this item. @return the ending font value @see #ENDFONT
src/prefuse/visual/VisualItem.java:714
↓ 2 callers
Method
getEndLine
()
src/prefuse/data/expression/parser/JavaCharStream.java:361
↓ 2 callers
Method
getFactory
Retrieve the SpringFactory instance, which serves as an object pool for Spring instances. @return the Spring Factory
src/prefuse/util/force/Spring.java:18
↓ 2 callers
Method
getFloatKey
()
src/prefuse/util/collections/AbstractTreeMap.java:434
↓ 2 callers
Method
getForce
Updates the force calculation on the given ForceItem @param item the ForceItem on which to compute updated forces
src/prefuse/util/force/Force.java:98
↓ 2 callers
Method
getGraph
Get the Graph of which this Node is a member. @return the backing Graph.
src/prefuse/data/Node.java:20
↓ 2 callers
Method
getGrayscale
Get a Java Color object for the given grayscale value. @param v the grayscale value (in the range 0-255, 0 is black and 255 is white) @return a Java C
src/prefuse/util/ColorLib.java:276
↓ 2 callers
Method
getGrid
Returns a graph structured as an m-by-n grid. @param m the number of rows of the grid @param n the number of columns of the grid @return an m-by-n gri
src/prefuse/util/GraphLib.java:93
↓ 2 callers
Method
getImage
Get the image to include in the label for the given VisualItem. @param item the item to get an image for @return the image for the item, o
src/prefuse/render/LabelRenderer.java:289
↓ 2 callers
Method
getImage
<p>Get the image associated with the given location string. If the image has already been loaded, it simply will return the image, otherwise it will l
src/prefuse/render/ImageFactory.java:131
↓ 2 callers
Method
getInstance
()
src/org/apache/demo/User.java:13
↓ 2 callers
Method
getInt
@see prefuse.data.expression.Expression#getInt(prefuse.data.Tuple)
src/prefuse/data/expression/ArithmeticExpression.java:79
↓ 2 callers
Method
getIntKey
()
src/prefuse/util/collections/AbstractTreeMap.java:426
↓ 2 callers
Method
getItemBounds
Returns the bounds, in absolute (item-space) coordinates, of the total bounds occupied by all currently visible VisualItems. This method allocates a n
src/prefuse/Display.java:639
↓ 2 callers
Method
getLinearStep
Compute a linear step between axis marks.
src/prefuse/action/layout/AxisLabelLayout.java:449
↓ 2 callers
Method
getLong
@see prefuse.data.column.AbstractColumn#getLong(int)
src/prefuse/data/column/DateColumn.java:148
↓ 2 callers
Method
getLongKey
()
src/prefuse/util/collections/AbstractTreeMap.java:430
↓ 2 callers
Method
getMaximumRow
Get the row index of the maximum column value. If there are multiple maxima, only one is returned. @return the row index of the maximum column value.
src/prefuse/data/column/ColumnMetadata.java:179
↓ 2 callers
Method
getMean
Get the mean value of numeric values in the column. If this column does not contain numeric values, this method will result in an exception being thro
src/prefuse/data/column/ColumnMetadata.java:233
↓ 2 callers
Method
getMedianRow
Get the row index of the median column value. @return the row index of the median column value
src/prefuse/data/column/ColumnMetadata.java:196
↓ 2 callers
Method
getMiddleExpression
Get the middle expression being tested for inclusion in the range @return the middle expression
src/prefuse/data/expression/RangePredicate.java:100
↓ 2 callers
Method
getMinimumRow
Get the row index of the minimum column value. If there are multiple minima, only one is returned. @return the row index of the minimum column value.
src/prefuse/data/column/ColumnMetadata.java:161
↓ 2 callers
Method
getModel
Return the ValuedRangeModel constructed by this dynamic query binding. This model backs any user interface components generated by this instance. @ret
src/prefuse/data/query/RangeQueryBinding.java:102
↓ 2 callers
Method
getModel
Get the ListModel backing this component. @return the list model
src/prefuse/util/ui/JToggleGroup.java:221
↓ 2 callers
Method
getModificationCount
Get the number of times this Table has been modified. Adding rows, deleting rows, and updating table cell values all contribute to this count. @return
src/prefuse/data/Table.java:231
↓ 2 callers
Method
getName
()
src/org/apache/demo/User.java:17
↓ 2 callers
Method
getName
@see prefuse.data.expression.Function#getName()
src/prefuse/data/expression/FunctionExpression.java:38
↓ 2 callers
Method
getNewOffscreenBuffer
Creates a new buffered image to use as an offscreen buffer.
src/prefuse/Display.java:669
↓ 2 callers
Method
getNodeFromKey
Get the Node tuple corresponding to the input node key field value. The node key field is used to find the node id (node table row number), which is t
src/prefuse/data/Graph.java:783
↓ 2 callers
Method
getNodeKeyField
Get the data field used to uniquely identify a node @return the data field used to uniquely identify a node
src/prefuse/data/Graph.java:514
↓ 2 callers
Method
getNumberModel
Attempts to return the ValuedRangeModel for this binding as a NumberRangeModel. If the range model is not an instance of {@link NumberRangeModel}, a n
src/prefuse/data/query/RangeQueryBinding.java:113
↓ 2 callers
Method
getOperation
Get the operation code for this expression. The meaning of this code is left for subclasses to determine. @return the operation code
src/prefuse/data/expression/BinaryExpression.java:87
↓ 2 callers
Method
getOrdinalMap
Get a map between all unique column values and their integer index in the sort order of those values. For example, the minimum value maps to 0, the ne
src/prefuse/data/column/ColumnMetadata.java:289
↓ 2 callers
Method
getParentRow
Given a row managed by this manager, return the corresponding row in the parent table. @param childRow a row managed by this manager @return the paren
src/prefuse/data/util/FilteredRowManager.java:88
↓ 2 callers
Method
getParser
Get the top-ranking candidate data parser for the given column index. @param column the data column index @return the data parser to use for that colu
src/prefuse/data/parser/TypeInferencer.java:80
↓ 2 callers
Method
getPredicate
Get the negated predicate. @return the negated predicate
src/prefuse/data/expression/NotPredicate.java:26
↓ 2 callers
Method
getPrimitiveType
Given a numeric (byte, short, int, long, float, or double) class type or associated wrapper class type, return the primitive class type @param type th
src/prefuse/util/TypeLib.java:107
↓ 2 callers
Method
getRangeModel
Get the range model determining the span of the axis. This model controls the minimum and maximum values of the layout, as provided by the {@link pref
src/prefuse/action/layout/AxisLayout.java:130
↓ 2 callers
Method
getRenderType
@see prefuse.render.AbstractShapeRenderer#getRenderType(prefuse.visual.VisualItem)
src/prefuse/render/EdgeRenderer.java:106
↓ 2 callers
Method
getRenderer
@see prefuse.visual.VisualItem#getRenderer()
src/prefuse/visual/tuple/TableVisualItem.java:114
↓ 2 callers
Method
getRootRow
Get the root node id (node table row number). @return the root node id
src/prefuse/data/Tree.java:277
↓ 2 callers
Method
getRow
Get the prefuse table row for a row index into this table model. @param rowIndex the row index in this table model @return the corresponding prefuse t
src/prefuse/util/ui/PrefuseTableModel.java:49
↓ 2 callers
Method
getRowCount
Get the number of rows in the table. @return the number of rows
src/prefuse/data/Table.java:191
↓ 2 callers
Method
getSchema
Returns this Table's schema. The returned schema will be locked, which means that any attempts to edit the returned schema by adding additional column
src/prefuse/data/Table.java:260
↓ 2 callers
Method
getSearchSet
Return the SearchTupleSet used for conducting searches. @return the {@link prefuse.data.search.SearchTupleSet} used by this dynamic query binding.
src/prefuse/data/query/SearchQueryBinding.java:65
↓ 2 callers
Method
getSelectionModel
Get the ListSelectionModel used by this component. @return the list selection model to use
src/prefuse/util/ui/JToggleGroup.java:240
↓ 2 callers
Method
getSharedType
Get the nearest shared ancestor class of two objects. Note: this currently does not compute the actual least common ancestor, but only looks up one le
src/prefuse/util/TypeLib.java:40
↓ 2 callers
Method
getSize
@see javax.swing.ListModel#getSize()
src/prefuse/data/query/ListModel.java:76
↓ 2 callers
Method
getSourceData
Returns the original backing data set from which this VisualItem is derived. This could be a Table, Graph, or Tree instance. This method returns null
src/prefuse/visual/VisualItem.java:72
↓ 2 callers
Method
getSourceNode
Get the source 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:993
↓ 2 callers
Method
getSpeedLimit
Get the speed limit, or maximum velocity value allowed by this simulator. @return the "speed limit" maximum velocity value
src/prefuse/util/force/ForceSimulator.java:50
↓ 2 callers
Method
getStartFont
Get the starting font for the item. The font is used as the default typeface for drawing text for this item. @return the starting font value @see #STA
src/prefuse/visual/VisualItem.java:698
↓ 2 callers
Method
getStartSize
Get the starting 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-di
src/prefuse/visual/VisualItem.java:609
↓ 2 callers
Method
getStopTime
Get the time at which this activity should complete. @return the stopping time for this activity, or Long.MAX_VALUE if this activity should run indef
src/prefuse/activity/Activity.java:353
↓ 2 callers
Method
getStroke
Retursn the stroke to use for drawing lines and shape outlines. By default returns the value of {@link VisualItem#getStroke()}. Subclasses can overrid
src/prefuse/render/AbstractShapeRenderer.java:122
↓ 2 callers
Method
getStroke
Get a square capped, miter joined, non-dashed stroke of the given width. @param width the requested stroke width @return the stroke
src/prefuse/util/StrokeLib.java:31
↓ 2 callers
Method
getTupleType
Get the type of Tuple instances to generate. @return the tuple type, as a Class instance
src/prefuse/data/tuple/TupleManager.java:56
↓ 2 callers
Method
getUserData
Get a user-provided attached object. @return the user-provided attached object
src/prefuse/util/io/SimpleFileFilter.java:73
↓ 2 callers
Method
getVisualization
@see prefuse.visual.VisualTupleSet#getVisualization()
src/prefuse/visual/VisualTable.java:171
↓ 2 callers
Method
getWrapperType
Get the wrapper class type for a primitive class type. @param type a class type @return the wrapper class for the input type if it is a primitive clas
src/prefuse/util/TypeLib.java:132
↓ 2 callers
Method
grow
(int increment)
src/prefuse/util/ui/JRangeSlider.java:791
↓ 2 callers
Method
halfcomb
(Graph g, int levels)
src/prefuse/util/GraphLib.java:123
↓ 2 callers
Method
hasNext
@see java.util.Iterator#hasNext()
src/prefuse/data/util/FilterIterator.java:58
↓ 2 callers
Method
hasNext
@see java.util.Iterator#hasNext()
src/prefuse/data/util/FilterRowIterator.java:63
↓ 2 callers
Method
hasNext
()
src/prefuse/util/collections/AbstractTreeMap.java:514
↓ 2 callers
Method
hex
Parse a hexadecimal String as a color code. The color convention is the same as that used in webpages, with two-decimal hexadecimal numbers representi
src/prefuse/util/ColorLib.java:87
↓ 2 callers
Method
hsba
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:131
↓ 2 callers
Method
inEdges
Get an iterator over all incoming edges, those for which this node is the target. @return an Iterator over all incoming edges
src/prefuse/data/Node.java:51
↓ 2 callers
Method
inNeighbors
Get an iterator over all adjacent nodes connected to this node by an incoming edge (i.e., all nodes that "point" at this one). @return an Iterator ove
src/prefuse/data/Node.java:72
↓ 2 callers
Method
include
Determine if the given Column should be included. @param col the Column to test @param name the name of the column @return true if the column passes t
src/prefuse/data/util/ColumnProjection.java:22
↓ 2 callers
Method
indexOfInsertion
@param key the key to be added to the receiver. @return the index where the key would need to be inserted, if it is not already con
src/prefuse/util/collections/IntObjectHashMap.java:192
↓ 2 callers
Method
indexOfValue
@param value the value to be searched in the receiver. @return the index where the value is contained in the receiver, returns -1 i
src/prefuse/util/collections/IntObjectHashMap.java:278
↓ 2 callers
Method
inferType
Infer the data field type across all tuples in a TupleSet. @param tuples the TupleSet to analyze @param field the data field to type check @return the
src/prefuse/util/DataLib.java:513
↓ 2 callers
Method
init
Initialize (or re-initialize) this iterator. @param o Either a source node or iterator over source nodes @param depth the maximum graph distance to tr
src/prefuse/data/util/BreadthFirstIterator.java:69
↓ 2 callers
Method
init
(TupleSet source)
src/prefuse/util/ui/JSearchPanel.java:231
↓ 2 callers
Method
initSimulator
Loads the simulator with all relevant force items and springs. @param fsim the force simulator driving this layout
src/prefuse/action/layout/graph/ForceDirectedLayout.java:374
↓ 2 callers
Method
insert
Inserts an item into the quadtree. @param item the ForceItem to add. @throws IllegalStateException if the current location of the item is outside the
src/prefuse/util/force/NBodyForce.java:176
↓ 2 callers
Method
invalidateCache
Invalidate a range of the cache. @param start the start of the range to invalidate @param end the end of the range to invalidate, inclusive
src/prefuse/data/column/ExpressionColumn.java:132
↓ 2 callers
Method
invalidateSchema
Invalidates this table's cached schema. This method should be called whenever columns are added or removed from this table.
src/prefuse/data/Table.java:277
↓ 2 callers
Method
isCellEditable
Indicates if the value at the given row can be edited. @param row the row to check @return true is the value can be modified, false otherwise
src/prefuse/data/column/Column.java:50
↓ 2 callers
Method
isHighQuality
Indicates if the Display is using high quality (return value true) or regular quality (return value false) rendering. @return true if high quality ren
src/prefuse/Display.java:357
↓ 2 callers
Method
isMultipleSelection
Indicates if the ListModel currently has multiple selections. @return true if there are multiple selections, false otherwise
src/prefuse/data/query/ListModel.java:47
↓ 2 callers
Method
isTextObscured
Check if any label text is obscured.
src/prefuse/util/ui/JValueSlider.java:181
↓ 2 callers
Method
isValidated
@see prefuse.visual.VisualItem#isValidated()
src/prefuse/visual/tuple/TableVisualItem.java:141
↓ 2 callers
Method
isWrapperInstance
Indicates if an object is an instance of a wrapper class for a given primitive type. @param type the primitive Class type @param instance the object t
src/prefuse/util/TypeLib.java:75
↓ 2 callers
Method
jjFillToken
()
src/prefuse/data/expression/parser/ExpressionParserTokenManager.java:1038
↓ 2 callers
Method
jjMoveNfa_0
(int startState, int curPos)
src/prefuse/data/expression/parser/ExpressionParserTokenManager.java:131
↓ 2 callers
Method
jjMoveStringLiteralDfa1_0
(long active0)
src/prefuse/data/expression/parser/ExpressionParserTokenManager.java:62
↓ 2 callers
Method
jjStopStringLiteralDfa_0
(int pos, long active0)
src/prefuse/data/expression/parser/ExpressionParserTokenManager.java:8
↓ 2 callers
Method
layoutRow
(List row, double w, Rectangle2D r)
src/prefuse/action/layout/graph/SquarifiedTreeMapLayout.java:282
↓ 2 callers
Method
linearInterp
Interpolates a value between a given minimum and maximum value using a linear scale. @param val the interpolation value, a fraction between 0 and 1.0.
src/prefuse/util/MathLib.java:113
↓ 2 callers
Method
makeCSVSafe
(String s)
src/prefuse/data/io/CSVTableWriter.java:91
↓ 2 callers
Method
maximum
(Entry x)
src/prefuse/util/collections/AbstractTreeMap.java:205
↓ 2 callers
Method
mean
Get the mean value of a tuple data value. If any tuple does not have the named field or the field is not a numeric data type, NaN will be returned. @p
src/prefuse/util/DataLib.java:428
↓ 2 callers
Method
neighbors
Get an iterator over all nodes connected to this node. @return an Iterator over all neighbors of this node
src/prefuse/data/Node.java:85
↓ 2 callers
Method
next
@see java.util.Iterator#next()
src/prefuse/data/util/FilterIterator.java:46
← previous
next →
801–900 of 4,198, ranked by callers