|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The representative of a detail page/file of the album. The detail file is usually an image.
| Method Summary | |
java.awt.Dimension |
getAreaDetail()
Deprecated. Use getDetailArea() instead. |
java.awt.Dimension |
getAreaOrig()
Deprecated. Use getOrigArea() instead. |
java.awt.Dimension |
getAreaThumbnail()
Deprecated. Use getThumbnailArea() instead. |
Attribute[] |
getAttributes()
Returns the array of attributes of the related file/image. |
Note |
getAuthor()
Returns the Author of Image. |
java.lang.Comparable |
getCreated()
Returns the Date of Created Image From Exif Inforamtion. |
Note |
getCreatedFormatted()
Returns the Date of Created Image From Exif Inforamtion like formatted String. |
Note |
getDescription()
User File Note. |
java.awt.Dimension |
getDetailArea()
Returns the Area (in pixels) of a Detail Image. |
java.lang.String |
getDetailImageName()
Returns the name of image for detail page. |
java.lang.String |
getDetailPageName()
Returns the name of HTML detail page. |
Note |
getExif(java.lang.String key)
Returns the Exif Value. |
SFile |
getFile()
Returns the Source File (like a System File). |
java.lang.String |
getId()
Returns the unique string for the current file. |
IndexPage |
getIndexPage()
Returns a basic index page for the file. |
Detail |
getNextDetail(int step)
Returns the next detail (file/image) or null in case no file was found. |
java.awt.Dimension |
getOrigArea()
Returns the Area (in pixels) of a Original Image. |
int |
getPointerOfFile()
Returns the pointer of the current file or -1 if the poiner was not found. |
java.awt.Dimension |
getThumbnailArea()
Returns the Area (in pixels) of a Thumbnail Image. |
java.lang.String |
getThumbnailImageName()
Returns the name of thumbnail image. |
Note |
getTitle()
User File Title. |
boolean |
isImage()
Returns the true value, if the file is an image. |
| Method Detail |
public Note getDescription()
public Note getTitle()
public SFile getFile()
public java.awt.Dimension getOrigArea()
public java.awt.Dimension getAreaOrig()
public java.awt.Dimension getThumbnailArea()
public java.awt.Dimension getAreaThumbnail()
public java.awt.Dimension getDetailArea()
public java.awt.Dimension getAreaDetail()
public Note getAuthor()
public java.lang.Comparable getCreated()
public Note getCreatedFormatted()
public boolean isImage()
public Note getExif(java.lang.String key)
key - A String hexadecimal number of exif value (sample: "0x0110")
or an exif key (sample: "Owner Name").
public java.lang.String getDetailPageName()
public java.lang.String getDetailImageName()
public java.lang.String getThumbnailImageName()
public int getPointerOfFile()
public Detail getNextDetail(int step)
step - Step to new file. Value +1 means a next file, value -1 means a previous detail.
public IndexPage getIndexPage()
public java.lang.String getId()
public Attribute[] getAttributes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||