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
↓ 3 callers
Method
setPredicate
Sets the dynamic query predicate. For class-internal use only. @param p the predicate to set
src/prefuse/data/query/DynamicQueryBinding.java:63
↓ 3 callers
Method
setPredicate
Set the test predicate used to determine visibility. @param p the test predicate to set
src/prefuse/action/filter/VisibilityFilter.java:57
↓ 3 callers
Method
setScheduled
Sets whether or not this Activity has been scheduled. This method should only be called by the ActivityManager. @param s the scheduling state of this
src/prefuse/activity/Activity.java:212
↓ 3 callers
Method
setShowResultCount
Indicates if the component should show the number of search results. @param b true to show the result count, false to hide it
src/prefuse/util/ui/JSearchPanel.java:321
↓ 3 callers
Method
setSize
Set the size of the Display. @param width the width of the Display in pixels @param height the height of the Display in pixels @see java.awt.Component
src/prefuse/Display.java:287
↓ 3 callers
Method
setSliderValue
Private set the slider position based upon the current value
src/prefuse/util/ui/JValueSlider.java:236
↓ 3 callers
Method
setValidated
Set the given row's validated flag. This is for internal use by prefuse and, in general, should not be called by application code. @param row the tabl
src/prefuse/visual/VisualTable.java:236
↓ 3 callers
Method
setVisualization
Set the Visualiztion associated with this Display. This Display will render the items contained in the provided visualization. If this Display is alre
src/prefuse/Display.java:376
↓ 3 callers
Method
setup
Perform any necessary setup before this encoder can be used. By default does nothing. Subclasses can override this method to perform custom setup befo
src/prefuse/action/EncoderAction.java:155
↓ 3 callers
Method
sort
Sort a queue of items based upon an array of ordering scores.
src/prefuse/util/display/RenderingQueue.java:116
↓ 3 callers
Method
spacing
(NodeItem l, NodeItem r, boolean siblings)
src/prefuse/action/layout/graph/NodeLinkTreeLayout.java:209
↓ 3 callers
Method
stopEditing
Stops text editing on the display, hiding the text editing widget. If the text editor was associated with a specific VisualItem (ie one of the editTex
src/prefuse/Display.java:2121
↓ 3 callers
Method
subparse
(String s, Object[] res)
src/prefuse/data/util/Sort.java:164
↓ 3 callers
Method
toArray
Get the contents of this TupleSet as an array. @return the contents of this TupleSet as an array
src/prefuse/data/tuple/DefaultTupleSet.java:134
↓ 3 callers
Method
toLocal
Converts from screen coordinates to a range value.
src/prefuse/util/ui/JRangeSlider.java:524
↓ 3 callers
Method
update
Generic update routine triggerred by any of the other callbacks. @param source a source object, either the Expression, TupleSet, or Component that tri
src/prefuse/util/UpdateListener.java:29
↓ 3 callers
Method
urlFromString
From a string description, attempt to generate a URL object. The string may point to an Internet location (e.g., http:// or ftp:// URL), a resource on
src/prefuse/util/io/IOLib.java:60
↓ 3 callers
Method
visitFocus
Visit a focus node.
src/prefuse/action/filter/FisheyeTreeFilter.java:162
↓ 3 callers
Method
zoom
Zooms the view provided by this display by the given scale, anchoring the zoom at the specified point in screen coordinates. @param p the anchor point
src/prefuse/Display.java:1123
↓ 3 callers
Method
zoomAbs
Zooms the view provided by this display by the given scale, anchoring the zoom at the specified point in absolute coordinates. @param p the anchor poi
src/prefuse/Display.java:1135
↓ 2 callers
Method
AdditiveExpression
()
src/prefuse/data/expression/parser/ExpressionParser.java:814
↓ 2 callers
Method
AdjustBuffSize
()
src/prefuse/data/expression/parser/JavaCharStream.java:187
↓ 2 callers
Method
AndExpression
()
src/prefuse/data/expression/parser/ExpressionParser.java:700
↓ 2 callers
Method
BeginToken
()
src/prefuse/data/expression/parser/JavaCharStream.java:168
↓ 2 callers
Method
EqualityExpression
()
src/prefuse/data/expression/parser/ExpressionParser.java:725
↓ 2 callers
Method
ExpandBuff
(boolean wrapAround)
src/prefuse/data/expression/parser/JavaCharStream.java:80
↓ 2 callers
Method
MultiplicativeExpression
()
src/prefuse/data/expression/parser/ExpressionParser.java:862
↓ 2 callers
Method
ReInit
(JavaCharStream stream)
src/prefuse/data/expression/parser/ExpressionParserTokenManager.java:1011
↓ 2 callers
Method
ReInitRounds
()
src/prefuse/data/expression/parser/ExpressionParserTokenManager.java:1018
↓ 2 callers
Method
RelationalExpression
()
src/prefuse/data/expression/parser/ExpressionParser.java:759
↓ 2 callers
Method
SwitchTo
(int lexState)
src/prefuse/data/expression/parser/ExpressionParserTokenManager.java:1030
↓ 2 callers
Method
XorExpression
()
src/prefuse/data/expression/parser/ExpressionParser.java:675
↓ 2 callers
Method
_activityCount
Returns the number of scheduled activities @return the number of scheduled activities
src/prefuse/activity/ActivityManager.java:311
↓ 2 callers
Method
_setRunning
Sets the running flag for the ActivityManager instance.
src/prefuse/activity/ActivityManager.java:318
↓ 2 callers
Method
abbreviate
Abbreviate a String by simply truncating it. @param str the String to abbreviate @param fm the FontMetrics for measuring the String length @param widt
src/prefuse/util/StringLib.java:144
↓ 2 callers
Method
addChangeListener
Registers a listener for ChangeEvents. @param cl the ChangeListener to add
src/prefuse/util/ui/JRangeSlider.java:289
↓ 2 callers
Method
addChild
(TrieBranch b, TrieNode n, char c)
src/prefuse/data/search/Trie.java:264
↓ 2 callers
Method
addChildListeners
@see prefuse.data.expression.AbstractExpression#addChildListeners()
src/prefuse/data/expression/CompositePredicate.java:157
↓ 2 callers
Method
addElement
@see javax.swing.MutableComboBoxModel#addElement(java.lang.Object)
src/prefuse/data/query/ListModel.java:90
↓ 2 callers
Method
addEscapes
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
src/prefuse/data/expression/parser/TokenMgrError.java:40
↓ 2 callers
Method
addLink
Internal method for adding a link to an adjacency list @param field which adjacency list (inlinks or outlinks) to use @param len
src/prefuse/data/Graph.java:450
↓ 2 callers
Method
addPaintListener
Add a PaintListener to this Display to receive notifications about paint events. @param pl the {@link prefuse.util.display.PaintListener} to add
src/prefuse/Display.java:1379
↓ 2 callers
Method
addPropertyChangeListener
Add a PropertyChangeListener to be notified of changes to the properties bounds to this TupleSet. @param lstnr the PropertyChangeListener to add
src/prefuse/data/tuple/TupleSet.java:175
↓ 2 callers
Method
addSet
Add a TupleSet to this composite. @param name the name of the TupleSet to add @param set the set to add
src/prefuse/data/tuple/CompositeTupleSet.java:59
↓ 2 callers
Method
addSpring
Add a Spring to the simulation. @param item1 the first endpoint of the spring @param item2 the second endpoint of the spring @return the Spring added
src/prefuse/util/force/ForceSimulator.java:158
↓ 2 callers
Method
addTree
Adds a tree to this visualization, using the given data group name. A visual abstraction of the data will be created and registered with the visualiza
src/prefuse/Visualization.java:463
↓ 2 callers
Method
addTuple
Add a Tuple to this table. If the Tuple is already a member of this table, nothing is done and null is returned. If the Tuple is not a member of this
src/prefuse/data/Table.java:776
↓ 2 callers
Method
advance
()
src/prefuse/data/util/UniqueRowIterator.java:31
↓ 2 callers
Method
advance
()
src/prefuse/data/util/FilterIterator.java:31
↓ 2 callers
Method
advance
()
src/prefuse/data/util/FilterRowIterator.java:36
↓ 2 callers
Method
advance
(int idx)
src/prefuse/data/util/RowManager.java:242
↓ 2 callers
Method
advance
()
src/prefuse/visual/AggregateTable.java:261
↓ 2 callers
Method
aggregateContains
Indicates if an item is a member of the aggregate at the given row @param row the table row of the aggregate @param member the item to check from cont
src/prefuse/visual/AggregateTable.java:139
↓ 2 callers
Method
aggregatedTuples
Get all VisualItems within the aggregate at the given table row. @param row the table row of the aggregate @return an iterator over the items in the a
src/prefuse/visual/AggregateTable.java:174
↓ 2 callers
Method
alwaysScheduleAfter
Schedules an Activity to start immediately after another Activity. The second Activity will be scheduled to start immediately after the first one fini
src/prefuse/activity/ActivityManager.java:150
↓ 2 callers
Method
animatePanAbs
Animate a pan along the specified distance in absolute (item-space) co-ordinates using the provided duration. @param dx the amount to pan along the x-
src/prefuse/Display.java:1195
↓ 2 callers
Method
animatePanAndZoomToAbs
Animate a pan to the specified location in absolute (item-space) co-ordinates and zoom to the given scale using the provided duration. @param p the po
src/prefuse/Display.java:1273
↓ 2 callers
Method
begin
Begin the XML document. This must be called before any other formatting methods. This method prints an XML header into the top of the output stream.
src/prefuse/util/io/XMLWriter.java:84
↓ 2 callers
Method
bifocal
(double x, double a, double r, double mag, double min, double max)
src/prefuse/action/distortion/BifocalDistortion.java:139
↓ 2 callers
Method
canGetDouble
Check if the given data field can return primitive <code>double</code> values. @param field the data field to check @return true if the data field can
src/prefuse/data/Tuple.java:337
↓ 2 callers
Method
cancel
Cancel the Action with the given name, if it has been scheduled. @param action the name of the Action to cancel @return the canceled Action
src/prefuse/Visualization.java:1199
↓ 2 callers
Method
checkGraphMLSchema
Checks if all Schema types are compatible with the GraphML specification. The GraphML spec only allows the types <code>int</code>, <code>long</code>,
src/prefuse/data/io/GraphMLWriter.java:190
↓ 2 callers
Method
childEdges
Get an iterator over the edges from this node to its tree children. @return an iterator over the edges to the child nodes
src/prefuse/data/Node.java:169
↓ 2 callers
Method
chooseGrowCapacity
Chooses a new prime table capacity optimized for growing that (approximately) satisfies the invariant <tt>c minLoadFactor <= size <= c maxLoadFactor</
src/prefuse/util/collections/AbstractHashMap.java:73
↓ 2 callers
Method
chooseHighWaterMark
Returns new high water mark threshold based on current capacity and maxLoadFactor. @return int the new threshold.
src/prefuse/util/collections/AbstractHashMap.java:84
↓ 2 callers
Method
clearAggregateMappings
Clears all aggregates mappings for the aggregate at the given row, optionally issuing a table update. @param row the table row of the aggregate @param
src/prefuse/visual/AggregateTable.java:116
↓ 2 callers
Method
comparator
()
src/prefuse/util/collections/IntSortedMap.java:19
↓ 2 callers
Method
createPalette
Create a color palette of the requested type and size.
src/prefuse/action/assignment/DataColorAction.java:309
↓ 2 callers
Method
createRangeSlider
Create a new range slider for interacting with the query, using the given orientation and direction. @param orientation the orientation (horizontal or
src/prefuse/data/query/RangeQueryBinding.java:172
↓ 2 callers
Method
createToggleGroup
(int type)
src/prefuse/data/query/ListQueryBinding.java:147
↓ 2 callers
Method
createVerticalRangeSlider
Create a new vertical range slider for interacting with the query. @return a {@link prefuse.util.ui.JRangeSlider} bound to this dynamic query.
src/prefuse/data/query/RangeQueryBinding.java:157
↓ 2 callers
Method
displayLayout
()
src/org/apache/widget/TabularDataVis.java:420
↓ 2 callers
Method
displayLayout
()
src/org/apache/widget/Congress.java:327
↓ 2 callers
Method
ensureCapacity
(int cap)
src/prefuse/util/collections/ByteArrayList.java:31
↓ 2 callers
Method
filterRows
Manually trigger a re-filtering of the rows of this table. If the filtering predicate concerns only items within this table, calling this method shoul
src/prefuse/data/CascadedTable.java:216
↓ 2 callers
Method
findPredecessor
(int key, int order)
src/prefuse/util/collections/IntIntTreeMap.java:218
↓ 2 callers
Method
finish
Finish the XML document.
src/prefuse/util/io/XMLWriter.java:352
↓ 2 callers
Method
fireActivityStarted
()
src/prefuse/activity/Activity.java:274
↓ 2 callers
Method
fireActivityStepped
()
src/prefuse/activity/Activity.java:282
↓ 2 callers
Method
fireChangeEvent
Fire a change event to listeners.
src/prefuse/util/ui/JValueSlider.java:322
↓ 2 callers
Method
getAggregatedRow
Get the row index to the aggregate mapping table for the given aggregate and contained VisualItem. @param row the table row of the aggregate @param me
src/prefuse/visual/AggregateTable.java:151
↓ 2 callers
Method
getAlignedPoint
Helper method, which calculates the top-left co-ordinate of a rectangle given the rectangle's alignment.
src/prefuse/render/EdgeRenderer.java:331
↓ 2 callers
Method
getArrayString
Given an array object, create a String showing the contents of the array using a "[a[0], a[1], ..., a[a.length-1]]" format. @param a the array object
src/prefuse/util/StringLib.java:29
↓ 2 callers
Method
getAsInputStream
()
src/prefuse/util/collections/ByteArrayList.java:65
↓ 2 callers
Method
getAxis
Resolve the axis type of a component, given a layout orientation @param c a Swing Component, should be either a Box or a Container using a BoxLayout.
src/prefuse/util/ui/UILib.java:183
↓ 2 callers
Method
getBounds
Get the bounding rectangle for all items in the given group. @param group the visual data group @return the bounding box of the items
src/prefuse/Visualization.java:1259
↓ 2 callers
Method
getBounds
@see prefuse.visual.VisualItem#getBounds()
src/prefuse/visual/tuple/TableVisualItem.java:353
↓ 2 callers
Method
getChild
Get the child node at the given index. @param node the parent Node @param idx the child index @return the child Node
src/prefuse/data/Tree.java:308
↓ 2 callers
Method
getChildRow
Given a row in the parent table, return the corresponding row managed by this manager. @param parentRow a row in the parent table @return the managed
src/prefuse/data/util/FilteredRowManager.java:102
↓ 2 callers
Method
getColumn
@see prefuse.data.Table#getColumn(int)
src/prefuse/data/CascadedTable.java:439
↓ 2 callers
Method
getColumnIterator
( Table t, String field, boolean val)
src/prefuse/data/util/FilterIteratorFactory.java:133
↓ 2 callers
Method
getColumnNumber
@see prefuse.data.Table#getColumnNumber(prefuse.data.column.Column)
src/prefuse/data/CascadedTable.java:424
↓ 2 callers
Method
getColumns
Internal method that returns an iterator over columns @return an iterator over columns
src/prefuse/data/Table.java:641
↓ 2 callers
Method
getComparison
Create a comparison predicate fof the given data value
src/prefuse/data/query/ListQueryBinding.java:156
↓ 2 callers
Method
getDataType
Return the Java data type for the given data field name and its sql data type. @param columnName the name of data field / column @param sqlType the fi
src/prefuse/data/io/sql/SQLDataHandler.java:39
↓ 2 callers
Method
getDatabaseConnection
Get a new database connection. @param conn the Connection object to the database @param handler the data handler to use @return a DatabaseDataSource f
src/prefuse/data/io/sql/ConnectionFactory.java:44
↓ 2 callers
Method
getDate
Get the data value at the given field as a <code>Date</code>. @param field the data field to retrieve @see #canGetDate(String)
src/prefuse/data/Tuple.java:506
↓ 2 callers
Method
getDate
Get the timestamp for the given year, month, and, day. @param c a Calendar to use to help compute the result. The state of the Calendar will be overwr
src/prefuse/util/TimeLib.java:168
↓ 2 callers
Method
getDefaultValue
Returns the default value for rows that have not been set explicitly.
src/prefuse/data/column/Column.java:94
↓ 2 callers
Method
getDistribution
Computes the distribution (either min/max or quantile values) used to help assign colors to data values.
src/prefuse/action/assignment/DataColorAction.java:284
← previous
next →
701–800 of 4,198, ranked by callers