|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExtenderGizmo | |
|---|---|
| gizmoball.board | |
| Uses of ExtenderGizmo in gizmoball.board |
|---|
| Methods in gizmoball.board that return ExtenderGizmo | |
|---|---|
ExtenderGizmo |
GizmoBoard.addExtender(java.lang.String name,
java.awt.Color color,
Vect upperLeft,
double squareLength,
double xSpanOfMotion,
double ySpanOfMotion,
double velocity,
double pausingTime)
|
| Methods in gizmoball.board that return types with arguments of type ExtenderGizmo | |
|---|---|
java.util.List<ExtenderGizmo> |
GizmoBoard.getExtenders()
returns a list of all the extender gizmos that are on the board. |
java.util.List<ExtenderGizmo> |
GizmoBoard.getExtendersAt(int x,
int y)
returns the extenders that intersect with the LxL square that its upper-left vertex is at (x*L,y*L). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||