cz.ponec.ppSee.api
Interface Album


public interface Album

Collection of files, images and index pages in the Album.


Method Summary
 Note getAuthor()
          Returns the author of the album.
 java.util.Date getDate()
          Returns the date of the album.
 Note getDateFormatted()
          Returns the date of the album.
 Detail getDetail(int i)
          Returns the file of Album by a position.
 int getDetailBorder()
          Returns a width of Detail Image Border in pixels.
 int getDetailCount()
          Returns the count of Details.
 java.lang.String getHourglass()
          Returns the image name of the album Hourglass.
 java.awt.Dimension getHourglassArea()
          Returns the image name of the album Hourglass.
 java.lang.String getId()
          Returns an unique string (time related) for the current Album.
 Detail getImage(int i)
          Returns the image of Album by a position.
 int getImageCount()
          Returns a count of Images.
 IndexPage getIndexPage(int i)
          Returns the index page by a position.
 int getIndexPageCount()
          Returns the count of a Index Pages.
 IndexPage[] getIndexPages()
          Returns the index page array.
 java.lang.String getLogo()
          Returns the image name of the album logo or null, if the file was not found.
 Note getPrologue()
          Returns the Prologue of the album.
 Note getTitle()
          Returns the title of the album.
 

Method Detail

getDetail

public Detail getDetail(int i)
Returns the file of Album by a position.


getDetailCount

public int getDetailCount()
Returns the count of Details.


getImage

public Detail getImage(int i)
Returns the image of Album by a position.


getImageCount

public int getImageCount()
Returns a count of Images.


getIndexPage

public IndexPage getIndexPage(int i)
Returns the index page by a position.


getIndexPageCount

public int getIndexPageCount()
Returns the count of a Index Pages.


getTitle

public Note getTitle()
Returns the title of the album.


getPrologue

public Note getPrologue()
Returns the Prologue of the album.


getAuthor

public Note getAuthor()
Returns the author of the album.


getDate

public java.util.Date getDate()
Returns the date of the album.


getDateFormatted

public Note getDateFormatted()
Returns the date of the album.


getIndexPages

public IndexPage[] getIndexPages()
Returns the index page array.


getId

public java.lang.String getId()
Returns an unique string (time related) for the current Album.


getLogo

public java.lang.String getLogo()
Returns the image name of the album logo or null, if the file was not found.


getHourglass

public java.lang.String getHourglass()
Returns the image name of the album Hourglass.


getHourglassArea

public java.awt.Dimension getHourglassArea()
Returns the image name of the album Hourglass.


getDetailBorder

public int getDetailBorder()
Returns a width of Detail Image Border in pixels.



Copyright © 2007 PPonec. All Rights Reserved.