public class MimeEnabledImageFlavor extends RefinedImageFlavor
BUFFERED_IMAGE, GRAPHICS2D, RAW, RAW_CCITTFAX, RAW_EMF, RAW_EPS, RAW_JPEG, RAW_LZW, RAW_PNG, RAW_TIFF, RENDERED_IMAGE, XML_DOM
构造器和说明 |
---|
MimeEnabledImageFlavor(ImageFlavor parentFlavor,
String mime)
Constructs a new image flavor.
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
equals(Object o) |
String |
getMimeType()
Returns the MIME type that the image flavor represents if a MIME type is available.
|
int |
hashCode() |
getNamespace, getParentFlavor, isCompatible
getName, toString
public MimeEnabledImageFlavor(ImageFlavor parentFlavor, String mime)
parentFlavor
- the parent image flavormime
- a MIME type refining the parent image flavorpublic String getMimeType()
getMimeType
在类中 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.