A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

S

safeLog10(double) - Static method in class prefuse.util.MathLib
The "safe" base 10 logarithm of the input value, handling negative values by simply making them positive and then negating the return value.
safeSqrt(double) - Static method in class prefuse.util.MathLib
The "safe" square root of the input value, handling negative values by simply making them positive and then negating the return value.
sample(String) - Method in class prefuse.data.parser.ParserFactory
Sample a data value against the parsers, updating the parser candidates.
sample(int, String) - Method in class prefuse.data.parser.TypeInferencer
Sample the given text string for the given data column index.
saturate(int, float) - Static method in class prefuse.util.ColorLib
Set the saturation of an input color.
saveImage(OutputStream, String, double) - Method in class prefuse.Display
Saves a copy of this display as an image to the specified output stream.
SCALE_COUNT - Static variable in interface prefuse.Constants
The total number of scale type values
ScaleSelector - Class in prefuse.util.display
Swing widget which displays a preview image and helps select the scale for an exported image.
ScaleSelector() - Constructor for class prefuse.util.display.ScaleSelector
Create a new ScaleSelector.
ScaleSelector.ImagePanel - Class in prefuse.util.display
Swing component that draws an image scaled to the current scale factor.
ScaleSelector.ImagePanel() - Constructor for class prefuse.util.display.ScaleSelector.ImagePanel
 
Schema - Class in prefuse.data
The Schema class represents a description of a Table's columns, including column names, data types, and default values.
Schema() - Constructor for class prefuse.data.Schema
Creates a new empty schema.
Schema(int) - Constructor for class prefuse.data.Schema
Creates a new empty schema with a starting capacity for a given number of columns.
Schema(String[], Class[]) - Constructor for class prefuse.data.Schema
Create a new schema consisting of the given column names and types.
Schema(String[], Class[], Object[]) - Constructor for class prefuse.data.Schema
Create a new schema consisting of the given column names, types, and default column values.
SCHEMA - Static variable in interface prefuse.visual.VisualItem
A permanent, locked copy of the base VisualItem schema
schemaCheck() - Method in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
score(VisualItem) - Method in class prefuse.visual.sort.ItemSorter
Return an ordering score for an item.
score(VisualItem) - Method in class prefuse.visual.sort.TreeDepthItemSorter
Score items similarly to ItemSorter, but additionally ranks items based on their tree depth.
search(String) - Method in class prefuse.data.search.KeywordSearchTupleSet
Searches the indexed Tuple fields for matching keywords, using the Lucene search engine.
search(String) - Method in class prefuse.data.search.LuceneSearcher
Searches the Lucene index using the given query String, returns an object which provides access to the search results.
search(String) - Method in class prefuse.data.search.PrefixSearchTupleSet
Searches the indexed Tuple fields for matching string prefixes, adding the Tuple instances for each search match to this TupleSet.
search(String) - Method in class prefuse.data.search.RegexSearchTupleSet
 
search(String) - Method in class prefuse.data.search.SearchTupleSet
Searches the indexed fields of this TupleSet for matching strings, adding the Tuple instances for each search match to the TupleSet.
SEARCH_ITEMS - Static variable in class prefuse.Visualization
Default data group name for search result items
SearchPredicate - Class in prefuse.visual.expression
Expression that indicates if an item is currently a member of a data group of the type SearchTupleSet, but including a possible special case in which all items should be pass through the predicate if no search query is specified.
SearchPredicate() - Constructor for class prefuse.visual.expression.SearchPredicate
Create a new SearchPredicate.
SearchPredicate(boolean) - Constructor for class prefuse.visual.expression.SearchPredicate
Create a new SearchPredicate.
SearchPredicate(String, boolean) - Constructor for class prefuse.visual.expression.SearchPredicate
Create a new SearchPredicate.
SearchQueryBinding - Class in prefuse.data.query
DynamicQueryBinding supporting text search over data values.
SearchQueryBinding(TupleSet, String) - Constructor for class prefuse.data.query.SearchQueryBinding
Create a new SearchQueryBinding over the given set and data field.
SearchQueryBinding(TupleSet, String, SearchTupleSet) - Constructor for class prefuse.data.query.SearchQueryBinding
Create a new SearchQueryBinding over the given set and data field, using the specified SearchTupleSet instance.
SearchTupleSet - Class in prefuse.data.search
Abstract base class for TupleSet implementations that support text search.
SearchTupleSet() - Constructor for class prefuse.data.search.SearchTupleSet
 
searchUpdate() - Method in class prefuse.util.ui.JSearchPanel
Update the search results based on the current query.
select(Predicate, Sort) - Method in class prefuse.data.Table
Query this table for a filtered, sorted subset of this table.
SELECTED_ITEMS - Static variable in class prefuse.Visualization
Default data group name for selected items
set(VisualItem, double, Rectangle2D) - Method in class prefuse.action.layout.AxisLabelLayout
Set the layout values for an axis label item.
set(VisualItem, double) - Method in class prefuse.action.layout.AxisLayout
Set the layout position of an item.
set(Object, int) - Method in class prefuse.data.column.BooleanColumn
 
set(Object, int) - Method in class prefuse.data.column.ByteColumn
 
set(Object, int) - Method in interface prefuse.data.column.Column
Set the data value at the specified row
set(Object, int) - Method in class prefuse.data.column.ConstantColumn
Unsupported operation.
set(Object, int) - Method in class prefuse.data.column.DateColumn
 
set(Object, int) - Method in class prefuse.data.column.DoubleColumn
 
set(Object, int) - Method in class prefuse.data.column.ExpressionColumn
 
set(Object, int) - Method in class prefuse.data.column.FloatColumn
 
set(Object, int) - Method in class prefuse.data.column.IntColumn
 
set(Object, int) - Method in class prefuse.data.column.LongColumn
 
set(Object, int) - Method in class prefuse.data.column.ObjectColumn
Set the data value at the specified row
set(Predicate) - Method in class prefuse.data.expression.CompositePredicate
Set the given predicate to be the only clause of thie composite.
set(Predicate[]) - Method in class prefuse.data.expression.CompositePredicate
Set the given predicates to be the clauses of thie composite.
set(int, String, Object) - Method in class prefuse.data.Table
Set the value of a given row and data field.
set(int, int, Object) - Method in class prefuse.data.Table
Set the value of at the given row and column numbers.
set(String, Object) - Method in interface prefuse.data.Tuple
Set the value of a given data field.
set(int, Object) - Method in interface prefuse.data.Tuple
Set the value of at the given column number.
set(String, Object) - Method in class prefuse.data.tuple.TableTuple
 
set(int, Object) - Method in class prefuse.data.tuple.TableTuple
 
set(String, Object) - Method in class prefuse.data.util.TableIterator
Set the value of a given data field.
set(int, byte) - Method in class prefuse.util.collections.ByteArrayList
 
set(int, Object) - Method in class prefuse.util.collections.CopyOnWriteArrayList
Replaces the element at the specified position in this list with the specified element.
setAlpha(int, int) - Static method in class prefuse.util.ColorLib
Set the alpha component of the given color.
setAnalyzer(Analyzer) - Method in class prefuse.data.search.LuceneSearcher
Sets the Analyzer used to process text.
setAngularBounds(double, double) - Method in class prefuse.action.layout.graph.RadialTreeLayout
Constrains this layout to the specified angular sector
setArrowHeadSize(int, int) - Method in class prefuse.render.EdgeRenderer
Sets the dimensions of an arrow head for a directed edge.
setArrowType(int) - Method in class prefuse.render.EdgeRenderer
Sets the type of the drawn edge.
setAscending(boolean) - Method in class prefuse.action.layout.AxisLabelLayout
Sets if the axis values should be presented in ascending order along the axis.
setAsynchronous(boolean) - Method in class prefuse.render.ImageFactory
Sets if this ImageFactory loads images asynchronously.
setAuthentication(String, String) - Static method in class prefuse.util.io.PasswordAuthenticator
Creates a new PasswordAuthenticator for the given name and password and sets it as the default Authenticator for use within Java networking.
setAutoScale(boolean) - Method in class prefuse.action.layout.graph.RadialTreeLayout
Set whether or not the layout should automatically scale itself to fit the layout bounds.
setAxis(int) - Method in class prefuse.action.layout.AxisLayout
Set the axis type of this layout.
setAxisType(int) - Method in class prefuse.util.ui.JToggleGroup
Set the Box axis type used to orient the toggle group component.
setBackground(Color) - Method in class prefuse.util.ui.JSearchPanel
 
setBackground(Color) - Method in class prefuse.util.ui.JToggleGroup
Set the background color of this toggle group.
setBackground(Color) - Method in class prefuse.util.ui.JValueSlider
 
setBackgroundImage(Image, boolean, boolean) - Method in class prefuse.Display
Set a background image for this display.
setBackgroundImage(String, boolean, boolean) - Method in class prefuse.Display
Set a background image for this display.
setBaseSize(int) - Method in class prefuse.render.ShapeRenderer
Sets the base size, in pixels, for shapes drawn by this renderer.
setBinCount(int) - Method in class prefuse.action.assignment.DataColorAction
Sets the number of "bins" or or discrete steps of color.
setBinCount(int) - Method in class prefuse.action.assignment.DataSizeAction
Sets the number of "bins" or distinct categories of sizes
setBoolean(boolean, int) - Method in class prefuse.data.column.AbstractColumn
Set the data value at the specified row as a boolean
setBoolean(boolean, int) - Method in class prefuse.data.column.BooleanColumn
 
setBoolean(boolean, int) - Method in interface prefuse.data.column.Column
Set the data value at the specified row as a boolean
setBoolean(int, String, boolean) - Method in class prefuse.data.Table
Set the data value of the given row and field as a boolean.
setBoolean(int, int, boolean) - Method in class prefuse.data.Table
Set the data value of the given row and field as a boolean.
setBoolean(String, boolean) - Method in interface prefuse.data.Tuple
Set the data value of the given field with a boolean.
setBoolean(int, boolean) - Method in interface prefuse.data.Tuple
Set the data value of the given field with a boolean.
setBoolean(String, boolean) - Method in class prefuse.data.tuple.TableTuple
 
setBoolean(int, boolean) - Method in class prefuse.data.tuple.TableTuple
 
