Class SimpleRefinedImageFlavor
java.lang.Object
org.apache.xmlgraphics.image.loader.ImageFlavor
org.apache.xmlgraphics.image.loader.RefinedImageFlavor
org.apache.xmlgraphics.image.loader.SimpleRefinedImageFlavor
Simple refined image flavor implementation that just differs flavors by name but allows to
specify a parent flavor.
-
Field Summary
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_PDF, RAW_PNG, RAW_TIFF, RENDERED_IMAGE, XML_DOM -
Constructor Summary
ConstructorsConstructorDescriptionSimpleRefinedImageFlavor(ImageFlavor parentFlavor, String name) Main constructor. -
Method Summary
Methods inherited from class org.apache.xmlgraphics.image.loader.RefinedImageFlavor
getMimeType, getNamespace, getParentFlavor, isCompatibleMethods inherited from class org.apache.xmlgraphics.image.loader.ImageFlavor
equals, getName, hashCode, toString
-
Constructor Details
-
SimpleRefinedImageFlavor
Main constructor.- Parameters:
parentFlavor- the parent image flavorname- the name of the image flavor
-