org.apache.xmlgraphics.image.loader.pipeline
Constructor and Description |
---|
ImageConversionEdge(ImageConverter converter)
Main constructor.
|
Modifier and Type | Method and Description |
---|---|
Vertex |
getEnd()
Returns the end vertex of the edge.
|
ImageConverter |
getImageConverter()
Returns the wrapped ImageConverter.
|
int |
getPenalty()
Returns the penalty (or distance) for this edge.
|
Vertex |
getStart()
Returns the start vertex of the edge.
|
public ImageConversionEdge(ImageConverter converter)
converter
- the image converterpublic ImageConverter getImageConverter()
public int getPenalty()
getPenalty
in interface Edge
public Vertex getStart()
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.