setBoolean(String, boolean) - Method in class prefuse.data.util.TableIterator
Set the data value of the given field with a boolean.
setBounds(int, int, int, int) - Method in class prefuse.Display
 
setBounds(VisualItem) - Method in class prefuse.render.AbstractShapeRenderer
 
setBounds(VisualItem) - Method in class prefuse.render.AxisRenderer
 
setBounds(VisualItem) - Method in class prefuse.render.EdgeRenderer
 
setBounds(VisualItem) - Method in class prefuse.render.NullRenderer
 
setBounds(VisualItem) - Method in interface prefuse.render.Renderer
Calculates and sets the bounding rectangle for an item.
setBounds(VisualItem, Shape, BasicStroke) - Static method in class prefuse.util.GraphicsLib
Sets a VisualItem's bounds based on its shape and stroke type.
setBounds(double, double, double, double) - Method in class prefuse.visual.tuple.TableVisualItem
 
setBounds(double, double, double, double) - Method in interface prefuse.visual.VisualItem
Set the bounding box for this item.
setBounds(int, double, double, double, double) - Method in class prefuse.visual.VisualTable
Set the bounding box for an item.
setBreadthSpacing(double) - Method in class prefuse.action.layout.graph.NodeLinkTreeLayout
Set the spacing between neighbor nodes.
setCancelColor(Color) - Method in class prefuse.util.ui.JSearchPanel
Set the fill color of the cancel 'x' button that appears when the button has the mouse pointer over it.
setClip(Clip) - Method in class prefuse.util.display.Clip
Set the clip contents, and set the status to valid and in use.
setClip(Rectangle2D) - Method in class prefuse.util.display.Clip
Set the clip contents, and set the status to valid and in use.
setClip(double, double, double, double) - Method in class prefuse.util.display.Clip
Set the clip contents, and set the status to valid and in use.
setClosePath(boolean) - Method in class prefuse.render.PolygonRenderer
Sets if this renderer uses a closed or open path.
setColor(Component, Color, Color) - Static method in class prefuse.util.ui.UILib
Sets the foreground and background color for a component and all components contained within it.
setColorFields(String[]) - Method in class prefuse.action.animate.ColorAnimator
Sets the color fields to interpolate.
setColorPalette(int[]) - Method in class prefuse.util.ColorMap
Sets the internal color palette, an int array of color values.
setColumnProjection(ColumnProjection) - Method in class prefuse.data.CascadedTable
Sets the ColumnProjection determining which columns of the parent table are included in this one.
setColumns(String[]) - Method in class prefuse.action.layout.StackedAreaChart
Set the data columns used to compute the stacked layout
setComparator(Comparator) - Method in class prefuse.data.column.ColumnMetadata
Sets the comparator used to detemine column values' sort order.
setContent(JComponent) - Method in class prefuse.util.ui.JCustomTooltip
Set the content component of the tooltip
setCurveSlack(float) - Method in class prefuse.render.PolygonRenderer
Sets the slack parameter for curved lines.
setCustomToolTip(JToolTip) - Method in class prefuse.Display
Set a custom tooltip to use for this Display.
setDamageRedraw(boolean) - Method in class prefuse.Display
Sets if damage/redraw rendering is enabled.
setDataField(String) - Method in class prefuse.action.assignment.DataColorAction
Set the data field used to encode size values.
setDataField(String) - Method in class prefuse.action.assignment.DataShapeAction
Set the data field used to encode shape values.
setDataField(String) - Method in class prefuse.action.assignment.DataSizeAction
Set the data field used to encode size values.
setDataField(String) - Method in class prefuse.action.layout.AxisLayout
Set the data field used by this axis layout action.
setDataGroups(String, String) - Method in class prefuse.action.layout.graph.ForceDirectedLayout
Explicitly sets the node and edge groups to use for this layout, overriding the group setting passed to the constructor.
setDataType(int) - Method in class prefuse.action.assignment.DataColorAction
Set the data type used by this action.
setDataType(int) - Method in class prefuse.action.layout.AxisLayout
Set the data type used by this layout.
setDate(Date, int) - Method in class prefuse.data.column.AbstractColumn
Set the data value at the specified row as a Date
setDate(Date, int) - Method in interface prefuse.data.column.Column
Set the data value at the specified row as a Date
setDate(int, String, Date) - Method in class prefuse.data.Table
Set the data value of the given row and field as a Date.
setDate(int, int, Date) - Method in class prefuse.data.Table
Set the data value of the given row and field as a Date.
setDate(String, Date) - Method in interface prefuse.data.Tuple
Set the data value of the given field with a Date.
setDate(int, Date) - Method in interface prefuse.data.Tuple
Set the data value of the given field with a Date.
setDate(String, Date) - Method in class prefuse.data.tuple.TableTuple
 
setDate(int, Date) - Method in class prefuse.data.tuple.TableTuple
 
setDate(String, Date) - Method in class prefuse.data.util.TableIterator
Set the data value of the given field with a Date.
setDebugStream(PrintStream) - Static method in class prefuse.data.expression.parser.ExpressionParserTokenManager
 
setDefault(int, Object) - Method in class prefuse.data.Schema
Set the default value for the given field.
setDefault(String, Object) - Method in class prefuse.data.Schema
Set the default value for the given field.
setDefault(String, int) - Method in class prefuse.data.Schema
Set the default value for the given field as an int.
setDefault(String, long) - Method in class prefuse.data.Schema
Set the default value for the given field as a long.
setDefault(String, float) - Method in class prefuse.data.Schema
Set the default value for the given field as a float.
setDefault(String, double) - Method in class prefuse.data.Schema
Set the default value for the given field as a double.
setDefault(String, boolean) - Method in class prefuse.data.Schema
Set the default value for the given field as a boolean.
setDefaultColor(int) - Method in class prefuse.action.assignment.ColorAction
Sets the default color for this ColorAction.
setDefaultColor(int) - Method in class prefuse.action.assignment.DataColorAction
This operation is not supported by the DataColorAction type.
setDefaultEdgeRenderer(Renderer) - Method in class prefuse.render.DefaultRendererFactory
Sets the default edge renderer.
setDefaultFactory(ParserFactory) - Static method in class prefuse.data.parser.ParserFactory
Sets the default parser factory.
setDefaultFont(Font) - Method in class prefuse.action.assignment.FontAction
Set the default font to be assigned to items.
setDefaultLineWidth(double) - Method in class prefuse.render.EdgeRenderer
Sets the default width of lines.
setDefaultRenderer(Renderer) - Method in class prefuse.render.DefaultRendererFactory
Sets the default renderer.
setDefaultShape(int) - Method in class prefuse.action.assignment.DataShapeAction
This operation is not supported by the DataShapeAction type.
setDefaultShape(int) - Method in class prefuse.action.assignment.ShapeAction
Sets the default shape value assigned to items.
setDefaultSize(double) - Method in class prefuse.action.assignment.DataSizeAction
This operation is not supported by the DataSizeAction type.
setDefaultSize(double) - Method in class prefuse.action.assignment.SizeAction
Sets the default size value assigned to items.
setDefaultStroke(BasicStroke) - Method in class prefuse.action.assignment.StrokeAction
Set the default BasicStroke to be assigned to items.
setDefaultValue(Object) - Method in class prefuse.data.column.AbstractColumn
Sets the default value for this column.
setDelimeter(String) - Method in class prefuse.data.io.DelimitedTextTableWriter
Set the delimiter used to separate data fields.
setDelimiterString(String) - Method in class prefuse.data.search.PrefixSearchTupleSet
Sets the delimiter string used to divide data values and queries into separate words.
setDepthSpacing(double) - Method in class prefuse.action.layout.graph.NodeLinkTreeLayout
Set the spacing between depth levels.
setDistance(int) - Method in class prefuse.action.filter.FisheyeTreeFilter
Set the graph distance threshold used by this filter.
setDistance(int) - Method in class prefuse.action.filter.GraphDistanceFilter
Set the graph distance threshold used by this filter.
setDOI(double) - Method in class prefuse.visual.tuple.TableVisualItem
 
setDOI(double) - Method in interface prefuse.visual.VisualItem
Set the degree-of-interest (DOI) value.
setDOI(int, double) - Method in class prefuse.visual.VisualTable
Set the degree-of-interest (DOI) value.
setDouble(double, int) - Method in class prefuse.data.column.AbstractColumn
Set the data value at the specified row as a double
setDouble(double, int) - Method in interface prefuse.data.column.Column
Set the data value at the specified row as a double
setDouble(double, int) - Method in class prefuse.data.column.DoubleColumn
 
setDouble(int, String, double) - Method in class prefuse.data.Table
Set the data value of the given row and field as a double.
setDouble(int, int, double) - Method in class prefuse.data.Table
Set the data value of the given row and field as a double.
setDouble(String, double) - Method in interface prefuse.data.Tuple
Set the data value of the given field with a double.
setDouble(int, double) - Method in interface prefuse.data.Tuple
Set the data value of the given field with a double.
setDouble(String, double) - Method in class prefuse.data.tuple.TableTuple
 
setDouble(int, double) - Method in class prefuse.data.tuple.TableTuple
 
setDouble(String, double) - Method in class prefuse.data.util.TableIterator
Set the data value of the given field with a double.
setDuration(long) - Method in class prefuse.activity.Activity
Set the duration of this activity
setEdgeTable(Table) - Method in class prefuse.data.Graph.Listener
 
setEdgeTable(Table) - Method in class prefuse.data.Graph
Updates this graph to use a different edge structure for the same nodes.
setEdgeTable(Table) - Method in class prefuse.data.SpanningTree
Unsupported operation.
setEdgeType(int) - Method in class prefuse.render.EdgeRenderer
Sets the type of the drawn edge.
setElseExpression(Expression) - Method in class prefuse.data.expression.IfExpression
Set the else expression
setEmpty(boolean) - Method in class prefuse.util.ui.JRangeSlider
Sets whether this slider is empty.
setEnabled(boolean) - Method in class prefuse.activity.Activity
Sets whether this component is enabled.
setEnabled(boolean) - Method in interface prefuse.controls.Control
Sets the enabled status of this control.
setEnabled(boolean) - Method in class prefuse.controls.ControlAdapter
 
setEndFillColor(int) - Method in class prefuse.visual.tuple.TableVisualItem
 
