Class ImageConverterBitmap2G2D

java.lang.Object
org.apache.xmlgraphics.image.loader.impl.AbstractImageConverter
org.apache.xmlgraphics.image.loader.impl.ImageConverterBitmap2G2D
All Implemented Interfaces:
ImageConverter

public class ImageConverterBitmap2G2D extends AbstractImageConverter
This ImageConverter wraps a bitmap image in a Graphics2D image.
  • Constructor Details

    • ImageConverterBitmap2G2D

      public ImageConverterBitmap2G2D()
  • Method Details

    • convert

      public Image convert(Image src, Map hints)
      Converts an image into a different representation.

      Consumers can get the effective MIME type (if any) from the associated ImageFlavor.

      Parameters:
      src - the source image
      hints - the conversion hints
      Returns:
      the converted image
    • getSourceFlavor

      public ImageFlavor getSourceFlavor()
      Returns the flavor that this converter expects.
      Returns:
      the source flavor
    • getTargetFlavor

      public ImageFlavor getTargetFlavor()
      Returns the flavor that this converter converts images into.
      Returns:
      the target flavor