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 

F

f - Variable in class edu.uci.ics.jung.visualization.SpringLayout.SpringEdgeData
 
f - Variable in class samples.preview_new_graphdraw.iterablelayouts.SpringLayout.SpringEdge
 
f - Variable in class scratch.scott.AestheticSpringVisualizer.SpringEdgeData
 
factory - Variable in class edu.uci.ics.jung.graph.decorators.AbstractVertexShapeFunction
 
factory - Static variable in class edu.uci.ics.jung.utils.UserDataDelegate
 
FadeBetweennessRenderer - Class in scratch.danyel.sample
 
FadeBetweennessRenderer(StringLabeller, FadingVertexLayout, PickedInfo) - Constructor for class scratch.danyel.sample.FadeBetweennessRenderer
 
FadeRenderer - Class in scratch.danyel.sample
 
FadeRenderer(StringLabeller, FadingVertexLayout) - Constructor for class scratch.danyel.sample.FadeRenderer
 
FadingVertexLayout - Class in edu.uci.ics.jung.visualization
Deprecated.
If you are using this code, PLEASE CONTACT US
FadingVertexLayout(int, Layout) - Constructor for class edu.uci.ics.jung.visualization.FadingVertexLayout
Deprecated.
Adds user data to every vertex in the graph.
FadingVertexLayout.FadingVertexLayoutData - Class in edu.uci.ics.jung.visualization
Deprecated.
 
FadingVertexLayout.FadingVertexLayoutData() - Constructor for class edu.uci.ics.jung.visualization.FadingVertexLayout.FadingVertexLayoutData
Deprecated.
 
FailingGraphTest - Class in test.edu.uci.ics.jung.graph.impl
 
FailingGraphTest() - Constructor for class test.edu.uci.ics.jung.graph.impl.FailingGraphTest
 
FailingGraphTest.SparseTest - Class in test.edu.uci.ics.jung.graph.impl
 
FailingGraphTest.SparseTest() - Constructor for class test.edu.uci.ics.jung.graph.impl.FailingGraphTest.SparseTest
 
FastScalableMDS - Class in scratch.scott
 
FastScalableMDS(Graph) - Constructor for class scratch.scott.FastScalableMDS
 
FastScalableMDSPrototype - Class in scratch.scott
 
FastScalableMDSPrototype(Graph, int) - Constructor for class scratch.scott.FastScalableMDSPrototype
 
FatalException - Exception in edu.uci.ics.jung.exceptions
 
FatalException(String) - Constructor for exception edu.uci.ics.jung.exceptions.FatalException
 
FatalException(String, Throwable) - Constructor for exception edu.uci.ics.jung.exceptions.FatalException
 
ff - Variable in class samples.graph.PluggableRendererDemo
 
fieldSep - Variable in class scratch.scott.CSVParser
the separator char for this parser
fill(DoubleArrayList) - Method in class edu.uci.ics.jung.statistics.Histogram
Fills the histogram with the list of random values
fill(double) - Method in class edu.uci.ics.jung.statistics.Histogram
Fills with a random variable.
fill(Shape) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
fill(Shape) - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics
transform the shape before letting the delegate fill it
fill(Shape, float) - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics
 
fill3DRect(int, int, int, int, boolean) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
fill3DRect(int, int, int, int, boolean) - Method in class scratch.scott.PSGr
Paints a highlighted 3-D rectangle using the current color.
fill_edge - Variable in class samples.graph.PluggableRendererDemo.GradientPickedEdgePaintFunction
 
fill_edges - Variable in class samples.graph.PluggableRendererDemo
 
fill_paint - Variable in class edu.uci.ics.jung.graph.decorators.ConstantEdgePaintFunction
 
fill_paint - Variable in class edu.uci.ics.jung.graph.decorators.ConstantVertexPaintFunction
 
fill_paint - Variable in class edu.uci.ics.jung.graph.decorators.PickableVertexPaintFunction
 
