|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CenterLocatable
The interface that defines the capabilties for an object that can have its center location accessed/mutated
Method Summary | |
---|---|
java.awt.Point |
getCenterLocation()
Finds the center location of this Object |
void |
setCenterLocation(java.awt.Point p)
Sets the location of this graphic by putting the center of the Object at the specified point |
Methods inherited from interface graphics.ILocatable |
---|
getLocation, move, setLocation |
Method Detail |
---|
java.awt.Point getCenterLocation()
void setCenterLocation(java.awt.Point p)
p
- the Point to set the center of this object to be
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |