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
↓ 11 callers
Method
trim
Trims an array to be exactly the target a size. @param a the array to trim @param size the desired size of the array. This value must be lesser than o
src/prefuse/util/ArrayLib.java:579
↓ 11 callers
Method
up
Callback to signal that the visitor has just ascended a level in the Expression tree.
src/prefuse/data/expression/ExpressionVisitor.java:27
↓ 10 callers
Method
end
Close the most recently opened tag. The tag will be followed by a newline, and the indentation level will be decreased.
src/prefuse/util/io/XMLWriter.java:296
↓ 10 callers
Method
fixUpInsert
(Entry x)
src/prefuse/util/collections/AbstractTreeMap.java:267
↓ 10 callers
Method
getAdjacentNode
Given a Node upon which this Edge is incident, the opposite incident Node is returned. Throws an exception if the input node is not incident on this E
src/prefuse/data/Edge.java:47
↓ 10 callers
Method
getColumnType
Returns the data type of the given field as a Java Class instance. @param field the data field @return the data type of the field, a Class instance in
src/prefuse/data/Tuple.java:53
↓ 10 callers
Method
getFirstChild
Get this node's first tree child. This is the same as looking up the node at index 0. @return this node's first child node
src/prefuse/data/Node.java:137
↓ 10 callers
Method
getIndex
Return the index for a given Object, indicating its order in the range. @param o the Object to lookup. @return the index of the Object in the range mo
src/prefuse/data/query/ObjectRangeModel.java:80
↓ 10 callers
Method
getLong
Get the data value at the given field as a <code>long</code>. @param field the data field to retrieve @see #canGetLong(String)
src/prefuse/data/Tuple.java:251
↓ 10 callers
Method
hasNext
@see java.util.Iterator#hasNext()
src/prefuse/data/tuple/TupleManager.java:166
↓ 10 callers
Method
isFixed
Indicates if the item is fixed, and so will not have its position changed by any layout or distortion actions. @return true if the item has a fixed po
src/prefuse/visual/VisualItem.java:215
↓ 10 callers
Method
isVisible
Indicates if this VisualItem is currently set to be visible. Items with the visible flag set false will not be drawn by a display. Invisible items are
src/prefuse/visual/VisualItem.java:138
↓ 10 callers
Method
next
@see java.util.Iterator#next()
src/prefuse/data/tuple/TupleManager.java:173
↓ 10 callers
Method
reset
Reset the clip to an empty status.
src/prefuse/util/display/Clip.java:24
↓ 10 callers
Method
set
Set the layout values for an axis label item.
src/prefuse/action/layout/AxisLabelLayout.java:531
↓ 10 callers
Method
setHorizontalAlignment
Set the horizontal alignment. @param align the horizontal alignment @see javax.swing.SwingConstants
src/prefuse/util/ui/JFastLabel.java:84
↓ 10 callers
Method
setInt
Set the data value at the specified row as an integer @param val the value to set @param row the row at which to set the value @throws DataTypeExcepti
src/prefuse/data/column/Column.java:170
↓ 10 callers
Method
setStrokeColor
Set 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:388
↓ 10 callers
Method
setValidated
Set this item's validated flag. This is for internal use by prefuse and, in general, should not be called by application code. @param value the value
src/prefuse/visual/VisualItem.java:128
↓ 10 callers
Method
setValueRange
Set the range model's backing values. @param lo the low value of the selected range @param hi the high value of the selected range @param min the mini
src/prefuse/data/query/NumberRangeModel.java:148
↓ 10 callers
Method
start
Print a start tag with attributes. The tag will be followed by a newline, and the indentation level will be increased. @param tag the tag name @param
src/prefuse/util/io/XMLWriter.java:169
↓ 9 callers
Method
accessCheck
()
src/prefuse/data/column/ColumnMetadata.java:117
↓ 9 callers
Method
addDataGroup
(String group, VisualTupleSet ts, TupleSet src)
src/prefuse/Visualization.java:256
↓ 9 callers
Method
addExtension
Add a file extension to this file filter. @param ext the file extension to add
src/prefuse/util/io/SimpleFileFilter.java:46
↓ 9 callers
Method
canGetString
Check if the given data field can return <code>String</code> values. @param field the data field to check @return true if the data field can return <c
src/prefuse/data/Tuple.java:439
↓ 9 callers
Method
checkForComodification
()
src/prefuse/util/collections/CopyOnWriteArrayList.java:1049
↓ 9 callers
Method
fireTableEvent
Fire a table event to notify listeners. @param row0 the starting row of the modified range @param row1 the ending row (inclusive) of the modified rang
src/prefuse/data/Table.java:1878
↓ 9 callers
Method
format
Get a String representation for the given value. @param value the object value to format @return a formatted String representing the input value
src/prefuse/data/parser/DataParser.java:24
↓ 9 callers
Method
getChild
Get the tree child node at the given index. @param idx the ordering index @return the child node at the given index
src/prefuse/data/Node.java:130
↓ 9 callers
Method
getColumn
Get a new column of the given type. @param type the column data type @return the new column
src/prefuse/data/column/ColumnFactory.java:22
↓ 9 callers
Method
getColumnCount
Get the number of columns in this schema. @return the number of columns
src/prefuse/data/Schema.java:244
↓ 9 callers
Method
getEndStrokeColor
Get the ending stroke color of this item. The stroke color is used to draw lines and the outlines of shapes. Color values as represented as an integer
src/prefuse/visual/VisualItem.java:424
↓ 9 callers
Method
getStroke
Get the current stroke used to draw lines and shape outlines. @return the stroke used to draw lines and shape outlines
src/prefuse/visual/VisualItem.java:666
↓ 9 callers
Method
getTransform
@see prefuse.render.AbstractShapeRenderer#getTransform(prefuse.visual.VisualItem)
src/prefuse/render/EdgeRenderer.java:242
↓ 9 callers
Method
getTuple
Get a Tuple corresponding to the given row index. @param row the row index @return the Tuple corresponding to the given row
src/prefuse/data/tuple/TupleManager.java:80
↓ 9 callers
Method
getType
Returns the type that this expression evaluates to when tuples with the given Schema are provided as input.
src/prefuse/data/expression/Expression.java:42
↓ 9 callers
Method
isStartVisible
Indicates if the start visible flag is set to true. This is the visibility value consulted for the staring value of the visibility field at the beginn
src/prefuse/visual/VisualItem.java:154
↓ 9 callers
Method
isValidRow
Indicates if a given row value is a valid, occupied row of the table. @param row the row index to check @return true if the row is valid and in use by
src/prefuse/data/util/RowManager.java:76
↓ 9 callers
Method
nodes
Get an iterator over all nodes in the graph. @return an iterator over Node instances
src/prefuse/data/Graph.java:1166
↓ 9 callers
Method
setDefault
Set the default value for the given field. @param col the column index of the field to set the default for @param val the new default value
src/prefuse/data/Schema.java:313
↓ 9 callers
Method
setStartVisible
Set the start visible flag. @param value true to set the start visible flag, false otherwise @see #STARTVISIBLE
src/prefuse/visual/VisualItem.java:161
↓ 9 callers
Method
tag
Internal method for printing a tag with attributes. @param tag the tag name @param names the names of the attributes @param values the values of the a
src/prefuse/util/io/XMLWriter.java:125
↓ 9 callers
Method
validityCheck
()
src/prefuse/Display.java:1531
↓ 8 callers
Method
add
Adds a new mapping to this RendererFactory. If an input item to {@link #getRenderer(VisualItem)} matches the predicate, then the corresponding Rendere
src/prefuse/render/DefaultRendererFactory.java:140
↓ 8 callers
Method
add
Add a color mapping rule to this ColorAction. VisualItems that match the provided predicate will be assigned the given color value (assuming they do n
src/prefuse/action/assignment/ColorAction.java:145
↓ 8 callers
Method
addChangeListener
Add a change listener to listen to this component. @param cl the change listener to add
src/prefuse/util/ui/JValueSlider.java:306
↓ 8 callers
Method
addFocusGroup
Add a new secondary, or focus, group to this visualization. By default the added group is an instance of {@link prefuse.data.tuple.DefaultTupleSet}. @
src/prefuse/Visualization.java:863
↓ 8 callers
Method
addItem
Add a VisualItem to this aggregate. @param item the item to add
src/prefuse/visual/AggregateItem.java:39
↓ 8 callers
Method
addRow
Add a row to this table. All data columns will be notified and will take on the appropriate default values for the added row. @return the row number o
src/prefuse/data/Table.java:326
↓ 8 callers
Method
addTupleSetListener
Add a listener to this tuple set that will be notified when tuples are added and removed from the set. @param tsl the TupleSetListener to add
src/prefuse/data/tuple/TupleSet.java:159
↓ 8 callers
Method
backup
(int amount)
src/prefuse/data/expression/parser/JavaCharStream.java:373
↓ 8 callers
Method
copyOf
(Object[] original, int newLength, Class newType)
src/prefuse/util/collections/CopyOnWriteArrayList.java:1229
↓ 8 callers
Method
dispose
Dispose of an index, deregistering all listeners.
src/prefuse/data/util/Index.java:70
↓ 8 callers
Method
getColumnIndex
()
src/prefuse/data/util/TreeIndex.java:81
↓ 8 callers
Method
getColumnRow
Given Table row and column indices, return the corresponding row in the underlying data column. This is of use for CascadedTable instances, which may
src/prefuse/data/util/RowManager.java:146
↓ 8 callers
Method
getEndFillColor
Get the ending fill color of this item. The fill color is used to fill the interior of shapes. Color values as represented as an integer containing th
src/prefuse/visual/VisualItem.java:496
↓ 8 callers
Method
getGroup
Get the TupleSet associated with the given data group name. @param group a visual data group name @return the data group TupleSet
src/prefuse/Visualization.java:833
↓ 8 callers
Method
getIndex
Retrieve, without creating, an index for the given data field. @param field the data field name of the column @return the stored index for the column,
src/prefuse/data/Table.java:703
↓ 8 callers
Method
getMaximum
()
src/prefuse/util/collections/IntSortedMap.java:12
↓ 8 callers
Method
getMaximum
Gets the maximum possible value for either the low value or the high value. @return the maximum possible range value
src/prefuse/util/ui/JRangeSlider.java:217
↓ 8 callers
Method
getMaximumRow
Get the maximum row index currently in use by this Table. @return the maximum row index
src/prefuse/data/Table.java:207
↓ 8 callers
Method
getMessage
You can also modify the body of this method to customize your error messages. For example, cases like LOOP_DETECTED and INVALID_LEXICAL_STATE are not
src/prefuse/data/expression/parser/TokenMgrError.java:114
↓ 8 callers
Method
getMinimum
()
src/prefuse/util/collections/IntSortedMap.java:11
↓ 8 callers
Method
insertionsort
(int[] a, double[] b, int p, int r)
src/prefuse/util/ArrayLib.java:687
↓ 8 callers
Method
instantiate
Instantiate this schema as a new Table instance. @return a new Table with this schema
src/prefuse/data/Schema.java:539
↓ 8 callers
Method
intersectLineLine
Compute the intersection of two line segments. @param a the first line segment @param b the second line segment @param intersect a Point in which to s
src/prefuse/util/GraphicsLib.java:44
↓ 8 callers
Method
isEndVisible
Indictes if the end visible flag is set to true. This is the visibility value consulted for the ending value of the visibility field at the end of an
src/prefuse/visual/VisualItem.java:170
↓ 8 callers
Method
isExpanded
Indicates this item is expanded. Only used for items that are part of a graph structure. @return true if expanded, false otherwise @see #EXPANDED
src/prefuse/visual/VisualItem.java:200
↓ 8 callers
Method
next
()
src/prefuse/util/collections/CopyOnWriteArrayList.java:937
↓ 8 callers
Method
paintArrow
This draws an arrow as a series of lines within the specified box. The last boolean specifies whether the point should be at the right/bottom or left/
src/prefuse/util/ui/JRangeSlider.java:464
↓ 8 callers
Method
parse
Parse the given text string to a data value. @param text the text string to parse @return the parsed data value, which will be an instance of the Clas
src/prefuse/data/parser/DataParser.java:42
↓ 8 callers
Method
parseDouble
Parse a double value from a text string. @param text the text string to parse @return the parsed double value @throws DataParseException if an error o
src/prefuse/data/parser/DoubleParser.java:60
↓ 8 callers
Method
run
Schedule the Action with the given name to run immediately. The running of all Actions is managed by the {@link prefuse.activity.ActivityManager}, whi
src/prefuse/Visualization.java:1134
↓ 8 callers
Method
run
(long elapsedTime)
src/prefuse/controls/ZoomingPanControl.java:113
↓ 8 callers
Method
safeLog10
The "safe" base 10 logarithm of the input value, handling negative values by simply making them positive and then negating the return value. @param x
src/prefuse/util/MathLib.java:51
↓ 8 callers
Method
setPacingFunction
Sets the pacing function associated with this Activity. Pacing functions are used to control the pace of animations. @param pfunc this Activity's new
src/prefuse/activity/Activity.java:344
↓ 8 callers
Method
setTransform
Set the 2D AffineTransform (e.g., scale, shear, pan, rotate) used by this display before rendering visual items. The provided transform must be invert
src/prefuse/Display.java:982
↓ 8 callers
Method
sort
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays. @param a the array
src/prefuse/util/ArrayLib.java:656
↓ 8 callers
Method
toScreen
Converts from a range value to screen coordinates.
src/prefuse/util/ui/JRangeSlider.java:551
↓ 8 callers
Method
updateDouble
Update the values in an interpolated column (a set of three columns representing a current value along with starting and ending values). The current v
src/prefuse/util/PrefuseLib.java:202
↓ 7 callers
Method
Expression
()
src/prefuse/data/expression/parser/ExpressionParser.java:643
↓ 7 callers
Method
addTableListener
Add a table listener to this table. @param listnr the listener to add
src/prefuse/data/Table.java:1846
↓ 7 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/AbstractColumn.java:275
↓ 7 callers
Method
columnChanged
Notification that a data column has changed. @param src the column that has changed @param type One of {@link EventConstants#INSERT}, {@link EventCons
src/prefuse/data/event/ColumnListener.java:22
↓ 7 callers
Method
error
(String s)
src/prefuse/data/io/GraphMLReader.java:356
↓ 7 callers
Method
escapeString
Escape a string such that it is safe to use in an XML document. @param str the string to escape
src/prefuse/util/io/XMLWriter.java:397
↓ 7 callers
Method
get
Returns the Activity associated with the given key. If the key is not found in this map, the parent map is consulted. If no result is found, null is r
src/prefuse/activity/ActivityMap.java:66
↓ 7 callers
Method
getDOI
Get 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:735
↓ 7 callers
Method
getFloat
Get the data value at the given field as a <code>float</code>. @param field the data field to retrieve @see #canGetFloat(String)
src/prefuse/data/Tuple.java:302
↓ 7 callers
Method
getInstance
Returns the active ActivityManager instance. @return the ActivityManager
src/prefuse/activity/ActivityManager.java:51
↓ 7 callers
Method
getItems
Get an iterator over all registered ForceItems. @return an iterator over the ForceItems.
src/prefuse/util/force/ForceSimulator.java:148
↓ 7 callers
Method
getKey
()
src/prefuse/util/collections/ObjectIntTreeMap.java:262
↓ 7 callers
Method
getLastChild
Get this node's last tree child. This is the same as looking up the node at the child count minus 1. @return this node's last child node
src/prefuse/data/Node.java:145
↓ 7 callers
Method
getParams
(VisualItem item)
src/prefuse/action/layout/graph/FruchtermanReingoldLayout.java:256
↓ 7 callers
Method
getPredicate
Returns the filtering Predicate used to control what items are drawn by this display. @return the filtering {@link prefuse.data.expression.Predicate}
src/prefuse/Display.java:395
↓ 7 callers
Method
getRendererFactory
Get the RendererFactory used by this Visualization. @return this Visualization's RendererFactory
src/prefuse/Visualization.java:1221
↓ 7 callers
Method
getSourceNode
Returns the first, or source, node upon which this Edge is incident. @return the source Node
src/prefuse/data/Edge.java:31
↓ 7 callers
Method
handleColumnChanged
Handle a column change event. @param c the modified column @param start the starting row of the modified range @param end the ending row (inclusive) o
src/prefuse/data/Table.java:1820
↓ 7 callers
Method
hasListeners
Indicates if any listeners are registered with this Expression. @return true if listeners are registered, false otherwise
src/prefuse/data/expression/AbstractExpression.java:49
↓ 7 callers
Method
hasNext
@see java.util.Iterator#hasNext()
src/prefuse/data/util/BreadthFirstIterator.java:135
← previous
next →
201–300 of 4,198, ranked by callers