setEndFillColor(int) - Method in interface prefuse.visual.VisualItem
Set the ending fill color of this item.
setEndFillColor(int, int) - Method in class prefuse.visual.VisualTable
Set the ending fill color of the row.
setEndFont(Font) - Method in class prefuse.visual.tuple.TableVisualItem
 
setEndFont(Font) - Method in interface prefuse.visual.VisualItem
Set the ending font for the item.
setEndFont(int, Font) - Method in class prefuse.visual.VisualTable
Set the ending font for the row.
setEndSize(double) - Method in class prefuse.visual.tuple.TableVisualItem
 
setEndSize(double) - Method in interface prefuse.visual.VisualItem
Set the ending size value of the item.
setEndSize(int, double) - Method in class prefuse.visual.VisualTable
Set the ending size value of the row.
setEndStrokeColor(int) - Method in class prefuse.visual.tuple.TableVisualItem
 
setEndStrokeColor(int) - Method in interface prefuse.visual.VisualItem
Set the ending stroke color of this item.
setEndStrokeColor(int, int) - Method in class prefuse.visual.VisualTable
Set the ending stroke color of the row.
setEndTextColor(int) - Method in class prefuse.visual.tuple.TableVisualItem
 
setEndTextColor(int) - Method in interface prefuse.visual.VisualItem
Set the ending text color of this item.
setEndTextColor(int, int) - Method in class prefuse.visual.VisualTable
Set the ending text color of the row.
setEndVisible(boolean) - Method in class prefuse.visual.tuple.TableVisualItem
 
setEndVisible(boolean) - Method in interface prefuse.visual.VisualItem
Set the end visible flag.
setEndVisible(int, boolean) - Method in class prefuse.visual.VisualTable
Set the end visible flag.
setEndX(double) - Method in class prefuse.visual.tuple.TableVisualItem
 
setEndX(double) - Method in interface prefuse.visual.VisualItem
Set the ending x-coordinate of this item.
setEndX(int, double) - Method in class prefuse.visual.VisualTable
Set the ending x-coordinate of the given row.
setEndY(double) - Method in class prefuse.visual.tuple.TableVisualItem
 
setEndY(double) - Method in interface prefuse.visual.VisualItem
Set the ending y-coordinate of this item.
setEndY(int, double) - Method in class prefuse.visual.VisualTable
Set the ending y-coordinate of the given row.
setExpanded(boolean) - Method in class prefuse.visual.tuple.TableVisualItem
 
setExpanded(boolean) - Method in interface prefuse.visual.VisualItem
Set the expanded flag.
setExpanded(int, boolean) - Method in class prefuse.visual.VisualTable
Set the expanded flag.
setExtent(int) - Method in class prefuse.data.query.NumberRangeModel
 
setField(String) - Method in class prefuse.action.assignment.ColorAction
Set the color field name that this ColorAction should set.
setFields(String[]) - Method in class prefuse.data.search.LuceneSearcher
Sets the indexed Document fields.
setFillColor(int) - Method in class prefuse.visual.tuple.TableVisualItem
 
setFillColor(int) - Method in interface prefuse.visual.VisualItem
Set the current fill color of this item.
setFillColor(int, int) - Method in class prefuse.visual.VisualTable
Set the current fill color of the row.
setFilter(Predicate) - Method in class prefuse.action.layout.AxisLayout
Set a predicate filter to limit which items are considered for layout.
setFilter(Predicate) - Method in class prefuse.controls.FocusControl
Set a filter for processing items by this focus control.
setFilterPredicate(Predicate) - Method in class prefuse.action.ItemAction
Sets the filtering predicate used by this Action.
setFixed(boolean) - Method in class prefuse.visual.tuple.TableVisualItem
 
setFixed(boolean) - Method in interface prefuse.visual.VisualItem
Sets if the item is fixed in its position.
setFixed(int, boolean) - Method in class prefuse.visual.VisualTable
Sets if the given row is fixed in its position.
setFixedField(String) - Method in class prefuse.action.layout.SpecifiedLayout
Set the field to lookup to set the fixed property.
setFixedWidthSchema(FixedWidthTextTableSchema) - Method in class prefuse.data.io.FixedWidthTextTableReader
Set the schema description describing the data columns' fixed widths
setFixedWidthSchema(FixedWidthTextTableSchema) - Method in class prefuse.data.io.FixedWidthTextTableWriter
Set the schema description describing the data columns' fixed widths
setFixPositionOnMouseOver(boolean) - Method in class prefuse.controls.DragControl
Determines whether or not an item should have it's position fixed when the mouse moves over it.
setFloat(float, int) - Method in class prefuse.data.column.AbstractColumn
Set the data value at the specified row as a float
setFloat(float, int) - Method in interface prefuse.data.column.Column
Set the data value at the specified row as a float
setFloat(float, int) - Method in class prefuse.data.column.DoubleColumn
 
setFloat(float, int) - Method in class prefuse.data.column.FloatColumn
 
setFloat(int, String, float) - Method in class prefuse.data.Table
Set the data value of the given row and field as a float.
setFloat(int, int, float) - Method in class prefuse.data.Table
Set the data value of the given row and field as a float.
setFloat(String, float) - Method in interface prefuse.data.Tuple
Set the data value of the given field with a float.
setFloat(int, float) - Method in interface prefuse.data.Tuple
Set the data value of the given field with a float.
setFloat(String, float) - Method in class prefuse.data.tuple.TableTuple
 
setFloat(int, float) - Method in class prefuse.data.tuple.TableTuple
 
setFloat(String, float) - Method in class prefuse.data.util.TableIterator
Set the data value of the given field with a float.
setFont(Font) - Method in class prefuse.Display
Sets the font used by this Display.
setFont(Font) - Method in class prefuse.util.ui.JFastLabel
 
setFont(Font) - Method in class prefuse.util.ui.JSearchPanel
 
setFont(Font) - Method in class prefuse.util.ui.JToggleGroup
Set the font used by this toggle group.
setFont(Font) - Method in class prefuse.util.ui.JValueSlider
 
setFont(Component, Font) - Static method in class prefuse.util.ui.UILib
Sets the font for a component and all components contained within it.
setFont(Font) - Method in class prefuse.visual.tuple.TableVisualItem
 
setFont(Font) - Method in interface prefuse.visual.VisualItem
Set the current font for the item.
setFont(int, Font) - Method in class prefuse.visual.VisualTable
Set the current font for the the row.
setForceSimulator(ForceSimulator) - Method in class prefuse.action.layout.graph.ForceDirectedLayout
Set the force simulator driving this layout.
setForeground(Color) - Method in class prefuse.util.ui.JSearchPanel
 
setForeground(Color) - Method in class prefuse.util.ui.JToggleGroup
Set the foreground color of this toggle group.
setForeground(Color) - Method in class prefuse.util.ui.JValueSlider
 
setFrameWidth(double) - Method in class prefuse.action.layout.graph.SquarifiedTreeMapLayout
Sets the amount of desired framing space between parent rectangles and their enclosed children.
setGroup(String) - Method in class prefuse.action.GroupAction
Sets the name of the group to be processed by this Action.
setGroup(String) - Method in class prefuse.visual.VisualGraph
Set the visualization data group name for this graph
setGroup(String) - Method in class prefuse.visual.VisualTable
Set the visualization data group name for this table
setGroup(String) - Method in class prefuse.visual.VisualTree
Set the visualization data group name for this graph
setGroupFocusable(boolean) - Method in class prefuse.util.ui.JToggleGroup
Sets if the various toggle buttons can receive the keyboard focus.
setHasHeader(boolean) - Method in class prefuse.data.io.AbstractTextTableReader
Set whether or not the table data file includes a header row.
setHighlighted(boolean) - Method in class prefuse.visual.tuple.TableVisualItem
 
setHighlighted(boolean) - Method in interface prefuse.visual.VisualItem
Set the highlighted status of this item.
setHighlighted(int, boolean) - Method in class prefuse.visual.VisualTable
Set the highlighted status of the given row.
setHighlightWithInvisibleEdge(boolean) - Method in class prefuse.controls.NeighborHighlightControl
Determines if neighbor nodes with edges currently not visible still get highlighted.
setHighQuality(boolean) - Method in class prefuse.Display
Determines if the Display uses a higher quality rendering, using anti-aliasing.
setHighQuality(boolean) - Method in class prefuse.util.ui.JFastLabel
Set the quality level of this label.
setHighValue(Number) - Method in class prefuse.data.query.NumberRangeModel
Set the highest selected range value.
setHighValue(int) - Method in class prefuse.util.ui.JRangeSlider
Sets the high value shown by this range slider.
setHorizontalAlignment(int) - Method in class prefuse.render.AxisRenderer
Set the horizontal alignment of axis labels.
setHorizontalAlignment(int) - Method in class prefuse.render.LabelRenderer
Set the horizontal alignment of this node with respect to its x, y coordinates.
setHorizontalAlignment(int) - Method in class prefuse.util.ui.JFastLabel
Set the horizontal alignment.
setHorizontalAlignment1(int) - Method in class prefuse.render.EdgeRenderer
Set the horizontal aligment of the edge mount point with the first node.
setHorizontalAlignment2(int) - Method in class prefuse.render.EdgeRenderer
Set the horizontal aligment of the edge mount point with the second node.
setHorizontalImageAlignment(int) - Method in class prefuse.render.LabelRenderer
Set the horizontal image alignment within the layout.
setHorizontalPadding(int) - Method in class prefuse.render.LabelRenderer
Sets the amount of padding in pixels between the content and the border of this item along the horizontal dimension.
setHorizontalTextAlignment(int) - Method in class prefuse.render.LabelRenderer
Set the horizontal text alignment within the layout.
setHover(boolean) - Method in class prefuse.visual.tuple.TableVisualItem
 
setHover(boolean) - Method in interface prefuse.visual.VisualItem
Set the hover flag.
setHover(int, boolean) - Method in class prefuse.visual.VisualTable
Set the hover flag.
setIgnoreUnknownTypes(boolean) - Method in class prefuse.data.io.sql.DefaultSQLDataHandler
Set if unknown or unrecognized SQL data types should simply be ignored.
setImage(Image) - Method in class prefuse.util.display.ScaleSelector
Set the preview image.
setImageCacheSize(int) - Method in class prefuse.render.ImageFactory
Sets the capacity of this factory's image cache
setImageFactory(ImageFactory) - Method in class prefuse.render.LabelRenderer
Sets the image factory used by this renderer.
setImageField(String) - Method in class prefuse.render.LabelRenderer
Set the data field for image locations.
setImagePosition(int) - Method in class prefuse.render.LabelRenderer
Set the image position, determining where the image is placed with respect to the text.
setImageTextPadding(int) - Method in class prefuse.render.LabelRenderer
Set the padding, in pixels, between an image and text.
setInt(int, int) - Method in class prefuse.data.column.AbstractColumn
Set the data value at the specified row as an integer
setInt(int, int) - Method in class prefuse.data.column.ByteColumn
 
setInt(int, int) - Method in interface prefuse.data.column.Column
Set the data value at the specified row as an integer
setInt(int, int) - Method in class prefuse.data.column.DoubleColumn
 
setInt(int, int) - Method in class prefuse.data.column.IntColumn
 
setInt(int, String, int) - Method in class prefuse.data.Table
Set the data value of the given row and field as an int.
setInt(int, int, int) - Method in class prefuse.data.Table
Set the data value of the given row and field as an int.
setInt(String, int) - Method in interface prefuse.data.Tuple
Set the data value of the given field with an int.
setInt(int, int) - Method in interface prefuse.data.Tuple
Set the data value of the given field with an int.
setInt(String, int) - Method in class prefuse.data.tuple.TableTuple
 
setInt(int, int) - Method in class prefuse.data.tuple.TableTuple
 
setInt(String, int) - Method in class prefuse.data.util.TableIterator
Set the data value of the given field with an int.
setIntegrator(Integrator) - Method in class prefuse.util.force.ForceSimulator
Set the Integrator used by this simulator.
setInteractive(boolean) - Method in class prefuse.visual.tuple.TableVisualItem
 
setInteractive(boolean) - Method in interface prefuse.visual.VisualItem
Set the interactive status of this VisualItem.
setInteractive(int, boolean) - Method in class prefuse.visual.VisualTable
Set the interactive status of the given row.
setInteractive(String, Predicate, boolean) - Method in class prefuse.Visualization
Sets the interactivity status for all items in a given data group matching a given filter predicate.
setInterpolatedDefault(String, Object) - Method in class prefuse.data.Schema
Set default values for the current, start, and end columns of an interpolated column.
setInterpolatedDefault(String, int) - Method in class prefuse.data.Schema
Set default values for the current, start, and end columns of an interpolated column as an int.
setInterpolatedDefault(String, long) - Method in class prefuse.data.Schema
Set default values for the current, start, and end columns of an interpolated column as a long.
setInterpolatedDefault(String, float) - Method in class prefuse.data.Schema
Set default values for the current, start, and end columns of an interpolated column as a float.
setInterpolatedDefault(String, double) - Method in class prefuse.data.Schema
Set default values for the current, start, and end columns of an interpolated column as a double.
setInterpolatedDefault(String, boolean) - Method in class prefuse.data.Schema
Set default values for the current, start, and end columns of an interpolated column as a boolean.
setIs2DArea(boolean) - Method in class prefuse.action.assignment.DataSizeAction
Sets if the size values set by this function represent 2D areas.
setItemSorter(ItemSorter) - Method in class prefuse.Display
Set the ItemSorter that determines the rendering order of the VisualItems.
setIterations(int) - Method in class prefuse.action.layout.graph.ForceDirectedLayout
Set the number of iterations to use when computing a layout in run-once mode.
setIterator(int, Iterator) - Method in class prefuse.util.collections.CompositeIterator
 
setLabels(String[]) - Method in class prefuse.util.ui.JToggleGroup
Set the labels to use for the Objects contained in the list model.
setLabelText(String) - Method in class prefuse.util.ui.JSearchPanel
Set the label text used on this component.
setLayoutAnchor(Point2D) - Method in class prefuse.action.layout.Layout
Explicitly set the layout anchor point.
setLayoutBounds(Rectangle2D) - Method in class prefuse.action.layout.Layout
Explicitly set the layout bounds.
setLayoutRoot(NodeItem) - Method in class prefuse.action.layout.graph.TreeLayout
Explicitly set the node to use as the layout root.
setLeftExpression(Expression) - Method in class prefuse.data.expression.BinaryExpression
Set the left sub-expression.
setLock(Object) - Method in class prefuse.util.ui.JSearchPanel
Set the lock, an object to synchronize on while issuing queries.
setLong(long, int) - Method in class prefuse.data.column.AbstractColumn
Set the data value at the specified row as a long
setLong(long, int) - Method in interface prefuse.data.column.Column
Set the data value at the specified row as a long
setLong(long, int) - Method in class prefuse.data.column.DateColumn
 
setLong(long, int) - Method in class prefuse.data.column.DoubleColumn
 
setLong(long, int) - Method in class prefuse.data.column.LongColumn
 
setLong(int, String, long) - Method in class prefuse.data.Table
Set the data value of the given row and field as a long.
setLong(int, int, long) - Method in class prefuse.data.Table
Set the data value of the given row and field as an long.
setLong(String, long) - Method in interface prefuse.data.Tuple
Set the data value of the given field with a long.
setLong(int, long) - Method in interface prefuse.data.Tuple
Set the data value of the given field with a long.
setLong(String, long) - Method in class prefuse.data.tuple.TableTuple
 
setLong(int, long) - Method in class prefuse.data.tuple.TableTuple
 
setLong(String, long) - Method in class prefuse.data.util.TableIterator
Set the data value of the given field with a long.
setLowValue(Number) - Method in class prefuse.data.query.NumberRangeModel
Set the lowest selected range value.
setLowValue(int) - Method in class prefuse.util.ui.JRangeSlider
Sets the low value shown by this range slider.
setManageBounds(boolean) - Method in class prefuse.render.AbstractShapeRenderer
 
setMargin(int, int, int, int) - Method in class prefuse.action.layout.Layout
Set the margins the layout should observe within its layout bounds.
setMargin(int) - Method in class prefuse.controls.ZoomToFitControl
Set the display margin to include within the "zoomed-to-fit" bounds.
setMargin(int) - Method in class prefuse.util.ui.JToggleGroup
Set the margin, in pixels, to use at the ends of the JToggleGroup.
setMaxImageDimensions(int, int) - Method in class prefuse.render.ImageFactory
Sets the maximum image dimensions of loaded images, images larger than these limits will be scaled to fit within bounds.
setMaxImageDimensions(int, int) - Method in class prefuse.render.LabelRenderer
Sets the maximum image dimensions, used to control scaling of loaded images.
setMaximum(int) - Method in class prefuse.data.query.NumberRangeModel
Not supported, throws an exception.
setMaximum(int) - Method in class prefuse.util.ui.JRangeSlider
Sets the maximum possible value for either the low value or the high value.
setMaximumRow(int) - Method in class prefuse.data.column.BooleanColumn
 
setMaximumRow(int) - Method in class prefuse.data.column.ByteColumn
 
setMaximumRow(int) - Method in interface prefuse.data.column.Column
Sets the number of rows in this data column
setMaximumRow(int) - Method in class prefuse.data.column.ConstantColumn
 
setMaximumRow(int) - Method in class prefuse.data.column.DateColumn
 
setMaximumRow(int) - Method in class prefuse.data.column.DoubleColumn
 
setMaximumRow(int) - Method in class prefuse.data.column.ExpressionColumn
 
setMaximumRow(int) - Method in class prefuse.data.column.FloatColumn
 
setMaximumRow(int) - Method in class prefuse.data.column.IntColumn
 
setMaximumRow(int) - Method in class prefuse.data.column.LongColumn
 
setMaximumRow(int) - Method in class prefuse.data.column.ObjectColumn
 
setMaximumSize(double) - Method in class prefuse.action.assignment.DataSizeAction
Set the maximum size value that will be assigned by this action.
setMaxIterations(int) - Method in class prefuse.action.layout.graph.FruchtermanReingoldLayout
Set the maximum number of iterations to run of this algorithm.
setMaxScale(double) - Method in class prefuse.controls.AbstractZoomControl
Sets the maximum scale value allowed by this zoom control
setMaxTextWidth(int) - Method in class prefuse.render.LabelRenderer
Sets the maximum width that should be allowed of the text label.
setMaxTimeStep(long) - Method in class prefuse.action.layout.graph.ForceDirectedLayout
Set the maximum timestep allowed for integrating node settings between runs of this layout.
setMaxValue(Number) - Method in class prefuse.data.query.NumberRangeModel
Set the maximum range value.
setMaxValue(double) - Method in class prefuse.util.ColorMap
Sets the maximum value that corresponds to the last color in the color map.
setMaxValue(int, float) - Method in class prefuse.util.force.AbstractForce
 
setMaxValue(int, float) - Method in interface prefuse.util.force.Force
Set the suggested maximum value for a parameter.
setMinExtent(int) - Method in class prefuse.util.ui.JRangeSlider
Sets the minimum extent (difference between low and high values).
setMinimum(int) - Method in class prefuse.data.query.NumberRangeModel
Not supported, throws an exception.
setMinimum(int) - Method in class prefuse.util.ui.JRangeSlider
Sets the minimum possible value for either the low value or the high value.
setMinimumSize(double) - Method in class prefuse.action.assignment.DataSizeAction
Sets the size assigned to the lowest-valued data items.
setMinRadius(int) - Method in class prefuse.action.layout.graph.BalloonTreeLayout
Set the minimum radius used for a layout circle.
setMinScale(double) - Method in class prefuse.controls.AbstractZoomControl
Sets the minimum scale value allowed by this zoom control
setMinValue(Number) - Method in class prefuse.data.query.NumberRangeModel
Set the minimum range value.
setMinValue(double) - Method in class prefuse.util.ColorMap
Sets the minimum value that corresponds to the first color in the color map.
setMinValue(int, float) - Method in class prefuse.util.force.AbstractForce
 
