xmlgraphics-commons 1.3

Uses of Interface
org.apache.xmlgraphics.util.dijkstra.Edge

Packages that use Edge
org.apache.xmlgraphics.image.loader.pipeline Provides an image loading and processing pipeline. 
org.apache.xmlgraphics.util.dijkstra Contains an implementation of Dijkstra's shortest path algorithm. 
 

Uses of Edge in org.apache.xmlgraphics.image.loader.pipeline
 

Classes in org.apache.xmlgraphics.image.loader.pipeline that implement Edge
 class ImageConversionEdge
          Represents an image conversion.
 

Uses of Edge in org.apache.xmlgraphics.util.dijkstra
 

Methods in org.apache.xmlgraphics.util.dijkstra that return Edge
 Edge DefaultEdgeDirectory.getBestEdge(Vertex start, Vertex end)
          Returns the best edge (the edge with the lowest penalty) between two given vertices.
 

Methods in org.apache.xmlgraphics.util.dijkstra with parameters of type Edge
 void DefaultEdgeDirectory.addEdge(Edge edge)
          Adds a new edge between two vertices.
 


xmlgraphics-commons 1.3

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.