|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jimageanalyst.ImageInfo
public class ImageInfo
This bean holds all the information, gathered by the analyzer.
| Constructor Summary | |
|---|---|
ImageInfo()
|
|
| Method Summary | |
|---|---|
void |
addComment(java.lang.String comment)
Adds a comment to the list. |
int |
getBitsPerPixel()
Gets the bits per pixel value. |
java.util.List<java.lang.String> |
getComments()
Get the list of comments. |
java.lang.String |
getFormat()
Gets the format identifier. |
int |
getHeight()
Sets the height value. |
java.lang.String |
getMimeType()
Gets the mime type. |
int |
getNumberOfImages()
Sets the number of images stored in the image file. |
float |
getPhysicalHeightDpi()
Gets the physical height in dpi. |
float |
getPhysicalHeightInch()
Gets the physical heigth in inch value. |
float |
getPhysicalWidthDpi()
Gets the physical width in dpi. |
float |
getPhysicalWidthInch()
Gets the physical width in inch value. |
int |
getWidth()
Gets the image width value. |
boolean |
isProgressive()
Gets if the image is in progressive mode. |
void |
setBitsPerPixel(int bitsPerPixel)
Sets the bits per pixel value. |
void |
setComments(java.util.List<java.lang.String> comments)
Sets the list of comments. |
void |
setFormat(java.lang.String format)
Sets the format identifier. |
void |
setHeight(int height)
Gets the height value. |
void |
setMimeType(java.lang.String mimeType)
Sets the mime type. |
void |
setNumberOfImages(int numberOfImages)
Gets the number of images stored in the image file. |
void |
setPhysicalHeightDpi(float physicalHeightDpi)
Sets the physical height in dpi. |
void |
setPhysicalWidthDpi(float physicalWidthDpi)
Sets the physical width in dpi. |
void |
setProgressive(boolean progressive)
Sets if the image is in progressive mode. |
void |
setWidth(int width)
Sets the image width value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImageInfo()
| Method Detail |
|---|
public int getBitsPerPixel()
setBitsPerPixel(int)public void setBitsPerPixel(int bitsPerPixel)
bitsPerPixel - the bits per pixel value.getBitsPerPixel()public java.util.List<java.lang.String> getComments()
setComments(List),
addComment(String)public void setComments(java.util.List<java.lang.String> comments)
comments - the list of comments.getComments(),
addComment(String)public void addComment(java.lang.String comment)
comment - a comment to add to the list.getComments(),
setComments(List)public java.lang.String getFormat()
setFormat(String)public void setFormat(java.lang.String format)
format - the format identifier.getFormat()public java.lang.String getMimeType()
setMimeType(String)public void setMimeType(java.lang.String mimeType)
mimeType - the mime type.getMimeType()public int getHeight()
setHeight(int)public void setHeight(int height)
height - the height value.getHeight()public int getNumberOfImages()
setNumberOfImages(int)public void setNumberOfImages(int numberOfImages)
numberOfImages - the number of images stored in the image file.getNumberOfImages()public float getPhysicalHeightDpi()
setPhysicalHeightDpi(float),
getPhysicalHeightInch()public void setPhysicalHeightDpi(float physicalHeightDpi)
physicalHeightDpi - the physical height in dpi.getPhysicalHeightDpi()public float getPhysicalWidthDpi()
setPhysicalWidthDpi(float),
getPhysicalWidthInch()public void setPhysicalWidthDpi(float physicalWidthDpi)
physicalWidthDpi - the physical width in dpi.getPhysicalWidthDpi()public boolean isProgressive()
setProgressive(boolean)public void setProgressive(boolean progressive)
progressive - if the image is in progressive mode.isProgressive()public int getWidth()
setWidth(int)public void setWidth(int width)
width - the image width value.getWidth()public float getPhysicalHeightInch()
getPhysicalHeightDpi()public float getPhysicalWidthInch()
getPhysicalWidthDpi()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||