public class XMLNamespaceEnabledImageFlavor extends RefinedImageFlavor
限定符和类型 | 字段和说明 |
---|---|
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
构造器和说明 |
---|
XMLNamespaceEnabledImageFlavor(ImageFlavor parentFlavor,
String namespace)
Constructs a new image flavor.
|
限定符和类型 | 方法和说明 |
---|---|
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() |
getMimeType, getParentFlavor, isCompatible
getName, toString
public 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
在类中 RefinedImageFlavor
public boolean equals(Object o)
ImageFlavor
equals
在类中 ImageFlavor
public int hashCode()
ImageFlavor
hashCode
在类中 ImageFlavor
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.