org.apache.xmlgraphics.image.loader
Class SimpleRefinedImageFlavor
java.lang.Object
org.apache.xmlgraphics.image.loader.ImageFlavor
org.apache.xmlgraphics.image.loader.RefinedImageFlavor
org.apache.xmlgraphics.image.loader.SimpleRefinedImageFlavor
public class SimpleRefinedImageFlavor
- extends RefinedImageFlavor
Simple refined image flavor implementation that just differs flavors by name but allows to
specify a parent flavor.
Fields inherited from class org.apache.xmlgraphics.image.loader.ImageFlavor |
BUFFERED_IMAGE, GRAPHICS2D, RAW, RAW_CCITTFAX, RAW_EMF, RAW_EPS, RAW_JPEG, RAW_LZW, RAW_PNG, RAW_TIFF, RENDERED_IMAGE, XML_DOM |
SimpleRefinedImageFlavor
public SimpleRefinedImageFlavor(ImageFlavor parentFlavor,
String name)
- Main constructor.
- Parameters:
parentFlavor
- the parent image flavorname
- the name of the image flavor
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.