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

D

d1 - Variable in class test.edu.uci.ics.jung.utils.CoordinateUtilsTest
 
d2 - Variable in class test.edu.uci.ics.jung.utils.CoordinateUtilsTest
 
DAGLayout - Class in edu.uci.ics.jung.visualization.contrib
 
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}.
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
 
debug - Static variable in class scratch.danyel.sample.FadeRenderer
 
Decoration<K,V> - Interface in scratch.joshua.jung_2_0.decoration
An interface for read-only decorations of arbitrary elements.
Decorator - Class in edu.uci.ics.jung.graph.decorators
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
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
 
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_SEP - Static variable in class scratch.scott.CSVParser
 
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.
DefaultChangeEventSupport - Class in edu.uci.ics.jung.utils
 
DefaultChangeEventSupport(Object) - Constructor for class edu.uci.ics.jung.utils.DefaultChangeEventSupport
 
DefaultGraph<V,E extends Edge<V>> - Class in scratch.tom.simpleGraph
an example implementation of Graph
DefaultGraph() - Constructor for class scratch.tom.simpleGraph.DefaultGraph
 
DefaultGraphLabelRenderer - Class in edu.uci.ics.jung.visualization
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 in edu.uci.ics.jung.visualization.control
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
defaultNumericalPrecision() - Static method in class edu.uci.ics.jung.utils.NumericalPrecision
 
DefaultParallelEdgeIndexFunction - Class in edu.uci.ics.jung.utils
A class which creates and maintains indices for parallel edges.
DefaultSettableVertexLocationFunction - Class in edu.uci.ics.jung.visualization
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 in edu.uci.ics.jung.graph.decorators
Returns the results of toString on Vertices and Edges Used mainly in demos
DefaultToolTipFunction() - Constructor for class edu.uci.ics.jung.graph.decorators.DefaultToolTipFunction
 
defaultToolTipText - Variable in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
 
DefaultUserData - Class in edu.uci.ics.jung.utils
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 in edu.uci.ics.jung.graph.decorators
A simple, stateful VertexIconFunction.
DefaultVertexIconFunction() - Constructor for class edu.uci.ics.jung.graph.decorators.DefaultVertexIconFunction
 
DefaultVisualizationModel - Class in edu.uci.ics.jung.visualization
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 in edu.uci.ics.jung.visualization
the relaxer thread that applies the Layout algorithm to the graph
DefaultVisualizationModel.VisRunner() - Constructor for class edu.uci.ics.jung.visualization.DefaultVisualizationModel.VisRunner
 
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
degree(SimpleGraph, Object) - Static method in class scratch.danyel.simplegraph.SimpleGraphUtils
 
degree(V) - Method in interface scratch.joshua.jung_2_0.core.ArchetypeGraph
 
degree(V) - Method in class scratch.joshua.jung_2_0.core.SimpleAbstractSparseGraph
 
DegreeDistributionRanker - Class in edu.uci.ics.jung.algorithms.importance
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 in edu.uci.ics.jung.statistics
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
 
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
 
Demo - Class in scratch.scott.sample
 
Demo() - Constructor for class scratch.scott.sample.Demo
 
DemoPrettyRenderer - Class in scratch.danyel
 
DemoPrettyRenderer() - Constructor for class scratch.danyel.DemoPrettyRenderer
 
DemoSimpleGraph - Class in scratch.danyel.simplegraph
 
DemoSimpleGraph() - Constructor for class scratch.danyel.simplegraph.DemoSimpleGraph
 
DemoTemporalRenderer - Class in scratch.danyel
 
DemoTemporalRenderer() - Constructor for class scratch.danyel.DemoTemporalRenderer
 
DemoTemporalRenderer.TimeFunc - Class in scratch.danyel
 
DemoTemporalRenderer.TimeFunc() - Constructor for class scratch.danyel.DemoTemporalRenderer.TimeFunc
 
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.
diameter - Variable in class scratch.scott.FastScalableMDS
The diameter of the visible graph.
DijkstraDistance - Class in edu.uci.ics.jung.algorithms.shortestpath
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 in edu.uci.ics.jung.algorithms.shortestpath
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 in edu.uci.ics.jung.algorithms.shortestpath
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 in edu.uci.ics.jung.algorithms.shortestpath
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 in edu.uci.ics.jung.algorithms.shortestpath
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
 
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 - Static variable in class edu.uci.ics.jung.utils.TypedVertexGenerator
 
directed_arrow - Variable in class edu.uci.ics.jung.graph.decorators.DirectionalEdgeArrowFunction
 
directed_closeness - Variable in class edu.uci.ics.jung.graph.decorators.ConstantDirectionalEdgeValue
 
DIRECTED_EDGE - Static variable in interface edu.uci.ics.jung.graph.Graph
 
DirectedEdge - Interface in edu.uci.ics.jung.graph
A type of Edge which imposes an ordering on its incident vertices.
DirectedEdge - Interface in scratch.joshua.jung_2_0.core
A tagging interface for edges which have a defined source (head) and destination (tail).
DirectedEdge<V> - Class in scratch.tom.simpleGraph
a directed edge with vertex parameters specified
DirectedEdge(V, V) - Constructor for class scratch.tom.simpleGraph.DirectedEdge
 
DirectedGraph - Interface in edu.uci.ics.jung.graph
A tagging interface for implementations of Graph whose edge set consists of implementations of DirectedEdge.
DirectedGraph<V,E extends DirectedEdge> - Interface in scratch.joshua.jung_2_0.core
 
DirectedSparseEdge - Class in edu.uci.ics.jung.graph.impl
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 in edu.uci.ics.jung.graph.impl
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 in edu.uci.ics.jung.graph.impl
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.
DirectionalEdgeArrowFunction - Class in edu.uci.ics.jung.graph.decorators
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
 