fillArc(int, int, int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
fillArc(int, int, int, int, int, int) - Method in class scratch.scott.PSGr
Fills an arc using the current color.
fillOval(int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
fillOval(int, int, int, int) - Method in class scratch.scott.PSGr
Fills an oval inside the specified rectangle using the current color.
fillPolygon(int[], int[], int) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
fillPolygon(Polygon) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
fillPolygon(int[], int[], int) - Method in class scratch.scott.PSGr
Fills a polygon with the current color.
fillPolygon(Polygon) - Method in class scratch.scott.PSGr
Fills the specified polygon with the current color.
fillRect(int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
fillRect(int, int, int, int) - Method in class scratch.scott.PSGr
Fills the specified rectangle with the current color.
fillRoundRect(int, int, int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
fillRoundRect(int, int, int, int, int, int) - Method in class scratch.scott.PSGr
Draws a rounded rectangle filled in with the current color.
filter(UnassembledGraph) - Method in interface edu.uci.ics.jung.graph.filters.EfficientFilter
Filters a graph by returning an UnassembledGraph consisting of nodes and edges that pass the filter.
Filter - Interface in edu.uci.ics.jung.graph.filters
A Filter returns a subgraph of a Graph, in the form of an UnsassembledGraph.
filter(Graph) - Method in interface edu.uci.ics.jung.graph.filters.Filter
Filters a graph by returning an UnassembledGraph consisting of nodes and edges that pass the filter.
filter(Graph) - Method in class edu.uci.ics.jung.graph.filters.GeneralEdgeAcceptFilter
Returns an UnassembledGraph with the subset of edges that pass acceptEdge.
filter(UnassembledGraph) - Method in class edu.uci.ics.jung.graph.filters.GeneralEdgeAcceptFilter
Returns an UnassembledGraph with the subset of edges that pass acceptEdge.
filter(Graph) - Method in class edu.uci.ics.jung.graph.filters.GeneralVertexAcceptFilter
This method does the actual filtering of the the graph.
filter(UnassembledGraph) - Method in class edu.uci.ics.jung.graph.filters.GeneralVertexAcceptFilter
Returns an UnassembledGraph with the subset of vertices that pass acceptEdge.
filter(Graph) - Method in class edu.uci.ics.jung.graph.filters.impl.KNeighborhoodFilter
Constructs an unassembled graph containing the k-neighbhood around the root node(s)
filter(Graph) - Method in class edu.uci.ics.jung.graph.filters.SerialFilter
Runs through the sequence of filters, one at a time.
filter(UnassembledGraph) - Method in class edu.uci.ics.jung.graph.filters.SerialFilter
Runs through the sequence of filters, one at a time.
filter - Variable in class edu.uci.ics.jung.graph.filters.UnassembledGraph
Holds a reference to the filter that generated this UnassembledGraph
FILTER_GRAPH_KEY - Static variable in class edu.uci.ics.jung.graph.filters.GraphAssemblyRecord
The key that identifes this GraphAssemblyRecord in the UserData.
FilterTest - Class in test.edu.uci.ics.jung.graph.filters
 
FilterTest() - Constructor for class test.edu.uci.ics.jung.graph.filters.FilterTest
 
FilterTest2 - Class in test.edu.uci.ics.jung.graph.filters
 
FilterTest2() - Constructor for class test.edu.uci.ics.jung.graph.filters.FilterTest2
 
finalize() - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
finalize() - Method in class scratch.scott.PSGr
Disposes of this graphics context once it is no longer referenced.
finalizeIterations() - Method in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
 
finalizeIterations() - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
finalizeIterations() - Method in class edu.uci.ics.jung.algorithms.importance.HITS
 
finalizeIterations() - Method in class edu.uci.ics.jung.algorithms.importance.HITSWithPriors
 
finalizeIterations() - Method in class edu.uci.ics.jung.algorithms.importance.RelativeAuthorityRanker
Cleans up all of the prior rank scores on finalize.
finalizeIterations() - Method in class edu.uci.ics.jung.algorithms.IterativeProcess
Perform eventual clean-up operations (must be implement by subclass when needed).
findBiconnectedComponents(Vertex, ClusterSet) - Method in class edu.uci.ics.jung.algorithms.cluster.BicomponentClusterer
Stores, in bicomponents, all the biconnected components that are reachable from v.
findEdge(ArchetypeVertex) - Method in interface edu.uci.ics.jung.graph.ArchetypeVertex
Returns an edge that connects this vertex to v.
findEdge(ArchetypeVertex) - Method in class edu.uci.ics.jung.graph.impl.AbstractArchetypeVertex
 
findEdge(Vertex) - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseVertex
Returns the edge that connects this vertex to the specified vertex v.
findEdge(ArchetypeVertex) - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseVertex
 
findEdge(Vertex) - Method in class edu.uci.ics.jung.graph.impl.DirectedSparseVertex
Returns the edge that connects this vertex to the specified vertex v, or null if there is no such edge.
findEdge(ArchetypeVertex) - Method in class edu.uci.ics.jung.graph.impl.HypervertexBPG
 
findEdge(Vertex) - Method in class edu.uci.ics.jung.graph.impl.SimpleDirectedSparseVertex
Returns the edge that connects this vertex to the specified vertex v, or null if there is no such edge.
findEdge(Vertex) - Method in class edu.uci.ics.jung.graph.impl.SimpleSparseVertex
 
findEdge(Vertex) - Method in class edu.uci.ics.jung.graph.impl.SimpleUndirectedSparseVertex
Returns the edge that connects this vertex to the specified vertex v, or null if there is no such edge.
findEdge(Vertex) - Method in class edu.uci.ics.jung.graph.impl.SparseVertex
Returns the edge that connects this vertex to the specified vertex v, or null if there is no such edge.
findEdge(Vertex) - Method in class edu.uci.ics.jung.graph.impl.UndirectedSparseVertex
Returns the edge that connects this vertex to the specified vertex v, or null if there is no such edge.
findEdge(Vertex) - Method in interface edu.uci.ics.jung.graph.Vertex
Returns a directed outgoing edge from this vertex to v, or an undirected edge that connects this vertex to v.
findEdge(V, V) - Method in interface scratch.joshua.jung_2_0.core.ArchetypeGraph
 
findEdge(V, V) - Method in class scratch.joshua.jung_2_0.core.SimpleDirectedSparseGraph
 
findEdge(V, V) - Method in class scratch.joshua.jung_2_0.core.SimpleUndirectedSparseGraph
 
findEdgesAndVerticesConnectedToRootSet(Set) - Method in class edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser
INTERNAL METHOD.
findEdgeSet(ArchetypeVertex) - Method in interface edu.uci.ics.jung.graph.ArchetypeVertex
Returns the set of all edges that connect this vertex with the specified vertex v.
findEdgeSet(ArchetypeVertex) - Method in class edu.uci.ics.jung.graph.impl.AbstractArchetypeVertex
 
findEdgeSet(Vertex) - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseVertex
 
findEdgeSet(ArchetypeVertex) - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseVertex
 
findEdgeSet(Vertex) - Method in class edu.uci.ics.jung.graph.impl.DirectedSparseVertex
 
findEdgeSet(ArchetypeVertex) - Method in class edu.uci.ics.jung.graph.impl.HypervertexBPG
 
findEdgeSet(Vertex) - Method in class edu.uci.ics.jung.graph.impl.LeanSparseVertex
 
findEdgeSet(Vertex) - Method in class edu.uci.ics.jung.graph.impl.SimpleDirectedSparseVertex
Returns the set of edges that connect this vertex to the specified vertex.
findEdgeSet(Vertex) - Method in class edu.uci.ics.jung.graph.impl.SimpleSparseVertex
 
findEdgeSet(Vertex) - Method in class edu.uci.ics.jung.graph.impl.SimpleUndirectedSparseVertex
Returns the set of edges that connect this vertex to the specified vertex.
findEdgeSet(Vertex) - Method in class edu.uci.ics.jung.graph.impl.SparseVertex
 
findEdgeSet(Vertex) - Method in class edu.uci.ics.jung.graph.impl.UndirectedSparseVertex
 
findEdgeSet(Vertex) - Method in interface edu.uci.ics.jung.graph.Vertex
Returns the set of all edges that connect this vertex with the specified vertex v.
fireEdgeEvent(Edge, double, MouseEvent) - Method in class samples.preview_new_graphdraw.impl.GraphLayoutPanelMouseListener
 
fireEvents(GraphLayoutPanelMouseListener, MouseEvent, VisEdge, double, VisVertex, double) - Method in class samples.preview_new_graphdraw.impl.GraphLayoutPanelMouseListener.BothEdgeAndVertexPolicy
 
fireEvents(GraphLayoutPanelMouseListener, MouseEvent, VisEdge, double, VisVertex, double) - Method in class samples.preview_new_graphdraw.impl.GraphLayoutPanelMouseListener.EdgeAndVertexPolicy
 
fireEvents(GraphLayoutPanelMouseListener, MouseEvent, VisEdge, double, VisVertex, double) - Method in class samples.preview_new_graphdraw.impl.GraphLayoutPanelMouseListener.EdgeEventPolicy
 
fireEvents(GraphLayoutPanelMouseListener, MouseEvent, VisEdge, double, VisVertex, double) - Method in class samples.preview_new_graphdraw.impl.GraphLayoutPanelMouseListener.NoEventPolicy
 
fireEvents(GraphLayoutPanelMouseListener, MouseEvent, VisEdge, double, VisVertex, double) - Method in class samples.preview_new_graphdraw.impl.GraphLayoutPanelMouseListener.VertexEventPolicy
 
fireItemStateChanged(ItemEvent) - Method in class edu.uci.ics.jung.visualization.AbstractPickedState
 
fireItemStateChanged(ItemEvent) - Method in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
Notifies all listeners that have registered interest for notification on this event type.
fireItemStateChanged(ItemEvent) - Method in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
Notifies all listeners that have registered interest for notification on this event type.
firePickEvent(Object, boolean) - Method in class edu.uci.ics.jung.visualization.MultiPickedState
 
firePropertyChange(String, Object, Object) - Method in class edu.uci.ics.jung.visualization.DefaultGraphLabelRenderer
Overridden for performance reasons.
firePropertyChange(String, boolean, boolean) - Method in class edu.uci.ics.jung.visualization.DefaultGraphLabelRenderer
Overridden for performance reasons.
fireStateChanged() - Method in interface edu.uci.ics.jung.utils.ChangeEventSupport
 
fireStateChanged() - Method in class edu.uci.ics.jung.utils.DefaultChangeEventSupport
Notifies all listeners that have registered interest for notification on this event type.
fireStateChanged() - Method in class edu.uci.ics.jung.visualization.AbstractLayout
Notifies all listeners that have registered interest for notification on this event type.
fireStateChanged() - Method in class edu.uci.ics.jung.visualization.DefaultVisualizationModel
Notifies all listeners that have registered interest for notification on this event type.
fireStateChanged() - Method in class edu.uci.ics.jung.visualization.LayoutDecorator
 
fireStateChanged() - Method in class edu.uci.ics.jung.visualization.PersistentLayoutImpl
 
fireStateChanged() - Method in class edu.uci.ics.jung.visualization.transform.MutableAffineTransformer
Notifies all listeners that have registered interest for notification on this event type.
fireStateChanged() - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
 
fireStateChanged() - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
Notifies all listeners that have registered interest for notification on this event type.
fireVertexEvent(Vertex, double, MouseEvent) - Method in class samples.preview_new_graphdraw.impl.GraphLayoutPanelMouseListener
 
FitOnScreenTransformer - Class in samples.preview_new_graphdraw.transform
This implementation forces the graph to render within the screen size by resizing the
FitOnScreenTransformer() - Constructor for class samples.preview_new_graphdraw.transform.FitOnScreenTransformer
 
FitOnScreenTransformer.ScaleAndTranslate - Class in samples.preview_new_graphdraw.transform
created Feb 5, 2004
FitOnScreenTransformer.ScaleAndTranslate(double, double, double, double, int, int) - Constructor for class samples.preview_new_graphdraw.transform.FitOnScreenTransformer.ScaleAndTranslate
 
floatValue() - Method in class edu.uci.ics.jung.utils.MutableDouble
Returns the nearest float value, accomplished by casting the contained double to float.
floatValue() - Method in class edu.uci.ics.jung.utils.MutableInteger
Returns the integer value of this object, expressed as a float.
floor - Variable in class edu.uci.ics.jung.visualization.control.LensMagnificationGraphMousePlugin
 
fold(KPartiteGraph, Predicate) - Method in class edu.uci.ics.jung.algorithms.transformation.FoldingTransformer
Equivalent to fold(g, p, null).
fold(KPartiteGraph, Predicate, NumberEdgeValue) - Method in class edu.uci.ics.jung.algorithms.transformation.FoldingTransformer
Converts g into a unipartite graph whose vertex set is the vertices whose partition is specified by p.
fold(Hypergraph, Graph, boolean, NumberEdgeValue, BidiMap) - Method in class edu.uci.ics.jung.algorithms.transformation.FoldingTransformer
Creates a Graph which is a "folded" version of h.
fold(BipartiteGraph, BipartiteGraph.Choice) - Static method in class edu.uci.ics.jung.graph.impl.BipartiteGraph
Creates a one-part graph from a bipartite graph by folding Vertices from one class into a second class.
FOLDED_DATA - Static variable in class edu.uci.ics.jung.algorithms.transformation.FoldingTransformer
Used in fold() as a user data key to the data attached to the edges in the folded graph.
FoldingTransformer - Class in edu.uci.ics.jung.algorithms.transformation
A class for creating a "folded" graph based on a k-partite graph or a hypergraph.
FoldingTransformer(boolean) - Constructor for class edu.uci.ics.jung.algorithms.transformation.FoldingTransformer
Creates an instance of this Folder.
font - Variable in class edu.uci.ics.jung.graph.decorators.ConstantEdgeFontFunction
 
font - Variable in class edu.uci.ics.jung.graph.decorators.ConstantVertexFontFunction
 
font - Variable in class samples.graph.PluggableRendererDemo
 
font - Variable in class scratch.scott.PSGr
 
FORCE_CONSTANT - Static variable in class samples.preview_new_graphdraw.iterablelayouts.SpringLayout
 
force_multiplier - Variable in class edu.uci.ics.jung.visualization.SpringLayout
 
ForceGC - Class in test.edu.uci.ics.jung.graph.impl
Dummy class just provides methods that force, force I say garbage collection.
ForceGC() - Constructor for class test.edu.uci.ics.jung.graph.impl.ForceGC
 
forceMove(Vertex, double, double) - Method in class edu.uci.ics.jung.visualization.AbstractLayout
Forcibly moves a vertex to the (x,y) location by setting its x and y locations to the inputted location.
forceMove(Vertex, int, int) - Method in class edu.uci.ics.jung.visualization.contrib.DAGLayout
Override forceMove so that if someone moves a node, we can re-layout everything.
forceMove(Vertex, double, double) - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
Deprecated.
Simply passes through the vertex.
forceMove(Vertex, double, double) - Method in class edu.uci.ics.jung.visualization.FRLayout
 
forceMove(Vertex, double, double) - Method in interface edu.uci.ics.jung.visualization.Layout
Forces a node to be moved to location x,y
forceMove(Vertex, double, double) - Method in class edu.uci.ics.jung.visualization.LayoutDecorator
 
forceMove(Vertex, double, double) - Method in class edu.uci.ics.jung.visualization.subLayout.SubLayoutDecorator
 
forceMove(Vertex, double, double) - Method in class scratch.danyel.sample.CircleLayout
 
forceMove(Vertex, double, double) - Method in class scratch.scott.AestheticSpringVisualizer
 
fore_color - Variable in class edu.uci.ics.jung.graph.decorators.ConstantVertexColorFunction
 
FourPassImageShaper - Class in edu.uci.ics.jung.visualization
Provides factory methods that, given a BufferedImage, an Image, or the fileName of an image, will return a java.awt.Shape that is the contiguous traced outline of the opaque part of the image.
FourPassImageShaper() - Constructor for class edu.uci.ics.jung.visualization.FourPassImageShaper
 
frames - Variable in class samples.preview_new_graphdraw.iterablelayouts.WrappedIterableLayout
 
FRLayout - Class in edu.uci.ics.jung.visualization
Implements the Fruchterman-Reingold algorithm for node layout.
FRLayout(Graph) - Constructor for class edu.uci.ics.jung.visualization.FRLayout
 
FRLayout.FRVertexData - Class in edu.uci.ics.jung.visualization
 
FRLayout.FRVertexData() - Constructor for class edu.uci.ics.jung.visualization.FRLayout.FRVertexData
 
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