setMinValue(int, float) - Method in interface prefuse.util.force.Force
Set the suggested minimum value for a parameter.
setModel(BoundedRangeModel) - Method in class prefuse.util.ui.JRangeSlider
Set the BoundedRangeModel backing this slider.
setModel(ListModel) - Method in class prefuse.util.ui.JToggleGroup
Set the ListModel backing this component.
setNames() - Method in class prefuse.data.tuple.CompositeTupleSet
Get an iterator over the names of all the TupleSets in this composite.
setNeighborHighlight(NodeItem, boolean) - Method in class prefuse.controls.NeighborHighlightControl
Set the highlighted state of the neighbors of a node.
setNormalized(boolean) - Method in class prefuse.action.layout.StackedAreaChart
Sets if the stacks are normalized, such that each column is independently scaled.
setNumberFormat(NumberFormat) - Method in class prefuse.action.layout.AxisLabelLayout
Set the formatter used to format labels for numerical values.
setNumCols(int) - Method in class prefuse.action.layout.GridLayout
Set the number of grid columns.
setNumRows(int) - Method in class prefuse.action.layout.GridLayout
Set the number of grid rows.
setOpaque(boolean) - Method in class prefuse.util.ui.JSearchPanel
 
setOrdinalMap(Object[]) - Method in class prefuse.action.assignment.DataColorAction
Manually sets the ordered list of values to use for color assignment.
setOrientation(int) - Method in class prefuse.action.layout.CollapsedStackLayout
Sets the orientation of this layout.
setOrientation(int) - Method in class prefuse.action.layout.CollapsedSubtreeLayout
Set the layout orientation, determining which point nodes will collapse or exapnd from.
setOrientation(int) - Method in class prefuse.action.layout.graph.NodeLinkTreeLayout
Set the orientation of the tree layout.
setOrientation(int) - Method in class prefuse.action.layout.StackedAreaChart
Sets the orientation of this layout.
setPacingFunction(Pacer) - Method in class prefuse.activity.Activity
Sets the pacing function associated with this Activity.
setPaddingPercentage(double) - Method in class prefuse.action.layout.StackedAreaChart
Sets the percentage of the layout bounds that should be reserved for empty space at the top of the stack.
setParameter(int, float) - Method in class prefuse.util.force.AbstractForce
 
setParameter(int, float) - Method in interface prefuse.util.force.Force
Sets the specified parameter value.
setParent(ActivityMap) - Method in class prefuse.activity.ActivityMap
Sets this ActivityMap's parent. null values are legal, and indicate this map has no parent.
setParser(DataParser) - Method in class prefuse.data.column.AbstractColumn
 
setParser(DataParser) - Method in interface prefuse.data.column.Column
Set the data parser used to map String values to and from the values stored by this Column.
setPersistent(boolean) - Method in class prefuse.util.ui.JCustomTooltip
Sets if the tooltip will stay persistent on the screen to support interaction within the tooltip component.
setPlatformLookAndFeel() - Static method in class prefuse.util.ui.UILib
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 running.
setPolarLocation(NodeItem, NodeItem, double, double) - Method in class prefuse.action.layout.graph.RadialTreeLayout
Set the position of the given node, given in polar co-ordinates.
setPolyType(int) - Method in class prefuse.render.PolygonRenderer
Set the polygon line type.
setPredicate(Predicate) - Method in class prefuse.action.filter.VisibilityFilter
Set the test predicate used to determine visibility.
setPredicate(Predicate) - Method in class prefuse.data.query.DynamicQueryBinding
Sets the dynamic query predicate.
setPredicate(String) - Method in class prefuse.Display
Sets the filtering Predicate used to control what items are drawn by this Display.
setPredicate(Predicate) - Method in class prefuse.Display
Sets the filtering Predicate used to control what items are drawn by this Display.
setPreferredSize(Dimension) - Method in class prefuse.util.ui.JValueSlider
 
setPrintHeader(boolean) - Method in class prefuse.data.io.CSVTableWriter
Sets if this writer will write a header row with the column names.
setPrintHeader(boolean) - Method in class prefuse.data.io.DelimitedTextTableWriter
Sets if this writer will write a header row with the column names.
setQuery(String) - Method in class prefuse.util.ui.JSearchPanel
Set the query string in the text field.
setRadius(double) - Method in class prefuse.action.layout.CircleLayout
Set the radius of the layout circle.
setRadiusIncrement(double) - Method in class prefuse.action.layout.graph.RadialTreeLayout
Set the radius increment to use between concentric circles.
setRandomSeed(long) - Method in class prefuse.action.layout.RandomLayout
Set the seed value for the random number generator.
setRange(int, int, int, int) - Method in class prefuse.data.query.NumberRangeModel
Set the range settings in the pixel-space coordinates.
setRange(int, int) - Method in class prefuse.util.ui.JRangeSlider
Set the slider range span.
setRangeModel(ValuedRangeModel) - Method in class prefuse.action.layout.AxisLabelLayout
Sets the range model used to layout this axis.
setRangeModel(ValuedRangeModel) - Method in class prefuse.action.layout.AxisLayout
Set the range model determing the span of the axis.
setRangeProperties(int, int, int, int, boolean) - Method in class prefuse.data.query.NumberRangeModel
 
setReadMode(boolean) - Method in class prefuse.data.search.LuceneSearcher
Sets if this LuceneSearcher is in read mode or write mode.
setReadOnly(boolean) - Method in class prefuse.data.column.AbstractColumn
Sets if the values in this column are read-only
setReadOnly(boolean) - Method in interface prefuse.data.column.Column
Sets if the values in this column are read-only
setReferrer(VisualItem) - Method in class prefuse.action.layout.graph.ForceDirectedLayout
Set the referrer item to use to set x or y coordinates that are initialized to NaN.
setRendererFactory(RendererFactory) - Method in class prefuse.Visualization
Set the RendererFactory used by this Visualization.
setRenderingHints(Graphics2D) - Method in class prefuse.Display
Sets the rendering hints that should be used while drawing the visualization to the screen.
setRenderType(int) - Method in class prefuse.render.AbstractShapeRenderer
Sets a value indicating if a shape is drawn by its outline, by a fill, or both.
setRightExpression(Expression) - Method in class prefuse.data.expression.BinaryExpression
Set the right sub-expression.
setRootNodeOffset(double) - Method in class prefuse.action.layout.graph.NodeLinkTreeLayout
Set the offset value for placing the root node of the tree.
setRoundedCorner(int, int) - Method in class prefuse.render.LabelRenderer
Rounds the corners of the bounding rectangle in which the text string is rendered.
setRowFilter(Predicate) - Method in class prefuse.data.CascadedTable
Sets the Predicate determining which rows of the parent table are included in this one.
sets() - Method in class prefuse.data.tuple.CompositeTupleSet
Get an iterator over all the TupleSets in this composite.
setScale(int) - Method in class prefuse.action.assignment.DataColorAction
Set the scale (linear, square root, or log) to use for encoding color values from the data.
setScale(int) - Method in class prefuse.action.assignment.DataSizeAction
Set the scale (linear, square root, or log) to use for encoding size values from the data.
setScale(int) - Method in class prefuse.action.layout.AxisLabelLayout
Sets the scale type used for the axis.
setScale(int) - Method in class prefuse.action.layout.AxisLayout
Sets the scale type used for the axis.
setScale(Rectangle2D) - Method in class prefuse.action.layout.graph.RadialTreeLayout
 
setSelectedItem(Object) - Method in class prefuse.data.query.ListModel
 
setSelectionModel(ListSelectionModel) - Method in class prefuse.util.ui.JToggleGroup
Set the ListSelectionModel used by this component.
setShape(int) - Method in class prefuse.visual.tuple.TableVisualItem
 
setShape(int) - Method in interface prefuse.visual.VisualItem
Set the current shape value of the item.
setShape(int, int) - Method in class prefuse.visual.VisualTable
Set the current shape value of the row.
setShowBorder(boolean) - Method in class prefuse.util.ui.JSearchPanel
Indicates if the component should show a border around the text field.
setShowCancel(boolean) - Method in class prefuse.util.ui.JSearchPanel
Indicates if the component should show the cancel query button.
setShowResultCount(boolean) - Method in class prefuse.util.ui.JSearchPanel
Indicates if the component should show the number of search results.
setSize(int, int) - Method in class prefuse.Display
Set the size of the Display.
setSize(Dimension) - Method in class prefuse.Display
Set the size of the Display.
setSize(double) - Method in class prefuse.visual.tuple.TableVisualItem
 
setSize(double) - Method in interface prefuse.visual.VisualItem
Set the current size value of the item.
setSize(int, double) - Method in class prefuse.visual.VisualTable
Set the current size value of the row.
setSizeDistorted(boolean) - Method in class prefuse.action.distortion.Distortion
Controls whether item sizes are distorted along with the item locations.
setSources(String) - Method in class prefuse.action.filter.FisheyeTreeFilter
Set the name of the group to use as source nodes for measuring graph distance.
setSources(String) - Method in class prefuse.action.filter.GraphDistanceFilter
Set the name of the group to use as source nodes for measuring graph distance.
setSpacing(double) - Method in class prefuse.action.layout.AxisLabelLayout
Set the required minimum spacing between axis labels.
setSpacing(int) - Method in class prefuse.util.ui.JToggleGroup
Set the spacing between toggle group components.
setSpeedLimit(float) - Method in class prefuse.util.force.ForceSimulator
Set the speed limit, or maximum velocity value allowed by this simulator.
setStartFillColor(int) - Method in class prefuse.visual.tuple.TableVisualItem
 
setStartFillColor(int) - Method in interface prefuse.visual.VisualItem
Set the starting fill color of this item.
setStartFillColor(int, int) - Method in class prefuse.visual.VisualTable
Set the starting fill color of the row.
setStartFont(Font) - Method in class prefuse.visual.tuple.TableVisualItem
 
setStartFont(Font) - Method in interface prefuse.visual.VisualItem
Set the starting font for the item.
setStartFont(int, Font) - Method in class prefuse.visual.VisualTable
Set the starting font for the row.
setStartSize(double) - Method in class prefuse.visual.tuple.TableVisualItem
 
setStartSize(double) - Method in interface prefuse.visual.VisualItem
Set the starting size value of the item.
setStartSize(int, double) - Method in class prefuse.visual.VisualTable
Set the starting size value of the row.
setStartStrokeColor(int) - Method in class prefuse.visual.tuple.TableVisualItem
 
