Class Paddle

java.lang.Object
   |
   +----java.awt.Rectangle
           |
           +----Paddle

class Paddle
extends Rectangle
Sorry, not documented yet.

Source


Variable Index

 o ballStartAngle
 o ballStartX
 o bojng
 o curSize
 o isDrawn

Constructor Index

 o Paddle(BojngInterface)

Method Index

 o changeSize(int)
 o draw(boolean)
 o getBallAngle()
 o initBall()
 o moveTo(int)
 o reset()

Variables

 o bojng
 BojngInterface bojng
 o ballStartAngle
 double ballStartAngle
 o ballStartX
 int ballStartX
 o curSize
 int curSize
 o isDrawn
 boolean isDrawn

Constructors

 o Paddle
 Paddle(BojngInterface bojng)

Methods

 o reset
 void reset()
 o changeSize
 void changeSize(int diff)
 o moveTo
 void moveTo(int x)
 o draw
 void draw(boolean visible)
 o initBall
 void initBall()
 o getBallAngle
 double getBallAngle()