public class XMLNamespaceEnabledImageFlavor extends RefinedImageFlavor
| Modifier and Type | Field | Description |
|---|---|---|
static ImageFlavor |
SVG_DOM |
An XML-based SVG image in form of a W3C DOM instance
|
BUFFERED_IMAGE, GRAPHICS2D, RAW, RAW_CCITTFAX, RAW_EMF, RAW_EPS, RAW_JPEG, RAW_LZW, RAW_PNG, RAW_TIFF, RENDERED_IMAGE, XML_DOM| Constructor | Description |
|---|---|
XMLNamespaceEnabledImageFlavor(ImageFlavor parentFlavor,
String namespace) |
Constructs a new image flavor.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
String |
getNamespace() |
Returns the XML namespace URI that the image flavor represents if such a namespace URI
is available.
|
int |
hashCode() |
getName, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetMimeType, getParentFlavor, isCompatiblepublic static final ImageFlavor SVG_DOM
public XMLNamespaceEnabledImageFlavor(ImageFlavor parentFlavor, String namespace)
parentFlavor - the parent image flavornamespace - an XML namespace URI refining the parent image flavorpublic String getNamespace()
getNamespace in class RefinedImageFlavorpublic boolean equals(Object o)
ImageFlavorequals in class ImageFlavorpublic int hashCode()
ImageFlavorhashCode in class ImageFlavorCopyright © 2018 Apache Software Foundation. All rights reserved.