MCPcopy Create free account

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

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

↓ 7 callersMethodhasNext
()
src/prefuse/visual/AggregateTable.java:253
↓ 7 callersMethodinitUI
Initialize the UI.
src/prefuse/util/ui/JToggleGroup.java:105
↓ 7 callersMethodisCacheValid
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 callersMethodisDirected
Indicates if this edge is directed or undirected. @return true if directed, false if undirected.
src/prefuse/data/Edge.java:24
↓ 7 callersMethodisValid
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 callersMethoditems
Get an iterator over all items, visible or not. @return an iterator over all items, visible or not.
src/prefuse/Visualization.java:955
↓ 7 callersMethodmaximum
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 callersMethodminimum
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 callersMethodnextEntry
()
src/prefuse/util/collections/AbstractTreeMap.java:518
↓ 7 callersMethodpaint
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 callersMethodparseLong
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 callersMethodreadGraph
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 callersMethodreadTable
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 callersMethodremoveAction
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 callersMethodrevertToDefault
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 callersMethodrun
()
src/org/apache/demo/MainFrame.java:702
↓ 7 callersMethodsetModel
Set the ListModel backing this component. @return the list model to use
src/prefuse/util/ui/JToggleGroup.java:212
↓ 7 callersMethodsetPlatformLookAndFeel
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 callersMethodsetStartX
Set the starting x-coordinate of this item. @param x the new starting x-coordinate @see #STARTX
src/prefuse/visual/VisualItem.java:299
↓ 7 callersMethodsetStartY
Set the starting y-coordinate of this item. @param y the new starting y-coordinate @see #STARTY
src/prefuse/visual/VisualItem.java:313
↓ 7 callersMethodsetTupleManager
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 callersMethodsetVerticalAlignment
Set the vertical alignment. @param align the vertical alignment @see javax.swing.SwingConstants
src/prefuse/util/ui/JFastLabel.java:74
↓ 7 callersMethodspacing
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 callersMethodstreamFromString
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 callersMethodtoString
@see java.lang.Object#toString()
src/prefuse/data/Table.java:1905
↓ 7 callersMethodvisitExpression
Callback made when visiting a particular expression. @param expr the expression currently being visited.
src/prefuse/data/expression/ExpressionVisitor.java:15
↓ 6 callersMethodReadByte
()
src/prefuse/data/expression/parser/JavaCharStream.java:160
↓ 6 callersMethodaddColumn
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 callersMethodaddColumnListener
Adds a listener to be notified when this column changes @param listener the ColumnListener to add
src/prefuse/data/column/Column.java:79
↓ 6 callersMethodaddForce
Add a new Force function to the simulator. @param f the Force function to add
src/prefuse/util/force/ForceSimulator.java:96
↓ 6 callersMethodaddStrut
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 callersMethodaddTuple
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 callersMethodalpha
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 callersMethodblue
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 callersMethodcanGet
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 callersMethodcontainsTuple
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 callersMethodcreateSearchPanel
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 callersMethoddeepHelper
(Tree t, Node n, int breadth, int depth, boolean left)
src/prefuse/util/GraphLib.java:261
↓ 6 callersMethodedgeRows
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 callersMethodedges
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 callersMethodgetColumnName
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 callersMethodgetConfig
()
src/org/apache/demo/JackConfig.java:18
↓ 6 callersMethodgetDoubleKey
()
src/prefuse/util/collections/DoubleIntTreeMap.java:237
↓ 6 callersMethodgetEdge
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 callersMethodgetEndTextColor
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 callersMethodgetFloatKey
()
src/prefuse/util/collections/FloatIntTreeMap.java:237
↓ 6 callersMethodgetHighValue
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 callersMethodgetIntKey
()
src/prefuse/util/collections/IntIntTreeMap.java:251
↓ 6 callersMethodgetItem
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 callersMethodgetLongKey
()
src/prefuse/util/collections/LongIntTreeMap.java:235
↓ 6 callersMethodgetLowValue
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 callersMethodgetMetadata
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 callersMethodgetParent
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 callersMethodgetPreviousSibling
Get this node's previous tree sibling. @return the previous sibling, or null if none
src/prefuse/data/Node.java:151
↓ 6 callersMethodgetStartX
Get the starting x-coordinate of this item. @return the starting x-coordinate @see #STARTX
src/prefuse/visual/VisualItem.java:292
↓ 6 callersMethodgetStartY
Get the starting y-coordinate of this item. @return the starting y-coordinate @see #STARTY
src/prefuse/visual/VisualItem.java:306
↓ 6 callersMethodgetStrokeColor
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 callersMethodgetTableRow
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 callersMethodgetTime
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 callersMethodgreen
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 callersMethodhasNext
@see java.util.Iterator#hasNext()
src/prefuse/data/util/TableIterator.java:51
↓ 6 callersMethodhasNext
()
src/prefuse/util/collections/CopyOnWriteArrayList.java:929
↓ 6 callersMethodinterp
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 callersMethodisHover
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 callersMethodlockSchema
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 callersMethodlookup
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 callersMethodpan
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 callersMethodparseFloat
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 callersMethodrangeCheck
(int row)
src/prefuse/data/column/ExpressionColumn.java:178
↓ 6 callersMethodred
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 callersMethodremove
(Object key)
src/prefuse/util/collections/ObjectIntSortedMap.java:31
↓ 6 callersMethodremoveColumnListener
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 callersMethodremoveFocus
()
src/org/apache/demo/LayoutTabUtils.java:53
↓ 6 callersMethodremoveTableListener
Remove a table listener from this table. @param listnr the listener to remove
src/prefuse/data/Table.java:1855
↓ 6 callersMethodremoveTuple
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 callersMethodsetDOI
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 callersMethodsetDate
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 callersMethodsetDefaultColor
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 callersMethodsetDefaultEdgeRenderer
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 callersMethodsetEndVisible
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 callersMethodsetEndX
Set the ending x-coordinate of this item. @param x the new ending x-coordinate @see #ENDX
src/prefuse/visual/VisualItem.java:327
↓ 6 callersMethodsetEndY
Set the ending y-coordinate of this item. @param y the new ending y-coordinate @see #ENDY
src/prefuse/visual/VisualItem.java:341
↓ 6 callersMethodsetFillColor
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 callersMethodsetLayoutBounds
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 callersMethodsetMaximumSize
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 callersMethodsetSelectedItem
@see javax.swing.ComboBoxModel#setSelectedItem(java.lang.Object)
src/prefuse/data/query/ListModel.java:62
↓ 6 callersMethodsetStartFillColor
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 callersMethodsetStartStrokeColor
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 callersMethodsetStartTextColor
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 callersMethodupdateVisible
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 callersMethodadd
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 callersMethodaddChild
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 callersMethodaddImage
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 callersMethodaddInternal
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 callersMethodaddPoint
(double[] pts, int idx, VisualItem item, int growth)
src/org/apache/widget/AggregateDemo.java:256
↓ 5 callersMethodaddRoot
Add a new root node to an empty Tree. @return the newly added root Node
src/prefuse/data/Tree.java:174
↓ 5 callersMethodcanSet
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 callersMethodcheckGroupExists
(String group)
src/prefuse/Visualization.java:249
↓ 5 callersMethodclearInternal
Clear the internal state without firing a notification. @return an array of removed tuples
src/prefuse/data/tuple/DefaultTupleSet.java:113
↓ 5 callersMethodclone
@see java.lang.Object#clone()
src/prefuse/data/parser/ParserFactory.java:73
← previousnext →301–400 of 4,198, ranked by callers