|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfable.gui.ImageFactory
public class ImageFactory
Makes images using Factory Design Pattern so that not too much memory is consumed by images.
| Nested Class Summary | |
|---|---|
static class |
ImageFactory.ImageSign
This enum structure represents all images to be used in the application. |
| Method Summary | |
|---|---|
static Image |
getImage(Display display,
ImageFactory.ImageSign imageSign)
Returns image associated with the imageSign object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Image getImage(Display display,
ImageFactory.ImageSign imageSign)
display - display associated with the image.imageSign - ImageSign object associated with the image.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||