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

D

DAGLayout - class edu.uci.ics.jung.visualization.contrib.DAGLayout.
 
DAGLayout(Graph) - Constructor for class edu.uci.ics.jung.visualization.contrib.DAGLayout
 
DASHED - Static variable in class edu.uci.ics.jung.visualization.PluggableRenderer
A stroke for a dashed line: 1 pixel width, square caps, beveled joins, and an array of {5.0f}.
DEFAULT_ASPECT_RATIO - Static variable in class edu.uci.ics.jung.graph.decorators.AbstractVertexShapeFunction
 
DEFAULT_DISTANCE_KEY - Static variable in class edu.uci.ics.jung.algorithms.connectivity.BFSDistanceLabeler
 
DEFAULT_DISTX - Static variable in class edu.uci.ics.jung.visualization.contrib.TreeLayout
 
DEFAULT_DISTY - Static variable in class edu.uci.ics.jung.visualization.contrib.TreeLayout
 
DEFAULT_EDGE_WEIGHT_KEY - Static variable in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
DEFAULT_SIZE - Static variable in class edu.uci.ics.jung.graph.decorators.AbstractVertexShapeFunction
 
DEFAULT_STRING_LABELER_KEY - Static variable in class edu.uci.ics.jung.graph.decorators.StringLabeller
The key that hasLabeller() and getLabeller() use.
DIRECTED - Static variable in class edu.uci.ics.jung.utils.TypedVertexGenerator
 
DIRECTED_EDGE - Static variable in interface edu.uci.ics.jung.graph.Graph
 
DOTTED - Static variable in class edu.uci.ics.jung.visualization.PluggableRenderer
A stroke for a dotted line: 1 pixel width, round caps, round joins, and an array of {1.0f, 3.0f}.
Decorator - class edu.uci.ics.jung.graph.decorators.Decorator.
Abstract decorator for cases where attributes are to be stored along with the graph/edge/vertex which they describe
Decorator(Object, UserDataContainer.CopyAction) - Constructor for class edu.uci.ics.jung.graph.decorators.Decorator
Constructs and initializes the decorator
DefaultChangeEventSupport - class edu.uci.ics.jung.utils.DefaultChangeEventSupport.
 
DefaultChangeEventSupport(Object) - Constructor for class edu.uci.ics.jung.utils.DefaultChangeEventSupport
 
DefaultGraphLabelRenderer - class edu.uci.ics.jung.visualization.DefaultGraphLabelRenderer.
DefaultGraphLabelRenderer is similar to the cell renderers used by the JTable and JTree jfc classes.
DefaultGraphLabelRenderer(Color, Color) - Constructor for class edu.uci.ics.jung.visualization.DefaultGraphLabelRenderer
 
DefaultGraphLabelRenderer(Color, Color, boolean) - Constructor for class edu.uci.ics.jung.visualization.DefaultGraphLabelRenderer
Creates a default table cell renderer.
DefaultModalGraphMouse - class edu.uci.ics.jung.visualization.control.DefaultModalGraphMouse.
DefaultModalGraphMouse is a PluggableGraphMouse class that pre-installs a large collection of plugins for picking and transforming the graph.
DefaultModalGraphMouse() - Constructor for class edu.uci.ics.jung.visualization.control.DefaultModalGraphMouse
create an instance with default values
DefaultModalGraphMouse(float, float) - Constructor for class edu.uci.ics.jung.visualization.control.DefaultModalGraphMouse
create an instance with passed values
DefaultParallelEdgeIndexFunction - class edu.uci.ics.jung.utils.DefaultParallelEdgeIndexFunction.
A class which creates and maintains indices for parallel edges.
DefaultSettableVertexLocationFunction - class edu.uci.ics.jung.visualization.DefaultSettableVertexLocationFunction.
A Map-based implementation of SettableVertexLocationFunction.
DefaultSettableVertexLocationFunction() - Constructor for class edu.uci.ics.jung.visualization.DefaultSettableVertexLocationFunction
 
DefaultSettableVertexLocationFunction(VertexLocationFunction) - Constructor for class edu.uci.ics.jung.visualization.DefaultSettableVertexLocationFunction
 
DefaultToolTipFunction - class edu.uci.ics.jung.graph.decorators.DefaultToolTipFunction.
Returns the results of toString on Vertices and Edges Used mainly in demos
DefaultToolTipFunction() - Constructor for class edu.uci.ics.jung.graph.decorators.DefaultToolTipFunction
 
DefaultUserData - class edu.uci.ics.jung.utils.DefaultUserData.
Represents custom user- and system-level information to extend the definition of a node.
DefaultUserData() - Constructor for class edu.uci.ics.jung.utils.DefaultUserData
 
