|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectModifier
Method Summary | |
---|---|
int |
getNbObjects(java.lang.String objectName,
Test objectTest)
Return occurences number of the given object with the given name. |
int |
paintObject(java.awt.Graphics g,
int startX,
int startY)
Paint all objects of the given MCard component. |
Modifier |
removeObject(java.lang.String objectName,
Test objectTest)
remove from the manager a occurence of object with the specified name |
Method Detail |
---|
Modifier removeObject(java.lang.String objectName, Test objectTest)
objectName
- the object's name to removeobjectTest
- The test applied on specific modifier to be removed.
int paintObject(java.awt.Graphics g, int startX, int startY)
g
- the graphics used ot paint this object.startX
- the x position where this object can be paint.startY
- the y position where this object can be paint.
int getNbObjects(java.lang.String objectName, Test objectTest)
objectName
- the object's name to find within this chain.objectTest
- The test applied on specific modifier to be removed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |