MCPcopy Create free account

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

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

↓ 2 callersMethodgetDoubleKey
()
src/prefuse/util/collections/AbstractTreeMap.java:438
↓ 2 callersMethodgetEdgeCount
Get the number of edges in this graph. @return the number of edges
src/prefuse/data/Graph.java:935
↓ 2 callersMethodgetEdgeSql
()
src/org/apache/demo/DatabaseConfBean.java:69
↓ 2 callersMethodgetEndColumn
()
src/prefuse/data/expression/parser/JavaCharStream.java:357
↓ 2 callersMethodgetEndFont
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 callersMethodgetEndLine
()
src/prefuse/data/expression/parser/JavaCharStream.java:361
↓ 2 callersMethodgetFactory
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 callersMethodgetFloatKey
()
src/prefuse/util/collections/AbstractTreeMap.java:434
↓ 2 callersMethodgetForce
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 callersMethodgetGraph
Get the Graph of which this Node is a member. @return the backing Graph.
src/prefuse/data/Node.java:20
↓ 2 callersMethodgetGrayscale
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 callersMethodgetGrid
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 callersMethodgetImage
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 callersMethodgetImage
<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 callersMethodgetInstance
()
src/org/apache/demo/User.java:13
↓ 2 callersMethodgetInt
@see prefuse.data.expression.Expression#getInt(prefuse.data.Tuple)
src/prefuse/data/expression/ArithmeticExpression.java:79
↓ 2 callersMethodgetIntKey
()
src/prefuse/util/collections/AbstractTreeMap.java:426
↓ 2 callersMethodgetItemBounds
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 callersMethodgetLinearStep
Compute a linear step between axis marks.
src/prefuse/action/layout/AxisLabelLayout.java:449
↓ 2 callersMethodgetLong
@see prefuse.data.column.AbstractColumn#getLong(int)
src/prefuse/data/column/DateColumn.java:148
↓ 2 callersMethodgetLongKey
()
src/prefuse/util/collections/AbstractTreeMap.java:430
↓ 2 callersMethodgetMaximumRow
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 callersMethodgetMean
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 callersMethodgetMedianRow
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 callersMethodgetMiddleExpression
Get the middle expression being tested for inclusion in the range @return the middle expression
src/prefuse/data/expression/RangePredicate.java:100
↓ 2 callersMethodgetMinimumRow
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 callersMethodgetModel
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 callersMethodgetModel
Get the ListModel backing this component. @return the list model
src/prefuse/util/ui/JToggleGroup.java:221
↓ 2 callersMethodgetModificationCount
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 callersMethodgetName
()
src/org/apache/demo/User.java:17
↓ 2 callersMethodgetName
@see prefuse.data.expression.Function#getName()
src/prefuse/data/expression/FunctionExpression.java:38
↓ 2 callersMethodgetNewOffscreenBuffer
Creates a new buffered image to use as an offscreen buffer.
src/prefuse/Display.java:669
↓ 2 callersMethodgetNodeFromKey
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 callersMethodgetNodeKeyField
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 callersMethodgetNumberModel
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 callersMethodgetOperation
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 callersMethodgetOrdinalMap
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 callersMethodgetParentRow
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 callersMethodgetParser
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 callersMethodgetPredicate
Get the negated predicate. @return the negated predicate
src/prefuse/data/expression/NotPredicate.java:26
↓ 2 callersMethodgetPrimitiveType
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 callersMethodgetRangeModel
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 callersMethodgetRenderType
@see prefuse.render.AbstractShapeRenderer#getRenderType(prefuse.visual.VisualItem)
src/prefuse/render/EdgeRenderer.java:106
↓ 2 callersMethodgetRenderer
@see prefuse.visual.VisualItem#getRenderer()
src/prefuse/visual/tuple/TableVisualItem.java:114
↓ 2 callersMethodgetRootRow
Get the root node id (node table row number). @return the root node id
src/prefuse/data/Tree.java:277
↓ 2 callersMethodgetRow
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 callersMethodgetRowCount
Get the number of rows in the table. @return the number of rows
src/prefuse/data/Table.java:191
↓ 2 callersMethodgetSchema
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 callersMethodgetSearchSet
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 callersMethodgetSelectionModel
Get the ListSelectionModel used by this component. @return the list selection model to use
src/prefuse/util/ui/JToggleGroup.java:240
↓ 2 callersMethodgetSharedType
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 callersMethodgetSize
@see javax.swing.ListModel#getSize()
src/prefuse/data/query/ListModel.java:76
↓ 2 callersMethodgetSourceData
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 callersMethodgetSourceNode
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 callersMethodgetSpeedLimit
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 callersMethodgetStartFont
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 callersMethodgetStartSize
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 callersMethodgetStopTime
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 callersMethodgetStroke
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 callersMethodgetStroke
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 callersMethodgetTupleType
Get the type of Tuple instances to generate. @return the tuple type, as a Class instance
src/prefuse/data/tuple/TupleManager.java:56
↓ 2 callersMethodgetUserData
Get a user-provided attached object. @return the user-provided attached object
src/prefuse/util/io/SimpleFileFilter.java:73
↓ 2 callersMethodgetVisualization
@see prefuse.visual.VisualTupleSet#getVisualization()
src/prefuse/visual/VisualTable.java:171
↓ 2 callersMethodgetWrapperType
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 callersMethodgrow
(int increment)
src/prefuse/util/ui/JRangeSlider.java:791
↓ 2 callersMethodhalfcomb
(Graph g, int levels)
src/prefuse/util/GraphLib.java:123
↓ 2 callersMethodhasNext
@see java.util.Iterator#hasNext()
src/prefuse/data/util/FilterIterator.java:58
↓ 2 callersMethodhasNext
@see java.util.Iterator#hasNext()
src/prefuse/data/util/FilterRowIterator.java:63
↓ 2 callersMethodhasNext
()
src/prefuse/util/collections/AbstractTreeMap.java:514
↓ 2 callersMethodhex
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 callersMethodhsba
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 callersMethodinEdges
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 callersMethodinNeighbors
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 callersMethodinclude
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 callersMethodindexOfInsertion
@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 callersMethodindexOfValue
@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 callersMethodinferType
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 callersMethodinit
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 callersMethodinit
(TupleSet source)
src/prefuse/util/ui/JSearchPanel.java:231
↓ 2 callersMethodinitSimulator
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 callersMethodinsert
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 callersMethodinvalidateCache
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 callersMethodinvalidateSchema
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 callersMethodisCellEditable
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 callersMethodisHighQuality
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 callersMethodisMultipleSelection
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 callersMethodisTextObscured
Check if any label text is obscured.
src/prefuse/util/ui/JValueSlider.java:181
↓ 2 callersMethodisValidated
@see prefuse.visual.VisualItem#isValidated()
src/prefuse/visual/tuple/TableVisualItem.java:141
↓ 2 callersMethodisWrapperInstance
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 callersMethodjjFillToken
()
src/prefuse/data/expression/parser/ExpressionParserTokenManager.java:1038
↓ 2 callersMethodjjMoveNfa_0
(int startState, int curPos)
src/prefuse/data/expression/parser/ExpressionParserTokenManager.java:131
↓ 2 callersMethodjjMoveStringLiteralDfa1_0
(long active0)
src/prefuse/data/expression/parser/ExpressionParserTokenManager.java:62
↓ 2 callersMethodjjStopStringLiteralDfa_0
(int pos, long active0)
src/prefuse/data/expression/parser/ExpressionParserTokenManager.java:8
↓ 2 callersMethodlayoutRow
(List row, double w, Rectangle2D r)
src/prefuse/action/layout/graph/SquarifiedTreeMapLayout.java:282
↓ 2 callersMethodlinearInterp
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 callersMethodmakeCSVSafe
(String s)
src/prefuse/data/io/CSVTableWriter.java:91
↓ 2 callersMethodmaximum
(Entry x)
src/prefuse/util/collections/AbstractTreeMap.java:205
↓ 2 callersMethodmean
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 callersMethodneighbors
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 callersMethodnext
@see java.util.Iterator#next()
src/prefuse/data/util/FilterIterator.java:46
← previousnext →801–900 of 4,198, ranked by callers