DefaultVertexIconFunction - class edu.uci.ics.jung.graph.decorators.DefaultVertexIconFunction.
A simple, stateful VertexIconFunction.
DefaultVertexIconFunction() - Constructor for class edu.uci.ics.jung.graph.decorators.DefaultVertexIconFunction
 
DefaultVisualizationModel - class edu.uci.ics.jung.visualization.DefaultVisualizationModel.
The model containing state values for visualizations of graphs.
DefaultVisualizationModel(Layout) - Constructor for class edu.uci.ics.jung.visualization.DefaultVisualizationModel
 
DefaultVisualizationModel(Layout, Dimension) - Constructor for class edu.uci.ics.jung.visualization.DefaultVisualizationModel
 
DefaultVisualizationModel.VisRunner - class edu.uci.ics.jung.visualization.DefaultVisualizationModel.VisRunner.
the relaxer thread that applies the Layout algorithm to the graph
DefaultVisualizationModel.VisRunner() - Constructor for class edu.uci.ics.jung.visualization.DefaultVisualizationModel.VisRunner
 
DegreeDistributionRanker - class edu.uci.ics.jung.algorithms.importance.DegreeDistributionRanker.
A simple node importance ranker based on the degree of the node.
DegreeDistributionRanker(Graph) - Constructor for class edu.uci.ics.jung.algorithms.importance.DegreeDistributionRanker
Default constructor which assumes if the graph is directed the indegree is to be used.
DegreeDistributionRanker(Graph, boolean) - Constructor for class edu.uci.ics.jung.algorithms.importance.DegreeDistributionRanker
This constructor allows you to specify whether to use indegree or outdegree.
DegreeDistributions - class edu.uci.ics.jung.statistics.DegreeDistributions.
Set of general-purpose functions for analyzing the degree distribution of a set of vertices (normally the complete set of vertices associated with a graph).
DegreeDistributions() - Constructor for class edu.uci.ics.jung.statistics.DegreeDistributions
 
DijkstraDistance - class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance.
Calculates distances in a specified graph, using Dijkstra's single-source-shortest-path algorithm.
DijkstraDistance(ArchetypeGraph, NumberEdgeValue, boolean) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
Creates an instance of DijkstraShortestPath for the specified graph and the specified method of extracting weights from edges, which caches results locally if and only if cached is true.
DijkstraDistance(ArchetypeGraph, NumberEdgeValue) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
Creates an instance of DijkstraShortestPath for the specified graph and the specified method of extracting weights from edges, which caches results locally.
DijkstraDistance(ArchetypeGraph) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
Creates an instance of DijkstraShortestPath for the specified unweighted graph (that is, all weights 1) which caches results locally.
DijkstraDistance(ArchetypeGraph, boolean) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
Creates an instance of DijkstraShortestPath for the specified unweighted graph (that is, all weights 1) which caches results locally.
DijkstraDistance.SourceData - class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance.SourceData.
For a given source vertex, holds the estimated and final distances, tentative and final assignments of incoming edges on the shortest path from the source vertex, and a priority queue (ordered by estimaed distance) of the vertices for which distances are unknown.
DijkstraDistance.SourceData(ArchetypeVertex) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance.SourceData
 
DijkstraDistance.VertexComparator - class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance.VertexComparator.
Compares according to distances, so that the BinaryHeap knows how to order the tree.
DijkstraDistance.VertexComparator(Map) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance.VertexComparator
 
DijkstraShortestPath - class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath.
Calculates distances and shortest paths using Dijkstra's single-source-shortest-path algorithm.
DijkstraShortestPath(ArchetypeGraph, NumberEdgeValue, boolean) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath
Creates an instance of DijkstraShortestPath for the specified graph and the specified method of extracting weights from edges, which caches results locally if and only if cached is true.
DijkstraShortestPath(ArchetypeGraph, NumberEdgeValue) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath
Creates an instance of DijkstraShortestPath for the specified graph and the specified method of extracting weights from edges, which caches results locally.
DijkstraShortestPath(ArchetypeGraph) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath
Creates an instance of DijkstraShortestPath for the specified unweighted graph (that is, all weights 1) which caches results locally.
DijkstraShortestPath(ArchetypeGraph, boolean) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath
Creates an instance of DijkstraShortestPath for the specified unweighted graph (that is, all weights 1) which caches results locally.
DijkstraShortestPath.SourcePathData - class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath.SourcePathData.
For a given source vertex, holds the estimated and final distances, tentative and final assignments of incoming edges on the shortest path from the source vertex, and a priority queue (ordered by estimaed distance) of the vertices for which distances are unknown.
DijkstraShortestPath.SourcePathData(ArchetypeVertex) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath.SourcePathData
 
