Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ImageConversionEdge
Represents an image conversion.
|
Modifier and Type | Method and Description |
---|---|
Edge |
DefaultEdgeDirectory.getBestEdge(Vertex start,
Vertex end)
Returns the best edge (the edge with the lowest penalty) between two given vertices.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultEdgeDirectory.addEdge(Edge edge)
Adds a new edge between two vertices.
|