|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectikbs.illustration.tools.ImageCreator
public class ImageCreator
Permet de créer des images de taille différente à partir d'une illustration
| Field Summary | |
|---|---|
protected boolean |
forceThumb
|
protected ImageButton |
ib
|
protected IllustrationPicture |
illu
|
protected int |
index
|
protected Property |
property
|
protected Ressources |
rl
|
| Constructor Summary | |
|---|---|
ImageCreator(IllustrationPicture illu,
ImageButton ib,
Property property,
boolean forceThumb,
int index,
Ressources rl)
|
|
| Method Summary | |
|---|---|
java.awt.Image |
chooseImage(int type)
Choisir une image en fonction de son type |
boolean |
filtreThumb(Illustration illu)
Filtre les ressources dont on doit tester s'il existe un Thumb |
java.lang.String |
getPathThumb(IllustrationPicture ip)
Récupérer le nom d'accès au thumbnail |
java.lang.String |
getPathThumbGIF(IllustrationPicture ip)
Récupérer le fichier thumbnail d'extension .gif |
void |
run()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Property property
protected boolean forceThumb
protected IllustrationPicture illu
protected ImageButton ib
protected Ressources rl
protected int index
| Constructor Detail |
|---|
public ImageCreator(IllustrationPicture illu,
ImageButton ib,
Property property,
boolean forceThumb,
int index,
Ressources rl)
| Method Detail |
|---|
public void run()
run in interface java.lang.Runnablepublic java.lang.String getPathThumb(IllustrationPicture ip)
public java.lang.String getPathThumbGIF(IllustrationPicture ip)
public boolean filtreThumb(Illustration illu)
public java.awt.Image chooseImage(int type)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||