Class ImageRepresentation

java.lang.Object
org.apache.xmlgraphics.image.loader.pipeline.ImageRepresentation
All Implemented Interfaces:
Comparable, Vertex

public class ImageRepresentation extends Object implements Vertex
This class represents a combination of MIME type and an image flavor. It is used in conjunction with Dijkstra's algorithm to find and construct a conversion pipeline for images.
  • Constructor Details

    • ImageRepresentation

      public ImageRepresentation(ImageFlavor flavor)
      Main constructor
      Parameters:
      flavor - the image flavor
  • Method Details