DirectionTransformer - Class in edu.uci.ics.jung.algorithms.transformation
Transforms graphs of one directionality into the other.
DirectionTransformer() - Constructor for class edu.uci.ics.jung.algorithms.transformation.DirectionTransformer
 
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.  
DiscreteDistribution - Class in edu.uci.ics.jung.statistics
A utility class for calculating properties of discrete distributions.
DiscreteDistribution() - Constructor for class edu.uci.ics.jung.statistics.DiscreteDistribution
 
disp - Variable in class edu.uci.ics.jung.visualization.ISOMLayout.ISOMVertexData
 
displayGraph(Graph) - Method in class samples.graph.RankingDemo
 
displayGraph(Graph) - Method in class scratch.scott.sample.RankingDemo
 
displayGraph(Graph) - Method in class scratch.scott.VizApp
 
dispose() - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
dispose() - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics
 
dispose() - Method in class scratch.scott.PSGr
Disposes of this Graphics context, which cannot be used after being disposed of.
disposed - Variable in class scratch.scott.PSGr
 
dist - Variable in class samples.preview_new_graphdraw.event.ClickEvent
 
dist_reached - Variable in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance.SourceData
 
Distance - Interface in edu.uci.ics.jung.algorithms.shortestpath
An interface for classes which calculate the distance between one vertex and another.
distance - Variable in class edu.uci.ics.jung.visualization.contrib.KKLayout
Retrieves graph distances between vertices of the visible graph
distance(Coordinates) - Method in class edu.uci.ics.jung.visualization.Coordinates
Computes the euclidean distance between two coordinates
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
 
doImage(Image, int, int, int, int, ImageObserver, Color) - Method in class scratch.scott.PSGr
 
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
dontmove - Variable in class scratch.danyel.sample.CircleLayout
 
dontmove - Variable in class scratch.scott.AestheticSpringVisualizer
 
doRect(int, int, int, int, boolean) - Method in class scratch.scott.PSGr
 
doSomethingThatNeedsDirectedGraph(Graph<V, E>) - Static method in class scratch.tom.simpleGraph.GraphUtils
 
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}.
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.control.AbstractGraphMousePlugin
the location in the View where the mouse was pressed
down - Variable in class edu.uci.ics.jung.visualization.Lens
Deprecated.  
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
 
draw3DRect(int, int, int, int, boolean) - Method in class scratch.scott.PSGr
Draws a highlighted 3-D rectangle.
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
 
drawArc(int, int, int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
drawArc(int, int, int, int, int, int) - Method in class scratch.scott.PSGr
Draws an arc bounded by the specified rectangle from startAngle to endAngle. 0 degrees is at the 3-o'clock position.Positive arc angles indicate counter-clockwise rotations, negative arc angles are drawn clockwise.
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
 
drawBytes(byte[], int, int, int, int) - Method in class scratch.scott.PSGr
Draws the specified bytes using the current font and color.
drawChars(char[], int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
drawChars(char[], int, int, int, int) - Method in class scratch.scott.PSGr
Draws the specified characters using the current font and color.
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
 
drawImage(Image, int, int, ImageObserver) - Method in class scratch.scott.PSGr
Draws the specified image at the specified top left (x, y), with width and height determined by the image.
drawImage(Image, int, int, int, int, ImageObserver) - Method in class scratch.scott.PSGr
Draws the specified image inside the specified rectangle.
drawImage(Image, int, int, Color, ImageObserver) - Method in class scratch.scott.PSGr
Draws the specified image at the specified top left (x, y), with width and height determined by the image.
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class scratch.scott.PSGr
Draws the specified image inside the specified rectangle.
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class scratch.scott.PSGr
Scaling and translating versions not supported -- BUT COULD BE
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class scratch.scott.PSGr
Scaling and translating versions not supported -- BUT WE COULD
drawLine(int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
drawLine(int, int, int, int) - Method in class scratch.scott.PSGr
Draws a line between the coordinates (x1,y1) and (x2,y2).
drawNode(Graphics, Vertex, int, int, boolean, int, String) - Method in class scratch.danyel.sample.FadeBetweennessRenderer
 
drawNode(Graphics, Vertex, int, int, boolean, int, String) - Method in class scratch.danyel.sample.FadeRenderer
 
drawOval(int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
drawOval(int, int, int, int) - Method in class scratch.scott.PSGr
Draws an oval inside the specified rectangle using the current color.
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
 
drawPolygon(int[], int[], int) - Method in class scratch.scott.PSGr
Draws a polygon defined by an array of x points and y points.
drawPolygon(Polygon) - Method in class scratch.scott.PSGr
Draws a polygon defined by the specified point.
drawPolyline(int[], int[], int) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
drawPolyline(int[], int[], int) - Method in class scratch.scott.PSGr
Polyline MGH added to satisfy 1.1 API
drawRect(int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
drawRect(int, int, int, int) - Method in class scratch.scott.PSGr
Draws the outline of the specified rectangle using the current color.
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
 
drawRoundRect(int, int, int, int, int, int) - Method in class scratch.scott.PSGr
Draws an outlined rounded corner rectangle using the current color.
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
 
drawString(String, int, int) - Method in class scratch.scott.PSGr
Draws the specified String using the current font and color.
drawString(AttributedCharacterIterator, int, int) - Method in class scratch.scott.PSGr
 
DropSoloNodesFilter - Class in edu.uci.ics.jung.graph.filters.impl
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
 
dTrans(int) - Method in class scratch.scott.PSGr
 
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
dx - Variable in class scratch.scott.AestheticSpringVisualizer.SpringVertexData
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
dy - Variable in class scratch.scott.AestheticSpringVisualizer.SpringVertexData
movement speed, y

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