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

S

SHARED - Static variable in class edu.uci.ics.jung.utils.UserData
A CopyAction that links UserData--that is, points to the original data.
SIMPLE_EDGE - Static variable in interface edu.uci.ics.jung.graph.Graph
 
SLEEK - Static variable in class edu.uci.ics.jung.visualization.contrib.Arrow
 
SPARSE_ROOT_KEY - Static variable in class edu.uci.ics.jung.graph.impl.SparseTree
 
SUBSET_MANAGER - Static variable in interface edu.uci.ics.jung.graph.ArchetypeGraph
 
SelfLoopEdgePredicate - class edu.uci.ics.jung.graph.predicates.SelfLoopEdgePredicate.
A predicate that checks to see whether a specified edge is a self-loop.
SerialFilter - class edu.uci.ics.jung.graph.filters.SerialFilter.
This is a generic filter that takes at least two other filters and runs them seially.
SerialFilter(Filter, Filter) - Constructor for class edu.uci.ics.jung.graph.filters.SerialFilter
Small constructor for two filters.
SerialFilter(List) - Constructor for class edu.uci.ics.jung.graph.filters.SerialFilter
Constructor for an arbitrary list of filters.
SerialFilter() - Constructor for class edu.uci.ics.jung.graph.filters.SerialFilter
Creates an empty list of filters.
SettableRenderer - class edu.uci.ics.jung.visualization.graphdraw.SettableRenderer.
A renderer with all sorts of buttons to press and dials to turn.
SettableRenderer() - Constructor for class edu.uci.ics.jung.visualization.graphdraw.SettableRenderer
This variant simply renders vertices as small empty boxes without labels.
SettableRenderer(StringLabeller) - Constructor for class edu.uci.ics.jung.visualization.graphdraw.SettableRenderer
Creates a SettableRenderer that will be drawn in the "heavy" style: a box around the label
SettableRenderer(StringLabeller, EdgeStringer) - Constructor for class edu.uci.ics.jung.visualization.graphdraw.SettableRenderer
Creates a SettableRenderer that will label edges with the given EdgeStringer.
ShortestPath - class edu.uci.ics.jung.algorithms.shortestpath.ShortestPath.
 
ShortestPath() - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.ShortestPath
 
SimpleDirectedSparseVertex - class edu.uci.ics.jung.graph.impl.SimpleDirectedSparseVertex.
An implementation of Vertex that resides in a directed graph; none of its adjoining edges may be parallel.
SimpleDirectedSparseVertex() - Constructor for class edu.uci.ics.jung.graph.impl.SimpleDirectedSparseVertex
Creates a new instance of a vertex for inclusion in a sparse directed graph.
SimpleEdgePredicate - class edu.uci.ics.jung.graph.predicates.SimpleEdgePredicate.
A predicate that tests to see whether a specified edge is "simple" (neither parallel to any edge nor a self-loop).
SimpleRandomGenerator - class edu.uci.ics.jung.random.generators.SimpleRandomGenerator.
Simple graph generator where |V| vertices are generated and |E| random edges chosen pairwise uniformly
SimpleRandomGenerator(int, int) - Constructor for class edu.uci.ics.jung.random.generators.SimpleRandomGenerator
Constructs the generator
SimpleSparseVertex - class edu.uci.ics.jung.graph.impl.SimpleSparseVertex.
An implementation of Vertex that resides in a sparse graph which may contain both directed and undirected edges.
SimpleSparseVertex() - Constructor for class edu.uci.ics.jung.graph.impl.SimpleSparseVertex
Creates a new instance of a vertex for inclusion in a sparse graph.
SimpleUndirectedSparseVertex - class edu.uci.ics.jung.graph.impl.SimpleUndirectedSparseVertex.
An implementation of Vertex that resides in a undirected graph; none of its adjoining edges may be parallel.
SimpleUndirectedSparseVertex() - Constructor for class edu.uci.ics.jung.graph.impl.SimpleUndirectedSparseVertex
 
SparseGraph - class edu.uci.ics.jung.graph.impl.SparseGraph.
An implementation of AbstractSparseGraph that, by default, imposes no constraints on the edges and vertices that may be added to it.
SparseGraph() - Constructor for class edu.uci.ics.jung.graph.impl.SparseGraph
 