setStartStrokeColor(int) - Method in interface prefuse.visual.VisualItem
Set the starting stroke color of this item.
setStartStrokeColor(int, int) - Method in class prefuse.visual.VisualTable
Set the starting stroke color of the row.
setStartTextColor(int) - Method in class prefuse.visual.tuple.TableVisualItem
 
setStartTextColor(int) - Method in interface prefuse.visual.VisualItem
Set the starting text color of this item.
setStartTextColor(int, int) - Method in class prefuse.visual.VisualTable
Set the starting text color of the row.
setStartTime(long) - Method in class prefuse.activity.Activity
Sets this activity's start time
setStartVisible(boolean) - Method in class prefuse.visual.tuple.TableVisualItem
 
setStartVisible(boolean) - Method in interface prefuse.visual.VisualItem
Set the start visible flag.
setStartVisible(int, boolean) - Method in class prefuse.visual.VisualTable
Set the start visible flag.
setStartX(double) - Method in class prefuse.visual.tuple.TableVisualItem
 
setStartX(double) - Method in interface prefuse.visual.VisualItem
Set the starting x-coordinate of this item.
setStartX(int, double) - Method in class prefuse.visual.VisualTable
Set the starting x-coordinate of the given row.
setStartY(double) - Method in class prefuse.visual.tuple.TableVisualItem
 
setStartY(double) - Method in interface prefuse.visual.VisualItem
Set the starting y-coordinate of this item.
setStartY(int, double) - Method in class prefuse.visual.VisualTable
Set the starting y-coordinate of the given row.
setStepTime(long) - Method in class prefuse.activity.Activity
Sets the delay between runs for this activity
setString(String, int) - Method in class prefuse.data.column.AbstractColumn
Set the data value at the specified row as a String
setString(String, int) - Method in interface prefuse.data.column.Column
Set the data value at the specified row as a String
setString(int, String, String) - Method in class prefuse.data.Table
Set the data value of the given row and field as a String.
setString(int, int, String) - Method in class prefuse.data.Table
Set the data value of the given row and field as a String.
setString(String, String) - Method in interface prefuse.data.Tuple
Set the data value of the given field with a String.
setString(int, String) - Method in interface prefuse.data.Tuple
Set the data value of the given field with a String.
setString(String, String) - Method in class prefuse.data.tuple.TableTuple
 
setString(int, String) - Method in class prefuse.data.tuple.TableTuple
 
setString(String, String) - Method in class prefuse.data.util.TableIterator
Set the data value of the given field with a String.
setStroke(BasicStroke) - Method in class prefuse.visual.tuple.TableVisualItem
 
setStroke(BasicStroke) - Method in interface prefuse.visual.VisualItem
Set the current stroke used to draw lines and shape outlines.
setStroke(int, BasicStroke) - Method in class prefuse.visual.VisualTable
Set the current stroke used to draw lines and shape outlines.
setStrokeColor(int) - Method in class prefuse.visual.tuple.TableVisualItem
 
setStrokeColor(int) - Method in interface prefuse.visual.VisualItem
Set the current stroke color of this item.
setStrokeColor(int, int) - Method in class prefuse.visual.VisualTable
Set the current stroke color of the row.
setSubtreeSpacing(double) - Method in class prefuse.action.layout.graph.NodeLinkTreeLayout
Set the spacing between neighboring subtrees.
setSwitchValue(int) - Method in class prefuse.action.ActionSwitch
Set the switch value.
setTestPredicate(Predicate) - Method in class prefuse.data.expression.IfExpression
Set the test predicate.
setText(String) - Method in class prefuse.util.ui.JFastLabel
Set the label text
setTextColor(int) - Method in class prefuse.visual.tuple.TableVisualItem
 
setTextColor(int) - Method in interface prefuse.visual.VisualItem
Set the current text color of this item.
setTextColor(int, int) - Method in class prefuse.visual.VisualTable
Set the current text color of the row.
setTextEditor(JTextComponent) - Method in class prefuse.Display
Sets the TextComponent used for on-screen text editing.
setTextField(String) - Method in class prefuse.render.LabelRenderer
Set the field name to use for text labels.
setThenExpression(Expression) - Method in class prefuse.data.expression.IfExpression
Set the then expression
setThreshold(double) - Method in class prefuse.action.layout.StackedAreaChart
Set the minimum height threshold under which stacks should not be made visible.
setThumbColor(Color) - Method in class prefuse.util.ui.JRangeSlider
Set the slider thumb color.
setTransform(AffineTransform) - Method in class prefuse.Display
Set the 2D AffineTransform (e.g., scale, shear, pan, rotate) used by this display before rendering visual items.
setTuple(Tuple) - Method in class prefuse.data.Table
Clears the contents of this table and then attempts to add the given Tuple instance.
setTuple(Tuple) - Method in class prefuse.data.tuple.CompositeTupleSet
Not supported.
setTuple(Tuple) - Method in class prefuse.data.tuple.DefaultTupleSet
 
setTuple(Tuple) - Method in interface prefuse.data.tuple.TupleSet
Set the TupleSet contents to be a single Tuple.
setTupleManager(TupleManager) - Method in class prefuse.data.Table
Sets the TupleManager used by this Table.
setTupleManagers(TupleManager, TupleManager) - Method in class prefuse.data.Graph
Set the tuple managers used to manage the Node and Edge tuples of this Graph.
setTupleManagers(TupleManager, TupleManager) - Method in class prefuse.data.SpanningTree
Unsupported operation.
setup() - Method in class prefuse.action.assignment.DataColorAction
Set up the state of this encoding Action.
setup() - Method in class prefuse.action.assignment.DataShapeAction
 
setup() - Method in class prefuse.action.assignment.DataSizeAction
 
setup() - Method in class prefuse.action.EncoderAction
Perform any necessary setup before this encoder can be used.
setUp(int, double, double) - Method in class prefuse.util.collections.AbstractHashMap
Initializes the receiver.
setUp(int, double, double) - Method in class prefuse.util.collections.IntObjectHashMap
Initializes the receiver.
setValidated(boolean) - Method in class prefuse.visual.tuple.TableVisualItem
 
setValidated(boolean) - Method in interface prefuse.visual.VisualItem
Set this item's validated flag.
setValidated(int, boolean) - Method in class prefuse.visual.VisualTable
Set the given row's validated flag.
setValue(int) - Method in class prefuse.data.query.NumberRangeModel
 
setValue(int) - Method in class prefuse.util.collections.AbstractTreeMap.Entry
 
setValue(Number) - Method in class prefuse.util.ui.JValueSlider
Set the current value ssociated with the slider position.
setValue(String, Predicate, String, Object) - Method in class prefuse.Visualization
Set a data field value for all items in a given data group matching a given filter predicate.
setValueAt(Object, int, int) - Method in class prefuse.util.ui.PrefuseTableModel
 
setValueRange(Number, Number, Number, Number) - Method in class prefuse.data.query.NumberRangeModel
Set the range model's backing values.
setValueRange(double, double, double, double) - Method in class prefuse.data.query.NumberRangeModel
Set the range model's backing values.
setValueRange(int, int, int, int) - Method in class prefuse.data.query.NumberRangeModel
Set the range model's backing values.
setValueRange(long, long, long, long) - Method in class prefuse.data.query.NumberRangeModel
Set the range model's backing values.
setValueRange(Object[]) - Method in class prefuse.data.query.ObjectRangeModel
Sets the range model to the given objects.
setVerticalAlignment(int) - Method in class prefuse.render.AxisRenderer
Set the vertical alignment of axis labels.
setVerticalAlignment(int) - Method in class prefuse.render.LabelRenderer
Set the vertical alignment of this node with respect to its x, y coordinates.
setVerticalAlignment(int) - Method in class prefuse.util.ui.JFastLabel
Set the vertical alignment.
setVerticalAlignment1(int) - Method in class prefuse.render.EdgeRenderer
Set the vertical aligment of the edge mount point with the first node.
setVerticalAlignment2(int) - Method in class prefuse.render.EdgeRenderer
Set the vertical aligment of the edge mount point with the second node.
setVerticalImageAlignment(int) - Method in class prefuse.render.LabelRenderer
Set the vertical image alignment within the layout.
setVerticalPadding(int) - Method in class prefuse.render.LabelRenderer
Sets the amount of padding in pixels between the content and the border of this item along the vertical dimension.
setVerticalTextAlignment(int) - Method in class prefuse.render.LabelRenderer
Set the vertical text alignment within the layout.
setVisible(boolean) - Method in class prefuse.visual.tuple.TableVisualItem
 
setVisible(boolean) - Method in interface prefuse.visual.VisualItem
Set this item's visibility.
setVisible(int, boolean) - Method in class prefuse.visual.VisualTable
Set the given row's visibility.
setVisible(String, Predicate, boolean) - Method in class prefuse.Visualization
Sets the visbility status for all items in a given data group matching a given filter predicate.
setVisualization(Visualization) - Method in class prefuse.action.Action
Set the Visualization processed by this Action.
setVisualization(Visualization) - Method in class prefuse.action.CompositeAction
Set the Visualization processed by this Action.
setVisualization(Visualization) - Method in class prefuse.action.EncoderAction
 
setVisualization(Visualization) - Method in class prefuse.Display
Set the Visualiztion associated with this Display.
setVisualization(Visualization) - Method in class prefuse.visual.VisualGraph
Set the visualization associated with this VisualGraph
setVisualization(Visualization) - Method in class prefuse.visual.VisualTable
Set the visualization associated with this VisualTable
setVisualization(Visualization) - Method in class prefuse.visual.VisualTree
Set the visualization associated with this VisualGraph
setX(VisualItem, VisualItem, double) - Method in class prefuse.action.layout.Layout
Convenience method for setting an x-coordinate.
setX(VisualItem, VisualItem, double) - Static method in class prefuse.util.PrefuseLib
Update the x-coordinate of an item.
setX(double) - Method in class prefuse.visual.tuple.TableVisualItem
 
