|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.hattrickorganizer.gui.model.ImageSequenzItem
public class ImageSequenzItem
Item mit einer Grafik und einer Wartezeit (nach Anzeige des Bildes)
| Constructor Summary | |
|---|---|
ImageSequenzItem(java.awt.Image image,
int wait,
int offsetX,
int offsetY)
Creates a new ImageSequenzItem object. |
|
| Method Summary | |
|---|---|
java.awt.Image |
getImage()
TODO Missing Method Documentation |
int |
getOffsetX()
TODO Missing Method Documentation |
int |
getOffsetY()
TODO Missing Method Documentation |
int |
getWait()
TODO Missing Method Documentation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImageSequenzItem(java.awt.Image image,
int wait,
int offsetX,
int offsetY)
image - TODO Missing Constructuor Parameter Documentationwait - TODO Missing Constructuor Parameter DocumentationoffsetX - TODO Missing Constructuor Parameter DocumentationoffsetY - TODO Missing Constructuor Parameter Documentation| Method Detail |
|---|
public final java.awt.Image getImage()
public final int getOffsetX()
public final int getOffsetY()
public final int getWait()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||