SparseGraph(Collection) - Constructor for class edu.uci.ics.jung.graph.impl.SparseGraph
Creates a new SparseGraph and adds the specified edge constraints.
SparseTree - class edu.uci.ics.jung.graph.impl.SparseTree.
An implementation of Graph that consists of a Vertex set and a DirectedEdge set.
SparseTree(Vertex) - Constructor for class edu.uci.ics.jung.graph.impl.SparseTree
 
SparseVertex - class edu.uci.ics.jung.graph.impl.SparseVertex.
An implementation of Vertex that resides in a sparse graph which may contain directed and/or undirected edges, as well as parallel edges.
SparseVertex() - Constructor for class edu.uci.ics.jung.graph.impl.SparseVertex
Creates a new instance of a vertex for inclusion in a sparse graph.
SpringLayout - class edu.uci.ics.jung.visualization.SpringLayout.
 
SpringLayout(Graph) - Constructor for class edu.uci.ics.jung.visualization.SpringLayout
 
SpringLayout(Graph, SpringLayout.LengthFunction) - Constructor for class edu.uci.ics.jung.visualization.SpringLayout
 
SpringLayout.LengthFunction - interface edu.uci.ics.jung.visualization.SpringLayout.LengthFunction.
 
SpringLayout.SpringDimensionChecker - class edu.uci.ics.jung.visualization.SpringLayout.SpringDimensionChecker.
 
SpringLayout.SpringDimensionChecker() - Constructor for class edu.uci.ics.jung.visualization.SpringLayout.SpringDimensionChecker
 
SpringLayout.UnitLengthFunction - class edu.uci.ics.jung.visualization.SpringLayout.UnitLengthFunction.
 
SpringLayout.UnitLengthFunction(int) - Constructor for class edu.uci.ics.jung.visualization.SpringLayout.UnitLengthFunction
 
StatisticalMoments - class edu.uci.ics.jung.statistics.StatisticalMoments.
A data structure representing the central moments of a distribution including: the mean the variance the skewness the kurtosis
Data values that are observed are passed into this data structure via the accumulate(...) method and the corresponding central moments are updated on each call
StatisticalMoments() - Constructor for class edu.uci.ics.jung.statistics.StatisticalMoments
Default constructor methods: declare space for 5 moments.
StatisticalMoments(int) - Constructor for class edu.uci.ics.jung.statistics.StatisticalMoments
General constructor methods.
StatusCallback - interface edu.uci.ics.jung.visualization.StatusCallback.
This thin interface is used to allow the GraphDraw and _VisualizationViewer systems to get status reports from Layouts.
StringInputStream - class edu.uci.ics.jung.utils.StringInputStream.
Wraps a String as an InputStream.
StringInputStream(String) - Constructor for class edu.uci.ics.jung.utils.StringInputStream
Composes a stream from a String
StringLabeller - class edu.uci.ics.jung.graph.decorators.StringLabeller.
A StringLabeller applies a set of labels to a Graph.
StringLabeller.UniqueLabelException - exception edu.uci.ics.jung.graph.decorators.StringLabeller.UniqueLabelException.
A minor class to store exceptions from duplicate labels in the Graph.
StringLabeller.UniqueLabelException(String) - Constructor for class edu.uci.ics.jung.graph.decorators.StringLabeller.UniqueLabelException
 
StructurallyEquivalent - class edu.uci.ics.jung.algorithms.blockmodel.StructurallyEquivalent.
Checks a graph for sets of structurally equivalent vertices: vertices that share all the same edges.
StructurallyEquivalent() - Constructor for class edu.uci.ics.jung.algorithms.blockmodel.StructurallyEquivalent
 
StructurallyEquivalentII - class edu.uci.ics.jung.algorithms.blockmodel.StructurallyEquivalentII.
Checks a graph for sets of structurally equivalent vertices: vertices that share all the same edges.
StructurallyEquivalentII() - Constructor for class edu.uci.ics.jung.algorithms.blockmodel.StructurallyEquivalentII
 