setX(double) - Method in interface prefuse.visual.VisualItem
Set the current x-coordinate of this item.
setX(int, double) - Method in class prefuse.visual.VisualTable
Set the current x-coordinate of the given row.
setXDistortionFactor(double) - Method in class prefuse.action.distortion.FisheyeDistortion
Sets the distortion factor for the x-axis.
setXField(String) - Method in class prefuse.action.layout.SpecifiedLayout
Set the field to lookup to set the x-coordinate.
setXMagnification(double) - Method in class prefuse.action.distortion.BifocalDistortion
Sets the magnification factor for the x-axis.
setXRange(double) - Method in class prefuse.action.distortion.BifocalDistortion
Sets the range of the focal area along the x-axis.
setY(VisualItem, VisualItem, double) - Method in class prefuse.action.layout.Layout
Convenience method for setting an y-coordinate.
setY(VisualItem, VisualItem, double) - Static method in class prefuse.util.PrefuseLib
Update the y-coordinate of an item.
setY(double) - Method in class prefuse.visual.tuple.TableVisualItem
 
setY(double) - Method in interface prefuse.visual.VisualItem
Set the current y-coordinate of this item.
setY(int, double) - Method in class prefuse.visual.VisualTable
Set the current y-coordinate of the given row.
setYDistortionFactor(double) - Method in class prefuse.action.distortion.FisheyeDistortion
Sets the distortion factor for the y-axis.
setYField(String) - Method in class prefuse.action.layout.SpecifiedLayout
Set the field to lookup to set the y-coordinate.
setYMagnification(double) - Method in class prefuse.action.distortion.BifocalDistortion
Sets the magnification factor for the y-axis.
setYRange(double) - Method in class prefuse.action.distortion.BifocalDistortion
Sets the range of the focal area along the y-axis.
setZoomOverItem(boolean) - Method in class prefuse.controls.AbstractZoomControl
Determines if the zoom control will work while the mouse is over a VisualItem
setZoomOverItem(boolean) - Method in class prefuse.controls.ZoomToFitControl
Determines if the zoom control will work while the mouse is over a VisualItem
SHAPE - Static variable in interface prefuse.visual.VisualItem
The shape data field
SHAPE_COUNT - Static variable in interface prefuse.Constants
The number of recognized shape types
SHAPE_CROSS - Static variable in interface prefuse.Constants
Cross shape
SHAPE_DIAMOND - Static variable in interface prefuse.Constants
Diamond shape
SHAPE_ELLIPSE - Static variable in interface prefuse.Constants
Ellipse/Circle shape
SHAPE_HEXAGON - Static variable in interface prefuse.Constants
Hexagon shape
SHAPE_NONE - Static variable in interface prefuse.Constants
No shape.
SHAPE_RECTANGLE - Static variable in interface prefuse.Constants
Rectangle/Square shape
SHAPE_STAR - Static variable in interface prefuse.Constants
Star shape
SHAPE_TRIANGLE_DOWN - Static variable in interface prefuse.Constants
Down-pointing triangle shape
SHAPE_TRIANGLE_LEFT - Static variable in interface prefuse.Constants
Left-pointing triangle shape
SHAPE_TRIANGLE_RIGHT - Static variable in interface prefuse.Constants
Right-pointing triangle shape
SHAPE_TRIANGLE_UP - Static variable in interface prefuse.Constants
Up-pointing triangle shape
ShapeAction - Class in prefuse.action.assignment
Assignment Action that assigns shape values to VisualItems.
ShapeAction() - Constructor for class prefuse.action.assignment.ShapeAction
Constructor.
ShapeAction(String) - Constructor for class prefuse.action.assignment.ShapeAction
Constructor.
ShapeAction(String, int) - Constructor for class prefuse.action.assignment.ShapeAction
Constructor with a specified a default shape value.
ShapeRenderer - Class in prefuse.render
Renderer for drawing simple shapes.
ShapeRenderer() - Constructor for class prefuse.render.ShapeRenderer
Creates a new ShapeRenderer with default base size of 10 pixels.
ShapeRenderer(int) - Constructor for class prefuse.render.ShapeRenderer
Creates a new ShapeRenderer with given base size.
showDocument(URL) - Static method in class prefuse.util.ui.BrowserLauncher
Display a file in the system browser.
showDocument(String) - Static method in class prefuse.util.ui.BrowserLauncher
Display a file in the system browser.
showForcePanel(ForceSimulator) - Static method in class prefuse.util.ui.JForcePanel
Create and displays a new window showing a configuration panel for the given ForceSimulator.
showTableWindow(Table) - Static method in class prefuse.util.ui.JPrefuseTable
Create a new window displaying the contents of the input Table as a Swing JTable.
showTreeWindow(Tree, String) - Static method in class prefuse.util.ui.JPrefuseTree
Create a new window displaying the contents of the input Tree as a Swing JTree.
shuffle(int[], Random) - Static method in class prefuse.util.ArrayLib
Randomly permute the contents of an array.
shuffle(int[], int, int, Random) - Static method in class prefuse.util.ArrayLib
Randomly permute the contents of a range an array.
shuffle(long[], Random) - Static method in class prefuse.util.ArrayLib
Randomly permute the contents of an array.
shuffle(long[], int, int, Random) - Static method in class prefuse.util.ArrayLib
Randomly permute the contents of a range an array.
shuffle(float[], Random) - Static method in class prefuse.util.ArrayLib
Randomly permute the contents of an array.
shuffle(float[], int, int, Random) - Static method in class prefuse.util.ArrayLib
Randomly permute the contents of a range an array.
shuffle(double[], Random) - Static method in class prefuse.util.ArrayLib
Randomly permute the contents of an array.
shuffle(double[], int, int, Random) - Static method in class prefuse.util.ArrayLib
Randomly permute the contents of a range an array.
shuffle(Object[], Random) - Static method in class prefuse.util.ArrayLib
Randomly permute the contents of an array.
shuffle(Object[], int, int, Random) - Static method in class prefuse.util.ArrayLib
Randomly permute the contents of a range an array.
SimpleFileFilter - Class in prefuse.util.io
A simple file filter for a particular file extension.
SimpleFileFilter(String, String) - Constructor for class prefuse.util.io.SimpleFileFilter
Create a new SimpleFileFilter.
SimpleFileFilter(String, String, Object) - Constructor for class prefuse.util.io.SimpleFileFilter
Create a new SimpleFileFilter.
size() - Method in class prefuse.action.CompositeAction
Returns the number of Actions in the composite.
size() - Method in class prefuse.activity.ActivityMap
Returns the number of mappings in this ActivityMap.
size() - Method in class prefuse.data.expression.CompositePredicate
Get the number of sub-predicate clauses.
size() - Method in interface prefuse.data.util.Index
Get the size of this index, the number of data value / row pairs included.
size() - Method in class prefuse.data.util.Sort
Returns the number of fields in this Sort specification.
size() - Method in class prefuse.data.util.TreeIndex
 
size() - Method in class prefuse.util.collections.AbstractHashMap
Returns the number of (key,value) associations currently contained.
size - Variable in class prefuse.util.collections.AbstractTreeMap
 
size() - Method in class prefuse.util.collections.AbstractTreeMap
 
size() - Method in class prefuse.util.collections.BooleanIntBitSetMap
 
size() - Method in class prefuse.util.collections.ByteArrayList
 
size() - Method in class prefuse.util.collections.CopyOnWriteArrayList
Returns the number of elements in this list.
size() - Method in interface prefuse.util.collections.IntSortedMap
 
SIZE - Static variable in interface prefuse.visual.VisualItem
The size data field
size(String) - Method in class prefuse.Visualization
Get the size of the given visual data group.
SizeAction - Class in prefuse.action.assignment
Assignment Action that assigns size values to VisualItems.
SizeAction() - Constructor for class prefuse.action.assignment.SizeAction
Constructor.
SizeAction(String) - Constructor for class prefuse.action.assignment.SizeAction
Constructor.
SizeAction(String, double) - Constructor for class prefuse.action.assignment.SizeAction
Constructor which specified a default size value.
SizeAnimator - Class in prefuse.action.animate
Animator that linearly interpolates the size of a VisualItems.
SizeAnimator() - Constructor for class prefuse.action.animate.SizeAnimator
Create a new SizeAnimator that processes all data groups.
SizeAnimator(String) - Constructor for class prefuse.action.animate.SizeAnimator
Create a new SizeAnimator that processes the specified group.
SlowInSlowOutPacer - Class in prefuse.activity
A pacing function that provides slow-in, slow-out animation, where the animation begins at a slower rate, speeds up through the middle of the animation, and then slows down again before stopping.
SlowInSlowOutPacer() - Constructor for class prefuse.activity.SlowInSlowOutPacer
 
Sort - Class in prefuse.data.util
Utility class representing sorting criteria, this can be given as input to the TupleSet.tuples(Predicate, Sort) method to get a sorted iteration of tuples.
Sort() - Constructor for class prefuse.data.util.Sort
Creates a new, empty Sort specification.
Sort(String[]) - Constructor for class prefuse.data.util.Sort
Creates a new Sort specification that sorts on the given fields, all in ascending order.
Sort(String[], boolean[]) - Constructor for class prefuse.data.util.Sort
Creates a new Sort specification that sorts on the given fields in the given orders.
sort(int[], double[]) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort(int[], double[], int) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort(int[], double[], int, int) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort(int[], int[]) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort(int[], int[], int) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort(int[], int[], int, int) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort(int[], Object[], int, int) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort(int[], Object[], int[], Object[], int, int) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort(double[], int[]) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort(double[], int[], int) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort(double[], int[], int, int) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort(float[], int[]) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort(float[], int[], int) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort(float[], int[], int, int) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort(Object[], int[], Comparator) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort(Object[], int[], int, Comparator) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort(Object[], int[], int, int, Comparator) - Static method in class prefuse.util.ArrayLib
Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays.
sort - Variable in class prefuse.util.display.RenderingQueue
 
SORT_THRESHOLD - Static variable in class prefuse.util.ArrayLib
Arrays with lengths beneath this value will be insertion sorted.
SortedMapFactory - Class in prefuse.util.collections
Factory class that generates the appropriate IntSortedMap implementation given a key data type.
SortedMapFactory() - Constructor for class prefuse.util.collections.SortedMapFactory
 
