MCPcopy Create free account

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

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

↓ 11 callersMethodtrim
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 callersMethodup
Callback to signal that the visitor has just ascended a level in the Expression tree.
src/prefuse/data/expression/ExpressionVisitor.java:27
↓ 10 callersMethodend
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 callersMethodfixUpInsert
(Entry x)
src/prefuse/util/collections/AbstractTreeMap.java:267
↓ 10 callersMethodgetAdjacentNode
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 callersMethodgetColumnType
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 callersMethodgetFirstChild
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 callersMethodgetIndex
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 callersMethodgetLong
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 callersMethodhasNext
@see java.util.Iterator#hasNext()
src/prefuse/data/tuple/TupleManager.java:166
↓ 10 callersMethodisFixed
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 callersMethodisVisible
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 callersMethodnext
@see java.util.Iterator#next()
src/prefuse/data/tuple/TupleManager.java:173
↓ 10 callersMethodreset
Reset the clip to an empty status.
src/prefuse/util/display/Clip.java:24
↓ 10 callersMethodset
Set the layout values for an axis label item.
src/prefuse/action/layout/AxisLabelLayout.java:531
↓ 10 callersMethodsetHorizontalAlignment
Set the horizontal alignment. @param align the horizontal alignment @see javax.swing.SwingConstants
src/prefuse/util/ui/JFastLabel.java:84
↓ 10 callersMethodsetInt
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 callersMethodsetStrokeColor
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 callersMethodsetValidated
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 callersMethodsetValueRange
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 callersMethodstart
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 callersMethodaccessCheck
()
src/prefuse/data/column/ColumnMetadata.java:117
↓ 9 callersMethodaddDataGroup
(String group, VisualTupleSet ts, TupleSet src)
src/prefuse/Visualization.java:256
↓ 9 callersMethodaddExtension
Add a file extension to this file filter. @param ext the file extension to add
src/prefuse/util/io/SimpleFileFilter.java:46
↓ 9 callersMethodcanGetString
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 callersMethodcheckForComodification
()
src/prefuse/util/collections/CopyOnWriteArrayList.java:1049
↓ 9 callersMethodfireTableEvent
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 callersMethodformat
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 callersMethodgetChild
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 callersMethodgetColumn
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 callersMethodgetColumnCount
Get the number of columns in this schema. @return the number of columns
src/prefuse/data/Schema.java:244
↓ 9 callersMethodgetEndStrokeColor
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 callersMethodgetStroke
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 callersMethodgetTransform
@see prefuse.render.AbstractShapeRenderer#getTransform(prefuse.visual.VisualItem)
src/prefuse/render/EdgeRenderer.java:242
↓ 9 callersMethodgetTuple
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 callersMethodgetType
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 callersMethodisStartVisible
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 callersMethodisValidRow
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 callersMethodnodes
Get an iterator over all nodes in the graph. @return an iterator over Node instances
src/prefuse/data/Graph.java:1166
↓ 9 callersMethodsetDefault
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 callersMethodsetStartVisible
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 callersMethodtag
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 callersMethodvalidityCheck
()
src/prefuse/Display.java:1531
↓ 8 callersMethodadd
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 callersMethodadd
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 callersMethodaddChangeListener
Add a change listener to listen to this component. @param cl the change listener to add
src/prefuse/util/ui/JValueSlider.java:306
↓ 8 callersMethodaddFocusGroup
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 callersMethodaddItem
Add a VisualItem to this aggregate. @param item the item to add
src/prefuse/visual/AggregateItem.java:39
↓ 8 callersMethodaddRow
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 callersMethodaddTupleSetListener
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 callersMethodbackup
(int amount)
src/prefuse/data/expression/parser/JavaCharStream.java:373
↓ 8 callersMethodcopyOf
(Object[] original, int newLength, Class newType)
src/prefuse/util/collections/CopyOnWriteArrayList.java:1229
↓ 8 callersMethoddispose
Dispose of an index, deregistering all listeners.
src/prefuse/data/util/Index.java:70
↓ 8 callersMethodgetColumnIndex
()
src/prefuse/data/util/TreeIndex.java:81
↓ 8 callersMethodgetColumnRow
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 callersMethodgetEndFillColor
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 callersMethodgetGroup
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 callersMethodgetIndex
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 callersMethodgetMaximum
()
src/prefuse/util/collections/IntSortedMap.java:12
↓ 8 callersMethodgetMaximum
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 callersMethodgetMaximumRow
Get the maximum row index currently in use by this Table. @return the maximum row index
src/prefuse/data/Table.java:207
↓ 8 callersMethodgetMessage
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 callersMethodgetMinimum
()
src/prefuse/util/collections/IntSortedMap.java:11
↓ 8 callersMethodinsertionsort
(int[] a, double[] b, int p, int r)
src/prefuse/util/ArrayLib.java:687
↓ 8 callersMethodinstantiate
Instantiate this schema as a new Table instance. @return a new Table with this schema
src/prefuse/data/Schema.java:539
↓ 8 callersMethodintersectLineLine
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 callersMethodisEndVisible
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 callersMethodisExpanded
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 callersMethodnext
()
src/prefuse/util/collections/CopyOnWriteArrayList.java:937
↓ 8 callersMethodpaintArrow
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 callersMethodparse
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 callersMethodparseDouble
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 callersMethodrun
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 callersMethodrun
(long elapsedTime)
src/prefuse/controls/ZoomingPanControl.java:113
↓ 8 callersMethodsafeLog10
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 callersMethodsetPacingFunction
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 callersMethodsetTransform
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 callersMethodsort
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 callersMethodtoScreen
Converts from a range value to screen coordinates.
src/prefuse/util/ui/JRangeSlider.java:551
↓ 8 callersMethodupdateDouble
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 callersMethodExpression
()
src/prefuse/data/expression/parser/ExpressionParser.java:643
↓ 7 callersMethodaddTableListener
Add a table listener to this table. @param listnr the listener to add
src/prefuse/data/Table.java:1846
↓ 7 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/AbstractColumn.java:275
↓ 7 callersMethodcolumnChanged
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 callersMethoderror
(String s)
src/prefuse/data/io/GraphMLReader.java:356
↓ 7 callersMethodescapeString
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 callersMethodget
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 callersMethodgetDOI
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 callersMethodgetFloat
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 callersMethodgetInstance
Returns the active ActivityManager instance. @return the ActivityManager
src/prefuse/activity/ActivityManager.java:51
↓ 7 callersMethodgetItems
Get an iterator over all registered ForceItems. @return an iterator over the ForceItems.
src/prefuse/util/force/ForceSimulator.java:148
↓ 7 callersMethodgetKey
()
src/prefuse/util/collections/ObjectIntTreeMap.java:262
↓ 7 callersMethodgetLastChild
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 callersMethodgetParams
(VisualItem item)
src/prefuse/action/layout/graph/FruchtermanReingoldLayout.java:256
↓ 7 callersMethodgetPredicate
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 callersMethodgetRendererFactory
Get the RendererFactory used by this Visualization. @return this Visualization's RendererFactory
src/prefuse/Visualization.java:1221
↓ 7 callersMethodgetSourceNode
Returns the first, or source, node upon which this Edge is incident. @return the source Node
src/prefuse/data/Edge.java:31
↓ 7 callersMethodhandleColumnChanged
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 callersMethodhasListeners
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 callersMethodhasNext
@see java.util.Iterator#hasNext()
src/prefuse/data/util/BreadthFirstIterator.java:135
← previousnext →201–300 of 4,198, ranked by callers