SubsetManager - class edu.uci.ics.jung.utils.SubsetManager.
A class which allows users to create and maintain Predicate-specified vertex and edge subsets.
satisfiesEdgeConstraint(ArchetypeGraph, Predicate) - Static method in class edu.uci.ics.jung.utils.PredicateUtils
Returns true if each edge in g satisfies p, and false otherwise.
satisfiesPredicate(Collection, Predicate) - Static method in class edu.uci.ics.jung.utils.PredicateUtils
Returns true if all elements of c satisfy p.
satisfiesVertexConstraint(ArchetypeGraph, Predicate) - Static method in class edu.uci.ics.jung.utils.PredicateUtils
Returns true if each vertex in g satisfies p, and false otherwise.
saveDistribution(Histogram, String) - Static method in class edu.uci.ics.jung.statistics.DegreeDistributions
Saves the empirical degree distribution to a file in the ascii flat file where each line has the following format: <# of vertices with this degree>
setAcceptThoseAboveThreshhold(boolean) - Method in class edu.uci.ics.jung.graph.filters.impl.AlphabeticVertexFilter
Sets the acceptThoseAboveThreshhold: if true, this accepts values over the threshhold; if false, this accepts values up to and including the threshhold, but not above it.
setAdjustForGravity(boolean) - Method in class edu.uci.ics.jung.visualization.contrib.KKLayout
Enable or disable gravity point adjusting.
setAdjustForGravity(boolean) - Method in class edu.uci.ics.jung.visualization.contrib.KKLayoutInt
Enable or disable gravity point adjusting.
setAge(int) - Method in class org.civi.graph.CiviDocument
 
setAngle(double) - Method in class edu.uci.ics.jung.visualization.contrib.CircleLayout.CircleVertexData
 
setAppletContext(AppletContext) - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
 
setBackground(Color) - Method in class edu.uci.ics.jung.visualization.GraphDraw
 
setBackgroundColor(Color) - Method in class edu.uci.ics.jung.visualization.GraphDraw
 
setClusteringExponent(double) - Method in class edu.uci.ics.jung.random.generators.KleinbergSmallWorldGenerator
 
setCodeBase(URL) - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
 
setDecorationKey(String) - Method in class edu.uci.ics.jung.graph.filters.impl.NumericDecorationFilter
 
setDesiredPrecision(double) - Method in class edu.uci.ics.jung.algorithms.IterativeProcess
Defines the desired precision.
setDetailViewer(DetailViewer) - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
 
setDisp(double, double) - Method in class edu.uci.ics.jung.visualization.FRLayout.FRVertexData
 
setDisp(double, double) - Method in class edu.uci.ics.jung.visualization.ISOMLayout.ISOMVertexData
 
setDoccount(int) - Method in class org.civi.util.GlobalFlags
 
setDocument(CiviDocument) - Method in class org.civi.graph.CiviEdge
 
setDocuments(String) - Method in class org.civi.graph.CiviKeyword
 
setDoubleValue(double) - Method in class edu.uci.ics.jung.utils.MutableDouble
Sets the double value to a new value.
setEdgeColor(Color) - Method in class edu.uci.ics.jung.visualization.GraphDraw
A passthrough to the function at originalRenderer.
setEdgeColor(Color) - Method in class edu.uci.ics.jung.visualization.graphdraw.SettableRenderer
 
setEdgeColorFunction(EdgeColorFunction) - Method in class edu.uci.ics.jung.visualization.GraphDraw
A passthrough to the function at originalRenderer.
setEdgeColorFunction(EdgeColorFunction) - Method in class edu.uci.ics.jung.visualization.graphdraw.SettableRenderer
Edges are drawn by calling EdgeColorFunction with the edge, to decide how it is to be drawn.
setEdgeThickness(int) - Method in class edu.uci.ics.jung.visualization.GraphDraw
A passthrough to the function at originalRenderer.
setEdgeThickness(int) - Method in class edu.uci.ics.jung.visualization.graphdraw.SettableRenderer
Forces all edges to draw with this thickness.
setEdgeThicknessFunction(EdgeThicknessFunction) - Method in class edu.uci.ics.jung.visualization.GraphDraw
A passthrough to the function at originalRenderer.
setEdgeThicknessFunction(EdgeThicknessFunction) - Method in class edu.uci.ics.jung.visualization.graphdraw.SettableRenderer
This version takes a function that dynamically chooses an edge thickness.
setElements(int) - Method in class org.civi.util.GlobalFlags
 
setExchangeVertices(boolean) - Method in class edu.uci.ics.jung.visualization.contrib.KKLayout
Enable or disable the local minimum escape technique by exchanging vertices.
setExchangeVertices(boolean) - Method in class edu.uci.ics.jung.visualization.contrib.KKLayoutInt
Enable or disable the local minimum escape technique by exchanging vertices.
setForceMultiplier(double) - Method in class edu.uci.ics.jung.visualization.SpringLayout
 
