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
↓ 2 callers
Method
nextFloat
()
src/prefuse/util/collections/LiteralIterator.java:16
↓ 2 callers
Method
normalize
(double angle)
src/prefuse/action/layout/graph/RadialTreeLayout.java:259
↓ 2 callers
Method
ordinalMap
Get map mapping from column values (as Object instances) to their ordinal index in a sorted array. @param tuples an iterator over tuples @param field
src/prefuse/util/DataLib.java:143
↓ 2 callers
Method
outEdgeRows
Get an iterator over all edges that have the given node as a source. That is, edges that link out from the given source node. @param node
src/prefuse/data/Graph.java:1155
↓ 2 callers
Method
paintBufferToScreen
Paints the offscreen buffer to the provided graphics context. @param g the Graphics context to paint to
src/prefuse/Display.java:734
↓ 2 callers
Method
parse
(String s, Class type)
src/prefuse/data/io/GraphMLReader.java:345
↓ 2 callers
Method
parseByte
Parse an int value from a text string. @param text the text string to parse @return the parsed int value @throws DataParseException if an error occurs
src/prefuse/data/parser/ByteParser.java:54
↓ 2 callers
Method
parseDate
Parse a Date value from a text string. @param text the text string to parse @return the parsed Date value @throws DataParseException if an error occur
src/prefuse/data/parser/DateParser.java:79
↓ 2 callers
Method
parseInt
Parse an int value from a text string. @param text the text string to parse @return the parsed int value @throws DataParseException if an error occurs
src/prefuse/data/parser/ColorIntParser.java:61
↓ 2 callers
Method
parseTime
Parse a Time value from a text string. @param text the text string to parse @return the parsed Time value @throws DataParseException if an error occur
src/prefuse/data/parser/TimeParser.java:67
↓ 2 callers
Method
printSchema
Print a table schema to a GraphML file @param xml the XMLWriter to write to @param group the data group (node or edge) for the schema @param s the sch
src/prefuse/data/io/GraphMLWriter.java:152
↓ 2 callers
Method
process
Process a data value from a ResultSet, translating it into a Java data value and storing it in a Table. @param t the Table in which to store the resul
src/prefuse/data/io/sql/SQLDataHandler.java:28
↓ 2 callers
Method
quantiles
Compute the n-quantile boundaries for a set of values. The result is an n+1 size array holding the minimum value in the first entry and then n quantil
src/prefuse/util/MathLib.java:163
↓ 2 callers
Method
rangeCheck
(int column, boolean grow)
src/prefuse/data/parser/TypeInferencer.java:43
↓ 2 callers
Method
rangeCheck
(int i)
src/prefuse/util/collections/ByteArrayList.java:25
↓ 2 callers
Method
read
Scans the input stream, making call backs for each encountered entry on the provided TextReadListener. @param is the InputStream to read @param trl th
src/prefuse/data/io/AbstractTextTableReader.java:220
↓ 2 callers
Method
remLink
Internal method for removing a link from an adjacency list @param field which adjacency list (inlinks or outlinks) to use @param len
src/prefuse/data/Graph.java:478
↓ 2 callers
Method
removeActivityListener
Remove a registered ActivityListener @param l the ActivityListener to remove
src/prefuse/activity/Activity.java:258
↓ 2 callers
Method
removeChild
Remove a node and its entire subtree rooted at the node from the tree. @param node the node id (node table row number) to remove @return true if the n
src/prefuse/data/Tree.java:252
↓ 2 callers
Method
removeColumn
Internal method for removing a column. @param idx the column number of the column to remove @return the removed Column instance
src/prefuse/data/Table.java:574
↓ 2 callers
Method
removeNode
Remove a node from the graph, also removing all incident edges. @param node the node id (node table row number) of the node to remove @ret
src/prefuse/data/Graph.java:640
↓ 2 callers
Method
removePaintListener
Remove a PaintListener from this Display. @param pl the {@link prefuse.util.display.PaintListener} to remove
src/prefuse/Display.java:1389
↓ 2 callers
Method
removePropertyChangeListener
Remove a PropertyChangeListener from this TupleSet. @param lstnr the PropertyChangeListener to remove
src/prefuse/data/tuple/TupleSet.java:190
↓ 2 callers
Method
removeTupleSetListener
Remove a listener from this tuple set. @param tsl the TupleSetListener to remove
src/prefuse/data/tuple/TupleSet.java:165
↓ 2 callers
Method
requestFocus
Request the keyboard focus for this component.
src/prefuse/util/ui/JSearchPanel.java:305
↓ 2 callers
Method
revertToDefault
Reverts the specified row back to the column's default value. @param row
src/prefuse/data/column/Column.java:100
↓ 2 callers
Method
rows
Get an iterator over the table rows. @return an iterator over the table rows
src/prefuse/data/util/RowManager.java:205
↓ 2 callers
Method
run
Schedules this Activity to start immediately.
src/prefuse/activity/Activity.java:69
↓ 2 callers
Method
runAction
Runs an optional action upon anchor update. @param e MouseEvent
src/prefuse/controls/AnchorUpdateControl.java:133
↓ 2 callers
Method
runAfter
Schedules this Activity to start immediately after another Activity. This Activity will be scheduled to start immediately after the first one finishes
src/prefuse/activity/Activity.java:98
↓ 2 callers
Method
runSimulator
Run the simulator for one timestep. @param timestep the span of the timestep for which to run the simulator
src/prefuse/util/force/ForceSimulator.java:201
↓ 2 callers
Method
sample
Sample a data value against the parsers, updating the parser candidates. @param val the String value to sample
src/prefuse/data/parser/ParserFactory.java:129
↓ 2 callers
Method
scheduleAfter
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:131
↓ 2 callers
Method
scheduleAt
Schedules an Activity at the specified startTime, overwriting the Activity's currently set startTime. @param a the Activity to schedule @param startTi
src/prefuse/activity/ActivityManager.java:113
↓ 2 callers
Method
schemaCheck
()
src/prefuse/data/io/GraphMLReader.java:285
↓ 2 callers
Method
search
Searches the Lucene index using the given query String, returns an object which provides access to the search results. @param query the search query @
src/prefuse/data/search/LuceneSearcher.java:168
↓ 2 callers
Method
sendToJSplitPane
将图形展现到JSplitPane上并在inofPanel中显示图形相关信息
src/org/apache/demo/MainFrame.java:589
↓ 2 callers
Method
set
Set the data value at the specified row @param val the value to set @param row the row at which to set the value
src/prefuse/data/column/ObjectColumn.java:155
↓ 2 callers
Method
set
Set the layout position of an item.
src/prefuse/action/layout/AxisLayout.java:294
↓ 2 callers
Method
setAction
设置Action
src/org/apache/demo/GraphUtils.java:87
↓ 2 callers
Method
setBackground
@see java.awt.Component#setBackground(java.awt.Color)
src/prefuse/util/ui/JValueSlider.java:336
↓ 2 callers
Method
setBackgroundPainter
(BackgroundPainter bg)
src/prefuse/Display.java:503
↓ 2 callers
Method
setBaseSize
Sets the base size, in pixels, for shapes drawn by this renderer. The base size is the width and height value used when a VisualItem's size value is 1
src/prefuse/render/ShapeRenderer.java:46
↓ 2 callers
Method
setBounds
Set the bounding box for this item. This method is used by Renderer modules when the bounds are validated, or set by processing Actions used in conjun
src/prefuse/visual/VisualItem.java:362
↓ 2 callers
Method
setColorPalette
Sets the internal color palette, an int array of color values. @param palette the new palette.
src/prefuse/util/ColorMap.java:62
↓ 2 callers
Method
setDataField
Set the data field used by this axis layout action. The values of the data field will determine the position of items along the axis. Note that this m
src/prefuse/action/layout/AxisLayout.java:96
↓ 2 callers
Method
setDataField
Set the data field used to encode size values. @param field the data field to map to size values
src/prefuse/action/assignment/DataColorAction.java:114
↓ 2 callers
Method
setDataType
Set the data type used by this action. @param type the data type used by this action, one of {@link prefuse.Constants#NOMINAL}, {@link prefuse.Constan
src/prefuse/action/assignment/DataColorAction.java:134
↓ 2 callers
Method
setDate
Set the data value of the given field with a <code>Date</code>. @param field the data field to set @param val the value to set @see #canSetDate(String
src/prefuse/data/Tuple.java:514
↓ 2 callers
Method
setDefaultRenderer
Sets the default renderer. This renderer will be returned by {@link #getRenderer(VisualItem)} whenever there are no matching predicates and the input
src/prefuse/render/DefaultRendererFactory.java:94
↓ 2 callers
Method
setDisplay
(Display display)
src/prefuse/controls/ZoomingPanControl.java:110
↓ 2 callers
Method
setEndFont
Set the ending font for the item. The font is used as the default typeface for drawing text for this item. @param font the ending font value @see #END
src/prefuse/visual/VisualItem.java:722
↓ 2 callers
Method
setExtent
@see javax.swing.BoundedRangeModel#setExtent(int)
src/prefuse/data/query/NumberRangeModel.java:303
↓ 2 callers
Method
setField
Set the color field name that this ColorAction should set. The ColorAction will automatically try to update the start and end values for this field if
src/prefuse/action/assignment/ColorAction.java:115
↓ 2 callers
Method
setFont
Sets the font for a component and all components contained within it. @param c the parent component of the component subtree to set @param font the fo
src/prefuse/util/ui/UILib.java:218
↓ 2 callers
Method
setForeground
@see java.awt.Component#setForeground(java.awt.Color)
src/prefuse/util/ui/JSearchPanel.java:406
↓ 2 callers
Method
setHorizontalPadding
Sets the amount of padding in pixels between the content and the border of this item along the horizontal dimension. @param xpad the horiz
src/prefuse/render/LabelRenderer.java:839
↓ 2 callers
Method
setLong
Set the data value of the given row and field as a <code>long</code>. @param row the table row to set @param field the data field to set @param val th
src/prefuse/data/Table.java:1108
↓ 2 callers
Method
setLong
@see prefuse.data.column.AbstractColumn#setLong(long, int)
src/prefuse/data/column/DateColumn.java:158
↓ 2 callers
Method
setMaxValue
Set the suggested maximum value for a parameter. This value is not strictly enforced, but is used by interface components that allow force parameters
src/prefuse/util/force/Force.java:78
↓ 2 callers
Method
setMinExtent
Sets the minimum extent (difference between low and high values). This method <strong>does not</strong> change the current state of the model, but can
src/prefuse/util/ui/JRangeSlider.java:235
↓ 2 callers
Method
setMinValue
Set the suggested minimum value for a parameter. This value is not strictly enforced, but is used by interface components that allow force parameters
src/prefuse/util/force/Force.java:69
↓ 2 callers
Method
setMinimumSize
Sets the size assigned to the lowest-valued data items. By default, this value is 1.0. @param size the new size for the lowest-valued data items
src/prefuse/action/assignment/DataSizeAction.java:223
↓ 2 callers
Method
setName
(String name)
src/org/apache/demo/User.java:21
↓ 2 callers
Method
setNeighborHighlight
Set the highlighted state of the neighbors of a node. @param n the node under consideration @param state the highlighting state to apply to neighbors
src/prefuse/controls/NeighborHighlightControl.java:64
↓ 2 callers
Method
setNodeDimensions
(NodeItem n, double w, double h)
src/prefuse/action/layout/graph/SquarifiedTreeMapLayout.java:320
↓ 2 callers
Method
setNumberFormat
Set the formatter used to format labels for numerical values. @param nf the <code>NumberFormat</code> used to format numerical labels.
src/prefuse/action/layout/AxisLabelLayout.java:129
↓ 2 callers
Method
setRange
Set the slider range span. @param lowValue the low value of the slider range @param highValue the high value of the slider range
src/prefuse/util/ui/JRangeSlider.java:192
↓ 2 callers
Method
setRangeModel
Set the range model determining the span of the axis. This model controls the minimum and maximum values of the layout, as provided by the {@link pref
src/prefuse/action/layout/AxisLayout.java:118
↓ 2 callers
Method
setRenderType
Sets a value indicating if a shape is drawn by its outline, by a fill, or both. The default is to draw both. @param type the new rendering
src/prefuse/render/AbstractShapeRenderer.java:169
↓ 2 callers
Method
setRenderer
设置渲染器
src/org/apache/demo/GraphUtils.java:72
↓ 2 callers
Method
setShape
Set the current shape value of the item. One of the SHAPE constants included in the {@link prefuse.Constants} class. This value only has an effect if
src/prefuse/visual/VisualItem.java:658
↓ 2 callers
Method
setStartFont
Set the starting font for the item. The font is used as the default typeface for drawing text for this item. @param font the starting font value @see
src/prefuse/visual/VisualItem.java:706
↓ 2 callers
Method
setStartSize
Set the starting size value of the item. Size values are typically used to scale an item, either in one-dimension (e.g., a bar chart length) or two-di
src/prefuse/visual/VisualItem.java:618
↓ 2 callers
Method
setTextColor
Set the current text color of this item. The text color is used to draw text strings for the item. Color values as represented as an integer containin
src/prefuse/visual/VisualItem.java:532
↓ 2 callers
Method
setThumbColor
Set the slider thumb color. This is the part of the slider between the range resize buttons. @param thumbColor the slider thumb color
src/prefuse/util/ui/JRangeSlider.java:262
↓ 2 callers
Method
setTupleManagers
Set the tuple managers used to manage the Node and Edge tuples of this Graph. @param ntm the TupleManager to use for nodes @param etm
src/prefuse/data/Graph.java:325
↓ 2 callers
Method
setValue
Set a data field value for all items in a given data group matching a given filter predicate. @param group the visual data group name @param p the fil
src/prefuse/Visualization.java:1040
↓ 2 callers
Method
setVerticalPadding
Sets the amount of padding in pixels between the content and the border of this item along the vertical dimension. @param ypad the vertica
src/prefuse/render/LabelRenderer.java:860
↓ 2 callers
Method
setVisualization
@see prefuse.action.Action#setVisualization(prefuse.Visualization)
src/prefuse/action/EncoderAction.java:127
↓ 2 callers
Method
setX
Update the x-coordinate of an item. The current x value will become the new starting x value, while the given value will become the new current x and
src/prefuse/util/PrefuseLib.java:249
↓ 2 callers
Method
setY
Update the y-coordinate of an item. The current y value will become the new starting y value, while the given value will become the new current x and
src/prefuse/util/PrefuseLib.java:269
↓ 2 callers
Method
showDocument
Display a file in the system browser. @param url the file's url
src/prefuse/util/ui/BrowserLauncher.java:42
↓ 2 callers
Method
size
Returns the number of elements in this list. @return the number of elements in this list
src/prefuse/util/collections/CopyOnWriteArrayList.java:137
↓ 2 callers
Method
sortedChildren
(final NodeItem n)
src/prefuse/action/layout/graph/RadialTreeLayout.java:269
↓ 2 callers
Method
stopThread
Stops the activity manager thread. All scheduled actvities are canceled, and then the thread is then notified to stop running.
src/prefuse/activity/ActivityManager.java:81
↓ 2 callers
Method
tableChanged
Notification that a table has changed. @param t the table that has changed @param start the starting row index of the changed table region @param end
src/prefuse/data/event/TableListener.java:26
↓ 2 callers
Method
toDoubleArray
Get an array of doubles containing all column values for a given table and field. The {@link Table#canGetDouble(String)} method must return true for t
src/prefuse/util/DataLib.java:55
↓ 2 callers
Method
tuples
Get an iterator over the tuples in this table. @return an iterator over the table tuples @see prefuse.data.tuple.TupleSet#tuples()
src/prefuse/data/Table.java:1602
↓ 2 callers
Method
tuplesReversed
Get an iterator over the tuples in this table in reverse order. @return an iterator over the table tuples in reverse order
src/prefuse/data/Table.java:1610
↓ 2 callers
Method
updateArea
(NodeItem n, Rectangle2D r)
src/prefuse/action/layout/graph/SquarifiedTreeMapLayout.java:205
↓ 2 callers
Method
updateArrowHead
Update the dimensions of the arrow head, creating a new arrow head if necessary. The return value is also set as the member variable <code>m_arrowHead
src/prefuse/render/EdgeRenderer.java:224
↓ 2 callers
Method
updateNodePositions
()
src/prefuse/action/layout/graph/ForceDirectedLayout.java:297
↓ 2 callers
Method
updateRowCount
Internal method that updates the row counts for local data columns.
src/prefuse/data/Table.java:350
↓ 2 callers
Method
validRowCheck
Check a row for validity, optionally throwing an exception when an invalid row is found. @param row the row to check @param throwException indicates i
src/prefuse/visual/AggregateTable.java:213
↓ 2 callers
Method
value
(int val)
src/prefuse/data/query/NumberRangeModel.java:256
↓ 2 callers
Method
valueChanged
(ListSelectionEvent neverUsed)
src/prefuse/util/ui/JToggleGroup.java:305
↓ 2 callers
Method
valueRangeIterator
(long fromKey, boolean fromInc, long toKey, boolean toInc)
src/prefuse/util/collections/LongIntSortedMap.java:16
↓ 2 callers
Method
valueRangeIterator
(int fromKey, boolean fromInc, int toKey, boolean toInc)
src/prefuse/util/collections/IntIntSortedMap.java:16
↓ 2 callers
Method
valueRangeIterator
(float fromKey, boolean fromInc, float toKey, boolean toInc)
src/prefuse/util/collections/FloatIntSortedMap.java:17
← previous
next →
901–1,000 of 4,198, ranked by callers