SortedTupleIterator - Class in prefuse.data.util
Iterator that provides a sorted iteration over a set of tuples.
SortedTupleIterator(Iterator, Comparator) - Constructor for class prefuse.data.util.SortedTupleIterator
Create a new SortedTupleIterator that sorts tuples in the given iterator using the given comparator.
SortedTupleIterator(Iterator, int, Comparator) - Constructor for class prefuse.data.util.SortedTupleIterator
Create a new SortedTupleIterator that sorts tuples in the given iterator using the given comparator.
sortPickingQueue() - Method in class prefuse.util.display.RenderingQueue
Sort the picking queue.
sortRenderQueue() - Method in class prefuse.util.display.RenderingQueue
Sort the rendering queue.
SOURCE - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
 
SOURCE_EDGE - Static variable in class prefuse.data.SpanningTree
Extra edge table data field recording the id of the source edge a tree edge represents.
spacing() - Method in class prefuse.util.io.XMLWriter
Print the current spacing (determined by the indentation level) into the document.
SpanningTree - Class in prefuse.data
Special tree instance for storing a spanning tree over a graph instance.
SpanningTree(Graph, Node) - Constructor for class prefuse.data.SpanningTree
Create a new SpanningTree.
specialConstructor - Variable in exception prefuse.data.expression.parser.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class prefuse.data.expression.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
SpecifiedLayout - Class in prefuse.action.layout
Layout Action that sets x, y coordinates for a visual item by simply looking them up from another data field.
SpecifiedLayout(String, String, String) - Constructor for class prefuse.action.layout.SpecifiedLayout
Create a new SpecifiedLayout.
Spring - Class in prefuse.util.force
Represents a spring in a force simulation.
Spring(ForceItem, ForceItem, float, float) - Constructor for class prefuse.util.force.Spring
Create a new Spring instance
Spring.SpringFactory - Class in prefuse.util.force
The SpringFactory is responsible for generating Spring instances and maintaining an object pool of Springs to reduce garbage collection overheads while force simulations are running.
Spring.SpringFactory() - Constructor for class prefuse.util.force.Spring.SpringFactory
 
SPRING_COEFF - Static variable in class prefuse.util.force.SpringForce
 
SPRING_LENGTH - Static variable in class prefuse.util.force.SpringForce
 
SpringForce - Class in prefuse.util.force
Force function that computes the force acting on ForceItems due to a given Spring.
SpringForce(float, float) - Constructor for class prefuse.util.force.SpringForce
Create a new SpringForce.
SpringForce() - Constructor for class prefuse.util.force.SpringForce
Constructs a new SpringForce instance with default parameters.
SQLDataHandler - Interface in prefuse.data.io.sql
Interface for taking a value in a SQL ResultSet and translating it into a Java data value for use in a prefuse Table.
SQRT_SCALE - Static variable in interface prefuse.Constants
A square root scale
sqrtInterp(double, double, double) - Static method in class prefuse.util.MathLib
Interpolates a value between a given minimum and maximum value using a square root scale.
sqrtLayout(VisualTable) - Method in class prefuse.action.layout.AxisLabelLayout
Calculates a quantitative, square root scaled layout.
SquarifiedTreeMapLayout - Class in prefuse.action.layout.graph
TreeLayout instance computing a TreeMap layout that optimizes for low aspect ratios of visualized tree nodes.
SquarifiedTreeMapLayout(String) - Constructor for class prefuse.action.layout.graph.SquarifiedTreeMapLayout
Creates a new SquarifiedTreeMapLayout with no spacing between parent areas and their enclosed children.
SquarifiedTreeMapLayout(String, double) - Constructor for class prefuse.action.layout.graph.SquarifiedTreeMapLayout
Creates a new SquarifiedTreeMapLayout with the specified spacing between parent areas and their enclosed children.
SRC - Static variable in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
SRCID - Static variable in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
StackedAreaChart - Class in prefuse.action.layout
Layout Action that computes a stacked area chart, in which a series of data values are consecutively stacked on top of each other.
StackedAreaChart(String, String, String[]) - Constructor for class prefuse.action.layout.StackedAreaChart
Create a new StackedAreaChart.
StackedAreaChart(String, String, String[], double) - Constructor for class prefuse.action.layout.StackedAreaChart
Create a new StackedAreaChart.
stackSpline(GeneralPath, float[], float, float, boolean, float, float) - Static method in class prefuse.util.GraphicsLib
Computes a set of curves using the cardinal spline approach, but using straight lines for completely horizontal or vertical segments.
stackSpline(GeneralPath, float[], int, int, float, float, boolean, float, float) - Static method in class prefuse.util.GraphicsLib
Computes a set of curves using the cardinal spline approach, but using straight lines for completely horizontal or vertical segments.
star(float, float, float) - Method in class prefuse.render.ShapeRenderer
Returns a star shape of the given dimenisions.
start(String, String[], String[], int) - Method in class prefuse.util.io.XMLWriter
Print a start tag with attributes.
start(String, String, String) - Method in class prefuse.util.io.XMLWriter
Print a start tag with one attribute.
start(String, ArrayList, ArrayList, int) - Method in class prefuse.util.io.XMLWriter
Print a start tag with attributes.
start(String) - Method in class prefuse.util.io.XMLWriter
Print a start tag without attributes.
startDocument() - Method in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
startDocument() - Method in class prefuse.data.io.TreeMLReader.TreeMLHandler
 
startElement(String, String, String, Attributes) - Method in class prefuse.data.io.GraphMLReader.GraphMLHandler
 
startElement(String, String, String, Attributes) - Method in class prefuse.data.io.TreeMLReader.TreeMLHandler
 
STARTFILLCOLOR - Static variable in interface prefuse.visual.VisualItem
The start fill color data field
STARTFONT - Static variable in interface prefuse.visual.VisualItem
The start font data field
STARTPOLYGON - Static variable in interface prefuse.visual.VisualItem
The start polygon data field.
STARTSIZE - Static variable in interface prefuse.visual.VisualItem
The start size data field
STARTSTROKECOLOR - Static variable in interface prefuse.visual.VisualItem
The start stroke color data field
STARTTEXTCOLOR - Static variable in interface prefuse.visual.VisualItem
The start text color data field
STARTVISIBLE - Static variable in interface prefuse.visual.VisualItem
The start visible data field
StartVisiblePredicate - Class in prefuse.visual.expression
Expression that indicates if an item's start visible flag is set.
StartVisiblePredicate() - Constructor for class prefuse.visual.expression.StartVisiblePredicate
Create a new StartVisiblePredicate.
STARTX - Static variable in interface prefuse.visual.VisualItem
The start x data field
STARTX2 - Static variable in interface prefuse.visual.VisualItem
The start x2 data field.
STARTY - Static variable in interface prefuse.visual.VisualItem
The start y data field
STARTY2 - Static variable in interface prefuse.visual.VisualItem
The start y2 data field.
state - Variable in class prefuse.util.collections.IntObjectHashMap
The state of each hash table entry (FREE, FULL, REMOVED).
stateChanged(ChangeEvent) - Method in class prefuse.util.display.ScaleSelector
Monitor changes to the scale slider.
stateChanged(ChangeEvent) - Method in class prefuse.util.ui.JRangeSlider.RangeSliderChangeListener
 
staticFlag - Static variable in class prefuse.data.expression.parser.JavaCharStream
 
stop() - Method in class prefuse.util.ui.JPrefuseApplet
Automatically shuts down the ActivityManager when the applet is stopped.
stopEditing() - Method in class prefuse.Display
Stops text editing on the display, hiding the text editing widget.
stopThread() - Static method in class prefuse.activity.ActivityManager
Stops the activity manager thread.
streamFromString(String) - Static method in class prefuse.util.io.IOLib
Get an input string corresponding to the given location string.
STRING - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
STRING - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
 
STRING - Static variable in interface prefuse.data.io.TreeMLReader.Tokens
 
StringLib - Class in prefuse.util
Library of utility routines pertaining to Strings.
StringParser - Class in prefuse.data.parser
DataParser instance that "parses" a String value from a text string, this is the default fallback parser, which simply returns the string value to be parsed.
StringParser() - Constructor for class prefuse.data.parser.StringParser
 
STROKE - Static variable in interface prefuse.visual.VisualItem
The stroke data field
StrokeAction - Class in prefuse.action.assignment
Assignment Action that assigns Stroke values to VisualItems.
StrokeAction() - Constructor for class prefuse.action.assignment.StrokeAction
Create a new StrokeAction that processes all data groups.
StrokeAction(String) - Constructor for class prefuse.action.assignment.StrokeAction
Create a new StrokeAction that processes the specified group.
StrokeAction(String, BasicStroke) - Constructor for class prefuse.action.assignment.StrokeAction
Create a new StrokeAction that processes the specified group.
STROKECOLOR - Static variable in interface prefuse.visual.VisualItem
The stroke color data field
StrokeLib - Class in prefuse.util
Library maintaining a cache of drawing strokes and other useful stroke computation routines.
StrokeLib() - Constructor for class prefuse.util.StrokeLib
 
SUB - Static variable in class prefuse.data.expression.ArithmeticExpression
Indicates a subtraction operation.
SUB - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
 
subList(int, int) - Method in class prefuse.util.collections.CopyOnWriteArrayList
Returns a view of the portion of this list between fromIndex, inclusive, and toIndex, exclusive.
submit(DataSourceWorker.Entry) - Static method in class prefuse.data.io.sql.DataSourceWorker
Submit a job to the worker thread.
SUBPROTOCOL_JDBC_ODBC - Static variable in class prefuse.data.io.sql.ConnectionFactory
Sub-protocol prefix for JDBC/ODBC bridge connections
SUBPROTOCOL_MYSQL - Static variable in class prefuse.data.io.sql.ConnectionFactory
Sub-protocol prefix for MySQL connections
SubtreeDragControl - Class in prefuse.controls
Control that changes the location of a whole subtree when dragged on screen.
SubtreeDragControl() - Constructor for class prefuse.controls.SubtreeDragControl
Creates a new subtree drag control that issues repaint requests as an item is dragged.
successor(AbstractTreeMap.Entry) - Method in class prefuse.util.collections.AbstractTreeMap
 
sum(double[]) - Static method in class prefuse.util.ArrayLib
Compute the sum of the values in an array.
sum(Iterator, String) - Static method in class prefuse.util.DataLib
Get the sum of a tuple data value.
SwitchTo(int) - Static method in class prefuse.data.expression.parser.ExpressionParserTokenManager
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Copyright © 2007 Regents of the University of California