setGraphLayout(Layout) - Method in class edu.uci.ics.jung.visualization.GraphDraw
Dynamically chooses a new GraphLayout.
setGraphLayout(Layout) - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
 
setGrowthAllowed() - Method in class edu.uci.ics.jung.statistics.Histogram
Allows histogram contents to grow in order to contain all accumulated values.
setId(int) - Method in class org.civi.graph.CiviKeyword
 
setInteger(int) - Method in class edu.uci.ics.jung.utils.MutableInteger
Sets the value of this object to newInteger.
setIntegerBinWidth() - Method in class edu.uci.ics.jung.statistics.Histogram
Forces the bin width of the histogram to be integer.
setKeyword(CiviKeyword) - Method in class org.civi.graph.CiviEdge
 
setKeywords(String) - Method in class edu.uci.ics.jung.visualization.DetailViewer
 
setKeywords(String) - Method in class org.civi.graph.CiviDocument
 
setLabel(Vertex, String) - Method in class edu.uci.ics.jung.graph.decorators.GlobalStringLabeller
Associates a Vertex with a Label, overrwriting any previous labels on this vertex or vertices equal to it.
setLabel(Vertex, String) - Method in class edu.uci.ics.jung.graph.decorators.StringLabeller
Associates a Vertex with a Label, overrwriting any previous labels on this vertex.
setLabel(Vertex, String) - Method in class edu.uci.ics.jung.graph.decorators.ToStringLabeller
This method always throws an IllegalArgument exception: you cannot externally set the setstring method.
setLabellerTo(Graph, Object) - Static method in class edu.uci.ics.jung.graph.decorators.GlobalStringLabeller
Sets the StringLabeller of this graph, at this key, to be a ToStringLabeller.
setLabellerTo(Graph) - Static method in class edu.uci.ics.jung.graph.decorators.GlobalStringLabeller
Sets the default StringLabeller of this graph to be a ToStringLabeller.
setLabellerTo(Graph, Object) - Static method in class edu.uci.ics.jung.graph.decorators.ToStringLabeller
Sets the StringLabeller of this graph, at this key, to be a ToStringLabeller.
setLabellerTo(Graph) - Static method in class edu.uci.ics.jung.graph.decorators.ToStringLabeller
Sets the default StringLabeller of this graph to be a ToStringLabeller.
setLanguage(String) - Method in class org.civi.util.GlobalFlags
 
setLength(int) - Method in class org.civi.graph.CiviDocument
 
setLightDrawing(boolean) - Method in class edu.uci.ics.jung.visualization.graphdraw.SettableRenderer
Creates a SettableRenderer that will be drawn in the "light" style: a colored box next to text, instead of text overlaying the box.
setMaxIterations(int) - Method in class edu.uci.ics.jung.visualization.FRLayout
 
setMaxIterations(int) - Method in class edu.uci.ics.jung.visualization.contrib.KKLayout
 
setMaxIterations(int) - Method in class edu.uci.ics.jung.visualization.contrib.KKLayoutInt
 
setMaximumIterations(int) - Method in class edu.uci.ics.jung.algorithms.IterativeProcess
Defines the maximum allowed number of iterations.
setMenuid(int) - Method in class org.civi.graph.CiviDocument
 
setMetaData(String) - Method in class edu.uci.ics.jung.visualization.DetailViewer
 
setMetaData(String) - Method in class org.civi.graph.CiviDocument
 
setNormalizeRankings(boolean) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
Allows the user to specify whether or not s/he wants the rankings to be normalized.
setNumber(ArchetypeEdge, Number) - Method in interface edu.uci.ics.jung.graph.decorators.NumberEdgeValue
 
setPages(int) - Method in class org.civi.util.GlobalFlags
 
setParallel(boolean) - Method in class edu.uci.ics.jung.algorithms.transformation.KPartiteFolder
 
setPath(String) - Method in class org.civi.graph.CiviDocument
 
setPg(int) - Method in class org.civi.util.GlobalFlags
 
setPickedKey(PickedInfo) - Method in class edu.uci.ics.jung.visualization.AbstractRenderer
 
setPickedKey(PickedInfo) - Method in interface edu.uci.ics.jung.visualization.Renderer
This call allows a _Renderer to ask whether a vertex is picked or not.
setPriorRankScore(Vertex, double) - Method in class edu.uci.ics.jung.algorithms.importance.RelativeAuthorityRanker
Allows the user to specify a value to set for the prior rank score
setQuery(String) - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
 
