- g - Variable in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
-
- g - Variable in class edu.uci.ics.jung.utils.SubsetManager
-
The graph for which this instance manages subsets.
- g - Variable in class test.edu.uci.ics.jung.algorithms.importance.VoltageRankerTest
-
- g_array - Static variable in class samples.graph.ShowLayouts
-
- gc() - Static method in class test.edu.uci.ics.jung.graph.impl.ForceGC
-
- gd - Variable in class edu.uci.ics.jung.visualization.contrib.BirdsEyeGraphDraw
-
Deprecated.
the GraphDraw to manage
- gd - Variable in class edu.uci.ics.jung.visualization.GraphDraw.SliderChangeListener
-
Deprecated.
- GeneralEdgeAcceptFilter - Class in edu.uci.ics.jung.graph.filters
-
Abstract class that implements a generic filter for accepting arbitrary
edges (and all vertices).
- GeneralEdgeAcceptFilter() - Constructor for class edu.uci.ics.jung.graph.filters.GeneralEdgeAcceptFilter
-
- GeneralUtils - Class in edu.uci.ics.jung.utils
-
Contains general-purpose utility functions.
- GeneralUtils() - Constructor for class edu.uci.ics.jung.utils.GeneralUtils
-
- GeneralVertexAcceptFilter - Class in edu.uci.ics.jung.graph.filters
-
Abstract class that implements a generic filter for accepting arbitrary
vertices (and all edges).
- GeneralVertexAcceptFilter() - Constructor for class edu.uci.ics.jung.graph.filters.GeneralVertexAcceptFilter
-
- generateGraph() - Method in class edu.uci.ics.jung.random.generators.BarabasiAlbertGenerator
-
- generateGraph() - Method in class edu.uci.ics.jung.random.generators.EppsteinPowerLawGenerator
-
Generates a graph whose degree distribution approximates a power-law.
- generateGraph() - Method in class edu.uci.ics.jung.random.generators.ErdosRenyiGenerator
-
Returns a graph in which each pair of vertices is connected by
an undirected edge with the probability specified by the constructor.
- generateGraph() - Method in interface edu.uci.ics.jung.random.generators.EvolvingGraphGenerator
-
Returns a copy of the evolved graph in its current state
- generateGraph() - Method in interface edu.uci.ics.jung.random.generators.GraphGenerator
-
Instructs the algorithm to generate the graph
- generateGraph() - Method in class edu.uci.ics.jung.random.generators.KleinbergSmallWorldGenerator
-
Generates a random small world network according to the parameters given
- generateGraph() - Method in class edu.uci.ics.jung.random.generators.Lattice1DGenerator
-
- generateGraph() - Method in class edu.uci.ics.jung.random.generators.Lattice2DGenerator
-
- generateGraph() - Method in class edu.uci.ics.jung.random.generators.SimpleRandomGenerator
-
Generated the graph by creating |V| vertics and then picking |E| random
edges
- generateGraph() - Method in class edu.uci.ics.jung.random.generators.WattsBetaSmallWorldGenerator
-
Generates a beta-network from a 1-lattice according to the parameters given.
- generateMixedRandomGraph(NumberEdgeValue, int) - Static method in class edu.uci.ics.jung.utils.TestGraphs
-
Equivalent to generateMixedRandomGraph(edge_weight, num_vertices, true)
.
- generateMixedRandomGraph(NumberEdgeValue, int, boolean) - Static method in class edu.uci.ics.jung.utils.TestGraphs
-
Returns a random mixed-mode graph.
- get(Vertex, Map) - Method in class edu.uci.ics.jung.algorithms.cluster.BicomponentClusterer
-
A convenience method for getting the integer value for
v
which is stored in Map m
.
- get(K) - Method in interface scratch.joshua.jung_2_0.decoration.Decoration
-
Returns the decoration (value) associated with the specified element key
.
- get(Object) - Method in class scratch.joshua.jung_2_0.decoration.TestMap
-
- get_locations - Variable in class edu.uci.ics.jung.io.PajekNetReader
-
- getAdjustForGravity() - Method in class edu.uci.ics.jung.visualization.contrib.KKLayout
-
Returns true if gravity point adjusting is enabled.
- getAdjustForGravity() - Method in class edu.uci.ics.jung.visualization.contrib.KKLayoutInt
-
Returns true if gravity point adjusting is enabled.
- getAdjustForGravity() - Method in class samples.preview_new_graphdraw.iterablelayouts.KKLayout
-
Returns true if gravity point adjusting is enabled.
- getAllEdges() - Method in class scratch.scott.AestheticSpringVisualizer
-
- getAllEquivalences() - Method in class edu.uci.ics.jung.algorithms.blockmodel.EquivalenceRelation
-
Iterates through all the equivalence sets.
- getAllVertices(BipartiteGraph.Choice) - Method in class edu.uci.ics.jung.graph.impl.BipartiteGraph
-
Returns the set of all vertices from that class.
- getAllVertices() - Method in class scratch.danyel.sample.CircleLayout
-
- getAllVertices() - Method in class scratch.scott.AestheticSpringVisualizer
-
- getAndUpdateIndexer(ArchetypeGraph) - Static method in class edu.uci.ics.jung.graph.decorators.Indexer
-
Gets the indexer associated with this graph.
- getAndUpdateIndexer(ArchetypeGraph, Object) - Static method in class edu.uci.ics.jung.graph.decorators.Indexer
-
Gets the indexer associated with this graph.
- getAngle() - Method in class edu.uci.ics.jung.visualization.contrib.CircleLayout.CircleVertexData
-
- getArrow(Edge) - Method in class edu.uci.ics.jung.graph.decorators.DirectionalEdgeArrowFunction
-
- getArrow(Edge) - Method in interface edu.uci.ics.jung.graph.decorators.EdgeArrowFunction
-
- getArrowTransform(GeneralPath, Shape) - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
-
Returns a transform to position the arrowhead on this edge shape at the
point where it intersects the passed vertex shape.
- getArrowTransform(Line2D, Shape) - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
-
This is used for the arrow of a directed and for one of the
arrows for non-directed edges
Get a transform to place the arrow shape on the passed edge at the
point where it intersects the passed shape
- getArrowTransform(GeneralPath, Shape) - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
-
- getArrowTransform(Line2D, Shape) - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
-
- getAspectRatio(Vertex) - Method in class edu.uci.ics.jung.graph.decorators.ConstantVertexAspectRatioFunction
-
- getAspectRatio(Vertex) - Method in interface edu.uci.ics.jung.graph.decorators.VertexAspectRatioFunction
-
- getAssemblyRecord(Graph) - Static method in class edu.uci.ics.jung.graph.filters.GraphAssemblyRecord
-
Returns the GraphAssemblyRecord for a particular graph.
- getAtomics(Vertex) - Static method in class edu.uci.ics.jung.visualization.contrib.TreeLayout
-
- getAVertex(Edge) - Method in class edu.uci.ics.jung.visualization.AbstractLayout
-
Utility method, gets a single vertex from this edge.
- getAVertex(Edge) - Method in class edu.uci.ics.jung.visualization.SpringLayout
-
- getAVertex(Edge) - Method in class samples.preview_new_graphdraw.iterablelayouts.SpringLayout
-
- getAVertex(Edge) - Method in class scratch.danyel.sample.CircleLayout
-
- getAVertex(Edge) - Method in class scratch.scott.AestheticSpringVisualizer
-
- getBack() - Method in class samples.preview_new_graphdraw.VisEdge
-
Returns the location of the first endpoint of the Edge
which
this VisEdge
represents.
- getBackColor(Vertex) - Method in class edu.uci.ics.jung.graph.decorators.ConstantVertexColorFunction
-
- getBackColor(Vertex) - Method in interface edu.uci.ics.jung.graph.decorators.VertexColorFunction
-
Deprecated.
Returns the Color
to use for drawing the interior
of the vertex v
.
- getBackground() - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
-
- getBackingCollection() - Method in class edu.uci.ics.jung.utils.CollectionFactory.CollectionData
-
- getBaseKey() - Method in class edu.uci.ics.jung.visualization.AbstractLayout
-
Returns a visualization-specific key (that is, specific both to this
instance and AbstractLayout) that can be used to access
UserData related to the AbstractLayout.
- getBaseKey() - Method in class edu.uci.ics.jung.visualization.PersistentLayoutImpl
-
Returns a visualization-specific key (that is, specific to
the layout in use) that can be used to access
UserData related to the AbstractLayout.
- getBestConfiguration() - Method in class scratch.scott.optimization.SimulatedAnnealer
-
Returns the best solution found so far.
- getBinParameters(double) - Method in class edu.uci.ics.jung.statistics.Histogram
-
Returns the low and high limits and the content of the bin
containing the specified number or nul if the specified number
lies outside of the histogram limits.
- getBinWidth() - Method in class edu.uci.ics.jung.statistics.Histogram
-
Returns the bin width.
- getBipartiteGraphEquivalent() - Method in class edu.uci.ics.jung.graph.impl.HypergraphBPG
-
Deprecated.
Returns a BipartiteGraph equivalent to this Graph.
- getCenter() - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
-
- getCenter() - Method in class samples.preview_new_graphdraw.test.CircleEdge
-
- getChangeListeners() - Method in interface edu.uci.ics.jung.utils.ChangeEventSupport
-
Returns an array of all the ChangeListener
s added
with addChangeListener().
- getChangeListeners() - Method in class edu.uci.ics.jung.utils.DefaultChangeEventSupport
-
- getChangeListeners() - Method in class edu.uci.ics.jung.visualization.AbstractLayout
-
Returns an array of all the ChangeListener
s added
with addChangeListener().
- getChangeListeners() - Method in class edu.uci.ics.jung.visualization.DefaultVisualizationModel
-
Returns an array of all the ChangeListener
s added
with addChangeListener().
- getChangeListeners() - Method in class edu.uci.ics.jung.visualization.LayoutDecorator
-
- getChangeListeners() - Method in class edu.uci.ics.jung.visualization.PersistentLayoutImpl
-
- getChangeListeners() - Method in class edu.uci.ics.jung.visualization.transform.MutableAffineTransformer
-
Returns an array of all the ChangeListener
s added
with addChangeListener().
- getChangeListeners() - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
-
- getChangeListeners() - Method in interface edu.uci.ics.jung.visualization.VisualizationModel
-
Returns an array of all the ChangeListener
s added
with addChangeListener().
- getChangeListeners() - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
-
Returns an array of all the ChangeListener
s added
with addChangeListener().
- getCircleData(Vertex) - Method in class edu.uci.ics.jung.visualization.contrib.CircleLayout
-
- getCircleData(Vertex) - Method in class scratch.danyel.sample.CircleLayout
-
- getCircleKey() - Method in class scratch.danyel.sample.CircleLayout
-
- getClassicArrow() - Method in class edu.uci.ics.jung.visualization.contrib.Arrow
-
- getClip() - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
-
- getClip() - Method in class scratch.scott.PSGr
-
MGH added Shape getClip () per 1.1 API.
- getClipBounds() - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
-
- getClipBounds(Rectangle) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
-
- getClipBounds() - Method in class scratch.scott.PSGr
-
- getClipRect() - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
-
- getClipRect() - Method in class scratch.scott.PSGr
-
- getClosestIntersection(Coordinates, Coordinates, Rectangle2D) - Static method in class samples.preview_new_graphdraw.CoordinateUtil
-
Returns the closest intersection to source
of the
line defined by source
and target
,
and the bounding box bounds
, or null
if there is no intersection.
- getCluster(int) - Method in class edu.uci.ics.jung.algorithms.cluster.ClusterSet
-
Given the cluster's position in the list (0-based), retrieve the cluster (set of vertices)
- getClusterAsNewSubGraph(int) - Method in class edu.uci.ics.jung.algorithms.cluster.ClusterSet
-
Constructs a new graph from the given cluster
- getClusterAsNewSubGraph(int) - Method in class edu.uci.ics.jung.algorithms.cluster.EdgeClusterSet
-
Constructs a new graph from the given cluster
- getClusterAsNewSubGraph(int) - Method in class edu.uci.ics.jung.algorithms.cluster.VertexClusterSet
-
Constructs a new graph from the given cluster
- getClusteringExponent() - Method in class edu.uci.ics.jung.random.generators.KleinbergSmallWorldGenerator
-
- getClusters(Element) - Method in class edu.uci.ics.jung.algorithms.cluster.ClusterSet
-
Given a vertex (or edge), retrieves the clusters which that vertex (or edge) belongs to if any
- getCollapsedGraph(EquivalenceRelation) - Method in class edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser
-
This version collects sets of vertices in an equivalence relation into a single CollapsedVertex.
- getCollapsedGraph(Graph, Set) - Method in class edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser
-
This function collapses a series of vertices in one
EquivalenceSet into one
CollapsedVertex.
- getCollection(Collection) - Static method in class edu.uci.ics.jung.utils.CollectionFactory
-
- getCollection(Collection, Comparator, Predicate) - Static method in class edu.uci.ics.jung.utils.CollectionFactory
-
- getCollection(Collection, Comparator) - Static method in class edu.uci.ics.jung.utils.CollectionFactory
-
- getCollection(Collection, Predicate) - Static method in class edu.uci.ics.jung.utils.CollectionFactory
-
- getColor() - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
-
- getColor() - Method in class scratch.scott.PSGr
-
Gets the current color.
- getColor1(Edge) - Method in class edu.uci.ics.jung.graph.decorators.GradientEdgePaintFunction
-
Returns c1
.
- getColor2(Edge) - Method in class edu.uci.ics.jung.graph.decorators.GradientEdgePaintFunction
-
Returns c2
.
- getColor2(Edge) - Method in class samples.graph.PluggableRendererDemo.GradientPickedEdgePaintFunction
-
- getCommunity(ArchetypeVertex) - Method in class edu.uci.ics.jung.algorithms.cluster.VoltageClusterer
-
Returns a community (cluster) centered around v
.
- getComposite() - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
-
- getCoordinates(ArchetypeVertex) - Method in class edu.uci.ics.jung.visualization.AbstractLayout
-
Returns the Coordinates object that stores the vertex' x and y location.
- getCopyAction() - Method in class edu.uci.ics.jung.graph.decorators.Decorator
-
Retrieves the user datum copy action that this decorator uses when setting new values
- getCorner() - Method in class edu.uci.ics.jung.visualization.GraphZoomScrollPane
-
- getCounts(DirectedGraph) - Static method in class edu.uci.ics.jung.algorithms.metrics.TriadicCensus
-
Returns an array whose ith element (for i in [1,16]) is the number of
occurrences of the corresponding triad type in g
.
- getCounts(DirectedGraph) - Static method in class scratch.danyel.triads.TriadicCensus
-
Returns an array whose ith element (for i in [1,16]) is the number of
occurrences of the corresponding triad type in g
.
- getCountsBetween(double, double) - Method in class edu.uci.ics.jung.statistics.Histogram
-
- getCountsUpTo(double) - Method in class edu.uci.ics.jung.statistics.Histogram
-
- getCrossover() - Method in class edu.uci.ics.jung.visualization.control.CrossoverScalingControl
-
Returns the current crossover value.
- getCurrentRankScore(Element) - Method in class edu.uci.ics.jung.algorithms.importance.KStepMarkov
-
- getCurrentSize() - Method in class edu.uci.ics.jung.visualization.AbstractLayout
-
Returns the current size of the visualization space, accoring to the
last call to resize().
- getCurrentSize() - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
-
Deprecated.
- getCurrentSize() - Method in interface edu.uci.ics.jung.visualization.Layout
-
Returns the current size of the visualization's space.
- getCurrentSize() - Method in class edu.uci.ics.jung.visualization.LayoutDecorator
-
- getCurrentSize() - Method in class scratch.danyel.sample.CircleLayout
-
- getCurrentSize() - Method in class scratch.scott.AestheticSpringVisualizer
-
- getCursor() - Method in class edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
-
- getDatum() - Method in class edu.uci.ics.jung.graph.predicates.UserDatumEdgePredicate
-
Returns the user datum which partially defines this predicate.
- getDatum() - Method in class edu.uci.ics.jung.graph.predicates.UserDatumVertexPredicate
-
Returns the user datum which partially defines this predicate.
- getDecorationKey() - Method in class edu.uci.ics.jung.graph.filters.impl.NumericDecorationFilter
-
- getDecoratorIterator(Class) - Method in class scratch.scott.registry.UserDataRegistry
-
- getDecorators() - Method in class scratch.scott.registry.RegistryDecoratorSet
-
- getDecorators(Class) - Method in class scratch.scott.registry.UserDataRegistry
-
- getDefaultDecorator() - Method in class scratch.scott.registry.RegistryDecoratorSet
-
- getDefaultDecorator(Class) - Method in class scratch.scott.registry.UserDataRegistry
-
- getDefaultMouseListener() - Method in class samples.preview_new_graphdraw.impl.GraphLayoutPanel
-
By default, returns a JunGraphPanelMouseListener.
- getDegree(Graph<V, E>, V) - Static method in class scratch.tom.simpleGraph.GraphUtils
-
- getDegreeValues(Set) - Static method in class edu.uci.ics.jung.statistics.DegreeDistributions
-
Given a set of vertices, this function returns a list of degrees.
- getDelegate() - Method in class edu.uci.ics.jung.graph.decorators.VertexIconAndShapeFunction
-
- getDelegate() - Method in class edu.uci.ics.jung.visualization.LayoutDecorator
-
getter for the delegate
- getDelegate() - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
-
- getDelegate() - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
-
- getDelegate() - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
-
- getDemoGraph() - Static method in class edu.uci.ics.jung.utils.TestGraphs
-
Returns a bigger test graph with a clique, several components, and other
parts.
- getDepth(Vertex) - Method in class edu.uci.ics.jung.visualization.contrib.TreeLayout
-
- getDesiredPrecision() - Method in class edu.uci.ics.jung.algorithms.IterativeProcess
-
Returns the desired precision.
- getDest() - Method in interface edu.uci.ics.jung.graph.DirectedEdge
-
Returns the destination of this directed edge.
- getDest() - Method in class edu.uci.ics.jung.graph.impl.DirectedSparseEdge
-
- getDest(E) - Method in interface scratch.joshua.jung_2_0.core.DirectedGraph
-
- getDest(E) - Method in class scratch.joshua.jung_2_0.core.SimpleDirectedSparseGraph
-
- getDeviceConfiguration() - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
-
- getDimension() - Method in class edu.uci.ics.jung.statistics.Histogram
-
Deprecated.
use getNumBins
- getDimension() - Method in class samples.preview_new_graphdraw.EmittedLayout
-
- getDist() - Method in class samples.preview_new_graphdraw.event.ClickEvent
-
- getDistance(Graph, Vertex) - Method in class edu.uci.ics.jung.algorithms.connectivity.BFSDistanceLabeler
-
Given a vertex, returns the shortest distance from any node in the root set to v
- getDistance(ArchetypeVertex, ArchetypeVertex) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
-
Returns the length of a shortest path from the source to the target vertex,
or null if the target is not reachable from the source.
- getDistance(ArchetypeVertex, ArchetypeVertex) - Method in interface edu.uci.ics.jung.algorithms.shortestpath.Distance
-
Returns the distance from the source
vertex
to the target
vertex.
- getDistance(ArchetypeVertex, ArchetypeVertex) - Method in class edu.uci.ics.jung.algorithms.shortestpath.UnweightedShortestPath
-
- getDistance(Vertex, Vertex) - Method in class edu.uci.ics.jung.visualization.contrib.KKLayoutInt
-
Gets a distance (a length of the shortest path) between
the specified vertices.
- getDistance(Vertex, Vertex) - Method in class samples.preview_new_graphdraw.iterablelayouts.KKLayout
-
Gets a distance (a length of the shortest path) between the specified
vertices.
- getDistanceFromCenter(Point2D) - Method in class edu.uci.ics.jung.visualization.transform.LensTransformer
-
- getDistanceMap(ArchetypeVertex, Set) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
-
- getDistanceMap(ArchetypeVertex) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
-
Returns a LinkedHashMap
which maps each vertex
in the graph (including the source
vertex)
to its distance from the source
vertex.
- getDistanceMap(ArchetypeVertex, int) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
-
Returns a LinkedHashMap
which maps each of the closest
numDist
vertices to the source
vertex
in the graph (including the source
vertex)
to its distance from the source
vertex.
- getDistanceMap(ArchetypeVertex) - Method in interface edu.uci.ics.jung.algorithms.shortestpath.Distance
-
Returns a Map
which maps each vertex
in the graph (including the source
vertex)
to its distance (represented as a Number)
from source
.
- getDistanceMap(ArchetypeVertex) - Method in class edu.uci.ics.jung.algorithms.shortestpath.UnweightedShortestPath
-
- getDrawPaint(Edge) - Method in class edu.uci.ics.jung.graph.decorators.ConstantEdgePaintFunction
-
- getDrawPaint(Vertex) - Method in class edu.uci.ics.jung.graph.decorators.ConstantVertexPaintFunction
-
- getDrawPaint(Edge) - Method in interface edu.uci.ics.jung.graph.decorators.EdgePaintFunction
-
- getDrawPaint(Edge) - Method in class edu.uci.ics.jung.graph.decorators.GradientEdgePaintFunction
-
- getDrawPaint(Edge) - Method in class edu.uci.ics.jung.graph.decorators.PickableEdgePaintFunction
-
- getDrawPaint(Vertex) - Method in class edu.uci.ics.jung.graph.decorators.PickableVertexPaintFunction
-
- getDrawPaint(Vertex) - Method in interface edu.uci.ics.jung.graph.decorators.VertexPaintFunction
-
- getDrawPaint(Edge) - Method in class edu.uci.ics.jung.visualization.EdgeColorToEdgePaintFunctionConverter
-
Deprecated.
- getDrawPaint(Vertex) - Method in class edu.uci.ics.jung.visualization.VertexColorToVertexPaintConverter
-
Deprecated.
- getDrawPaint(Edge) - Method in class samples.graph.PluggableRendererDemo.GradientPickedEdgePaintFunction
-
- getDrawPaint(Edge) - Method in class samples.graph.ShortestPathDemo.MyEdgePaintFunction
-
- getDrawPaint(Vertex) - Method in class samples.graph.ShortestPathDemo.MyVertexPaintFunction
-
- getEdge(double, double) - Method in class edu.uci.ics.jung.visualization.AbstractLayout
-
Deprecated.
Use PickSupport instead
- getEdge(double, double, double) - Method in class edu.uci.ics.jung.visualization.AbstractLayout
-
Deprecated.
Use PickSupport instead
- getEdge(double, double) - Method in interface edu.uci.ics.jung.visualization.GraphElementAccessor
-
Returns an Edge
which is associated with the
location (x,y)
.
- getEdge(double, double) - Method in class edu.uci.ics.jung.visualization.RadiusGraphElementAccessor
-
Gets the edge nearest to the location of the (x,y) location selected.
- getEdge(double, double, double) - Method in class edu.uci.ics.jung.visualization.RadiusGraphElementAccessor
-
Gets the edge nearest to the location of the (x,y) location selected,
within a distance of maxDistance, Iterates through all
visible edges and checks their distance from the click.
- getEdge(double, double) - Method in class edu.uci.ics.jung.visualization.RadiusPickSupport
-
Gets the edge nearest to the location of the (x,y) location selected.
- getEdge(double, double, double) - Method in class edu.uci.ics.jung.visualization.RadiusPickSupport
-
Gets the edge nearest to the location of the (x,y) location selected,
within a distance of maxDistance, Iterates through all
visible edges and checks their distance from the click.
- getEdge(double, double) - Method in class edu.uci.ics.jung.visualization.ShapePickSupport
-
return an edge whose shape intersects the 'pickArea' footprint of the passed
x,y, coordinates.
- getEdge() - Method in class samples.preview_new_graphdraw.VisEdge
-
Returns the Edge
which this VisEdge
represents.
- getEdge(Object, Object) - Method in class scratch.danyel.lazy.LazySparseVertexFactory
-
Returns an edge running between these two vertices.
- getEdgeArrowFunction() - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
-
- getEdgeArrowFunction() - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
-
- getEdgeArrowPredicate() - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
-
- getEdgeArrowPredicate() - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
-
- getEdgeColor(Edge) - Method in class edu.uci.ics.jung.graph.decorators.ConstantEdgeColorFunction
-
Deprecated.
- getEdgeColor(Edge) - Method in interface edu.uci.ics.jung.graph.decorators.EdgeColorFunction
-
Deprecated.
- getEdgeConstraints() - Method in interface edu.uci.ics.jung.graph.ArchetypeGraph
-
Returns the Collection
of requirements that each edge
must satisfy when it is added to this graph.
- getEdgeConstraints() - Method in class edu.uci.ics.jung.graph.impl.AbstractArchetypeGraph
-
- getEdgeCorrespondingTo(BipartiteVertex) - Method in class edu.uci.ics.jung.graph.impl.HypergraphBPG
-
Deprecated.
- getEdgeCount() - Method in class scratch.tom.simpleGraph.DefaultGraph
-
- getEdgeFontFunction() - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
-
- getEdgeFontFunction() - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
-
- getEdgeIncludePredicate() - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
-
- getEdgeIncludePredicate() - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
-
- getEdgeKeys() - Method in class edu.uci.ics.jung.io.PajekNetFile
-
Deprecated.
retrieves the set of edge keys the algorithm will use to store the edge weights
- getEdgeLabelClosenessFunction() - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
-
- getEdgeLabelClosenessFunction() - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
-
- getEdgeMap() - Method in class edu.uci.ics.jung.utils.SubsetManager
-
- getEdgePaintFunction() - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
-
- getEdgePaintFunction() - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
-
- getEdges() - Method in interface edu.uci.ics.jung.graph.ArchetypeGraph
-
Returns a Set view of all edges in this graph.
- getEdges() - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseGraph
-
Returns an unmodifiable set view of the edges in this graph.
- getEdges() - Method in class edu.uci.ics.jung.graph.impl.HypergraphBPG
-
Deprecated.
Returns the set of all edges in the graph.
- getEdges() - Method in class edu.uci.ics.jung.graph.impl.SetHypergraph
-
- getEdges(ArchetypeGraph, Predicate) - Static method in class edu.uci.ics.jung.utils.PredicateUtils
-
Returns a Set
consisting of all edges e
in graph g
that satisfy predicate p
,
that is, those for which p.evaluate(e)
returns true.
- getEdges(Predicate) - Method in class edu.uci.ics.jung.utils.SubsetManager
-
Returns the edge subset, if any, which this instance has defined
based on p
.
- getEdges() - Method in interface scratch.joshua.jung_2_0.core.ArchetypeGraph
-
- getEdges() - Method in class scratch.joshua.jung_2_0.core.SimpleDirectedSparseGraph
-
- getEdges() - Method in class scratch.joshua.jung_2_0.core.SimpleUndirectedSparseGraph
-
- getEdges() - Method in class scratch.tom.simpleGraph.DefaultGraph
-
- getEdges() - Method in interface scratch.tom.simpleGraph.Graph
-
- getEdges_internal() - Method in class edu.uci.ics.jung.graph.impl.AbstractArchetypeVertex
-
Returns a set containing all the incident edges of this vertex.
- getEdges_internal() - Method in class edu.uci.ics.jung.graph.impl.CollectionHypervertex
-
- getEdges_internal() - Method in class edu.uci.ics.jung.graph.impl.DirectedSparseVertex
-
Returns a list of all incident edges of this vertex.
- getEdges_internal() - Method in class edu.uci.ics.jung.graph.impl.LeanSparseVertex
-
- getEdges_internal() - Method in class edu.uci.ics.jung.graph.impl.SimpleDirectedSparseVertex
-
Returns a list of all incident edges of this vertex.
- getEdges_internal() - Method in class edu.uci.ics.jung.graph.impl.SimpleSparseVertex
-
- getEdges_internal() - Method in class edu.uci.ics.jung.graph.impl.SimpleUndirectedSparseVertex
-
- getEdges_internal() - Method in class edu.uci.ics.jung.graph.impl.SparseVertex
-
Returns a list of all incident edges of this vertex.
- getEdges_internal() - Method in class edu.uci.ics.jung.graph.impl.UndirectedSparseVertex
-
Returns a list of all incident edges of this vertex.
- getEdgeShapeFunction() - Method in interface edu.uci.ics.jung.visualization.HasShapeFunctions
-
- getEdgeShapeFunction() - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
-
- getEdgeShapeFunction() - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
-
- getEdgesRemoved() - Method in class edu.uci.ics.jung.algorithms.cluster.EdgeBetweennessClusterer
-
Retrieves the list of all edges that were removed (assuming extract(...) was previously called.
- getEdgeStringer() - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
-
- getEdgeStringer() - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
-
- getEdgeStrokeFunction() - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
-
- getEdgeStrokeFunction() - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
-
- getEdgeThickness(Edge) - Method in interface edu.uci.ics.jung.graph.decorators.EdgeThicknessFunction
-
Deprecated.
- getEdgeWeight(Edge) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
-
- getEdgeWeightKeyName() - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
-
the user datum key used to store the edge weight, if any
- getElement(UserDataContainer) - Method in class scratch.scott.partition.AbstractPartition
-
- getElements() - Method in class scratch.scott.partition.AbstractPartitionClass
-
- getElementToClassMap() - Method in class scratch.scott.partition.AbstractPartition
-
- getEllipse() - Method in class edu.uci.ics.jung.visualization.transform.LensTransformer
-
- getEllipse(Vertex) - Method in class edu.uci.ics.jung.visualization.VertexShapeFactory
-
Returns a Ellipse2D
whose width and
height are defined by this instance's size and
aspect ratio functions for this vertex.
- getEndpoints() - Method in interface edu.uci.ics.jung.graph.Edge
-
Returns a pair consisting of both incident vertices.
- getEndpoints() - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseEdge
-
- getEndpoints(E) - Method in interface scratch.joshua.jung_2_0.core.Graph
-
- getEndpoints(E) - Method in class scratch.joshua.jung_2_0.core.SimpleDirectedSparseGraph
-
- getEndpoints(E) - Method in class scratch.joshua.jung_2_0.core.SimpleUndirectedSparseGraph
-
- getEndpoints() - Method in class scratch.tom.simpleGraph.DirectedEdge
-
- getEndpoints() - Method in interface scratch.tom.simpleGraph.Edge
-
- getEndpoints() - Method in class scratch.tom.simpleGraph.HyperEdge
-
- getEndpoints() - Method in class scratch.tom.simpleGraph.UndirectedEdge
-
- getEqualEdge(ArchetypeGraph) - Method in interface edu.uci.ics.jung.graph.ArchetypeEdge
-
Returns the edge in graph g
, if any,
that is equivalent to this edge.
- getEqualEdge(ArchetypeGraph) - Method in class edu.uci.ics.jung.graph.impl.AbstractArchetypeEdge
-
- getEqualEdge(ArchetypeGraph) - Method in class edu.uci.ics.jung.graph.impl.HyperedgeBPG
-
Deprecated.
- getEqualEdges(Set, ArchetypeGraph) - Static method in class edu.uci.ics.jung.utils.GraphUtils
-
Returns the set of edges in g
which are equal
to the edges in g
.
- getEqualVertex(ArchetypeGraph) - Method in interface edu.uci.ics.jung.graph.ArchetypeVertex
-
Returns the vertex in graph g
, if any, that is
equal to this vertex.
- getEqualVertex(ArchetypeGraph) - Method in class edu.uci.ics.jung.graph.impl.AbstractArchetypeVertex
-
Returns the vertex in the specified graph ag
that is equivalent to this vertex.
- getEqualVertex(ArchetypeGraph) - Method in class edu.uci.ics.jung.graph.impl.HypervertexBPG
-
- getEqualVertices(Set, ArchetypeGraph) - Static method in class edu.uci.ics.jung.utils.GraphUtils
-
Returns the set of vertices in g
which are equal
to the vertices in g
.
- getEquivalenceRelationContaining(Vertex) - Method in class edu.uci.ics.jung.algorithms.blockmodel.EquivalenceRelation
-
Returns the part of the relation that contains this vertex: it is, of course, a Set
If the vertex does not belong to any relation, null is returned.
- getEquivalences(Graph) - Method in interface edu.uci.ics.jung.algorithms.blockmodel.EquivalenceAlgorithm
-
Runs the equivalence algorithm on the given graph,
and returns an equivalence relation.
- getEquivalences(Graph) - Method in class edu.uci.ics.jung.algorithms.blockmodel.StructurallyEquivalent
-
- getEquivalentEdge(ArchetypeGraph) - Method in interface edu.uci.ics.jung.graph.ArchetypeEdge
-
Deprecated.
As of version 1.4, renamed to getEqualEdge(g).
- getEquivalentEdge(ArchetypeGraph) - Method in class edu.uci.ics.jung.graph.impl.AbstractArchetypeEdge
-
Deprecated.
As of version 1.4, renamed to getEqualEdge(ag).
- getEquivalentEdge(ArchetypeGraph) - Method in class edu.uci.ics.jung.graph.impl.HyperedgeBPG
-
Deprecated.
As of version 1.4, renamed to getEqualEdge(g).
- getEquivalentVertex(ArchetypeGraph) - Method in interface edu.uci.ics.jung.graph.ArchetypeVertex
-
Deprecated.
As of version 1.4, renamed to getEqualVertex(g).
- getEquivalentVertex(ArchetypeGraph) - Method in class edu.uci.ics.jung.graph.impl.AbstractArchetypeVertex
-
Deprecated.
As of version 1.4, renamed to getEqualVertex(ag).
- getEquivalentVertex(ArchetypeGraph) - Method in class edu.uci.ics.jung.graph.impl.HypervertexBPG
-
Deprecated.
As of version 1.4, renamed to getEqualVertex(g).
- getEventType() - Method in class scratch.scott.event.GraphEvent
-
- getExchangeVertices() - Method in class edu.uci.ics.jung.visualization.contrib.KKLayout
-
Returns true if the local minimum escape technique by
exchanging vertices is enabled.
- getExchangeVertices() - Method in class edu.uci.ics.jung.visualization.contrib.KKLayoutInt
-
Returns true if the local minimum escape technique by
exchanging vertices is enabled.
- getExchangeVertices() - Method in class samples.preview_new_graphdraw.iterablelayouts.KKLayout
-
Returns true if the local minimum escape technique by exchanging
vertices is enabled.
- getExtension(File) - Static method in class scratch.scott.OpenFileHandler
-
- getFadeLevel(Vertex) - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
-
Deprecated.
Static utility function returns the fade level of a
given vertex.
- getFadingKey() - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
-
Deprecated.
- getFillPaint(Edge) - Method in class edu.uci.ics.jung.graph.decorators.AbstractEdgePaintFunction
-
- getFillPaint(Edge) - Method in class edu.uci.ics.jung.graph.decorators.ConstantEdgePaintFunction
-
- getFillPaint(Vertex) - Method in class edu.uci.ics.jung.graph.decorators.ConstantVertexPaintFunction
-
- getFillPaint(Edge) - Method in interface edu.uci.ics.jung.graph.decorators.EdgePaintFunction
-
- getFillPaint(Vertex) - Method in class edu.uci.ics.jung.graph.decorators.PickableVertexPaintFunction
-
- getFillPaint(Vertex) - Method in interface edu.uci.ics.jung.graph.decorators.VertexPaintFunction
-
- getFillPaint(Vertex) - Method in class edu.uci.ics.jung.visualization.VertexColorToVertexPaintConverter
-
Deprecated.
- getFillPaint(Edge) - Method in class samples.graph.PluggableRendererDemo.GradientPickedEdgePaintFunction
-
- getFillPaint(Vertex) - Method in class samples.graph.ShortestPathDemo.MyVertexPaintFunction
-
- getFilterName() - Method in class edu.uci.ics.jung.graph.filters.UnassembledGraph
-
Returns the name of the filter that generated this UnassembledGraph.
- getFirst() - Method in class edu.uci.ics.jung.utils.Pair
-
- getFirst() - Method in class scratch.joshua.jung_2_0.utils.Pair
-
Returns the first constructor argument.
- getFirst() - Method in class scratch.tom.simpleGraph.DirectedEdge
-
- getFirst() - Method in interface scratch.tom.simpleGraph.Edge.Directed
-
- getFirstOutsideSegment(Line2D, Shape) - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
-
Passed Line's point1 must be inside the passed shape or
an IllegalArgumentException is thrown
- getFlowGraph() - Method in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
-
Retrieves the flow graph used to compute the max flow
- getFont(Edge) - Method in class edu.uci.ics.jung.graph.decorators.ConstantEdgeFontFunction
-
- getFont(Vertex) - Method in class edu.uci.ics.jung.graph.decorators.ConstantVertexFontFunction
-
- getFont(Edge) - Method in interface edu.uci.ics.jung.graph.decorators.EdgeFontFunction
-
- getFont(Vertex) - Method in interface edu.uci.ics.jung.graph.decorators.VertexFontFunction
-
- getFont() - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
-
- getFont() - Method in class scratch.scott.PSGr
-
Gets the current font.
- getFontMetrics() - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
-
- getFontMetrics(Font) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
-
- getFontMetrics() - Method in class scratch.scott.PSGr
-
Gets the current font metrics.
- getFontMetrics(Font) - Method in class scratch.scott.PSGr
-
Gets the current font metrics for the specified font.
- getFontRenderContext() - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
-
- getForceMultiplier() - Method in class edu.uci.ics.jung.visualization.SpringLayout
-
- getForeColor(Vertex) - Method in class edu.uci.ics.jung.graph.decorators.ConstantVertexColorFunction
-
- getForeColor(Vertex) - Method in interface edu.uci.ics.jung.graph.decorators.VertexColorFunction
-
Deprecated.
Returns the Color
to use for drawing the border and
text for the vertex v
.
- getFRData(Vertex) - Method in class edu.uci.ics.jung.visualization.FRLayout
-
- getFront() - Method in class samples.preview_new_graphdraw.VisEdge
-
Returns the location of the second endpoint of the Edge
which
this VisEdge
represents.
- getGraph() - Method in class edu.uci.ics.jung.algorithms.blockmodel.EquivalenceRelation
-
Returns the common graph to which all the vertices belong
- getGraph() - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
-
- getGraph() - Method in class edu.uci.ics.jung.graph.decorators.EdgeWeightLabeller
-
Returns the graph associated with this particular
labeller.
- getGraph() - Method in class edu.uci.ics.jung.graph.decorators.StringLabeller
-
Gets the graph associated with this StringLabeller
- getGraph() - Method in interface edu.uci.ics.jung.graph.Element
-
Returns a reference to the graph that contains this element.
- getGraph() - Method in class edu.uci.ics.jung.graph.event.GraphEvent
-
- getGraph() - Method in class edu.uci.ics.jung.graph.impl.AbstractElement
-
- getGraph() - Method in class edu.uci.ics.jung.graph.impl.AbstractHyperUnitBPG
-
Deprecated.
- getGraph() - Method in class edu.uci.ics.jung.io.GraphMLFileHandler
-
- getGraph() - Method in class edu.uci.ics.jung.visualization.AbstractLayout
-
Accessor for the graph that represets all vertices.
- getGraph() - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
-
Deprecated.
A pass-through.
- getGraph() - Method in interface edu.uci.ics.jung.visualization.Layout
-
Returns the full graph (the one that was passed in at
construction time) that this Layout refers to.
- getGraph() - Method in class edu.uci.ics.jung.visualization.LayoutDecorator
-
- getGraph() - Method in class samples.graph.PluggableRendererDemo
-
Generates a mixed-mode random graph, runs VoltageRanker on it, and
returns the resultant graph.
- getGraph() - Static method in class samples.graph.SimpleGraphDraw
-
Generates a graph: in this case, reads it from the file
"samples/datasetsgraph/simple.net"
- getGraph() - Method in class scratch.danyel.sample.CircleLayout
-
- getGraph() - Method in class scratch.scott.AestheticSpringVisualizer
-
- getGraph() - Method in class scratch.scott.event.GraphEvent
-
- getGraph() - Method in class scratch.scott.registry.UserDataRegistry
-
- getGraph() - Method in class test.edu.uci.ics.jung.algorithms.cluster.TestWeakComponentClusterer
-
- getGraph() - Method in class test.edu.uci.ics.jung.algorithms.cluster.TestWeakComponentClusterer.TestDirected
-
- getGraph() - Method in class test.edu.uci.ics.jung.algorithms.cluster.TestWeakComponentClusterer.TestUndirected
-
- getGraphElement() - Method in class edu.uci.ics.jung.graph.event.GraphEvent
-
- getGraphElement() - Method in class scratch.scott.event.GraphEvent
-
- getGraphLabelRenderer() - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
-
- getGraphLabelRenderer() - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
-
- getGraphLabelRendererComponent(JComponent, Object, Font, boolean, Vertex) - Method in class edu.uci.ics.jung.visualization.DefaultGraphLabelRenderer
-
Returns the default label renderer for a Vertex
- getGraphLabelRendererComponent(JComponent, Object, Font, boolean, Edge) - Method in class edu.uci.ics.jung.visualization.DefaultGraphLabelRenderer
-
Returns the default label renderer for an Edge
- getGraphLabelRendererComponent(JComponent, Object, Font, boolean, Vertex) - Method in interface edu.uci.ics.jung.visualization.GraphLabelRenderer
-
Returns the component used for drawing the label.
- getGraphLabelRendererComponent(JComponent, Object, Font, boolean, Edge) - Method in interface edu.uci.ics.jung.visualization.GraphLabelRenderer
-
Returns the component used for drawing the label.
- getGraphLayout() - Method in class edu.uci.ics.jung.visualization.BirdsEyeVisualizationViewer
-
Deprecated.
getter for graph layout
- getGraphLayout() - Method in class edu.uci.ics.jung.visualization.contrib.BirdsEyeGraphDraw
-
Deprecated.
Returns the currently operative layout.
- getGraphLayout() - Method in class edu.uci.ics.jung.visualization.DefaultVisualizationModel
-
Returns the current graph layout.
- getGraphLayout() - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
-
Deprecated.
- getGraphLayout() - Method in class edu.uci.ics.jung.visualization.GraphDraw
-
Deprecated.
Use getVisualizationViewer().getGraphLayout()
instead.
- getGraphLayout() - Method in interface edu.uci.ics.jung.visualization.HasGraphLayout
-
- getGraphLayout() - Method in interface edu.uci.ics.jung.visualization.VisualizationModel
-
Returns the current graph layout.
- getGraphLayout() - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
-
Returns the current graph layout.
- getGraphLayout() - Method in class samples.preview_new_graphdraw.impl.GraphLayoutPanel
-
(Called only by vertexdrag.)
- getGraphMouse() - Method in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
-
- getGraphMouse() - Method in interface edu.uci.ics.jung.visualization.transform.LensSupport
-
- getGraphMouse() - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
-
- getGraphObject() - Method in class samples.preview_new_graphdraw.event.ClickEvent
-
- getHorizontalScrollBar() - Method in class edu.uci.ics.jung.visualization.GraphZoomScrollPane
-
- getIcon(ArchetypeVertex) - Method in class edu.uci.ics.jung.graph.decorators.ConstantVertexIconFunction
-
- getIcon(ArchetypeVertex) - Method in class edu.uci.ics.jung.graph.decorators.DefaultVertexIconFunction
-
Returns the Icon
associated with v
.
- getIcon(ArchetypeVertex) - Method in class edu.uci.ics.jung.graph.decorators.PickableVertexIconFunction
-
Returns the appropriate Icon
, depending on picked state.
- getIcon(ArchetypeVertex) - Method in interface edu.uci.ics.jung.graph.decorators.VertexIconFunction
-
- getIcon(ArchetypeVertex) - Method in class samples.graph.VertexImageShaperDemo.DemoVertexImageShapeFunction
-
- getIconHeight() - Method in class samples.graph.VertexImageShaperDemo.Checkmark
-
- getIconMap() - Method in class edu.uci.ics.jung.graph.decorators.DefaultVertexIconFunction
-
Returns the icon storage as a Map
.
- getIconWidth() - Method in class samples.graph.VertexImageShaperDemo.Checkmark
-
- getIn() - Method in class edu.uci.ics.jung.visualization.control.ScalingGraphMousePlugin
-
- getIncidentEdges(ArchetypeVertex) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
-
Returns the set of edges incident to v
that should be tested.
- getIncidentEdges() - Method in interface edu.uci.ics.jung.graph.ArchetypeVertex
-
Returns the set of edges which are incident to this vertex.
- getIncidentEdges() - Method in class edu.uci.ics.jung.graph.impl.AbstractArchetypeVertex
-
- getIncidentEdges() - Method in class edu.uci.ics.jung.graph.impl.HypervertexBPG
-
- getIncidentEdges(V) - Method in interface scratch.joshua.jung_2_0.core.ArchetypeGraph
-
- getIncidentEdges(V) - Method in class scratch.joshua.jung_2_0.core.SimpleDirectedSparseGraph
-
- getIncidentEdges(V) - Method in class scratch.joshua.jung_2_0.core.SimpleUndirectedSparseGraph
-
- getIncidentElements() - Method in interface edu.uci.ics.jung.graph.Element
-
Returns the set of elements that are incident to this element.
- getIncidentElements() - Method in class edu.uci.ics.jung.graph.impl.AbstractArchetypeEdge
-
- getIncidentElements() - Method in class edu.uci.ics.jung.graph.impl.AbstractArchetypeVertex
-
- getIncidentElements() - Method in class edu.uci.ics.jung.graph.impl.HyperedgeBPG
-
Deprecated.
- getIncidentElements() - Method in class edu.uci.ics.jung.graph.impl.HypervertexBPG
-
- getIncidentVertices() - Method in interface edu.uci.ics.jung.graph.ArchetypeEdge
-
Returns the set of vertices which are incident to this edge.
- getIncidentVertices() - Method in class edu.uci.ics.jung.graph.impl.AbstractHyperedge
-
- getIncidentVertices() - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseEdge
-
- getIncidentVertices() - Method in class edu.uci.ics.jung.graph.impl.HyperedgeBPG
-
Deprecated.
- getIncidentVertices(E) - Method in interface scratch.joshua.jung_2_0.core.ArchetypeGraph
-
- getIncidentVertices(E) - Method in class scratch.joshua.jung_2_0.core.SimpleAbstractSparseGraph
-
- getIncomingEdge(Vertex, Vertex) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath
-
Returns the last edge on a shortest path from source
to target
, or null if target
is not
reachable from source
.
- getIncomingEdgeMap(Vertex) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath
-
Returns a LinkedHashMap
which maps each vertex
in the graph (including the source
vertex)
to the last edge on the shortest path from the
source
vertex.
- getIncomingEdgeMap(Vertex, int) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath
-
Returns a LinkedHashMap
which maps each of the closest
numDist
vertices to the source
vertex
in the graph (including the source
vertex)
to the incoming edge along the path from that vertex.
- getIncomingEdgeMap(Vertex) - Method in interface edu.uci.ics.jung.algorithms.shortestpath.ShortestPath
-
Returns a LinkedHashMap
which maps each vertex
in the graph (including the source
vertex)
to the last edge on the shortest path from the
source
vertex.
- getIncomingEdgeMap(Vertex) - Method in class edu.uci.ics.jung.algorithms.shortestpath.UnweightedShortestPath
-
- getIndegreeHistogram(Set, double, double, int) - Static method in class edu.uci.ics.jung.statistics.DegreeDistributions
-
Generates a histogram of the indegree distribution for a set of vertices
- getIndegreeValues(Set) - Static method in class edu.uci.ics.jung.statistics.DegreeDistributions
-
Given a set of vertices, this function returns a list of indegrees.
- getIndex(ArchetypeVertex) - Method in class edu.uci.ics.jung.graph.decorators.Indexer
-
Gets the index assocated with this vertex.
- getIndex(Vertex) - Method in class edu.uci.ics.jung.random.generators.BarabasiAlbertGenerator
-
- getIndex(Edge) - Method in class edu.uci.ics.jung.utils.DefaultParallelEdgeIndexFunction
-
Returns the index for the specified edge.
- getIndex(Edge) - Method in interface edu.uci.ics.jung.utils.ParallelEdgeIndexFunction
-
- getIndex(Edge) - Method in class edu.uci.ics.jung.utils.ParallelEdgeIndexSingleton
-
Returns the index for the specified edge.
- getIndex_internal(Edge) - Method in class edu.uci.ics.jung.utils.DefaultParallelEdgeIndexFunction
-
- getIndex_internal(Edge, Graph) - Method in class edu.uci.ics.jung.utils.ParallelEdgeIndexSingleton
-
- getIndexer() - Method in class edu.uci.ics.jung.algorithms.importance.RandomWalkSTBetweenness
-
- getIndexer(ArchetypeGraph) - Static method in class edu.uci.ics.jung.graph.decorators.Indexer
-
Gets the indexer associated with this graph.
- getIndexer(ArchetypeGraph, Object) - Static method in class edu.uci.ics.jung.graph.decorators.Indexer
-
* Gets an indexer associated with this graph at this key
- getInEdges() - Method in class edu.uci.ics.jung.graph.impl.DirectedSparseVertex
-
- getInEdges() - Method in class edu.uci.ics.jung.graph.impl.LeanSparseVertex
-
- getInEdges() - Method in class edu.uci.ics.jung.graph.impl.SimpleDirectedSparseVertex
-
- getInEdges() - Method in class edu.uci.ics.jung.graph.impl.SimpleSparseVertex
-
- getInEdges() - Method in class edu.uci.ics.jung.graph.impl.SimpleUndirectedSparseVertex
-
- getInEdges() - Method in class edu.uci.ics.jung.graph.impl.SparseVertex
-
- getInEdges() - Method in interface edu.uci.ics.jung.graph.Vertex
-
Returns the set of incoming edges of this vertex.
- getInEdges(V) - Method in interface scratch.joshua.jung_2_0.core.Graph
-
- getInEdges(V) - Method in class scratch.joshua.jung_2_0.core.SimpleDirectedSparseGraph
-
- getInEdges(V) - Method in class scratch.joshua.jung_2_0.core.SimpleUndirectedSparseGraph
-
- getInEdgeWeight(Edge) - Method in class edu.uci.ics.jung.algorithms.importance.HITSWithPriors
-
- getInstance() - Static method in class edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser
-
- getInstance() - Static method in class edu.uci.ics.jung.algorithms.blockmodel.StructurallyEquivalent
-
- getInstance() - Static method in class edu.uci.ics.jung.algorithms.blockmodel.StructurallyEquivalentII
-
- getInstance() - Static method in class edu.uci.ics.jung.graph.decorators.GlobalStringLabeller
-
- getInstance() - Static method in class edu.uci.ics.jung.graph.filters.impl.DropSoloNodesFilter
-
- getInstance() - Static method in class edu.uci.ics.jung.graph.filters.TrivialFilter
-
This is a factory class; just ask for an instance of
this one.
- getInstance() - Static method in class edu.uci.ics.jung.graph.predicates.CliqueGraphPredicate
-
- getInstance() - Static method in class edu.uci.ics.jung.graph.predicates.ConnectedGraphPredicate
-
Returns an instance of this class.
- getInstance() - Static method in class edu.uci.ics.jung.graph.predicates.IsolatedVertexPredicate
-
Returns an instance of this class.
- getInstance() - Static method in class edu.uci.ics.jung.graph.predicates.ParallelEdgePredicate
-
- getInstance() - Static method in class edu.uci.ics.jung.graph.predicates.ReciprocatedDirectedEdgePredicate
-
- getInstance() - Static method in class edu.uci.ics.jung.graph.predicates.SelfLoopEdgePredicate
-
Returns an instance of this class.
- getInstance() - Static method in class edu.uci.ics.jung.graph.predicates.SimpleEdgePredicate
-
Returns an instance of this class.
- getInstance() - Static method in class edu.uci.ics.jung.graph.predicates.SinkVertexPredicate
-
- getInstance() - Static method in class edu.uci.ics.jung.graph.predicates.SourceVertexPredicate
-
- getInstance() - Static method in class edu.uci.ics.jung.graph.predicates.TreePredicate
-
- getInstance() - Static method in class edu.uci.ics.jung.io.PajekNetReader.ListTagPred
-
- getInstance() - Static method in class edu.uci.ics.jung.utils.DefaultParallelEdgeIndexFunction
-
- getInstance() - Method in class edu.uci.ics.jung.utils.DefaultUserData
-
- getInstance() - Static method in class edu.uci.ics.jung.utils.ParallelEdgeIndexSingleton
-
- getInstance(ArchetypeGraph) - Static method in class edu.uci.ics.jung.utils.SubsetManager
-
Gets this graph's SubsetManager
, creating it if necessary.
- getInstance() - Method in class edu.uci.ics.jung.utils.UnifiedUserData
-
- getInstance() - Method in interface edu.uci.ics.jung.utils.UserDataFactory
-
Returns a single UserDataContainer
instance.
- getInstance() - Static method in class samples.preview_new_graphdraw.iterablelayouts.UnmovingIterableLayout
-
- getIntersections(Coordinates, Coordinates, Rectangle2D) - Static method in class samples.preview_new_graphdraw.CoordinateUtil
-
- getInverse() - Method in class edu.uci.ics.jung.visualization.transform.AffineTransformer
-
- getIsomKey() - Method in class edu.uci.ics.jung.visualization.ISOMLayout
-
- getISOMVertexData(Vertex) - Method in class edu.uci.ics.jung.visualization.ISOMLayout
-
- getItemListeners() - Method in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
-
Returns an array of all the ItemListener
s added
to this JComboBox with addItemListener().
- getItemListeners() - Method in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
-
Returns an array of all the ItemListener
s added
to this JComboBox with addItemListener().
- getIterations() - Method in class edu.uci.ics.jung.algorithms.IterativeProcess
-
Returns the number of iterations performed.
- getIterator() - Method in class samples.preview_new_graphdraw.iter.LocalGraphDraw
-
- getIters() - Method in class test.edu.uci.ics.jung.visualization.LayoutTester
-
- getIters() - Method in class test.edu.uci.ics.jung.visualization.TestFRLayout
-
- getIters() - Method in class test.edu.uci.ics.jung.visualization.TestSpringLayout
-
- getKey() - Method in class edu.uci.ics.jung.graph.decorators.Decorator
-
Retrieves the user datum key that this decorator uses when setting new values
- getKey() - Method in class edu.uci.ics.jung.graph.predicates.UserDatumEdgePredicate
-
Returns the user data key which partially defines this predicate.
- getKey() - Method in class edu.uci.ics.jung.graph.predicates.UserDatumVertexPredicate
-
Returns the user data key which partially defines this predicate.
- getKey() - Method in class edu.uci.ics.jung.visualization.contrib.CircleLayout
-
Returns a visualization-specific key (that is, specific both
to this instance and AbstractLayout) that can be used
to access UserData related to the AbstractLayout.
- getKey() - Method in class edu.uci.ics.jung.visualization.FRLayout
-
Returns a visualization-specific key (that is, specific both to this
instance and AbstractLayout) that can be used to access
UserData related to the AbstractLayout.
- getKey(V) - Method in interface scratch.joshua.jung_2_0.decoration.BidiDecoration
-
Returns the key (element) associated with decoration value
.
- getKeyMap(Object) - Method in class edu.uci.ics.jung.utils.UnifiedUserData
-
- getLabel(ArchetypeEdge) - Method in class edu.uci.ics.jung.graph.decorators.ConstantEdgeStringer
-
- getLabel(ArchetypeVertex) - Method in class edu.uci.ics.jung.graph.decorators.ConstantVertexStringer
-
- getLabel(ArchetypeEdge) - Method in interface edu.uci.ics.jung.graph.decorators.EdgeStringer
-
- getLabel(ArchetypeEdge) - Method in class edu.uci.ics.jung.graph.decorators.EdgeWeightLabellerStringer
-
- getLabel(ArchetypeVertex) - Method in class edu.uci.ics.jung.graph.decorators.GlobalStringLabeller
-
Gets the String label associated with a particular Vertex.
- getLabel(ArchetypeEdge) - Method in class edu.uci.ics.jung.graph.decorators.NumberEdgeValueStringer
-
- getLabel(ArchetypeVertex) - Method in class edu.uci.ics.jung.graph.decorators.NumberVertexValueStringer
-
- getLabel(ArchetypeVertex) - Method in class edu.uci.ics.jung.graph.decorators.StringLabeller
-
Gets the String label associated with a particular Vertex.
- getLabel(ArchetypeVertex) - Method in class edu.uci.ics.jung.graph.decorators.ToStringLabeller
-
Retunrs v.toString()
- getLabel(ArchetypeVertex) - Method in interface edu.uci.ics.jung.graph.decorators.VertexStringer
-
- getLabel(Vertex) - Method in class edu.uci.ics.jung.visualization.graphdraw.SettableRenderer
-
Deprecated.
Simple label function returns the StringLabeller's notion of v's label.
- getLabel() - Method in class samples.graph.BasicRenderer
-
- getLabel(ArchetypeVertex) - Method in class samples.graph.VertexImageShaperDemo.VertexStringerImpl
-
- getLabel(Vertex) - Method in class scratch.danyel.QuickDrawRenderer
-
Simple label function returns the StringLabeller's notion of v's label.
- getLabeller(Graph) - Static method in class edu.uci.ics.jung.graph.decorators.EdgeWeightLabeller
-
Finds or creates an edge labeller for the graph, using
the default user data key.
- getLabeller(Graph, Object) - Static method in class edu.uci.ics.jung.graph.decorators.EdgeWeightLabeller
-
Finds or creates an edge labeleller for the graph, using
the given userdata key.
- getLabeller(Graph) - Static method in class edu.uci.ics.jung.graph.decorators.GlobalStringLabeller
-
- getLabeller(Graph) - Static method in class edu.uci.ics.jung.graph.decorators.StringLabeller
-
Gets a labeller associated with this graph.
- getLabeller(Graph, Object) - Static method in class edu.uci.ics.jung.graph.decorators.StringLabeller
-
Returns a labeller attached to a particular key in the graph.
- getLabeller() - Method in class edu.uci.ics.jung.io.GraphMLFileHandler
-
- getLargestExponentialArgument() - Static method in class edu.uci.ics.jung.utils.NumericalPrecision
-
- getLargestNumber() - Static method in class edu.uci.ics.jung.utils.NumericalPrecision
-
(c) Copyrights Didier BESSET, 1999, all rights reserved.
- getLastOutsideSegment(Line2D, Shape) - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
-
Passed Line's point2 must be inside the passed shape or
an IllegalArgumentException is thrown
- getLatticeSize() - Method in class edu.uci.ics.jung.random.generators.Lattice2DGenerator
-
- getLayout(Graph) - Method in class test.edu.uci.ics.jung.visualization.LayoutTester
-
- getLayout(Graph) - Method in class test.edu.uci.ics.jung.visualization.TestFRLayout
-
- getLayout(Graph) - Method in class test.edu.uci.ics.jung.visualization.TestSpringLayout
-
- getLayoutSource() - Method in class samples.preview_new_graphdraw.iter.LocalGraphDraw
-
Returns the iterable layout at the core.
- getLayoutTransformer() - Method in class edu.uci.ics.jung.visualization.BirdsEyeVisualizationViewer
-
Deprecated.
- getLayoutTransformer() - Method in class edu.uci.ics.jung.visualization.ShapePickSupport
-
- getLayoutTransformer() - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
-
- getLazyEdge(Vertex, Vertex) - Method in class scratch.danyel.lazy.LazySparseVertexFactory
-
Returns the (unqiue) edge connected vertices 1 and 2.
- getLazySparseVertex(Object) - Method in class scratch.danyel.lazy.LazySparseVertexFactory
-
Creates a new LazySparseVertex tied to this identifier.
- getLength(Edge) - Method in class edu.uci.ics.jung.visualization.SpringLayout
-
- getLength(Edge) - Method in interface edu.uci.ics.jung.visualization.SpringLayout.LengthFunction
-
- getLength(Edge) - Method in class edu.uci.ics.jung.visualization.SpringLayout.UnitLengthFunction
-
- getLength(Edge) - Method in class samples.preview_new_graphdraw.iterablelayouts.SpringLayout
-
- getLength(Edge) - Method in interface scratch.danyel.sample.CircleLayout.LengthFunction
-
- getLength(Edge) - Method in class scratch.scott.AestheticSpringVisualizer
-
- getLength(Edge) - Method in interface scratch.scott.AestheticSpringVisualizer.LengthFunction
-
- getLensColor() - Method in class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
-
- getLensTransformer() - Method in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
-
- getLensTransformer() - Method in interface edu.uci.ics.jung.visualization.transform.LensSupport
-
- getLine() - Method in class edu.uci.ics.jung.visualization.transform.shape.Intersector
-
- getLocation(ArchetypeVertex) - Method in class edu.uci.ics.jung.visualization.AbstractLayout
-
- getLocation(ArchetypeVertex) - Method in class edu.uci.ics.jung.visualization.DefaultSettableVertexLocationFunction
-
- getLocation(ArchetypeVertex) - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
-
Deprecated.
- getLocation(ArchetypeVertex) - Method in interface edu.uci.ics.jung.visualization.Layout
-
- getLocation(ArchetypeVertex) - Method in class edu.uci.ics.jung.visualization.LayoutDecorator
-
- getLocation(ArchetypeVertex) - Method in class edu.uci.ics.jung.visualization.RandomVertexLocationDecorator
-
- getLocation(ArchetypeVertex) - Method in class edu.uci.ics.jung.visualization.subLayout.CircularSubLayout
-
- getLocation(ArchetypeVertex) - Method in interface edu.uci.ics.jung.visualization.subLayout.SubLayout
-
- getLocation(ArchetypeVertex) - Method in class edu.uci.ics.jung.visualization.subLayout.SubLayoutDecorator
-
- getLocation(ArchetypeVertex) - Method in interface edu.uci.ics.jung.visualization.VertexLocationFunction
-
- getLocation(Vertex) - Method in class scratch.danyel.sample.CircleLayout
-
- getLocation(ArchetypeVertex) - Method in class scratch.danyel.sample.CircleLayout
-
- getLocation(ArchetypeVertex) - Method in class scratch.scott.AestheticSpringVisualizer
-
- getLocationInSubLayout(ArchetypeVertex) - Method in class edu.uci.ics.jung.visualization.subLayout.SubLayoutDecorator
-
- getMachinePrecision() - Static method in class edu.uci.ics.jung.utils.NumericalPrecision
-
- getMagnification() - Method in class edu.uci.ics.jung.visualization.transform.LensTransformer
-
- getMappedVertex(ArchetypeVertex) - Method in class edu.uci.ics.jung.utils.CopyVertexMapper
-
- getMappedVertex(ArchetypeVertex) - Method in class edu.uci.ics.jung.utils.HashSettableVertexMapper
-
- getMappedVertex(ArchetypeVertex) - Method in class edu.uci.ics.jung.utils.StringLabellerVertexMapper
-
see VertexMapper#getMappedVertex(edu.uci.ics.jung.graph.ArchetypeVertex)
- getMappedVertex(ArchetypeVertex) - Method in interface edu.uci.ics.jung.utils.VertexMapper
-
- getMaster() - Method in class edu.uci.ics.jung.visualization.control.SatelliteVisualizationViewer
-
- getMaxFlow() - Method in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
-
Returns the max flow value
- getMaximum() - Method in class edu.uci.ics.jung.statistics.Histogram
-
- getMaximumIterations() - Method in class edu.uci.ics.jung.algorithms.IterativeProcess
-
Returns the maximum allowed number of iterations.
- getMaxLevel() - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
-
Deprecated.
Returns the number of levels that vertices fade through.
- getMessage() - Method in exception edu.uci.ics.jung.algorithms.cluster.KMeansClusterer.NotEnoughClustersException
-
- getMinCutEdges() - Method in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
-
Retrieve the min-cut edge set
- getMinimum() - Method in class edu.uci.ics.jung.statistics.Histogram
-
Returns the lower bin limit of the first bin.
- getMode() - Method in class edu.uci.ics.jung.visualization.control.ModalGraphMouse.Mode
-
Gets the value of mode
- getModeComboBox() - Method in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
-
- getModeComboBox() - Method in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
-
- getModel() - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
-
- getModeListener() - Method in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
-
- getModeListener() - Method in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
-
- getModeListener() - Method in interface edu.uci.ics.jung.visualization.control.ModalGraphMouse
-
- getModeMenu() - Method in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
-
create (if necessary) and return a menu that will change
the mode
- getModeMenu() - Method in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
-
create (if necessary) and return a menu that will change
the mode
- getModifiers() - Method in class edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
-
getter for mouse modifiers
- getModifiers() - Method in class edu.uci.ics.jung.visualization.control.GraphMouseAdapter
-
- getModifiers() - Method in interface edu.uci.ics.jung.visualization.control.GraphMousePlugin
-
return the mouse event modifiers that will activate this plugin
- getName() - Method in class edu.uci.ics.jung.graph.filters.EdgePredicateFilter
-
- getName() - Method in interface edu.uci.ics.jung.graph.filters.Filter
-
Gets a name that describes this filter.
- getName() - Method in class edu.uci.ics.jung.graph.filters.GraphAssemblyRecord
-
Returns the name of the filter that generated this Graph.
- getName() - Method in class edu.uci.ics.jung.graph.filters.impl.AlphabeticVertexFilter
-
Returns a name for this:
AlphabeticFilter(>"TestString")
- getName() - Method in class edu.uci.ics.jung.graph.filters.impl.DropSoloNodesFilter
-
- getName() - Method in class edu.uci.ics.jung.graph.filters.impl.KNeighborhoodFilter
-
- getName() - Method in class edu.uci.ics.jung.graph.filters.impl.NumericDecorationFilter
-
- getName() - Method in class edu.uci.ics.jung.graph.filters.impl.WeightedEdgeGraphFilter
-
(non-Javadoc)
- getName() - Method in class edu.uci.ics.jung.graph.filters.SerialFilter
-
Returns the name of the serial filter.
- getName() - Method in class edu.uci.ics.jung.graph.filters.TrivialFilter
-
- getName() - Method in class edu.uci.ics.jung.graph.filters.VertexPredicateFilter
-
- getNameExtended() - Method in class edu.uci.ics.jung.graph.filters.GraphAssemblyRecord
-
Returns the collated name of the sequence of filters.
- getNearestEdge(double, double) - Method in class samples.preview_new_graphdraw.EmittedLayout
-
- getNearestVertex(double, double) - Method in class samples.preview_new_graphdraw.EmittedLayout
-
- getNegativeMachinePrecision() - Static method in class edu.uci.ics.jung.utils.NumericalPrecision
-
- getNeighbors() - Method in interface edu.uci.ics.jung.graph.ArchetypeVertex
-
Returns the set of vertices which are connected to this vertex
via edges; each of these vertices should implement
ArchetypeVertex
.
- getNeighbors() - Method in class edu.uci.ics.jung.graph.impl.AbstractArchetypeVertex
-
- getNeighbors() - Method in class edu.uci.ics.jung.graph.impl.HypervertexBPG
-
- getNeighbors(V) - Method in interface scratch.joshua.jung_2_0.core.ArchetypeGraph
-
- getNeighbors(V) - Method in class scratch.joshua.jung_2_0.core.SimpleDirectedSparseGraph
-
- getNeighbors(V) - Method in class scratch.joshua.jung_2_0.core.SimpleUndirectedSparseGraph
-
- getNeighbors(Graph<V, E>, V) - Static method in class scratch.tom.simpleGraph.GraphUtils
-
- getNeighbors_internal() - Method in class edu.uci.ics.jung.graph.impl.AbstractArchetypeVertex
-
Returns a set containing all neighbors of this vertex.
- getNeighbors_internal() - Method in class edu.uci.ics.jung.graph.impl.CollectionHypervertex
-
- getNeighbors_internal() - Method in class edu.uci.ics.jung.graph.impl.LeanSparseVertex
-
- getNeighbors_internal() - Method in class edu.uci.ics.jung.graph.impl.SimpleDirectedSparseVertex
-
Returns a set of all neighbors attached to this vertex.
- getNeighbors_internal() - Method in class edu.uci.ics.jung.graph.impl.SimpleSparseVertex
-
Returns a set of all neighbors attached to this vertex.
- getNeighbors_internal() - Method in class edu.uci.ics.jung.graph.impl.SimpleUndirectedSparseVertex
-
- getNeighborsIds(Object) - Method in class scratch.danyel.lazy.LazySparseVertexFactory
-
Returns an array of IDs of successors.
- getNeighborsIds(Object) - Method in class scratch.danyel.lazy.LazyWebCrawler.WebCrawlerFactory
-
- getNeighborsToEdges() - Method in class edu.uci.ics.jung.graph.impl.SimpleSparseVertex
-
Returns a map from the successors of this vertex to its outgoing
edges.
- getNeighborsToEdges() - Method in class edu.uci.ics.jung.graph.impl.SimpleUndirectedSparseVertex
-
Returns a map from the successors of this vertex to its outgoing
edges.
- getNeighborsToEdges() - Method in class scratch.danyel.lazy.LazySparseVertex
-
Returns a map from the successors of this vertex to its outgoing edges.
- getNextVertex() - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance.SourceData
-
- getNextVertex() - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath.SourcePathData
-
- getNodesInSinkPartition() - Method in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
-
Retrieves the nodes lying on the side of the partition (partitioned using the
min-cut) of the sink node
- getNodesInSourcePartition() - Method in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
-
Retrieves the nodes lying on the side of the partition (partitioned using the
min-cut) of the source node
- getNodeSizeScale() - Method in class samples.graph.BasicRenderer
-
- getNodeSizeScale() - Method in class scratch.scott.BasicRenderer
-
- getNormalizedInitialValues(ArchetypeGraph, boolean) - Static method in class scratch.joshua.ranking.AbstractIterativeRanker
-
Returns NumberVertexValue
with uniformly distributed values
such that their sum (of their squares if squared
is
true
) over all vertices in g
is 1.
- getNormalizedInitialValues(ArchetypeGraph) - Static method in class scratch.joshua.ranking.AbstractIterativeRanker
-
Returns NumberVertexValue
with uniformly distributed values
such that their sum, over all vertices in g
, is 1.
- getNormalizedValue(double) - Method in class scratch.scott.RankNormalizer
-
- getNotchedArrow(float, float, float) - Static method in class edu.uci.ics.jung.visualization.ArrowFactory
-
Returns an arrowhead in the shape of an isosceles triangle
with an isoceles-triangle notch taken out of the base,
with the specified base and height measurements.
- getNthClass(int) - Method in class scratch.scott.partition.AbstractPartition
-
- getNumber(ArchetypeEdge) - Method in class edu.uci.ics.jung.graph.decorators.ConstantDirectionalEdgeValue
-
- getNumber(ArchetypeEdge) - Method in class edu.uci.ics.jung.graph.decorators.ConstantEdgeValue
-
- getNumber(ArchetypeEdge) - Method in class edu.uci.ics.jung.graph.decorators.EdgeWeightLabeller
-
- getNumber(ArchetypeVertex) - Method in class edu.uci.ics.jung.graph.decorators.MapNumberVertexValue
-
- getNumber(ArchetypeEdge) - Method in interface edu.uci.ics.jung.graph.decorators.NumberEdgeValue
-
- getNumber(ArchetypeVertex) - Method in interface edu.uci.ics.jung.graph.decorators.NumberVertexValue
-
- getNumber(ArchetypeEdge) - Method in class edu.uci.ics.jung.graph.decorators.UserDatumNumberEdgeValue
-
- getNumber(ArchetypeVertex) - Method in class edu.uci.ics.jung.graph.decorators.UserDatumNumberVertexValue
-
- getNumber(ArchetypeEdge, ArchetypeVertex) - Method in class scratch.joshua.ranking.AbstractIterativeRanker.UniformIncident
-
- getNumber(ArchetypeEdge) - Method in class scratch.joshua.ranking.AbstractIterativeRanker.UniformIncident
-
- getNumber(ArchetypeEdge) - Method in class scratch.joshua.ranking.AbstractIterativeRanker.UniformOut
-
- getNumber(ArchetypeEdge, ArchetypeVertex) - Method in interface scratch.joshua.ranking.EdgeVertexNumberFunction
-
- getNumber(ArchetypeEdge) - Method in class scratch.joshua.ranking.PageRankRanker.SourceNormalizedEdgeValue
-
- getNumber(ArchetypeVertex) - Method in class test.edu.uci.ics.jung.algorithms.importance.VoltageRankerTest.VertexVoltages
-
- getNumBins() - Method in class edu.uci.ics.jung.statistics.Histogram
-
- getNumEdges() - Method in class edu.uci.ics.jung.random.generators.SimpleRandomGenerator
-
- getNumElapsedTimeSteps() - Method in class edu.uci.ics.jung.random.generators.BarabasiAlbertGenerator
-
- getNumElapsedTimeSteps() - Method in interface edu.uci.ics.jung.random.generators.EvolvingGraphGenerator
-
Retrieves the total number of time steps elapsed
- getNumVertices() - Method in class edu.uci.ics.jung.random.generators.SimpleRandomGenerator
-
- getObjectCounts(Collection, Object) - Method in class edu.uci.ics.jung.algorithms.cluster.VoltageClusterer
-
- getOffsetX() - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
-
Deprecated.
use getTranslateX
- getOffsetY() - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
-
Deprecated.
use getTranslateY()
- getOneComponentGraph() - Static method in class edu.uci.ics.jung.utils.TestGraphs
-
Returns a bigger, undirected test graph with a just one component.
- getOpposite(Vertex) - Method in interface edu.uci.ics.jung.graph.Edge
-
Returns the vertex at the opposite end of this edge from the
specified vertex v
.
- getOpposite(Vertex) - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseEdge
-
- getOpposite(V, E) - Method in interface scratch.joshua.jung_2_0.core.Graph
-
- getOpposite(V, E) - Method in class scratch.joshua.jung_2_0.core.SimpleAbstractSparseGraph
-
- getOriginalExtended() - Method in class edu.uci.ics.jung.graph.filters.GraphAssemblyRecord
-
Returns the first original graph
If the original graph was generated by a different filter (as in the
first example at
EfficientFilter
,
then there is a "previous" graph--and thus a previous
GraphAssemblyRecord.
- getOriginalGraph() - Method in class edu.uci.ics.jung.graph.filters.GraphAssemblyRecord
-
Returns the original graph that created this subset.
- getOriginalGraph() - Method in class edu.uci.ics.jung.graph.filters.UnassembledGraph
-
Returns the original graph that was subsetted for this UnsassembledGraph.
- getOriginator() - Method in class samples.preview_new_graphdraw.event.ClickEvent
-
- getOut() - Method in class edu.uci.ics.jung.visualization.control.ScalingGraphMousePlugin
-
- getOutdegreeHistogram(Set, double, double, int) - Static method in class edu.uci.ics.jung.statistics.DegreeDistributions
-
Generates a histogram of the outdegree distribution for a set of vertices
- getOutdegreeValues(Set) - Static method in class edu.uci.ics.jung.statistics.DegreeDistributions
-
Given a set of vertices, this function returns a list of outdegrees.
- getOutEdges() - Method in class edu.uci.ics.jung.graph.impl.DirectedSparseVertex
-
- getOutEdges() - Method in class edu.uci.ics.jung.graph.impl.LeanSparseVertex
-
- getOutEdges() - Method in class edu.uci.ics.jung.graph.impl.SimpleDirectedSparseVertex
-
- getOutEdges() - Method in class edu.uci.ics.jung.graph.impl.SimpleSparseVertex
-
- getOutEdges() - Method in class edu.uci.ics.jung.graph.impl.SimpleUndirectedSparseVertex
-
- getOutEdges() - Method in class edu.uci.ics.jung.graph.impl.SparseVertex
-
- getOutEdges() - Method in interface edu.uci.ics.jung.graph.Vertex
-
Returns the set of outgoing edges of this vertex.
- getOutEdges(V) - Method in interface scratch.joshua.jung_2_0.core.Graph
-
- getOutEdges(V) - Method in class scratch.joshua.jung_2_0.core.SimpleDirectedSparseGraph
-
- getOutEdges(V) - Method in class scratch.joshua.jung_2_0.core.SimpleUndirectedSparseGraph
-
- getPageHeight() - Method in class scratch.scott.PSGr
-
- getPageMargin() - Method in class scratch.scott.PSGr
-
Printing dimensions default or set at construct time.
- getPageWidth() - Method in class scratch.scott.PSGr
-
- getPaint() - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
-
- getPanel() - Method in class samples.preview_new_graphdraw.iter.LocalGraphDraw
-
- getParallelEdgeIndexFunction() - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
-
- getParallelEdgeIndexFunction() - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
-
- getPartition(BipartiteVertex) - Method in class edu.uci.ics.jung.graph.impl.BipartiteGraph
-
Returns the partition for vertex v
.
- getPartition(Vertex) - Static method in class edu.uci.ics.jung.io.BipartiteGraphReader
-
- getPartitions() - Method in class edu.uci.ics.jung.graph.impl.KPartiteSparseGraph
-
- getPartitions() - Method in interface edu.uci.ics.jung.graph.KPartiteGraph
-
Returns the array of predicates which define the partitions
of this graph.
- getPath(Vertex, Vertex) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath
-
Returns a List
of the edges on the shortest path from
source
to target
, in order of their
occurrence on this path.
- getPath(ShortestPath, Vertex, Vertex) - Static method in class edu.uci.ics.jung.algorithms.shortestpath.ShortestPathUtils
-
Returns a List
of the edges on the shortest path from
source
to target
, in order of their
occurrence on this path.
- getPickedEdges() - Method in class edu.uci.ics.jung.visualization.MultiPickedState
-
- getPickedEdges() - Method in interface edu.uci.ics.jung.visualization.PickedState
-
Returns all "picked" edges.
- getPickedKey() - Method in class edu.uci.ics.jung.visualization.AbstractRenderer
-
- getPickedKey() - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
-
- getPickedState() - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
-
- getPickedVertices() - Method in class edu.uci.ics.jung.visualization.MultiPickedState
-
- getPickedVertices() - Method in interface edu.uci.ics.jung.visualization.PickedState
-
Returns all "picked" vertices.
- getPickSupport() - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
-
- getPipeline() - Method in class samples.preview_new_graphdraw.impl.GraphLayoutPanel
-
- getPoints() - Method in class edu.uci.ics.jung.visualization.transform.shape.Intersector
-
- getPrecision() - Method in class edu.uci.ics.jung.algorithms.IterativeProcess
-
Returns the attained precision.
- getPredecessors(Vertex) - Method in class edu.uci.ics.jung.algorithms.connectivity.BFSDistanceLabeler
-
Returns set of predecessors of the given vertex
- getPredecessors() - Method in class edu.uci.ics.jung.graph.impl.LeanSparseVertex
-
- getPredecessors() - Method in class edu.uci.ics.jung.graph.impl.SimpleDirectedSparseVertex
-
- getPredecessors() - Method in class edu.uci.ics.jung.graph.impl.SimpleSparseVertex
-
- getPredecessors() - Method in class edu.uci.ics.jung.graph.impl.SimpleUndirectedSparseVertex
-
- getPredecessors() - Method in interface edu.uci.ics.jung.graph.Vertex
-
Returns the set of predecessors of this vertex.
- getPredecessors(V) - Method in interface scratch.joshua.jung_2_0.core.Graph
-
- getPredecessors(V) - Method in class scratch.joshua.jung_2_0.core.SimpleDirectedSparseGraph
-
- getPredecessors(V) - Method in class scratch.joshua.jung_2_0.core.SimpleUndirectedSparseGraph
-
- getPredsToInEdges() - Method in class edu.uci.ics.jung.graph.impl.SimpleDirectedSparseVertex
-
Returns a map from the predecessors of this vertex to its incoming
edges.
- getPredsToInEdges() - Method in class edu.uci.ics.jung.graph.impl.SimpleSparseVertex
-
Returns a map from the predecessors of this vertex to its incoming
edges.
- getPredsToInEdges() - Method in class scratch.danyel.lazy.LazySparseVertex
-
- getPreviousAssemblyRecord() - Method in class edu.uci.ics.jung.graph.filters.GraphAssemblyRecord
-
Returns the GraphAssemblyRecord, if it exists, of the original
graph.
- getPreviousAuthorityScore(Element) - Method in class edu.uci.ics.jung.algorithms.importance.HITS
-
- getPreviousAuthorityScore(Element) - Method in class edu.uci.ics.jung.algorithms.importance.HITSWithPriors
-
- getPreviousHubScore(Element) - Method in class edu.uci.ics.jung.algorithms.importance.HITS
-
- getPreviousHubScore(Element) - Method in class edu.uci.ics.jung.algorithms.importance.HITSWithPriors
-
- getPriorRankScore(Vertex) - Method in class edu.uci.ics.jung.algorithms.importance.RelativeAuthorityRanker
-
Retrieves the value of the prior rank score.
- getPriorRankScoreKey() - Method in class edu.uci.ics.jung.algorithms.importance.RelativeAuthorityRanker
-
Returns the user datum key for the prior rank score.
- getPriors() - Method in class edu.uci.ics.jung.algorithms.importance.RelativeAuthorityRanker
-
Retrieves the set of priors.
- getRadius() - Method in class edu.uci.ics.jung.visualization.contrib.CircleLayout
-
- getRadius() - Method in class edu.uci.ics.jung.visualization.subLayout.CircularSubLayout
-
- getRadius() - Method in class edu.uci.ics.jung.visualization.transform.LensTransformer.PolarPoint
-
- getRadius() - Method in class samples.preview_new_graphdraw.test.CircleEdge
-
- getRadix() - Static method in class edu.uci.ics.jung.utils.NumericalPrecision
-
- getRandomElement(Collection) - Method in class edu.uci.ics.jung.algorithms.cluster.VoltageClusterer
-
- getRange() - Method in class edu.uci.ics.jung.statistics.Histogram
-
Returns the range of values to be plotted.
- getRankings() - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
-
Retrieves the list of ranking instances in descending sorted order by rank score
If the algorithm is ranking edges, the instances will be of type EdgeRanking
, otherwise
if the algorithm is ranking nodes the instances will be of type NodeRanking
- getRankScore(Element) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
-
Given an edge or node, returns the corresponding rank score.
- getRankScore(Element) - Method in class edu.uci.ics.jung.algorithms.importance.HITS
-
Given a node, returns the corresponding rank score.
- getRankScore(Element, String) - Method in class edu.uci.ics.jung.algorithms.importance.HITS
-
Given a node and a key, returns the corresponding rank score.
- getRankScore(Element) - Method in class edu.uci.ics.jung.algorithms.importance.HITSWithPriors
-
Given a node, returns the corresponding rank score.
- getRankScore(Element, String) - Method in class edu.uci.ics.jung.algorithms.importance.HITSWithPriors
-
Given a node and a key, returns the corresponding rank score.
- getRankScore(Element) - Method in class edu.uci.ics.jung.algorithms.importance.MarkovCentrality
-
- getRankScoreKey() - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
-
The user datum key used to store the rank score.
- getRankScoreKey() - Method in class edu.uci.ics.jung.algorithms.importance.BaryCenter
-
- getRankScoreKey() - Method in class edu.uci.ics.jung.algorithms.importance.BetweennessCentrality
-
the user datum key used to store the rank scores
- getRankScoreKey() - Method in class edu.uci.ics.jung.algorithms.importance.DegreeDistributionRanker
-
- getRankScoreKey() - Method in class edu.uci.ics.jung.algorithms.importance.HITS
-
the user datum key used to store the rank scores
- getRankScoreKey() - Method in class edu.uci.ics.jung.algorithms.importance.HITSWithPriors
-
the user datum key used to store the rank scores
- getRankScoreKey() - Method in class edu.uci.ics.jung.algorithms.importance.KStepMarkov
-
The user datum key used to store the rank scores.
- getRankScoreKey() - Method in class edu.uci.ics.jung.algorithms.importance.MarkovCentrality
-
- getRankScoreKey() - Method in class edu.uci.ics.jung.algorithms.importance.PageRank
-
The user datum key used to store the rank scores.
- getRankScoreKey() - Method in class edu.uci.ics.jung.algorithms.importance.RandomWalkBetweenness
-
the user datum key used to store the rank scores
- getRankScoreKey() - Method in class edu.uci.ics.jung.algorithms.importance.RandomWalkSTBetweenness
-
the user datum key used to store the rank scores
- getRankScoreKey() - Method in class edu.uci.ics.jung.algorithms.importance.WeightedNIPaths
-
Given a node, returns the corresponding rank score.
- getRankScoreKey() - Method in class scratch.scott.BrandesBetweennessCentrality
-
the user datum key used to store the rank scores
- getRankScoreKey() - Method in class scratch.scott.NewmanBetweennessCentrality
-
The user datum key used to store the rank scores.
- getRankScores(int) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
-
Return a list of the top k rank scores.
- getRatio() - Method in class edu.uci.ics.jung.visualization.transform.LensTransformer
-
- getRectangle() - Method in class edu.uci.ics.jung.visualization.transform.shape.Intersector
-
- getRectangle(Vertex) - Method in class edu.uci.ics.jung.visualization.VertexShapeFactory
-
Returns a Rectangle2D
whose width and
height are defined by this instance's size and
aspect ratio functions for this vertex.
- getRegularPolygon(Vertex, int) - Method in class edu.uci.ics.jung.visualization.VertexShapeFactory
-
Returns a regular num_sides
-sided
Polygon
whose bounding
box's width and height are defined by this instance's size and
aspect ratio functions for this vertex.
- getRegularStar(Vertex, int) - Method in class edu.uci.ics.jung.visualization.VertexShapeFactory
-
Returns a regular Polygon
of num_points
points whose bounding
box's width and height are defined by this instance's size and
aspect ratio functions for this vertex.
- getRelaxerThreadSleepTime() - Method in class edu.uci.ics.jung.visualization.DefaultVisualizationModel
-
Returns the time between iterations of the
Relaxer thread.
- getRelaxerThreadSleepTime() - Method in interface edu.uci.ics.jung.visualization.VisualizationModel
-
- getRelevantEdges() - Method in class edu.uci.ics.jung.algorithms.blockmodel.BipartiteGraphCollapser.CollapsedBipartiteEdge
-
- getRelevantEdges() - Method in interface edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser.CollapsedEdge
-
- getRelevantEdges() - Method in class edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser.DirectedCollapsedEdge
-
- getRelevantEdges() - Method in class edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser.UndirectedCollapsedEdge
-
- getRender() - Method in class edu.uci.ics.jung.visualization.contrib.BirdsEyeGraphDraw
-
Deprecated.
getter for the original renderer
- getRender() - Method in class edu.uci.ics.jung.visualization.GraphDraw
-
Deprecated.
As of version 1.5.2, replaced by getRenderer.
- getRenderer() - Method in class edu.uci.ics.jung.visualization.GraphDraw
-
Deprecated.
Use getVisualizationViewer.getRenderer() instead.
- getRenderer() - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
-
Returns the renderer used by this instance.
- getRendererPane() - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
-
- getRendererPane() - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
-
- getRenderingHint(RenderingHints.Key) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
-
- getRenderingHints() - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
-
- getRenderingHints() - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
-
- getRepulsionRange() - Method in class edu.uci.ics.jung.visualization.SpringLayout
-
- getReverseArrowTransform(GeneralPath, Shape) - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
-
Returns a transform to position the arrowhead on this edge shape at the
point where it intersects the passed vertex shape.
- getReverseArrowTransform(GeneralPath, Shape, boolean) - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
-
Returns a transform to position the arrowhead on this edge shape at the
point where it intersects the passed vertex shape.
- getReverseArrowTransform(Line2D, Shape) - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
-
This is used for the reverse-arrow of a non-directed edge
get a transform to place the arrow shape on the passed edge at the
point where it intersects the passed shape
- getReverseArrowTransform(GeneralPath, Shape) - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
-
- getReverseArrowTransform(GeneralPath, Shape, boolean) - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
-
- getRoot() - Method in class edu.uci.ics.jung.graph.impl.SparseTree
-
- getRootSet() - Method in class edu.uci.ics.jung.algorithms.blockmodel.BipartiteGraphCollapser.CollapsedBipartiteVertex
-
- getRootSet() - Method in class edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser.CollapsedSparseVertex
-
- getRootSet() - Method in interface edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser.CollapsedVertex
-
- getRootVertex() - Method in class edu.uci.ics.jung.visualization.contrib.TreeLayout
-
- getRotation() - Method in class edu.uci.ics.jung.visualization.transform.AffineTransformer
-
- getRotation() - Method in interface edu.uci.ics.jung.visualization.transform.MutableTransformer
-
- getRotation() - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
-
- getRoundRectangle(Vertex) - Method in class edu.uci.ics.jung.visualization.VertexShapeFactory
-
Returns a RoundRectangle2D
whose width and
height are defined by this instance's size and
aspect ratio functions for this vertex.
- getSatisfyingElements(Collection, Predicate) - Static method in class edu.uci.ics.jung.utils.PredicateUtils
-
- getScale() - Method in class edu.uci.ics.jung.visualization.transform.AffineTransformer
-
- getScale() - Method in interface edu.uci.ics.jung.visualization.transform.MutableTransformer
-
- getScale() - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
-
- getScaler() - Method in class edu.uci.ics.jung.visualization.control.ScalingGraphMousePlugin
-
- getScaleX() - Method in class edu.uci.ics.jung.visualization.transform.AffineTransformer
-
getter for scalex
- getScaleX() - Method in interface edu.uci.ics.jung.visualization.transform.MutableTransformer
-
- getScaleX() - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
-
- getScaleX() - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
-
Deprecated.
access via getViewTransformer method
- getScaleY() - Method in class edu.uci.ics.jung.visualization.transform.AffineTransformer
-
getter for scaley
- getScaleY() - Method in interface edu.uci.ics.jung.visualization.transform.MutableTransformer
-
- getScaleY() - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
-
- getScaleY() - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
-
Deprecated.
access via getViewTransformer method
- getScreenDevice() - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
-
- getScreenDevice() - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
-
- getScreenSize() - Method in class samples.preview_new_graphdraw.AbstractLayout
-
- getScreenSize() - Method in class samples.preview_new_graphdraw.EmittedLayout
-
- getScreenSize() - Method in class samples.preview_new_graphdraw.iter.IterableLayout
-
- getSecond() - Method in class edu.uci.ics.jung.utils.Pair
-
- getSecond() - Method in class scratch.joshua.jung_2_0.utils.Pair
-
Returns the second constructor argument.
- getSecond() - Method in class scratch.tom.simpleGraph.DirectedEdge
-
- getSecond() - Method in interface scratch.tom.simpleGraph.Edge.Directed
-
- getSeedCandidates(Collection) - Method in class edu.uci.ics.jung.algorithms.cluster.VoltageClusterer
-
Returns an array of cluster seeds, ranked in decreasing order
of number of appearances in the specified collection of candidate
clusters.
- getSelectedObjects() - Method in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
-
- getSelectedObjects() - Method in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
-
- getSelectedObjects() - Method in class edu.uci.ics.jung.visualization.MultiPickedState
-
for the ItemSelectable interface contract
- getShape(Edge) - Method in class edu.uci.ics.jung.graph.decorators.EdgeShape.BentLine
-
Get the shape for this edge, returning either the
shared instance or, in the case of self-loop edges, the
Loop shared instance.
- getShape(Edge) - Method in class edu.uci.ics.jung.graph.decorators.EdgeShape.CubicCurve
-
Get the shape for this edge, returning either the
shared instance or, in the case of self-loop edges, the
Loop shared instance.
- getShape(Edge) - Method in class edu.uci.ics.jung.graph.decorators.EdgeShape.Line
-
Get the shape for this edge, returning either the
shared instance or, in the case of self-loop edges, the
SimpleLoop shared instance.
- getShape(Edge) - Method in class edu.uci.ics.jung.graph.decorators.EdgeShape.Loop
-
Get the shape for this edge, modifying the diameter in the
case of parallel edges, so they do not overlap
- getShape(Edge) - Method in class edu.uci.ics.jung.graph.decorators.EdgeShape.QuadCurve
-
Get the shape for this edge, returning either the
shared instance or, in the case of self-loop edges, the
Loop shared instance.
- getShape(Edge) - Method in class edu.uci.ics.jung.graph.decorators.EdgeShape.SimpleLoop
-
getter for the shape
- getShape(Edge) - Method in class edu.uci.ics.jung.graph.decorators.EdgeShape.Wedge
-
- getShape(Edge) - Method in interface edu.uci.ics.jung.graph.decorators.EdgeShapeFunction
-
Returns the Shape
associated with e
.
- getShape(Vertex) - Method in class edu.uci.ics.jung.graph.decorators.EllipseVertexShapeFunction
-
- getShape(Vertex) - Method in class edu.uci.ics.jung.graph.decorators.VertexIconAndShapeFunction
-
get the shape from the image.
- getShape(Vertex) - Method in interface edu.uci.ics.jung.graph.decorators.VertexShapeFunction
-
- getShape(String) - Static method in class edu.uci.ics.jung.visualization.FourPassImageShaper
-
given the fileName of an image, possibly with a transparent
background, return the Shape of the opaque part of the image
- getShape(String, int) - Static method in class edu.uci.ics.jung.visualization.FourPassImageShaper
-
- getShape(Image) - Static method in class edu.uci.ics.jung.visualization.FourPassImageShaper
-
Given an image, possibly with a transparent background, return
the Shape of the opaque part of the image
- getShape(Image, int) - Static method in class edu.uci.ics.jung.visualization.FourPassImageShaper
-
- getShape(BufferedImage, int) - Static method in class edu.uci.ics.jung.visualization.FourPassImageShaper
-
Given an image, possibly with a transparent background, return
the Shape of the opaque part of the image
If the image is larger than max in either direction, scale the
image down to max-by-max, do the trace (on fewer points) then
scale the resulting shape back up to the size of the original
image.
- getShape(BufferedImage) - Static method in class edu.uci.ics.jung.visualization.FourPassImageShaper
-
- getShape(String) - Static method in class edu.uci.ics.jung.visualization.PivotingImageShaper
-
- getShape(String, int) - Static method in class edu.uci.ics.jung.visualization.PivotingImageShaper
-
- getShape(Image) - Static method in class edu.uci.ics.jung.visualization.PivotingImageShaper
-
Given an image, possibly with a transparent background, return
the Shape of the opaque part of the image
- getShape(Image, int) - Static method in class edu.uci.ics.jung.visualization.PivotingImageShaper
-
- getShape(BufferedImage, int) - Static method in class edu.uci.ics.jung.visualization.PivotingImageShaper
-
Given an image, possibly with a transparent background, return
the Shape of the opaque part of the image
- getShape(BufferedImage) - Static method in class edu.uci.ics.jung.visualization.PivotingImageShaper
-
Given an image, possibly with a transparent background, return
the Shape of the opaque part of the image
- getShape(Vertex) - Method in class samples.graph.VertexImageShaperDemo.DemoVertexImageShapeFunction
-
- getShearX() - Method in class edu.uci.ics.jung.visualization.transform.AffineTransformer
-
getter for shear in x axis
- getShearX() - Method in interface edu.uci.ics.jung.visualization.transform.MutableTransformer
-
- getShearX() - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
-
- getShearY() - Method in class edu.uci.ics.jung.visualization.transform.AffineTransformer
-
getter for shear in y axis
- getShearY() - Method in interface edu.uci.ics.jung.visualization.transform.MutableTransformer
-
- getShearY() - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
-
- getShortestPath(Vertex, Vertex) - Method in class edu.uci.ics.jung.algorithms.shortestpath.UnweightedShortestPath
-
Deprecated.
use getDistance
- getSingletonVertices() - Method in class edu.uci.ics.jung.algorithms.blockmodel.EquivalenceRelation
-
Returns the set of vertices that do not belong to an particular equivalence class.
- getSize(Vertex) - Method in class edu.uci.ics.jung.graph.decorators.ConstantVertexSizeFunction
-
- getSize(Vertex) - Method in class edu.uci.ics.jung.graph.decorators.InterpolatingVertexSizeFunction
-
- getSize(Vertex) - Method in interface edu.uci.ics.jung.graph.decorators.VertexSizeFunction
-
- getSizeKey() - Method in class samples.graph.BasicRenderer
-
- getSizeKey() - Method in class scratch.scott.BasicRenderer
-
- getSleekArrow() - Method in class edu.uci.ics.jung.visualization.contrib.Arrow
-
- getSlider() - Method in class scratch.biao.SliderPanel
-
- getSmallestNumber() - Static method in class edu.uci.ics.jung.utils.NumericalPrecision
-
- getSource() - Method in interface edu.uci.ics.jung.graph.DirectedEdge
-
Returns the source of this directed edge.
- getSource() - Method in class edu.uci.ics.jung.graph.impl.DirectedSparseEdge
-
- getSource(E) - Method in interface scratch.joshua.jung_2_0.core.DirectedGraph
-
- getSource(E) - Method in class scratch.joshua.jung_2_0.core.SimpleDirectedSparseGraph
-
- getSourceData(ArchetypeVertex) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
-
- getSourceData(ArchetypeVertex) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath
-
- getSpringData(Vertex) - Method in class edu.uci.ics.jung.visualization.SpringLayout
-
- getSpringData(Edge) - Method in class edu.uci.ics.jung.visualization.SpringLayout
-
- getSpringData(Edge) - Method in class scratch.danyel.sample.CircleLayout
-
- getSpringData(Vertex) - Method in class scratch.scott.AestheticSpringVisualizer
-
- getSpringData(Edge) - Method in class scratch.scott.AestheticSpringVisualizer
-
- getSpringKey() - Method in class edu.uci.ics.jung.visualization.SpringLayout
-
- getSquareDistance(Coordinates, double, double) - Static method in class samples.preview_new_graphdraw.CoordinateUtil
-
returns the square of the distance between two points.
- getSquareDistance(double, double) - Method in class samples.preview_new_graphdraw.impl.crooked.CrookedSpringLayout.CrookedSpringEdge
-
- getSquareDistance(double, double) - Method in class samples.preview_new_graphdraw.test.CircleEdge
-
If it's in the half-plane that contains the half-circle,
return the distance, else return infinity.
- getSquareDistance(double, double) - Method in class samples.preview_new_graphdraw.VisEdge
-
Returns the squared distance from this edge to the point (x,y)
.
- getSquareDistance(double, double) - Method in class samples.preview_new_graphdraw.VisVertex
-
- getStartAngle() - Method in class samples.preview_new_graphdraw.test.CircleEdge
-
- getStatus() - Method in class edu.uci.ics.jung.visualization.AbstractLayout
-
Returns the current status of the sytem, or null if there
is no particular status to report.
- getStatus() - Method in class edu.uci.ics.jung.visualization.contrib.CircleLayout
-
- getStatus() - Method in class edu.uci.ics.jung.visualization.contrib.KKLayout
-
- getStatus() - Method in class edu.uci.ics.jung.visualization.contrib.KKLayoutInt
-
- getStatus() - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
-
Deprecated.
- getStatus() - Method in class edu.uci.ics.jung.visualization.FRLayout
-
Returns the current temperature and number of iterations elapsed, as a
string.
- getStatus() - Method in class edu.uci.ics.jung.visualization.ISOMLayout
-
Returns the current number of epochs and execution status, as a string.
- getStatus() - Method in interface edu.uci.ics.jung.visualization.Layout
-
Returns the current status of the sytem, or null if there
is no particular status to report.
- getStatus() - Method in class edu.uci.ics.jung.visualization.LayoutDecorator
-
- getStatus() - Method in class edu.uci.ics.jung.visualization.SpringLayout
-
Returns the status.
- getStatus() - Method in class scratch.danyel.sample.CircleLayout
-
- getStatus() - Method in class scratch.scott.AestheticSpringVisualizer
-
- getStatus() - Method in class scratch.scott.FastScalableMDS
-
- getStretch() - Method in class edu.uci.ics.jung.visualization.SpringLayout
-
- getStringLabeller() - Method in class edu.uci.ics.jung.graph.filters.impl.AlphabeticVertexFilter
-
Returns the String Labeller being used by this filter to check vertices with.
- getStroke(Edge) - Method in class edu.uci.ics.jung.graph.decorators.ConstantEdgeStrokeFunction
-
- getStroke(Vertex) - Method in class edu.uci.ics.jung.graph.decorators.ConstantVertexStrokeFunction
-
- getStroke(Edge) - Method in interface edu.uci.ics.jung.graph.decorators.EdgeStrokeFunction
-
- getStroke(Vertex) - Method in interface edu.uci.ics.jung.graph.decorators.VertexStrokeFunction
-
- getStroke(Edge) - Method in class edu.uci.ics.jung.visualization.EdgeThicknessToEdgeStrokeFunctionConverter
-
- getStroke() - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
-
- getStroke(Edge) - Method in class samples.graph.ShortestPathDemo.MyEdgeStrokeFunction
-
- getSuccessors() - Method in class edu.uci.ics.jung.graph.impl.LeanSparseVertex
-
- getSuccessors() - Method in class edu.uci.ics.jung.graph.impl.SimpleDirectedSparseVertex
-
- getSuccessors() - Method in class edu.uci.ics.jung.graph.impl.SimpleSparseVertex
-
- getSuccessors() - Method in class edu.uci.ics.jung.graph.impl.SimpleUndirectedSparseVertex
-
- getSuccessors() - Method in interface edu.uci.ics.jung.graph.Vertex
-
Returns the set of successors of this vertex.
- getSuccessors(V) - Method in interface scratch.joshua.jung_2_0.core.Graph
-
- getSuccessors(V) - Method in class scratch.joshua.jung_2_0.core.SimpleDirectedSparseGraph
-
- getSuccessors(V) - Method in class scratch.joshua.jung_2_0.core.SimpleUndirectedSparseGraph
-
- getSuccsToOutEdges() - Method in class edu.uci.ics.jung.graph.impl.SimpleDirectedSparseVertex
-
Returns a map from the successors of this vertex to its outgoing
edges.
- getSuccsToOutEdges() - Method in class edu.uci.ics.jung.graph.impl.SimpleSparseVertex
-
Returns a map from the successors of this vertex to its outgoing
edges.
- getSuccsToOutEdges() - Method in class scratch.danyel.lazy.LazySparseVertex
-
Returns a map from the successors of this vertex to its outgoing edges.
- getSymmetricDifference(Set, Set) - Static method in class samples.preview_new_graphdraw.iter.UpdatableIterableLayout
-
Returns a pair consisting of two collections: set1 - set2, and set2-set1.
- getTheta() - Method in class edu.uci.ics.jung.visualization.transform.LensTransformer.PolarPoint
-
- getThreshhold() - Method in class edu.uci.ics.jung.graph.filters.impl.AlphabeticVertexFilter
-
- getThreshold() - Method in class edu.uci.ics.jung.graph.filters.impl.NumericDecorationFilter
-
- getToleranceValue(double, NumberVertexValue, NumberVertexValue) - Method in class scratch.joshua.ranking.AbstractIterativeRanker
-
Returns the maximum of largest single difference between any value in
old_value
and the corresponding value in
new_value
.
- getToolTipText(Vertex) - Method in class edu.uci.ics.jung.graph.decorators.DefaultToolTipFunction
-
- getToolTipText(Edge) - Method in class edu.uci.ics.jung.graph.decorators.DefaultToolTipFunction
-
- getToolTipText(MouseEvent) - Method in class edu.uci.ics.jung.graph.decorators.DefaultToolTipFunction
-
- getToolTipText(Vertex) - Method in interface edu.uci.ics.jung.graph.decorators.ToolTipFunction
-
- getToolTipText(Edge) - Method in interface edu.uci.ics.jung.graph.decorators.ToolTipFunction
-
- getToolTipText(Vertex) - Method in class edu.uci.ics.jung.graph.decorators.ToolTipFunctionAdapter
-
- getToolTipText(Edge) - Method in class edu.uci.ics.jung.graph.decorators.ToolTipFunctionAdapter
-
- getToolTipText(MouseEvent) - Method in class edu.uci.ics.jung.graph.decorators.ToolTipFunctionAdapter
-
- getToolTipText(MouseEvent) - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
-
called by the superclass to display tooltips
- getToolTipText(MouseEvent) - Method in interface edu.uci.ics.jung.visualization.VisualizationViewer.ToolTipListener
-
- getToolTipText(MouseEvent) - Method in class edu.uci.ics.jung.visualization.VisualizationViewer.ToolTipListenerWrapper
-
- getToolTipText(Vertex) - Method in class samples.graph.PluggableRendererDemo.VoltageTips
-
- getToolTipText(Edge) - Method in class samples.graph.PluggableRendererDemo.VoltageTips
-
- getTransform() - Method in class edu.uci.ics.jung.visualization.transform.AffineTransformer
-
- getTransform() - Method in interface edu.uci.ics.jung.visualization.transform.MutableTransformer
-
- getTransform() - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
-
- getTransform() - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
-
- getTransformer() - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics
-
- getTransformer() - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingPluggableRenderer
-
- getTranslateX() - Method in class edu.uci.ics.jung.visualization.transform.AffineTransformer
-
get the translate x value
- getTranslateX() - Method in interface edu.uci.ics.jung.visualization.transform.MutableTransformer
-
- getTranslateX() - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
-
- getTranslateX() - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
-
Deprecated.
access via getViewTransformer method
- getTranslateY() - Method in class edu.uci.ics.jung.visualization.transform.AffineTransformer
-
get the translate y value
- getTranslateY() - Method in interface edu.uci.ics.jung.visualization.transform.MutableTransformer
-
- getTranslateY() - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
-
- getTranslateY() - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
-
Deprecated.
access via getViewTransformer method
- getUnderlyingGraph() - Method in class edu.uci.ics.jung.algorithms.cluster.ClusterSet
-
- getUnderlyingGraph() - Method in class scratch.scott.partition.AbstractPartition
-
- getUnderlyingPartition() - Method in class scratch.scott.partition.AbstractPartitionClass
-
- getUniqueID() - Method in class scratch.danyel.lazy.LazySparseVertex
-
- getUnivistedVertices() - Method in class edu.uci.ics.jung.algorithms.connectivity.BFSDistanceLabeler
-
Returns the set of all vertices that were not visited
- getUntouchedEdges() - Method in class edu.uci.ics.jung.graph.filters.UnassembledGraph
-
Returns the set of edges (from getOriginalGraph()) that
passed the filter.
- getUntouchedVertices() - Method in class edu.uci.ics.jung.graph.filters.UnassembledGraph
-
Returns the set of vertices (from getOriginalGraph()) that
passed the filter.
- getUserDatum(Object) - Method in class edu.uci.ics.jung.graph.impl.AbstractHyperUnitBPG
-
Deprecated.
- getUserDatum(Object) - Method in class edu.uci.ics.jung.graph.impl.HypergraphBPG
-
Deprecated.
- getUserDatum(Object) - Method in class edu.uci.ics.jung.utils.DefaultUserData
-
Returns UserInfo (if known) for this key, or null if not
known.
- getUserDatum(Object) - Method in class edu.uci.ics.jung.utils.UnifiedUserData
-
Returns UserData (if any) for this key, or null if not
known.
- getUserDatum(Object) - Method in interface edu.uci.ics.jung.utils.UserDataContainer
-
Retrieves the object in this object's user data repository to which key
refers.
- getUserDatum(Object) - Method in class edu.uci.ics.jung.utils.UserDataDelegate
-
- getUserDatumCopyAction(Object) - Method in class edu.uci.ics.jung.graph.impl.AbstractHyperUnitBPG
-
Deprecated.
- getUserDatumCopyAction(Object) - Method in class edu.uci.ics.jung.graph.impl.HypergraphBPG
-
Deprecated.
- getUserDatumCopyAction(Object) - Method in class edu.uci.ics.jung.utils.DefaultUserData
-
Returns the CopyAction associated with this key.
- getUserDatumCopyAction(Object) - Method in class edu.uci.ics.jung.utils.UnifiedUserData
-
Returns the CopyAction associated with this key.
- getUserDatumCopyAction(Object) - Method in interface edu.uci.ics.jung.utils.UserDataContainer
-
Retrieves the CopyAction for the object stored in this object's
user data repository to which key refers.
- getUserDatumCopyAction(Object) - Method in class edu.uci.ics.jung.utils.UserDataDelegate
-
- getUserDatumKeyIterator() - Method in class edu.uci.ics.jung.graph.impl.AbstractHyperUnitBPG
-
Deprecated.
- getUserDatumKeyIterator() - Method in class edu.uci.ics.jung.graph.impl.HypergraphBPG
-
Deprecated.
- getUserDatumKeyIterator() - Method in class edu.uci.ics.jung.utils.DefaultUserData
-
Iterates through the keys to all registered data.
- getUserDatumKeyIterator() - Method in class edu.uci.ics.jung.utils.UnifiedUserData
-
Returns an Iterator
which can be used to iterate over
all the user data repository keys for this object.
- getUserDatumKeyIterator() - Method in interface edu.uci.ics.jung.utils.UserDataContainer
-
Provides an iterator over this object's user data repository key set.
- getUserDatumKeyIterator() - Method in class edu.uci.ics.jung.utils.UserDataDelegate
-
- getUserDatumValuePair(Object) - Method in class edu.uci.ics.jung.utils.UnifiedUserData
-
- getValue(UserDataContainer) - Method in class edu.uci.ics.jung.graph.decorators.NumericDecorator
-
Returns the decorated value as Number
- getValue() - Method in class edu.uci.ics.jung.graph.filters.impl.WeightedEdgeGraphFilter
-
- getValue() - Method in interface edu.uci.ics.jung.graph.filters.LevelFilter
-
- getValue() - Method in class scratch.biao.SliderPanel
-
- getValues() - Static method in class edu.uci.ics.jung.visualization.control.ModalGraphMouse.Mode
-
Gets a list of Mode constants.
- getVertex(int) - Method in class edu.uci.ics.jung.graph.decorators.Indexer
-
Gets the vertex associated with this index.
- getVertex(String) - Method in class edu.uci.ics.jung.graph.decorators.StringLabeller
-
Gets the Vertex from the graph associated with this label.
- getVertex(String) - Method in class edu.uci.ics.jung.graph.decorators.ToStringLabeller
-
Always returns null: this impl doesn't keep a table, and so can't
meaningfully address this.
- getVertex(double, double) - Method in class edu.uci.ics.jung.visualization.AbstractLayout
-
Deprecated.
Use PickSupport instead
- getVertex(double, double, double) - Method in class edu.uci.ics.jung.visualization.AbstractLayout
-
Deprecated.
Use PickSupport instead
- getVertex(double, double) - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
-
Deprecated.
Use PickSupport instead
A pass-through.
- getVertex(double, double, double) - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
-
Deprecated.
Use PickSupport instead
A pass-through.
- getVertex(double, double) - Method in interface edu.uci.ics.jung.visualization.GraphElementAccessor
-
Returns a Vertex
which is associated with the
location (x,y)
.
- getVertex(double, double) - Method in interface edu.uci.ics.jung.visualization.Layout
-
Deprecated.
Use PickSupport instead
- getVertex(double, double, double) - Method in interface edu.uci.ics.jung.visualization.Layout
-
Deprecated.
Use PickSupport instead
- getVertex(double, double, double) - Method in class edu.uci.ics.jung.visualization.LayoutDecorator
-
- getVertex(double, double) - Method in class edu.uci.ics.jung.visualization.LayoutDecorator
-
- getVertex(double, double) - Method in class edu.uci.ics.jung.visualization.RadiusGraphElementAccessor
-
Gets the vertex nearest to the location of the (x,y) location selected,
within a distance of maxDistance.
- getVertex(double, double, double) - Method in class edu.uci.ics.jung.visualization.RadiusGraphElementAccessor
-
Gets the vertex nearest to the location of the (x,y) location selected,
within a distance of maxDistance.
- getVertex(double, double) - Method in class edu.uci.ics.jung.visualization.RadiusPickSupport
-
Gets the vertex nearest to the location of the (x,y) location selected,
within a distance of maxDistance.
- getVertex(double, double, double) - Method in class edu.uci.ics.jung.visualization.RadiusPickSupport
-
Gets the vertex nearest to the location of the (x,y) location selected,
within a distance of maxDistance.
- getVertex(double, double) - Method in class edu.uci.ics.jung.visualization.ShapePickSupport
-
Iterates over Vertices, checking to see if x,y is contained in the
Vertex's Shape.
- getVertex() - Method in class samples.preview_new_graphdraw.VisVertex
-
- getVertex(Object) - Method in class scratch.danyel.lazy.LazySparseVertexFactory
-
- getVertex(double, double) - Method in class scratch.danyel.sample.CircleLayout
-
- getVertex(double, double, double) - Method in class scratch.danyel.sample.CircleLayout
-
- getVertex(double, double) - Method in class scratch.scott.AestheticSpringVisualizer
-
- getVertex(double, double, double) - Method in class scratch.scott.AestheticSpringVisualizer
-
- getVertex(Vertex[], int, Graph) - Method in class test.edu.uci.ics.jung.algorithms.cluster.TestBicomponentClusterer
-
- getVertex() - Method in class test.edu.uci.ics.jung.graph.impl.BasicGraphTest.BasicGraphSparseTest
-
- getVertex() - Method in class test.edu.uci.ics.jung.graph.impl.BasicGraphTest
-
- getVertex() - Method in class test.edu.uci.ics.jung.graph.impl.CopyGraphTest.CopyGraphSparseTest
-
- getVertex() - Method in class test.edu.uci.ics.jung.graph.impl.CopyGraphTest
-
- getVertex() - Method in class test.edu.uci.ics.jung.graph.impl.FailingGraphTest
-
- getVertex() - Method in class test.edu.uci.ics.jung.graph.impl.FailingGraphTest.SparseTest
-
- getVertex() - Method in class test.edu.uci.ics.jung.graph.impl.RemovalGraphTest
-
- getVertex() - Method in class test.edu.uci.ics.jung.graph.impl.RemovalGraphTest.SparseTest
-
- getVertexConstraints() - Method in interface edu.uci.ics.jung.graph.ArchetypeGraph
-
Returns the Collection
of constraints that each vertex
must satisfy when it is added to this graph.
- getVertexConstraints() - Method in class edu.uci.ics.jung.graph.impl.AbstractArchetypeGraph
-
- getVertexCorrespondingTo(BipartiteVertex) - Method in class edu.uci.ics.jung.graph.impl.HypergraphBPG
-
Deprecated.
- getVertexCount() - Method in class scratch.tom.simpleGraph.DefaultGraph
-
- getVertexFontFunction() - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
-
- getVertexFontFunction() - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
-
- getVertexGenerator(ArchetypeGraph) - Static method in class edu.uci.ics.jung.utils.GraphUtils
-
Returns the VertexGenerator
, if any, stored in g
's
user data at the standardized location specified by the VG interface: VertexGenerator.TAG
.
- getVertexIconFunction() - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
-
- getVertexIconFunction() - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
-
- getVertexIncludePredicate() - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
-
- getVertexIncludePredicate() - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
-
- getVertexInstance() - Method in class test.edu.uci.ics.jung.graph.impl.VertexTypeTest2
-
- getVertexIter() - Method in class scratch.danyel.sample.CircleLayout
-
- getVertexIterator() - Method in class edu.uci.ics.jung.visualization.AbstractLayout
-
- getVertexIterator() - Method in class edu.uci.ics.jung.visualization.DefaultSettableVertexLocationFunction
-
- getVertexIterator() - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
-
Deprecated.
- getVertexIterator() - Method in class edu.uci.ics.jung.visualization.LayoutDecorator
-
- getVertexIterator() - Method in class edu.uci.ics.jung.visualization.RandomVertexLocationDecorator
-
- getVertexIterator() - Method in interface edu.uci.ics.jung.visualization.VertexLocationFunction
-
- getVertexIterator() - Method in class scratch.danyel.sample.CircleLayout
-
- getVertexIterator() - Method in class scratch.scott.AestheticSpringVisualizer
-
- getVertexLabelCentering() - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
-
- getVertexLabelCentering() - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
-
- getVertexMap() - Method in class edu.uci.ics.jung.utils.SubsetManager
-
- getVertexPaintFunction() - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
-
- getVertexPaintFunction() - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
-
- getVertexShapeFunction() - Method in interface edu.uci.ics.jung.visualization.HasShapeFunctions
-
- getVertexShapeFunction() - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
-
Returns the VertexShapeFunction
currently being
used by this instance.
- getVertexShapeFunction() - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
-
- getVertexStringer() - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
-
- getVertexStringer() - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
-
- getVertexStrokeFunction() - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
-
- getVertexStrokeFunction() - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
-
- getVertexType() - Method in class test.edu.uci.ics.jung.graph.impl.VertexTypeTest2
-
- getVerticalScrollBar() - Method in class edu.uci.ics.jung.visualization.GraphZoomScrollPane
-
- getVertices() - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
-
- getVertices() - Method in interface edu.uci.ics.jung.graph.ArchetypeGraph
-
Returns a Set view of all vertices in this graph.
- getVertices() - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseGraph
-
Returns an unmodifiable set view of the vertices in this graph.
- getVertices() - Method in class edu.uci.ics.jung.graph.impl.HypergraphBPG
-
Deprecated.
Returns a set of all the vertices in the graph.
- getVertices() - Method in class edu.uci.ics.jung.graph.impl.SetHypergraph
-
- getVertices(ArchetypeGraph, Predicate) - Static method in class edu.uci.ics.jung.utils.PredicateUtils
-
Returns a Set
consisting of all vertices v
in graph g
that satisfy predicate p
,
that is, those for which p.evaluate(v)
returns true.
- getVertices(Predicate) - Method in class edu.uci.ics.jung.utils.SubsetManager
-
Returns the vertex subset, if any, which this instance has defined
based on p
.
- getVertices() - Method in interface scratch.joshua.jung_2_0.core.ArchetypeGraph
-
- getVertices() - Method in class scratch.joshua.jung_2_0.core.SimpleDirectedSparseGraph
-
- getVertices() - Method in class scratch.joshua.jung_2_0.core.SimpleUndirectedSparseGraph
-
- getVertices() - Method in class scratch.tom.simpleGraph.DefaultGraph
-
- getVertices() - Method in interface scratch.tom.simpleGraph.Graph
-
- getVertices_internal() - Method in class edu.uci.ics.jung.graph.impl.AbstractHyperedge
-
- getVertices_internal() - Method in class edu.uci.ics.jung.graph.impl.CollectionHyperedge
-
- getVerticesByLabel(Graph, StringLabeller) - Method in class test.edu.uci.ics.jung.algorithms.cluster.TestBicomponentClusterer
-
- getVerticesInOrderVisited() - Method in class edu.uci.ics.jung.algorithms.connectivity.BFSDistanceLabeler
-
Returns the list of vertices visited in order of traversal
- getViewCenter() - Method in class edu.uci.ics.jung.visualization.transform.LensTransformer
-
- getViewRadius() - Method in class edu.uci.ics.jung.visualization.transform.LensTransformer
-
- getViewTransformer() - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
-
- getViolatedConstraint() - Method in exception edu.uci.ics.jung.exceptions.ConstraintViolationException
-
- getVisEdge(Edge) - Method in class samples.preview_new_graphdraw.AbstractLayout
-
- getVisEdge(Edge) - Method in class samples.preview_new_graphdraw.EmittedLayout
-
- getVisEdge(Edge) - Method in class samples.preview_new_graphdraw.iter.IterableLayout
-
- getVisibleEdges() - Method in class edu.uci.ics.jung.visualization.AbstractLayout
-
Returns the set of edges from the original getGraph that are
now visible.
- getVisibleEdges() - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
-
Deprecated.
Returns *all* edges.
- getVisibleEdges() - Method in interface edu.uci.ics.jung.visualization.Layout
-
Deprecated.
Use of this facility is discouraged and will be removed
in future. For an alternative, see the PluggableRenderer
method
setEdgeIncludePredicate
.
- getVisibleEdges() - Method in class edu.uci.ics.jung.visualization.LayoutDecorator
-
- getVisibleEdges() - Method in class scratch.danyel.sample.CircleLayout
-
- getVisibleEdges() - Method in class scratch.scott.AestheticSpringVisualizer
-
- getVisibleGraph() - Method in class edu.uci.ics.jung.visualization.AbstractLayout
-
Accessor for the graph that represets all visible vertices.
- getVisibleVertices() - Method in class edu.uci.ics.jung.visualization.AbstractLayout
-
Returns the set of vertices from the original getGraph that
are now visible.
- getVisibleVertices() - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
-
Deprecated.
Returns both the visible and the hidden vertices.
- getVisibleVertices() - Method in interface edu.uci.ics.jung.visualization.Layout
-
Deprecated.
Use of this facility is discouraged and will be removed
in future. For an alternative, see the PluggableRenderer
method
setVertexIncludePredicate
.
- getVisibleVertices() - Method in class edu.uci.ics.jung.visualization.LayoutDecorator
-
- getVisibleVertices() - Method in class scratch.danyel.sample.CircleLayout
-
- getVisibleVertices() - Method in class scratch.scott.AestheticSpringVisualizer
-
- getVisualizationViewer() - Method in class edu.uci.ics.jung.visualization.contrib.BirdsEyeGraphDraw
-
Deprecated.
Returns the visualizationviewer that actually does the graph drawing.
- getVisualizationViewer() - Method in class edu.uci.ics.jung.visualization.GraphDraw
-
Deprecated.
Returns the visualizationviewer that actually does the graph drawing.
- getVisVertex(Vertex) - Method in class samples.preview_new_graphdraw.AbstractLayout
-
- getVisVertex(Vertex) - Method in class samples.preview_new_graphdraw.EmittedLayout
-
- getVisVertex(Vertex) - Method in class samples.preview_new_graphdraw.iter.IterableLayout
-
- getVoltageMatrix() - Method in class edu.uci.ics.jung.algorithms.importance.RandomWalkSTBetweenness
-
- getWedgeArrow(float, float) - Static method in class edu.uci.ics.jung.visualization.ArrowFactory
-
Returns an arrowhead in the shape of a simple isosceles triangle
with the specified base and height measurements.
- getWeight(ArchetypeEdge) - Method in class edu.uci.ics.jung.graph.decorators.EdgeWeightLabeller
-
Gets the weight of a particualr edge.
- getX(Vertex) - Method in class edu.uci.ics.jung.visualization.AbstractLayout
-
Returns the x coordinate of the vertex from the Coordinates object.
- getX(Vertex) - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
-
Deprecated.
Passthrough.
- getX(Vertex) - Method in interface edu.uci.ics.jung.visualization.Layout
-
Returns the x coordinate of vertex v at this stage in the
iteration.
- getX(Vertex) - Method in class edu.uci.ics.jung.visualization.LayoutDecorator
-
- getX() - Method in class samples.preview_new_graphdraw.Coordinates
-
- getX(double) - Method in class samples.preview_new_graphdraw.CoordinateUtil.Line
-
- getX(Vertex) - Method in class scratch.danyel.sample.CircleLayout
-
- getX(Vertex) - Method in class scratch.scott.AestheticSpringVisualizer
-
- getXDisp() - Method in class edu.uci.ics.jung.visualization.FRLayout.FRVertexData
-
- getXDisp() - Method in class edu.uci.ics.jung.visualization.ISOMLayout.ISOMVertexData
-
- getY(Vertex) - Method in class edu.uci.ics.jung.visualization.AbstractLayout
-
Returns the y coordinate of the vertex from the Coordinates object.
- getY(Vertex) - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
-
Deprecated.
Passthrough.
- getY(Vertex) - Method in interface edu.uci.ics.jung.visualization.Layout
-
Returns the y coordinate of vertex v at this stage in the
iteration.
- getY(Vertex) - Method in class edu.uci.ics.jung.visualization.LayoutDecorator
-
- getY() - Method in class samples.preview_new_graphdraw.Coordinates
-
- getY(double) - Method in class samples.preview_new_graphdraw.CoordinateUtil.Line
-
- getY(Vertex) - Method in class scratch.danyel.sample.CircleLayout
-
- getY(Vertex) - Method in class scratch.scott.AestheticSpringVisualizer
-
- getYDisp() - Method in class edu.uci.ics.jung.visualization.FRLayout.FRVertexData
-
- getYDisp() - Method in class edu.uci.ics.jung.visualization.ISOMLayout.ISOMVertexData
-
- GlobalStringLabeller - Class in edu.uci.ics.jung.graph.decorators
-
The GlobalStringLabeller applies labels to all vertices in a series of
graphs.
- GlobalStringLabeller() - Constructor for class edu.uci.ics.jung.graph.decorators.GlobalStringLabeller
-
- gm - Variable in class samples.graph.PluggableRendererDemo
-
- GPredicate - Class in edu.uci.ics.jung.graph.predicates
-
- GPredicate() - Constructor for class edu.uci.ics.jung.graph.predicates.GPredicate
-
- gradient_level - Static variable in class samples.graph.PluggableRendererDemo
-
- GRADIENT_NONE - Static variable in class samples.graph.PluggableRendererDemo
-
- gradient_relative - Variable in class samples.graph.PluggableRendererDemo
-
- GRADIENT_RELATIVE - Static variable in class samples.graph.PluggableRendererDemo
-
- GradientEdgePaintFunction - Class in edu.uci.ics.jung.graph.decorators
-
Creates GradientPaint
instances which can be used
to paint an Edge
.
- GradientEdgePaintFunction(Color, Color, HasGraphLayout, LayoutTransformer) - Constructor for class edu.uci.ics.jung.graph.decorators.GradientEdgePaintFunction
-
- graph - Variable in class edu.uci.ics.jung.graph.decorators.StringLabeller
-
- Graph - Interface in edu.uci.ics.jung.graph
-
A specific type of ArchetypeGraph
which consists of
a Vertex
set and an Edge
set.
- graph - Variable in class edu.uci.ics.jung.graph.impl.AbstractHyperUnitBPG
-
Deprecated.
- Graph<V,E> - Interface in scratch.joshua.jung_2_0.core
-
- graph - Variable in class scratch.joshua.ranking.AbstractRanker
-
- Graph<V,E extends Edge> - Interface in scratch.tom.simpleGraph
-
Graph is parameterized with vertex and edge
type.
- graph_index - Static variable in class samples.graph.ShowLayouts
-
- graph_names - Static variable in class samples.graph.ShowLayouts
-
- GraphAssemblyRecord - Class in edu.uci.ics.jung.graph.filters
-
Contains an audit trail of a graph filtering step.
- graphClicked(Vertex, MouseEvent) - Method in interface edu.uci.ics.jung.visualization.GraphMouseListener
-
- GraphClusterer - Interface in edu.uci.ics.jung.algorithms.cluster
-
Interface for finding clusters (sets of possibly overlapping vertices) in graphs.
- GraphCollapser - Class in edu.uci.ics.jung.algorithms.blockmodel
-
This is a skeleton class for collapsing graphs.
- GraphCollapser() - Constructor for class edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser
-
- GraphCollapser - Class in scratch.scott
-
- GraphCollapser(DirectedGraph, Set, int, String) - Constructor for class scratch.scott.GraphCollapser
-
- GraphCollapser.CollapsedEdge - Interface in edu.uci.ics.jung.algorithms.blockmodel
-
The CollapsedEdge interface represents a set of edges
in some other graph.
- GraphCollapser.CollapsedSparseVertex - Class in edu.uci.ics.jung.algorithms.blockmodel
-
A CollapsedSparseVertex extends CollapsedVertex.
- GraphCollapser.CollapsedSparseVertex(Set) - Constructor for class edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser.CollapsedSparseVertex
-
- GraphCollapser.CollapsedVertex - Interface in edu.uci.ics.jung.algorithms.blockmodel
-
This interface represents a vertex that holds a set of objects in some other graph.
- GraphCollapser.DirectedCollapsedEdge - Class in edu.uci.ics.jung.algorithms.blockmodel
-
This class represents a Collapsed Directed edge,
and extends DirectedSparseEdge.
- GraphCollapser.DirectedCollapsedEdge(Vertex, Vertex, Set) - Constructor for class edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser.DirectedCollapsedEdge
-
- GraphCollapser.UndirectedCollapsedEdge - Class in edu.uci.ics.jung.algorithms.blockmodel
-
This class represents a Collapsed Undirected edge,
and extends UndirectedSparseEdge.
- GraphCollapser.UndirectedCollapsedEdge(Vertex, Vertex, Set) - Constructor for class edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser.UndirectedCollapsedEdge
-
- GraphDistributionsDemo - Class in scratch.scott.demo
-
- GraphDistributionsDemo(String) - Constructor for class scratch.scott.demo.GraphDistributionsDemo
-
- GraphDraw - Class in edu.uci.ics.jung.visualization
-
Deprecated.
As of version 1.7, use VisualizationViewer
directly instead.
- GraphDraw(Graph) - Constructor for class edu.uci.ics.jung.visualization.GraphDraw
-
Deprecated.
Creates a graph drawing environment that draws this graph object.
- GraphDraw(Layout) - Constructor for class edu.uci.ics.jung.visualization.GraphDraw
-
Deprecated.
Creates a graph drawing environment with the specified layout algorithm
- GraphDraw.SliderChangeListener - Class in edu.uci.ics.jung.visualization
-
Deprecated.
- GraphDraw.SliderChangeListener(GraphDraw, JSlider, LevelFilter) - Constructor for class edu.uci.ics.jung.visualization.GraphDraw.SliderChangeListener
-
Deprecated.
- GraphEditorDemo - Class in samples.graph
-
Shows how easy it is to create a graph editor with JUNG.
- GraphEditorDemo() - Constructor for class samples.graph.GraphEditorDemo
-
create an instance of a simple graph with popup controls to
create a graph.
- GraphElementAccessor - Interface in edu.uci.ics.jung.visualization
-
Interface for coordinate-based selection of graph components.
- GraphEvent - Class in edu.uci.ics.jung.graph.event
-
An event which indicates that a change in the graph structure has occurred.
- GraphEvent(ArchetypeGraph, Element) - Constructor for class edu.uci.ics.jung.graph.event.GraphEvent
-
- GraphEvent - Class in scratch.scott.event
-
- GraphEvent(GraphEventType, UserDataContainer) - Constructor for class scratch.scott.event.GraphEvent
-
- GraphEventListener - Interface in edu.uci.ics.jung.graph.event
-
The interface for "listening" to graph events (changes in the structure of a graph).
- GraphEventListener - Interface in scratch.scott.event
-
- GraphEventType - Interface in edu.uci.ics.jung.graph.event
-
This is an instance of the Enumerator pattern which creates 1st class static type objects
for each of the known graph events.
- GraphEventType - Interface in scratch.scott.event
-
- GraphEventType.AllSingleEvents - Class in edu.uci.ics.jung.graph.event
-
- GraphEventType.AllSingleEvents() - Constructor for class edu.uci.ics.jung.graph.event.GraphEventType.AllSingleEvents
-
- GraphEventType.EdgeAddition - Class in edu.uci.ics.jung.graph.event
-
- GraphEventType.EdgeAddition() - Constructor for class edu.uci.ics.jung.graph.event.GraphEventType.EdgeAddition
-
- GraphEventType.EdgeAddition - Class in scratch.scott.event
-
- GraphEventType.EdgeAddition() - Constructor for class scratch.scott.event.GraphEventType.EdgeAddition
-
- GraphEventType.EdgeCreation - Class in scratch.scott.event
-
- GraphEventType.EdgeCreation() - Constructor for class scratch.scott.event.GraphEventType.EdgeCreation
-
- GraphEventType.EdgeRemoval - Class in edu.uci.ics.jung.graph.event
-
- GraphEventType.EdgeRemoval() - Constructor for class edu.uci.ics.jung.graph.event.GraphEventType.EdgeRemoval
-
- GraphEventType.EdgeRemoval - Class in scratch.scott.event
-
- GraphEventType.EdgeRemoval() - Constructor for class scratch.scott.event.GraphEventType.EdgeRemoval
-
- GraphEventType.NodeAddition - Class in scratch.scott.event
-
- GraphEventType.NodeAddition() - Constructor for class scratch.scott.event.GraphEventType.NodeAddition
-
- GraphEventType.NodeCreation - Class in scratch.scott.event
-
- GraphEventType.NodeCreation() - Constructor for class scratch.scott.event.GraphEventType.NodeCreation
-
- GraphEventType.NodeRemoval - Class in scratch.scott.event
-
- GraphEventType.NodeRemoval() - Constructor for class scratch.scott.event.GraphEventType.NodeRemoval
-
- GraphEventType.VertexAddition - Class in edu.uci.ics.jung.graph.event
-
- GraphEventType.VertexAddition() - Constructor for class edu.uci.ics.jung.graph.event.GraphEventType.VertexAddition
-
- GraphEventType.VertexRemoval - Class in edu.uci.ics.jung.graph.event
-
- GraphEventType.VertexRemoval() - Constructor for class edu.uci.ics.jung.graph.event.GraphEventType.VertexRemoval
-
- GraphFile - Interface in edu.uci.ics.jung.io
-
General interface for loading and saving a graph from/to disk
- GraphGenerator - Interface in edu.uci.ics.jung.random.generators
-
An interface for algorithms that generate graphs
- GraphGeneratorDemo - Class in scratch.scott
-
This simple app demonstrates how one can use our algorithms and visualization libraries in unison.
- GraphGeneratorDemo() - Constructor for class scratch.scott.GraphGeneratorDemo
-
- GraphicsDecorator - Class in edu.uci.ics.jung.visualization.transform.shape
-
a complete wrapping of Graphics2D, useful as a base class.
- GraphicsDecorator() - Constructor for class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
-
- GraphicsDecorator(Graphics2D) - Constructor for class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
-
- GraphLabelRenderer - Interface in edu.uci.ics.jung.visualization
-
- graphLabelRenderer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderer
-
A default GraphLabelRenderer - picked Vertex labels are
blue, picked edge labels are cyan
- GraphLayoutPanel - Class in samples.preview_new_graphdraw.impl
-
- GraphLayoutPanel(Graph, Dimension, VertexRenderer, EdgeRenderer) - Constructor for class samples.preview_new_graphdraw.impl.GraphLayoutPanel
-
Creates a GraphLayout panel.
- GraphLayoutPanelMouseListener - Class in samples.preview_new_graphdraw.impl
-
- GraphLayoutPanelMouseListener(GraphLayoutPanel) - Constructor for class samples.preview_new_graphdraw.impl.GraphLayoutPanelMouseListener
-
- GraphLayoutPanelMouseListener.BothEdgeAndVertexPolicy - Class in samples.preview_new_graphdraw.impl
-
Both an edge event or a vertex event is fired from this panel.
- GraphLayoutPanelMouseListener.BothEdgeAndVertexPolicy() - Constructor for class samples.preview_new_graphdraw.impl.GraphLayoutPanelMouseListener.BothEdgeAndVertexPolicy
-
- GraphLayoutPanelMouseListener.EdgeAndVertexPolicy - Class in samples.preview_new_graphdraw.impl
-
Either an edge event or a vertex event is fired from this panel.
- GraphLayoutPanelMouseListener.EdgeAndVertexPolicy() - Constructor for class samples.preview_new_graphdraw.impl.GraphLayoutPanelMouseListener.EdgeAndVertexPolicy
-
- GraphLayoutPanelMouseListener.EdgeEventPolicy - Class in samples.preview_new_graphdraw.impl
-
Only edge events are fired from this panel.
- GraphLayoutPanelMouseListener.EdgeEventPolicy() - Constructor for class samples.preview_new_graphdraw.impl.GraphLayoutPanelMouseListener.EdgeEventPolicy
-
- GraphLayoutPanelMouseListener.NoEventPolicy - Class in samples.preview_new_graphdraw.impl
-
No graph events are fired from this panel
- GraphLayoutPanelMouseListener.NoEventPolicy() - Constructor for class samples.preview_new_graphdraw.impl.GraphLayoutPanelMouseListener.NoEventPolicy
-
- GraphLayoutPanelMouseListener.VertexEventPolicy - Class in samples.preview_new_graphdraw.impl
-
Only vertex events are fired from this panel.
- GraphLayoutPanelMouseListener.VertexEventPolicy() - Constructor for class samples.preview_new_graphdraw.impl.GraphLayoutPanelMouseListener.VertexEventPolicy
-
- GraphLayoutPanelUtils - Class in samples.preview_new_graphdraw.iter
-
- GraphLayoutPanelUtils() - Constructor for class samples.preview_new_graphdraw.iter.GraphLayoutPanelUtils
-
- GraphListenerHandler - Class in edu.uci.ics.jung.graph.event
-
This utility class handles Graph listening and call dispatching.
- GraphListenerHandler(ArchetypeGraph) - Constructor for class edu.uci.ics.jung.graph.event.GraphListenerHandler
-
- GraphMatrixOperations - Class in edu.uci.ics.jung.algorithms
-
Contains methods for performing the analogues of certain matrix operations on
graphs.
- GraphMatrixOperations() - Constructor for class edu.uci.ics.jung.algorithms.GraphMatrixOperations
-
- GraphMatrixOperationsTest - Class in test.edu.uci.ics.jung.algorithms
-
- GraphMatrixOperationsTest() - Constructor for class test.edu.uci.ics.jung.algorithms.GraphMatrixOperationsTest
-
- GraphMLFile - Class in edu.uci.ics.jung.io
-
A file reader for GraphML files.
- GraphMLFile() - Constructor for class edu.uci.ics.jung.io.GraphMLFile
-
Default constructor which uses default GraphMLFileHandler to parse the graph
- GraphMLFile(GraphMLFileHandler) - Constructor for class edu.uci.ics.jung.io.GraphMLFile
-
Constructors which allows a subclass of GraphMLFileHandler to be used to parse the graph
- GraphMLFileHandler - Class in edu.uci.ics.jung.io
-
The default GraphML file handler to use to parse the xml file
- GraphMLFileHandler() - Constructor for class edu.uci.ics.jung.io.GraphMLFileHandler
-
The default constructor
- graphMouse - Variable in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
-
- graphMouse - Variable in class edu.uci.ics.jung.visualization.VisualizationViewer
-
provides MouseListener, MouseMotionListener, and MouseWheelListener
events to the graph
- GraphMouseAdapter - Class in edu.uci.ics.jung.visualization.control
-
Simple extension of MouseAdapter that supplies modifier
checking
- GraphMouseAdapter(int) - Constructor for class edu.uci.ics.jung.visualization.control.GraphMouseAdapter
-
- GraphMouseListener - Interface in edu.uci.ics.jung.visualization
-
This interface allows users to register listeners to register to receive
vertex clicks.
- GraphMousePlugin - Interface in edu.uci.ics.jung.visualization.control
-
the interface for all plugins to the PluggableGraphMouse
- graphObject - Variable in class samples.preview_new_graphdraw.event.ClickEvent
-
- GraphPredicate - Class in edu.uci.ics.jung.graph.predicates
-
- GraphPredicate() - Constructor for class edu.uci.ics.jung.graph.predicates.GraphPredicate
-
- GraphPredicateTest - Class in test.edu.uci.ics.jung.graph.predicates
-
- GraphPredicateTest() - Constructor for class test.edu.uci.ics.jung.graph.predicates.GraphPredicateTest
-
- graphPressed(Vertex, MouseEvent) - Method in interface edu.uci.ics.jung.visualization.GraphMouseListener
-
- GraphProperties - Class in edu.uci.ics.jung.utils
-
- GraphProperties() - Constructor for class edu.uci.ics.jung.utils.GraphProperties
-
- graphReleased(Vertex, MouseEvent) - Method in interface edu.uci.ics.jung.visualization.GraphMouseListener
-
- GraphStatistics - Class in edu.uci.ics.jung.statistics
-
A set of statistical measures for structural properties of a graph.
- GraphStatistics() - Constructor for class edu.uci.ics.jung.statistics.GraphStatistics
-
- graphToSparseMatrix(Graph, Object) - Static method in class edu.uci.ics.jung.algorithms.GraphMatrixOperations
-
Returns a SparseDoubleMatrix2D which represents the edge weights of the
input Graph.
- graphToSparseMatrix(Graph) - Static method in class edu.uci.ics.jung.algorithms.GraphMatrixOperations
-
- graphToSparseMatrix(Graph, NumberEdgeValue) - Static method in class edu.uci.ics.jung.algorithms.GraphMatrixOperations
-
Returns a SparseDoubleMatrix2D whose entries represent the edge weights for the
edges in g
, as specified by nev
.
- GraphUtils - Class in edu.uci.ics.jung.utils
-
A series of helpful utility methods.
- GraphUtils() - Constructor for class edu.uci.ics.jung.utils.GraphUtils
-
- GraphUtils - Class in scratch.tom.simpleGraph
-
- GraphUtils() - Constructor for class scratch.tom.simpleGraph.GraphUtils
-
- GraphZoomScrollPane - Class in edu.uci.ics.jung.visualization
-
GraphZoomScrollPane is a Container for the Graph's VisualizationViewer
and includes custom horizontal and vertical scrollbars.
- GraphZoomScrollPane(VisualizationViewer) - Constructor for class edu.uci.ics.jung.visualization.GraphZoomScrollPane
-
Create an instance of the GraphZoomScrollPane to contain the
VisualizationViewer
- GraphZoomScrollPane.ResizeListener - Class in edu.uci.ics.jung.visualization
-
Listener to adjust the scroll bar parameters when the window
is resized
- GraphZoomScrollPane.ResizeListener() - Constructor for class edu.uci.ics.jung.visualization.GraphZoomScrollPane.ResizeListener
-
- GraphZoomScrollPaneDemo - Class in samples.graph
-
Demonstrates the use of GraphZoomScrollPane
.
- GraphZoomScrollPaneDemo() - Constructor for class samples.graph.GraphZoomScrollPaneDemo
-
create an instance of a simple graph with controls to
demo the zoom features.
- greater_equal - Variable in class edu.uci.ics.jung.graph.predicates.ThresholdPredicate
-
- grestore() - Method in class scratch.scott.PSGr
-
- gsave() - Method in class scratch.scott.PSGr
-
Save and restore the PostScript state,
SHOULD ALSO any Java mirror state