|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jeffpalm.eggtris.ShapeGenerator
public class ShapeGenerator
Field Summary | |
---|---|
static int |
NUMBER_OF_SHAPES
|
protected int |
originX
|
protected int |
originY
|
protected int |
size
|
Constructor Summary | |
---|---|
ShapeGenerator(int size,
int originX,
int originY)
|
Method Summary | |
---|---|
MyShape |
createShape()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int NUMBER_OF_SHAPES
protected int size
protected int originX
protected int originY
Constructor Detail |
---|
public ShapeGenerator(int size, int originX, int originY)
Method Detail |
---|
public MyShape createShape()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |