|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IllustrationOwner
interface des Possesseurs d'illustrations
| Method Summary | |
|---|---|
void |
addIllustration(Illustration uneIllu)
Ajouter une illustration |
java.util.Vector |
getIllustration()
Méthodes d'accès au Vecteur illustration |
Illustration |
getIllustration(int i)
Récupérer l'illustration à l'indice i |
boolean |
isThereIllustration()
Retourne true s'il y a des illustrations |
int |
nbIllustration()
Retourne le nombre d'illustrations |
void |
removeIllustration()
Effacer le vecteur d'illustration |
void |
removeIllustration(int i)
Effacer l'illustration d'indice i |
void |
setIllustration(java.util.Vector illu)
Affecter le vecteur d'illustration |
java.lang.String |
toString()
Affichage en mode texte |
| Method Detail |
|---|
java.util.Vector getIllustration()
Illustration getIllustration(int i)
void setIllustration(java.util.Vector illu)
void addIllustration(Illustration uneIllu)
boolean isThereIllustration()
int nbIllustration()
void removeIllustration()
void removeIllustration(int i)
java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||