Class Images
java.lang.Object
|
+----Images
- class Images
- extends Object
Sorry, not documented yet.
Source
-
all
-
-
back
-
-
ball
-
-
block
-
-
bomb
-
-
bullet
-
-
delay
-
-
errFile
-
-
grow
-
-
imgs
-
-
newball
-
-
paddle
-
-
shrink
-
-
teleport
-
-
triple
-
-
wall
-
-
Images()
-
-
init(Component, URL, Label)
-
-
loadAll(URL, Component)
-
-
makeTransparent(Component, Label)
-
-
setupAliases()
-
-
splitUp(URL, Component)
-
all
static Image all
imgs
static Image imgs[]
ball
static Image ball
back
static Image back
bullet
static Image bullet
delay
static Image delay[]
wall
static Image wall
triple
static Image triple
paddle
static Image paddle[]
shrink
static Image shrink
grow
static Image grow
newball
static Image newball
bomb
static Image bomb
teleport
static Image teleport
block
static Image block[]
errFile
static String errFile
Images
Images()
init
static boolean init(Component comp,
URL base,
Label label)
loadAll
static void loadAll(URL base,
Component comp) throws Exception
splitUp
static void splitUp(URL base,
Component comp) throws Exception
makeTransparent
static void makeTransparent(Component comp,
Label label) throws Exception
setupAliases
static void setupAliases()