|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--no.hig.okolloen.graphics.digit.ImageColl
ImageColl is the basis for all the DigitStrip classes (DigitStrip, DateStrip and TimeStrip). This class is used to hold the different images used by the DigitStrip class. The images will be read from a subdirectory. The structure is :
Each of these directories must include the following files :
Constructor Summary | |
ImageColl(java.lang.String collName)
Constructor for the ImageColl class. |
Method Summary | |
java.awt.Image |
getAM()
Method for getting the image object representing a am ("AM") indicator. |
java.awt.Image |
getColon()
Method for getting the image object representing a colon (":") sign. |
java.awt.Image |
getDot()
Method for getting the image object representing a dot (".") sign. |
java.awt.Image |
getEight()
Method for getting the image object representing the digit 8. |
java.awt.Image |
getFive()
Method for getting the image object representing the digit 5. |
java.awt.Image |
getFour()
Method for getting the image object representing the digit 4. |
int |
getHeight(java.awt.image.ImageObserver observer)
Returns the height of a digit in this style. |
java.awt.Image |
getMinus()
Method for getting the image object representing a minus ("-") sign. |
java.awt.Image |
getNine()
Method for getting the image object representing the digit 9. |
java.awt.Image |
getOne()
Method for getting the image object representing the digit 1. |
java.awt.Image |
getPM()
Method for getting the image object representing a pm ("PM") indicator. |
java.awt.Image |
getSeven()
Method for getting the image object representing the digit 7. |
java.awt.Image |
getSix()
Method for getting the image object representing the digit 6. |
java.awt.Image |
getThree()
Method for getting the image object representing the digit 3. |
java.awt.Image |
getTwo()
Method for getting the image object representing the digit 2. |
int |
getWidth(java.awt.image.ImageObserver observer)
Returns the width of a digit in this style. |
java.awt.Image |
getZero()
Method for getting the image object representing the digit 0. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ImageColl(java.lang.String collName)
collName
- Name of the catalog below digits that holds the images for this collection.Method Detail |
public java.awt.Image getMinus()
public java.awt.Image getDot()
public java.awt.Image getColon()
public java.awt.Image getAM()
public java.awt.Image getPM()
public java.awt.Image getZero()
public java.awt.Image getOne()
public java.awt.Image getTwo()
public java.awt.Image getThree()
public java.awt.Image getFour()
public java.awt.Image getFive()
public java.awt.Image getSix()
public java.awt.Image getSeven()
public java.awt.Image getEight()
public java.awt.Image getNine()
public int getHeight(java.awt.image.ImageObserver observer)
observer
- ImageObserver object that will be user to show this image.public int getWidth(java.awt.image.ImageObserver observer)
observer
- ImageObserver object that will be user to show this image.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |