Uses of Class
gizmoball.shape.Circle09

Packages that use Circle09
gizmoball.board   
gizmoball.shape   
 

Uses of Circle09 in gizmoball.board
 

Methods in gizmoball.board that return Circle09
 Circle09 Ball.getShape()
          returns the shape of the ball.
 

Uses of Circle09 in gizmoball.shape
 

Methods in gizmoball.shape that return Circle09
 Circle09 Circle09.rotate(Angle theta, Vect centerOfRotation)
          rotates the circle by angle theta about a point and returns the new circle
 Circle09 Circle09.translate(Vect v)
          translates the circle by vector v and returns the new circle