DirectedEdge - interface edu.uci.ics.jung.graph.DirectedEdge.
A type of Edge which imposes an ordering on its incident vertices.
DirectedGraph - interface edu.uci.ics.jung.graph.DirectedGraph.
A tagging interface for implementations of Graph whose edge set consists of implementations of DirectedEdge.
DirectedSparseEdge - class edu.uci.ics.jung.graph.impl.DirectedSparseEdge.
An implementation of DirectedEdge that resides in a directed graph.
DirectedSparseEdge(Vertex, Vertex) - Constructor for class edu.uci.ics.jung.graph.impl.DirectedSparseEdge
Creates a directed edge whose source is from and whose destination is to.
DirectedSparseGraph - class edu.uci.ics.jung.graph.impl.DirectedSparseGraph.
An implementation of Graph that consists of a Vertex set and a DirectedEdge set.
DirectedSparseGraph() - Constructor for class edu.uci.ics.jung.graph.impl.DirectedSparseGraph
Creates an instance of a sparse directed graph.
DirectedSparseVertex - class edu.uci.ics.jung.graph.impl.DirectedSparseVertex.
A vertex class that supports directed edges (but not undirected edges) and allows parallel edges.
DirectedSparseVertex() - Constructor for class edu.uci.ics.jung.graph.impl.DirectedSparseVertex
Creates a new instance of a vertex for inclusion in a sparse graph.
DirectionTransformer - class edu.uci.ics.jung.algorithms.transformation.DirectionTransformer.
Transforms graphs of one directionality into the other.
DirectionTransformer() - Constructor for class edu.uci.ics.jung.algorithms.transformation.DirectionTransformer
 
DirectionalEdgeArrowFunction - class edu.uci.ics.jung.graph.decorators.DirectionalEdgeArrowFunction.
Returns wedge arrows for undirected edges and notched arrows for directed edges, of the specified dimensions.
DirectionalEdgeArrowFunction(int, int, int) - Constructor for class edu.uci.ics.jung.graph.decorators.DirectionalEdgeArrowFunction
 
DiscreteDistribution - class edu.uci.ics.jung.statistics.DiscreteDistribution.
A utility class for calculating properties of discrete distributions.
DiscreteDistribution() - Constructor for class edu.uci.ics.jung.statistics.DiscreteDistribution
 
Distance - interface edu.uci.ics.jung.algorithms.shortestpath.Distance.
An interface for classes which calculate the distance between one vertex and another.
DropSoloNodesFilter - class edu.uci.ics.jung.graph.filters.impl.DropSoloNodesFilter.
Accepts only nodes that have at least one edge--that is, nodes that are connected to one other node.
DropSoloNodesFilter() - Constructor for class edu.uci.ics.jung.graph.filters.impl.DropSoloNodesFilter
 
dashing - Static variable in class edu.uci.ics.jung.visualization.PluggableRenderer
 
deactivate() - Method in class edu.uci.ics.jung.visualization.transform.LayoutLensSupport
 
deactivate() - Method in interface edu.uci.ics.jung.visualization.transform.LensSupport
 
deactivate() - Method in class edu.uci.ics.jung.visualization.transform.shape.ViewLensSupport
 
decrement() - Method in class edu.uci.ics.jung.utils.MutableInteger
Subtracts one from the contained integer value.
decrementDisp(double, double) - Method in class edu.uci.ics.jung.visualization.FRLayout.FRVertexData
 
decrementDisp(double, double) - Method in class edu.uci.ics.jung.visualization.ISOMLayout.ISOMVertexData
 
defaultNumericalPrecision() - Static method in class edu.uci.ics.jung.utils.NumericalPrecision
 
defaultToolTipText - Variable in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
 
degree() - Method in interface edu.uci.ics.jung.graph.ArchetypeVertex
Returns the number of edges incident to this vertex.
degree() - Method in class edu.uci.ics.jung.graph.impl.AbstractArchetypeVertex
 
degree() - Method in class edu.uci.ics.jung.graph.impl.HypervertexBPG
Returns the number of edges adjacent to this vertex
delegate - Variable in class edu.uci.ics.jung.graph.decorators.VertexIconAndShapeFunction
 
delegate - Variable in class edu.uci.ics.jung.visualization.LayoutDecorator
 
delegate - Variable in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
 
delegate - Variable in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
delegate - Variable in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
 
