Class Images

java.lang.Object
   |
   +----Images

class Images
extends Object
Sorry, not documented yet.

Source


Variable Index

 o all
 o back
 o ball
 o block
 o bomb
 o bullet
 o delay
 o errFile
 o grow
 o imgs
 o newball
 o paddle
 o shrink
 o teleport
 o triple
 o wall

Constructor Index

 o Images()

Method Index

 o init(Component, URL, Label)
 o loadAll(URL, Component)
 o makeTransparent(Component, Label)
 o setupAliases()
 o splitUp(URL, Component)

Variables

 o all
 static Image all
 o imgs
 static Image imgs[]
 o ball
 static Image ball
 o back
 static Image back
 o bullet
 static Image bullet
 o delay
 static Image delay[]
 o wall
 static Image wall
 o triple
 static Image triple
 o paddle
 static Image paddle[]
 o shrink
 static Image shrink
 o grow
 static Image grow
 o newball
 static Image newball
 o bomb
 static Image bomb
 o teleport
 static Image teleport
 o block
 static Image block[]
 o errFile
 static String errFile

Constructors

 o Images
 Images()

Methods

 o init
 static boolean init(Component comp,
                     URL base,
                     Label label)
 o loadAll
 static void loadAll(URL base,
                     Component comp) throws Exception
 o splitUp
 static void splitUp(URL base,
                     Component comp) throws Exception
 o makeTransparent
 static void makeTransparent(Component comp,
                             Label label) throws Exception
 o setupAliases
 static void setupAliases()