public abstract class AbstractImage extends Object implements Image
构造器和说明 |
---|
AbstractImage(ImageInfo info)
Main constructor
|
限定符和类型 | 方法和说明 |
---|---|
ColorSpace |
getColorSpace()
Returns the image's color space if the information is available.
|
ICC_Profile |
getICCProfile()
Returns the ICC color profile if one is associated with the image.
|
ImageInfo |
getInfo()
Returns an object with basic information (URI, MIME type, intrinsic size) about the image.
|
ImageSize |
getSize()
Returns the image's intrinsic size.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getFlavor, isCacheable
public AbstractImage(ImageInfo info)
info
- the image info object associated with this imagepublic ImageInfo getInfo()
public ImageSize getSize()
public ColorSpace getColorSpace()
getColorSpace
在接口中 Image
public ICC_Profile getICCProfile()
getICCProfile
在接口中 Image
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.