Interface BojngInterface

interface BojngInterface
Sorry, not documented yet.

Source


Method Index

 o _blockheight()
 o _blockwidth()
 o _fieldHeight()
 o _fieldWidth()
 o _imgheight()
 o _imgwidth()
Update _update();
 o _paddle()
 o clearBlock(int, int)
 o drawBackground(int, int, int, int)
 o drawImage(Image, int, int)
ruft update.add auf
 o getItem(int, int)
 o hit(Object, Object)
 o ms()
 o msg(String)
 o posRand(int)
 o removeItem(int, int)
 o repaint()
 o update()

Methods

 o _imgwidth
 public abstract int _imgwidth()
Update _update();

 o _imgheight
 public abstract int _imgheight()
 o _blockwidth
 public abstract int _blockwidth()
 o _blockheight
 public abstract int _blockheight()
 o _fieldWidth
 public abstract int _fieldWidth()
 o _fieldHeight
 public abstract int _fieldHeight()
 o _paddle
 public abstract Rectangle _paddle()
 o drawImage
 public abstract void drawImage(Image i,
                                int x,
                                int y)
ruft update.add auf

 o drawBackground
 public abstract void drawBackground(int x,
                                     int y,
                                     int width,
                                     int height)
 o clearBlock
 public abstract void clearBlock(int bx,
                                 int by)
 o getItem
 public abstract Rectangle getItem(int bx,
                                   int by)
 o removeItem
 public abstract void removeItem(int bx,
                                 int by)
 o hit
 public abstract void hit(Object item,
                          Object ball)
 o msg
 public abstract void msg(String s)
 o repaint
 public abstract void repaint()
 o posRand
 public abstract int posRand(int max)
 o update
 public abstract void update()
 o ms
 public abstract int ms()