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
↓ 7 callers
Method
hasNext
()
src/prefuse/visual/AggregateTable.java:253
↓ 7 callers
Method
initUI
Initialize the UI.
src/prefuse/util/ui/JToggleGroup.java:105
↓ 7 callers
Method
isCacheValid
Check if this ExpressionColumn has a valid cached value at the given row. @param row the row to check for a valid cache entry @return true if the cach
src/prefuse/data/column/ExpressionColumn.java:123
↓ 7 callers
Method
isDirected
Indicates if this edge is directed or undirected. @return true if directed, false if undirected.
src/prefuse/data/Edge.java:24
↓ 7 callers
Method
isValid
Indicates if this Tuple is valid. Trying to get or set values on an invalid Tuple will result in a runtime exception. @return true if this Tuple is va
src/prefuse/data/Tuple.java:42
↓ 7 callers
Method
items
Get an iterator over all items, visible or not. @return an iterator over all items, visible or not.
src/prefuse/Visualization.java:955
↓ 7 callers
Method
maximum
Get the row (or one of the rows) with the maximum data value. @return a row with a maximum data value
src/prefuse/data/util/Index.java:88
↓ 7 callers
Method
minimum
Get the row (or one of the rows) with the minimum data value. @return a row with a minimum data value
src/prefuse/data/util/Index.java:82
↓ 7 callers
Method
nextEntry
()
src/prefuse/util/collections/AbstractTreeMap.java:518
↓ 7 callers
Method
paint
Render a shape associated with a VisualItem into a graphics context. This method uses the {@link java.awt.Graphics} interface methods when it can, as
src/prefuse/util/GraphicsLib.java:688
↓ 7 callers
Method
parseLong
Parse a long value from a text string. @param text the text string to parse @return the parsed long value @throws DataParseException if an error occur
src/prefuse/data/parser/LongParser.java:57
↓ 7 callers
Method
readGraph
Read in a graph from the file at the given location. Though not required by this interface, the String is typically resolved using the {@link prefuse.
src/prefuse/data/io/GraphReader.java:30
↓ 7 callers
Method
readTable
Read in a table from the file at the given location. Though not required by this interface, the String is typically resolved using the {@link prefuse.
src/prefuse/data/io/TableReader.java:27
↓ 7 callers
Method
removeAction
Remove a data processing Action registered with this visualization. If the removed action is currently running, it will be canceled. The visualization
src/prefuse/Visualization.java:1114
↓ 7 callers
Method
revertToDefault
Revert this tuple's value for the given field to the default value for the field. @param field the data field @see #getDefault(String)
src/prefuse/data/Tuple.java:171
↓ 7 callers
Method
run
()
src/org/apache/demo/MainFrame.java:702
↓ 7 callers
Method
setModel
Set the ListModel backing this component. @return the list model to use
src/prefuse/util/ui/JToggleGroup.java:212
↓ 7 callers
Method
setPlatformLookAndFeel
Set the look and feel of Java Swing user interface components to match that of the platform (Windows, Mac, Linux, etc) on which it is currently runnin
src/prefuse/util/ui/UILib.java:59
↓ 7 callers
Method
setStartX
Set the starting x-coordinate of this item. @param x the new starting x-coordinate @see #STARTX
src/prefuse/visual/VisualItem.java:299
↓ 7 callers
Method
setStartY
Set the starting y-coordinate of this item. @param y the new starting y-coordinate @see #STARTY
src/prefuse/visual/VisualItem.java:313
↓ 7 callers
Method
setTupleManager
Sets the TupleManager used by this Table. Use this method carefully, as it will cause all existing Tuples retrieved from this Table to be invalidated.
src/prefuse/data/Table.java:241
↓ 7 callers
Method
setVerticalAlignment
Set the vertical alignment. @param align the vertical alignment @see javax.swing.SwingConstants
src/prefuse/util/ui/JFastLabel.java:74
↓ 7 callers
Method
spacing
Print the current spacing (determined by the indentation level) into the document. This method is used by many of the other formatting methods, and so
src/prefuse/util/io/XMLWriter.java:375
↓ 7 callers
Method
streamFromString
Get an input string corresponding to the given location string. The string will first be resolved to a URL and an input stream will be requested from
src/prefuse/util/io/IOLib.java:126
↓ 7 callers
Method
toString
@see java.lang.Object#toString()
src/prefuse/data/Table.java:1905
↓ 7 callers
Method
visitExpression
Callback made when visiting a particular expression. @param expr the expression currently being visited.
src/prefuse/data/expression/ExpressionVisitor.java:15
↓ 6 callers
Method
ReadByte
()
src/prefuse/data/expression/parser/JavaCharStream.java:160
↓ 6 callers
Method
addColumn
Add a column with the given name and data type to this table. @param name the data field name for the column @param type the data type, as a Java Clas
src/prefuse/data/Table.java:476
↓ 6 callers
Method
addColumnListener
Adds a listener to be notified when this column changes @param listener the ColumnListener to add
src/prefuse/data/column/Column.java:79
↓ 6 callers
Method
addForce
Add a new Force function to the simulator. @param f the Force function to add
src/prefuse/util/force/ForceSimulator.java:96
↓ 6 callers
Method
addStrut
Add a strut, or rigid spacing, to a UI component @param b the component to add the strut to, should be either a Box or a Container using a BoxLayout.
src/prefuse/util/ui/UILib.java:119
↓ 6 callers
Method
addTuple
Add a Tuple to this TupleSet. This method is optional, and may result in an UnsupportedOperationException on some TupleSet implementations. @param t t
src/prefuse/data/tuple/TupleSet.java:35
↓ 6 callers
Method
alpha
Get the alpha component of the given color. @param color the color code @return the alpha component of the color (in the range 0-255)
src/prefuse/util/ColorLib.java:205
↓ 6 callers
Method
blue
Get the blue component of the given color. @param color the color code @return the blue component of the color (in the range 0-255)
src/prefuse/util/ColorLib.java:196
↓ 6 callers
Method
canGet
Indicates if the get method can be called without an exception being thrown for the given type. @param type the Class of the data type to check @retur
src/prefuse/data/column/AbstractColumn.java:253
↓ 6 callers
Method
containsTuple
Indicates if a given Tuple is contained within this TupleSet. @param t the tuple to check for containment @return true if the Tuple is in this TupleSe
src/prefuse/data/tuple/TupleSet.java:65
↓ 6 callers
Method
createSearchPanel
Create a new search text panel for searching over the data. @return a {@link prefuse.util.ui.JSearchPanel} bound to this dynamic query.
src/prefuse/data/query/SearchQueryBinding.java:86
↓ 6 callers
Method
deepHelper
(Tree t, Node n, int breadth, int depth, boolean left)
src/prefuse/util/GraphLib.java:261
↓ 6 callers
Method
edgeRows
Get an iterator over all edge ids (edge table row numbers). @return an iterator over all edge ids (edge table row numbers)
src/prefuse/data/Graph.java:1092
↓ 6 callers
Method
edges
Get an iterator over all incident edges, those for which this node is either the source or the target. @return an Iterator over all incident edges
src/prefuse/data/Node.java:65
↓ 6 callers
Method
getColumnName
The name of the column at the given position. @param col the column index @return the column name
src/prefuse/data/Schema.java:253
↓ 6 callers
Method
getConfig
()
src/org/apache/demo/JackConfig.java:18
↓ 6 callers
Method
getDoubleKey
()
src/prefuse/util/collections/DoubleIntTreeMap.java:237
↓ 6 callers
Method
getEdge
Get the Edge tuple instance corresponding to an edge id. @param e an edge id (edge table row number) @return the Node instance correspondi
src/prefuse/data/Graph.java:946
↓ 6 callers
Method
getEndTextColor
Get the ending text color of this item. The text color is used to draw text strings for the item. Color values as represented as an integer containing
src/prefuse/visual/VisualItem.java:568
↓ 6 callers
Method
getFloatKey
()
src/prefuse/util/collections/FloatIntTreeMap.java:237
↓ 6 callers
Method
getHighValue
Returns the current "high" value shown by the range slider's bar. The high value meets the constraint minimum <= lowValue <= highValue <= maximum.
src/prefuse/util/ui/JRangeSlider.java:174
↓ 6 callers
Method
getIntKey
()
src/prefuse/util/collections/IntIntTreeMap.java:251
↓ 6 callers
Method
getItem
Get the VisualItem for the given table row. @param row a table row index @return the VisualItem for the given table row
src/prefuse/visual/VisualTable.java:204
↓ 6 callers
Method
getLongKey
()
src/prefuse/util/collections/LongIntTreeMap.java:235
↓ 6 callers
Method
getLowValue
Returns the current "low" value shown by the range slider's bar. The low value meets the constraint minimum <= lowValue <= highValue <= maximum.
src/prefuse/util/ui/JRangeSlider.java:154
↓ 6 callers
Method
getMetadata
Return a metadata instance providing summary information about a column. @param field the data field name of the column @return the columns' associate
src/prefuse/data/Table.java:661
↓ 6 callers
Method
getParent
Get a node's parent node id @param node the child node id (node table row number) @return the parent node id, or -1 if there is no parent
src/prefuse/data/Tree.java:485
↓ 6 callers
Method
getPreviousSibling
Get this node's previous tree sibling. @return the previous sibling, or null if none
src/prefuse/data/Node.java:151
↓ 6 callers
Method
getStartX
Get the starting x-coordinate of this item. @return the starting x-coordinate @see #STARTX
src/prefuse/visual/VisualItem.java:292
↓ 6 callers
Method
getStartY
Get the starting y-coordinate of this item. @return the starting y-coordinate @see #STARTY
src/prefuse/visual/VisualItem.java:306
↓ 6 callers
Method
getStrokeColor
Get the current stroke color of this item. The stroke color is used to draw lines and the outlines of shapes. Color values as represented as an intege
src/prefuse/visual/VisualItem.java:376
↓ 6 callers
Method
getTableRow
Given a column row index and a table column index, return the table row corresponding to the column value. This is of use for CascadedTable instances,
src/prefuse/data/util/RowManager.java:161
↓ 6 callers
Method
getTime
Get a timestamp for the given hour, minute, and second. The date will be assumed to be January 1, 1970. @param c a Calendar to use to help compute the
src/prefuse/util/TimeLib.java:184
↓ 6 callers
Method
green
Get the green component of the given color. @param color the color code @return the green component of the color (in the range 0-255)
src/prefuse/util/ColorLib.java:187
↓ 6 callers
Method
hasNext
@see java.util.Iterator#hasNext()
src/prefuse/data/util/TableIterator.java:51
↓ 6 callers
Method
hasNext
()
src/prefuse/util/collections/CopyOnWriteArrayList.java:929
↓ 6 callers
Method
interp
Interpolate between two color values by the given mixing proportion. A mixing fraction of 0 will result in c1, a value of 1.0 will result in c2, and v
src/prefuse/util/ColorLib.java:340
↓ 6 callers
Method
isHover
Indicates if the item currently has the mouse pointer over it. @return true if the mouse pointer is over this item, false otherwise @see #HOVER
src/prefuse/visual/VisualItem.java:247
↓ 6 callers
Method
lockSchema
Locks the schema, preventing any additional changes. Locked schemas can not be unlocked! Cloned copies of a locked schema will not inherit this locked
src/prefuse/data/Schema.java:128
↓ 6 callers
Method
lookup
Lookup the value mapped to by the given item. @param item the item to lookup @return the result of the rule lookup
src/prefuse/action/EncoderAction.java:99
↓ 6 callers
Method
pan
Pans the view provided by this display in screen coordinates. @param dx the amount to pan along the x-dimension, in pixel units @param dy the amount t
src/prefuse/Display.java:1057
↓ 6 callers
Method
parseFloat
Parse a float value from a text string. @param text the text string to parse @return the parsed float value @throws DataParseException if an error occ
src/prefuse/data/parser/FloatParser.java:57
↓ 6 callers
Method
rangeCheck
(int row)
src/prefuse/data/column/ExpressionColumn.java:178
↓ 6 callers
Method
red
Get the red component of the given color. @param color the color code @return the red component of the color (in the range 0-255)
src/prefuse/util/ColorLib.java:178
↓ 6 callers
Method
remove
(Object key)
src/prefuse/util/collections/ObjectIntSortedMap.java:31
↓ 6 callers
Method
removeColumnListener
Removes a listener, causing it to no longer be notified of changes @param listener the ColumnListener to remove
src/prefuse/data/column/Column.java:85
↓ 6 callers
Method
removeFocus
()
src/org/apache/demo/LayoutTabUtils.java:53
↓ 6 callers
Method
removeTableListener
Remove a table listener from this table. @param listnr the listener to remove
src/prefuse/data/Table.java:1855
↓ 6 callers
Method
removeTuple
Remove a Tuple from this TupleSet. @param t the Tuple to remove @return true if the Tuple was found and removed, false otherwise
src/prefuse/data/tuple/TupleSet.java:53
↓ 6 callers
Method
setDOI
Set the degree-of-interest (DOI) value. The degree-of-interet is an optional value that can be used to sort items by importance, control item visibili
src/prefuse/visual/VisualItem.java:746
↓ 6 callers
Method
setDate
Set the data value at the specified row as a Date @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:374
↓ 6 callers
Method
setDefaultColor
Sets the default color for this ColorAction. Items will be assigned the default color if they do not match any registered rules. @param color the new
src/prefuse/action/assignment/ColorAction.java:134
↓ 6 callers
Method
setDefaultEdgeRenderer
Sets the default edge renderer. This renderer will be returned by {@link #getRenderer(VisualItem)} whenever there are no matching predicates and the i
src/prefuse/render/DefaultRendererFactory.java:117
↓ 6 callers
Method
setEndVisible
Set the end visible flag. @param value true to set the end visible flag, false otherwise @see #ENDVISIBLE
src/prefuse/visual/VisualItem.java:177
↓ 6 callers
Method
setEndX
Set the ending x-coordinate of this item. @param x the new ending x-coordinate @see #ENDX
src/prefuse/visual/VisualItem.java:327
↓ 6 callers
Method
setEndY
Set the ending y-coordinate of this item. @param y the new ending y-coordinate @see #ENDY
src/prefuse/visual/VisualItem.java:341
↓ 6 callers
Method
setFillColor
Set 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:460
↓ 6 callers
Method
setLayoutBounds
Explicitly set the layout bounds. A reference to the input rectangle instance is maintained, not a copy, and so any subsequent changes to the rectangl
src/prefuse/action/layout/Layout.java:106
↓ 6 callers
Method
setMaximumSize
Set the maximum size value that will be assigned by this action. By default, the maximum size value is determined automatically from the data, faithfu
src/prefuse/action/assignment/DataSizeAction.java:272
↓ 6 callers
Method
setSelectedItem
@see javax.swing.ComboBoxModel#setSelectedItem(java.lang.Object)
src/prefuse/data/query/ListModel.java:62
↓ 6 callers
Method
setStartFillColor
Set the starting fill color of this item. The fill color is used to fill the interior of shapes. Color values as represented as an integer containing
src/prefuse/visual/VisualItem.java:484
↓ 6 callers
Method
setStartStrokeColor
Set the starting stroke color of this item. The stroke color is used to draw lines and the outlines of shapes. Color values as represented as an integ
src/prefuse/visual/VisualItem.java:412
↓ 6 callers
Method
setStartTextColor
Set the starting text color of this item. The text color is used to draw text strings for the item. Color values as represented as an integer containi
src/prefuse/visual/VisualItem.java:556
↓ 6 callers
Method
updateVisible
Update the visibility of an item. The current visibility will become the new starting visibility, while the given visibility value will become the new
src/prefuse/util/PrefuseLib.java:233
↓ 5 callers
Method
add
Add a size mapping rule to this SizeAction. VisualItems that match the provided predicate will be assigned the given size value (assuming they do not
src/prefuse/action/assignment/SizeAction.java:87
↓ 5 callers
Method
addChild
Add a child node to the given parent node. An edge between the two will also be created. @param parent the parent node id (node table row number) @ret
src/prefuse/data/Tree.java:184
↓ 5 callers
Method
addImage
Adds an image associated with a location string to this factory's cache. The image will be scaled as dictated by this current factory settings. @para
src/prefuse/render/ImageFactory.java:172
↓ 5 callers
Method
addInternal
Adds a tuple without firing a notification. @param t the Tuple to add @return the added Tuple
src/prefuse/data/tuple/DefaultTupleSet.java:65
↓ 5 callers
Method
addPoint
(double[] pts, int idx, VisualItem item, int growth)
src/org/apache/widget/AggregateDemo.java:256
↓ 5 callers
Method
addRoot
Add a new root node to an empty Tree. @return the newly added root Node
src/prefuse/data/Tree.java:174
↓ 5 callers
Method
canSet
Indicates if the set method can be called without an exception being thrown for the given type. @param type the Class of the data type to check @retur
src/prefuse/data/column/Column.java:116
↓ 5 callers
Method
checkGroupExists
(String group)
src/prefuse/Visualization.java:249
↓ 5 callers
Method
clearInternal
Clear the internal state without firing a notification. @return an array of removed tuples
src/prefuse/data/tuple/DefaultTupleSet.java:113
↓ 5 callers
Method
clone
@see java.lang.Object#clone()
src/prefuse/data/parser/ParserFactory.java:73
← previous
next →
301–400 of 4,198, ranked by callers