|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Visitor
A class wishing to visit a AnimationProperties or AnimationPropertyItems has to implement this interface.
| Method Summary | |
|---|---|
void |
visit(BooleanPropertyItem bpi)
Visit a BooleanPropertyItem. |
void |
visit(ColorPropertyItem cpi)
Visit a ColorPropertyItem. |
void |
visit(DoublePropertyItem dpi)
Visit a DoublePropertyItem. |
void |
visit(EnumerationPropertyItem epi)
Visit an EnumerationPropertyItem |
void |
visit(FontPropertyItem fpi)
Visit a FontPropertyItem. |
void |
visit(IntegerPropertyItem ipi)
Visit a IntegerPropertyItem. |
void |
visit(StringPropertyItem spi)
Visit a StringPropertyItem. |
| Method Detail |
|---|
void visit(BooleanPropertyItem bpi)
bpi - the BooleanPropertyItem which is visitedvoid visit(ColorPropertyItem cpi)
cpi - the ColorPropertyItem which is visitedvoid visit(DoublePropertyItem dpi)
dpi - the DoublePropertyItem which is visitedvoid visit(FontPropertyItem fpi)
fpi - the FontPropertyItem which is visitedvoid visit(IntegerPropertyItem ipi)
ipi - the IntegerPropertyItem which is visitedvoid visit(StringPropertyItem spi)
spi - the StringPropertyItem which is visitedvoid visit(EnumerationPropertyItem epi)
epi - the EnumerationPropertyItem which is visited
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||