delta - Variable in class edu.uci.ics.jung.visualization.control.LensMagnificationGraphMousePlugin
 
dest - Variable in class edu.uci.ics.jung.utils.AbstractVertexMapper
 
dev - Static variable in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
 
dfs_num - Variable in class edu.uci.ics.jung.algorithms.cluster.BicomponentClusterer
 
diameter(ArchetypeGraph, Distance, boolean) - Static method in class edu.uci.ics.jung.statistics.GraphStatistics
Returns the diameter of g using the metric specified by d.
diameter(ArchetypeGraph, Distance) - Static method in class edu.uci.ics.jung.statistics.GraphStatistics
Returns the diameter of g using the metric specified by d.
diameter(ArchetypeGraph) - Static method in class edu.uci.ics.jung.statistics.GraphStatistics
Returns the diameter of g, ignoring edge weights.
diameter - Variable in class edu.uci.ics.jung.visualization.contrib.KKLayout
The diameter of the visible graph.
diameter - Variable in class edu.uci.ics.jung.visualization.contrib.KKLayoutInt
The diameter of the visible graph.
diameter - Variable in class samples.preview_new_graphdraw.iterablelayouts.KKLayout
The diameter of the visible graph.
directed - Variable in class edu.uci.ics.jung.io.BipartiteGraphReader
If true, the edges created will be directed; otherwise, they will be undirected.
directed - Variable in class edu.uci.ics.jung.io.GraphMLFile
 
directed - Variable in class edu.uci.ics.jung.random.generators.BarabasiAlbertGenerator
 
directed_arrow - Variable in class edu.uci.ics.jung.graph.decorators.DirectionalEdgeArrowFunction
 
directed_closeness - Variable in class edu.uci.ics.jung.graph.decorators.ConstantDirectionalEdgeValue
 
disconnectEdge(Hyperedge) - Method in interface edu.uci.ics.jung.graph.Hypervertex
Disconnects he from this hypervertex and vice versa.
disconnectEdge(Hyperedge) - Method in class edu.uci.ics.jung.graph.impl.AbstractHypervertex
 
disconnectEdge(Hyperedge) - Method in class edu.uci.ics.jung.graph.impl.HypervertexBPG
 
disconnectVertex(Hypervertex) - Method in interface edu.uci.ics.jung.graph.Hyperedge
Disconnects hv1 from this hyperedge and vice versa.
disconnectVertex(Hypervertex) - Method in class edu.uci.ics.jung.graph.impl.AbstractHyperedge
Disconnects hv1 from this edge and vice versa.
disconnectVertex(Hypervertex) - Method in class edu.uci.ics.jung.graph.impl.HyperedgeBPG
Deprecated.  
disp - Variable in class edu.uci.ics.jung.visualization.ISOMLayout.ISOMVertexData
 
displayGraph(Graph) - Method in class samples.graph.RankingDemo
 
dispose() - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
dispose() - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics
 
dist - Variable in class samples.preview_new_graphdraw.event.ClickEvent
 
dist_reached - Variable in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance.SourceData
 
distance(Coordinates) - Method in class edu.uci.ics.jung.visualization.Coordinates
Computes the euclidean distance between two coordinates
distance - Variable in class edu.uci.ics.jung.visualization.contrib.KKLayout
Retrieves graph distances between vertices of the visible graph
distance(Coordinates, Coordinates) - Static method in class samples.preview_new_graphdraw.CoordinateUtil
Computes the euclidean distance between two coordinates
distance(Coordinates, double, double) - Static method in class samples.preview_new_graphdraw.CoordinateUtil
 
distances - Variable in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance.SourceData
 
dontMove(Vertex) - Method in class edu.uci.ics.jung.visualization.AbstractLayout
Deprecated. As of version 1.7.5, superseded by Layout.isLocked(Vertex).
dontmove - Variable in class edu.uci.ics.jung.visualization.PersistentLayoutImpl
a collection of Vertices that should not move
dotting - Static variable in class edu.uci.ics.jung.visualization.PluggableRenderer
 
doubleBuffered - Variable in class edu.uci.ics.jung.visualization.VisualizationViewer
user-settable choice to use the offscreen image or not.
doubleValue() - Method in class edu.uci.ics.jung.utils.MutableDouble
Returns the value as a double, accomplished by returning the primitive contained double.
doubleValue() - Method in class edu.uci.ics.jung.utils.MutableInteger
Returns the integer value of this object, expressed as a double.
down - Variable in class edu.uci.ics.jung.visualization.Lens
Deprecated.  
down - Variable in class edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
the location in the View where the mouse was pressed
downIndex(int, int) - Method in class edu.uci.ics.jung.random.generators.Lattice1DGenerator
Determines the vertices with a smaller index that are in the neighborhood of currentIndex.
downIndex(int, int) - Method in class edu.uci.ics.jung.random.generators.Lattice2DGenerator
 