setRadius(double) - Method in class edu.uci.ics.jung.visualization.contrib.CircleLayout
 
setRemoveRankScoresOnFinalize(boolean) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
Instructs the ranker whether or not it should remove the rank scores from the nodes (or edges) once the ranks have been computed.
setRenderer(Renderer) - Method in class edu.uci.ics.jung.visualization.GraphDraw
A method to set the renderer.
setRenderer(Renderer) - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
UNTESTED.
setRepulsionRange(int) - Method in class edu.uci.ics.jung.visualization.SpringLayout
 
setRoot(Graph) - Static method in class edu.uci.ics.jung.visualization.contrib.DAGLayout
setRoot calculates the level of each vertex in the graph.
setRoot(Vertex) - Static method in class edu.uci.ics.jung.visualization.contrib.DAGLayout
Set vertex v to be level 0.
setScore(int) - Method in class org.civi.graph.CiviDocument
 
setScreenSize(int) - Method in class org.civi.util.GlobalFlags
 
setSeed(long) - Method in class edu.uci.ics.jung.random.generators.EppsteinPowerLawGenerator
 
setSeed(long) - Method in class edu.uci.ics.jung.random.generators.ErdosRenyiGenerator
 
setSeed(long) - Method in class edu.uci.ics.jung.random.generators.SimpleRandomGenerator
 
setShouldDrawDirectedArrows(boolean) - Method in class edu.uci.ics.jung.visualization.graphdraw.SettableRenderer
Sets whether the system should draw arrows on directed edges.
setShouldDrawSelfLoops(boolean) - Method in class edu.uci.ics.jung.visualization.graphdraw.SettableRenderer
Sets whether the system should draw self-loops.
setShouldDrawUndirectedArrows(boolean) - Method in class edu.uci.ics.jung.visualization.graphdraw.SettableRenderer
Sets whether the system should draw arrows on directed edges.
setShowAll(boolean) - Method in class org.civi.util.GlobalFlags
 
setShowOnlySelected(boolean) - Method in class org.civi.util.GlobalFlags
 
setStart(int) - Method in class org.civi.util.GlobalFlags
 
setStretch(double) - Method in class edu.uci.ics.jung.visualization.SpringLayout
 
setStringLabeller(StringLabeller) - Method in class edu.uci.ics.jung.graph.filters.impl.AlphabeticVertexFilter
Sets the stringLabeller.
setStringLabeller(StringLabeller) - Method in class edu.uci.ics.jung.visualization.graphdraw.SettableRenderer
 
setSummary(String) - Method in class edu.uci.ics.jung.visualization.DetailViewer
 
setSummary(String) - Method in class org.civi.graph.CiviDocument
 
setTarget(String) - Method in class org.civi.graph.CiviDocument
 
setTarget(String) - Method in class org.civi.graph.CiviKeyword
 
setTextCallback(StatusCallback) - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
 
setThickness(int) - Method in class org.civi.graph.CiviEdge
 
setThreshhold(String) - Method in class edu.uci.ics.jung.graph.filters.impl.AlphabeticVertexFilter
Sets the threshhold.
setThreshold(double) - Method in class edu.uci.ics.jung.graph.filters.impl.NumericDecorationFilter
 
setTitle(String) - Method in class edu.uci.ics.jung.visualization.DetailViewer
 
setTitle(String) - Method in class org.civi.graph.CiviDocument
 
setTitle(String) - Method in class org.civi.graph.CiviKeyword
 
setType(int) - Method in class org.civi.graph.CiviDocument
 
setUseAuthorityForRanking(boolean) - Method in class edu.uci.ics.jung.algorithms.importance.HITS
If evaluate() has not already been called, the user can override the type of importance.
setUseAuthorityForRanking(boolean) - Method in class edu.uci.ics.jung.algorithms.importance.HITSWithPriors
If evaluate() has not already been called, the user can override the type of importance.
setUserDatum(Object, Object, UserDataContainer.CopyAction) - Method in class edu.uci.ics.jung.graph.impl.AbstractHyperUnitBPG
 
setUserDatum(Object, Object, UserDataContainer.CopyAction) - Method in class edu.uci.ics.jung.graph.impl.HypergraphBPG
 
