Uses of Class
com.jeffpalm.eggtris.MyShape

Packages that use MyShape
com.jeffpalm.eggtris   
 

Uses of MyShape in com.jeffpalm.eggtris
 

Subclasses of MyShape in com.jeffpalm.eggtris
 class Cross
          Extends Shape to produce Cross shape.
 class LeftL
          Extends Shape to produce an L shape.
 class LeftWiggle
          Extends Shape to produce an L shape.
 class LongThing
          Extends Shape to produce long thing shape.
 class RightL
          Extends Shape to produce an L shape.
 class RightWiggle
          Extends Shape to produce an L shape.
 class Square
          Extends Shape to produce and orange Square.
 

Fields in com.jeffpalm.eggtris declared as MyShape
protected  MyShape EggtrisFrame.activeShape
          The activeShape.
protected  MyShape EggtrisFrame.nextShape
          The next shape.
 

Methods in com.jeffpalm.eggtris that return MyShape
 MyShape ShapeGenerator.createShape()
           
 MyShape EggtrisFrame.getActiveShape()
           
 MyShape EggtrisFrame.getNextShape()
           
 

Methods in com.jeffpalm.eggtris with parameters of type MyShape
 void EggtrisFrame.setActiveShape(MyShape v)
           
 void Board.setActiveShape(MyShape newActiveShape)
          VERY IMPORTANT!!!!!!!!
 void EggtrisFrame.setNextShape(MyShape v)