dragBase - Variable in class edu.uci.ics.jung.visualization.Lens
Deprecated. true if we are dragging the base
dragLeftLeg - Variable in class edu.uci.ics.jung.visualization.Lens
Deprecated. true if we are dragging the left leg
dragOnEdge - Variable in class edu.uci.ics.jung.visualization.control.LensTranslatingGraphMousePlugin
 
dragOnLens - Variable in class edu.uci.ics.jung.visualization.control.LensTranslatingGraphMousePlugin
 
dragRightLeg - Variable in class edu.uci.ics.jung.visualization.Lens
Deprecated. true if we are dragging the right leg
dragTop - Variable in class edu.uci.ics.jung.visualization.Lens
Deprecated. true if we are dragging the top
draw(Shape) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
draw(Shape) - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics
transform the shape before letting the delegate draw it
draw(Shape, float) - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics
 
draw3DRect(int, int, int, int, boolean) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
drawArc(int, int, int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
drawArrow(Graphics2D, int, int, int, int, int) - Method in class edu.uci.ics.jung.visualization.contrib.Arrow
 
drawArrowhead(Graphics2D, Edge, int, int, int, int) - Method in class edu.uci.ics.jung.visualization.graphdraw.SettableRenderer
Deprecated. Draws an arrowhead on this edge in the direction from xsource,ysource to xend, yend
drawBytes(byte[], int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
drawChars(char[], int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
drawEdge(float, Graphics, Edge, int, int, int, int) - Method in class edu.uci.ics.jung.visualization.graphdraw.SettableRenderer
Deprecated. Draws the edge at the given width, then restores the previous stroke.
drawEdgeSimple(Graphics, Edge, int, int, int, int) - Method in class edu.uci.ics.jung.visualization.graphdraw.SettableRenderer
Deprecated.  
drawGlyphVector(GlyphVector, float, float) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
drawImage(Image, AffineTransform, ImageObserver) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
drawImage(Image, int, int, Color, ImageObserver) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
drawImage(Image, int, int, ImageObserver) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
drawImage(Image, int, int, int, int, ImageObserver) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
drawLine(int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
drawOval(int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
drawPolygon(int[], int[], int) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
drawPolygon(Polygon) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
drawPolyline(int[], int[], int) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
drawRect(int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
drawRenderableImage(RenderableImage, AffineTransform) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
drawRenderedImage(RenderedImage, AffineTransform) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
drawRoundRect(int, int, int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
drawShortest() - Method in class samples.graph.ShortestPathDemo
 
drawSimpleEdge(Graphics2D, Edge, int, int, int, int) - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
Draws the edge e, whose endpoints are at (x1,y1) and (x2,y2), on the graphics context g.
drawSimpleEdge(Graphics2D, Edge, int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingPluggableRenderer
(non-Javadoc) override to wrap the passed Graphics2D in my TransformingGraphics, then call overloaded drawSimpleEdge
drawSimpleEdge(TransformingGraphics, Edge, int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingPluggableRenderer
overloaded to use TransformingGraphics
drawString(AttributedCharacterIterator, float, float) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
drawString(AttributedCharacterIterator, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
drawString(String, float, float) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
drawString(String, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
draw_paint - Variable in class edu.uci.ics.jung.graph.decorators.ConstantEdgePaintFunction
 
draw_paint - Variable in class edu.uci.ics.jung.graph.decorators.ConstantVertexPaintFunction
 
draw_paint - Variable in class edu.uci.ics.jung.graph.decorators.PickableEdgePaintFunction
 
draw_paint - Variable in class edu.uci.ics.jung.graph.decorators.PickableVertexPaintFunction
 
dumpNames(KPartiteGraph, StringLabeller, StringLabeller) - Static method in class samples.graph.southern.TestSouthernWomenBipartite
 
dx - Variable in class edu.uci.ics.jung.visualization.SpringLayout.SpringVertexData
movement speed, x
dx - Variable in class samples.preview_new_graphdraw.iterablelayouts.SpringLayout.SpringVertex
movement speed, x
dy - Variable in class edu.uci.ics.jung.visualization.SpringLayout.SpringVertexData
movement speed, y
dy - Variable in class samples.preview_new_graphdraw.iterablelayouts.SpringLayout.SpringVertex
movement speed, y

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