MCPcopy Create free account

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

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

↓ 2 callersMethodnextFloat
()
src/prefuse/util/collections/LiteralIterator.java:16
↓ 2 callersMethodnormalize
(double angle)
src/prefuse/action/layout/graph/RadialTreeLayout.java:259
↓ 2 callersMethodordinalMap
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 callersMethodoutEdgeRows
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 callersMethodpaintBufferToScreen
Paints the offscreen buffer to the provided graphics context. @param g the Graphics context to paint to
src/prefuse/Display.java:734
↓ 2 callersMethodparse
(String s, Class type)
src/prefuse/data/io/GraphMLReader.java:345
↓ 2 callersMethodparseByte
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 callersMethodparseDate
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 callersMethodparseInt
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 callersMethodparseTime
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 callersMethodprintSchema
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 callersMethodprocess
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 callersMethodquantiles
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 callersMethodrangeCheck
(int column, boolean grow)
src/prefuse/data/parser/TypeInferencer.java:43
↓ 2 callersMethodrangeCheck
(int i)
src/prefuse/util/collections/ByteArrayList.java:25
↓ 2 callersMethodread
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 callersMethodremLink
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 callersMethodremoveActivityListener
Remove a registered ActivityListener @param l the ActivityListener to remove
src/prefuse/activity/Activity.java:258
↓ 2 callersMethodremoveChild
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 callersMethodremoveColumn
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 callersMethodremoveNode
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 callersMethodremovePaintListener
Remove a PaintListener from this Display. @param pl the {@link prefuse.util.display.PaintListener} to remove
src/prefuse/Display.java:1389
↓ 2 callersMethodremovePropertyChangeListener
Remove a PropertyChangeListener from this TupleSet. @param lstnr the PropertyChangeListener to remove
src/prefuse/data/tuple/TupleSet.java:190
↓ 2 callersMethodremoveTupleSetListener
Remove a listener from this tuple set. @param tsl the TupleSetListener to remove
src/prefuse/data/tuple/TupleSet.java:165
↓ 2 callersMethodrequestFocus
Request the keyboard focus for this component.
src/prefuse/util/ui/JSearchPanel.java:305
↓ 2 callersMethodrevertToDefault
Reverts the specified row back to the column's default value. @param row
src/prefuse/data/column/Column.java:100
↓ 2 callersMethodrows
Get an iterator over the table rows. @return an iterator over the table rows
src/prefuse/data/util/RowManager.java:205
↓ 2 callersMethodrun
Schedules this Activity to start immediately.
src/prefuse/activity/Activity.java:69
↓ 2 callersMethodrunAction
Runs an optional action upon anchor update. @param e MouseEvent
src/prefuse/controls/AnchorUpdateControl.java:133
↓ 2 callersMethodrunAfter
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 callersMethodrunSimulator
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 callersMethodsample
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 callersMethodscheduleAfter
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 callersMethodscheduleAt
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 callersMethodschemaCheck
()
src/prefuse/data/io/GraphMLReader.java:285
↓ 2 callersMethodsearch
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 callersMethodsendToJSplitPane
将图形展现到JSplitPane上并在inofPanel中显示图形相关信息
src/org/apache/demo/MainFrame.java:589
↓ 2 callersMethodset
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 callersMethodset
Set the layout position of an item.
src/prefuse/action/layout/AxisLayout.java:294
↓ 2 callersMethodsetAction
设置Action
src/org/apache/demo/GraphUtils.java:87
↓ 2 callersMethodsetBackground
@see java.awt.Component#setBackground(java.awt.Color)
src/prefuse/util/ui/JValueSlider.java:336
↓ 2 callersMethodsetBackgroundPainter
(BackgroundPainter bg)
src/prefuse/Display.java:503
↓ 2 callersMethodsetBaseSize
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 callersMethodsetBounds
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 callersMethodsetColorPalette
Sets the internal color palette, an int array of color values. @param palette the new palette.
src/prefuse/util/ColorMap.java:62
↓ 2 callersMethodsetDataField
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 callersMethodsetDataField
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 callersMethodsetDataType
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 callersMethodsetDate
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 callersMethodsetDefaultRenderer
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 callersMethodsetDisplay
(Display display)
src/prefuse/controls/ZoomingPanControl.java:110
↓ 2 callersMethodsetEndFont
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 callersMethodsetExtent
@see javax.swing.BoundedRangeModel#setExtent(int)
src/prefuse/data/query/NumberRangeModel.java:303
↓ 2 callersMethodsetField
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 callersMethodsetFont
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 callersMethodsetForeground
@see java.awt.Component#setForeground(java.awt.Color)
src/prefuse/util/ui/JSearchPanel.java:406
↓ 2 callersMethodsetHorizontalPadding
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 callersMethodsetLong
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 callersMethodsetLong
@see prefuse.data.column.AbstractColumn#setLong(long, int)
src/prefuse/data/column/DateColumn.java:158
↓ 2 callersMethodsetMaxValue
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 callersMethodsetMinExtent
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 callersMethodsetMinValue
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 callersMethodsetMinimumSize
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 callersMethodsetName
(String name)
src/org/apache/demo/User.java:21
↓ 2 callersMethodsetNeighborHighlight
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 callersMethodsetNodeDimensions
(NodeItem n, double w, double h)
src/prefuse/action/layout/graph/SquarifiedTreeMapLayout.java:320
↓ 2 callersMethodsetNumberFormat
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 callersMethodsetRange
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 callersMethodsetRangeModel
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 callersMethodsetRenderType
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 callersMethodsetRenderer
设置渲染器
src/org/apache/demo/GraphUtils.java:72
↓ 2 callersMethodsetShape
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 callersMethodsetStartFont
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 callersMethodsetStartSize
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 callersMethodsetTextColor
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 callersMethodsetThumbColor
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 callersMethodsetTupleManagers
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 callersMethodsetValue
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 callersMethodsetVerticalPadding
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 callersMethodsetVisualization
@see prefuse.action.Action#setVisualization(prefuse.Visualization)
src/prefuse/action/EncoderAction.java:127
↓ 2 callersMethodsetX
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 callersMethodsetY
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 callersMethodshowDocument
Display a file in the system browser. @param url the file's url
src/prefuse/util/ui/BrowserLauncher.java:42
↓ 2 callersMethodsize
Returns the number of elements in this list. @return the number of elements in this list
src/prefuse/util/collections/CopyOnWriteArrayList.java:137
↓ 2 callersMethodsortedChildren
(final NodeItem n)
src/prefuse/action/layout/graph/RadialTreeLayout.java:269
↓ 2 callersMethodstopThread
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 callersMethodtableChanged
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 callersMethodtoDoubleArray
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 callersMethodtuples
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 callersMethodtuplesReversed
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 callersMethodupdateArea
(NodeItem n, Rectangle2D r)
src/prefuse/action/layout/graph/SquarifiedTreeMapLayout.java:205
↓ 2 callersMethodupdateArrowHead
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 callersMethodupdateNodePositions
()
src/prefuse/action/layout/graph/ForceDirectedLayout.java:297
↓ 2 callersMethodupdateRowCount
Internal method that updates the row counts for local data columns.
src/prefuse/data/Table.java:350
↓ 2 callersMethodvalidRowCheck
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 callersMethodvalue
(int val)
src/prefuse/data/query/NumberRangeModel.java:256
↓ 2 callersMethodvalueChanged
(ListSelectionEvent neverUsed)
src/prefuse/util/ui/JToggleGroup.java:305
↓ 2 callersMethodvalueRangeIterator
(long fromKey, boolean fromInc, long toKey, boolean toInc)
src/prefuse/util/collections/LongIntSortedMap.java:16
↓ 2 callersMethodvalueRangeIterator
(int fromKey, boolean fromInc, int toKey, boolean toInc)
src/prefuse/util/collections/IntIntSortedMap.java:16
↓ 2 callersMethodvalueRangeIterator
(float fromKey, boolean fromInc, float toKey, boolean toInc)
src/prefuse/util/collections/FloatIntSortedMap.java:17
← previousnext →901–1,000 of 4,198, ranked by callers