setUserDatum(Object, Object, UserDataContainer.CopyAction) - Method in class edu.uci.ics.jung.utils.UserData
Changes the user-level information to the object.
setUserDatum(Object, Object, UserDataContainer.CopyAction) - Method in interface edu.uci.ics.jung.utils.UserDataContainer
If key refers to an existing user datum in this object's repository, that datum is replaced by the specified datum.
setUserDefinedEdgeWeightKey(String) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
Allows the user to provide his own set of data instances as edge weights by giving the ranker the UserDatum key where those instances can be found.
setValue(Number, UserDataContainer) - Method in class edu.uci.ics.jung.graph.decorators.NumericDecorator
Sets the value for a given graph/vertex/edge
setValue(int) - Method in interface edu.uci.ics.jung.graph.filters.LevelFilter
 
setValue(int) - Method in class edu.uci.ics.jung.graph.filters.impl.WeightedEdgeGraphFilter
 
setVertexBGColor(Color) - Method in class edu.uci.ics.jung.visualization.GraphDraw
A passthrough to the function at originalRenderer.
setVertexBGColor(Color) - Method in class edu.uci.ics.jung.visualization.graphdraw.SettableRenderer
Manually sets the color of an unpicked Vertex's background (i.e. its field)
setVertexColorFunction(VertexColorFunction) - Method in class edu.uci.ics.jung.visualization.GraphDraw
A passthrough to the function at originalRenderer.
setVertexColorFunction(VertexColorFunction) - Method in class edu.uci.ics.jung.visualization.graphdraw.SettableRenderer
Finds the color of a vertex with a VertexColorFunction
setVertexForegroundColor(Color) - Method in class edu.uci.ics.jung.visualization.GraphDraw
A passthrough to the function at originalRenderer.
setVertexForegroundColor(Color) - Method in class edu.uci.ics.jung.visualization.graphdraw.SettableRenderer
Manually sets the color of a Vertex's foreground (i.e. its text)
setVertexPickedColor(Color) - Method in class edu.uci.ics.jung.visualization.GraphDraw
A passthrough to the function at originalRenderer.
setVertexPickedColor(Color) - Method in class edu.uci.ics.jung.visualization.graphdraw.SettableRenderer
Manually sets the color of a picked Vertex's background (i.e. its field)
setVisible(boolean) - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
(non-Javadoc)
setWeight(Edge, int) - Method in class edu.uci.ics.jung.graph.decorators.EdgeWeightLabeller
Sets an edge to this weight.
setX(double) - Method in class edu.uci.ics.jung.visualization.Coordinates
Sets the x value to be d;
setY(double) - Method in class edu.uci.ics.jung.visualization.Coordinates
Sets the y value to be d;
showStatus() - Method in class edu.uci.ics.jung.visualization.GraphDraw
Shows the status bar at bottom left
size() - Method in class edu.uci.ics.jung.algorithms.cluster.ClusterSet
the size of the cluster collection.
size() - Method in class edu.uci.ics.jung.statistics.Histogram
Returns the number of points in the series.
size() - Method in class edu.uci.ics.jung.utils.MapBinaryHeap
Returns the size of this heap.
skewness() - Method in class edu.uci.ics.jung.statistics.Histogram
Returns the skewness of the values accumulated in the histogram bins.
skewness() - Method in class edu.uci.ics.jung.statistics.StatisticalMoments
 
smallNumber() - Static method in class edu.uci.ics.jung.utils.NumericalPrecision
Returns the smallest number that the system can handle.
sort() - Method in class edu.uci.ics.jung.algorithms.cluster.ClusterSet
Sorts the clusters by size.
square(Graph, MatrixElementOperations) - Static method in class edu.uci.ics.jung.algorithms.GraphMatrixOperations
Returns the graph that corresponds to the square of the (weighted) adjacency matrix that the specified graph g encodes.
standardDeviation() - Method in class edu.uci.ics.jung.statistics.Histogram
Returns the standard deviation of the values accumulated in the histogram bins.
standardDeviation() - Method in class edu.uci.ics.jung.statistics.StatisticalMoments
Returns the standard deviation.
start() - Method in class CiviApplet
Called by the browser or applet viewer to inform this applet that it should start its execution.
stop() - Method in class edu.uci.ics.jung.visualization.GraphDraw
 
stop() - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
 
subtract(double) - Method in class edu.uci.ics.jung.utils.MutableDouble
Decreases the double's value by value.
subtract(double) - Method in class edu.uci.ics.jung.utils.MutableInteger
Increases the int's value by value.
suspend() - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
 

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