All Packages Class Hierarchy This Package Previous Next Index
Class picture.ImageLoader
java.lang.Object
|
+----picture.ImageLoader
- public class ImageLoader
- extends Object
- implements Runnable
ImageLoader is the superclass for various image loaders. In particular the
BMP and TGA ImageLoader classes.
Classes from
http://village.ch/~schoen/
-
debug
-
-
framebuffer
-
-
imagefile
-
-
imageLoaded
-
-
myProd
-
-
newImage
-
-
xres
-
-
yres
-
-
ImageLoader()
-
-
Debug(boolean)
-
-
GetInfo()
-
-
InitFramebuffer(int, int)
-
-
Load(String, Component)
-
-
Load(URL, Component)
-
-
LoadPic()
-
-
Print(String)
-
-
ReadHeader()
-
-
run()
-
-
Sleep(int)
-
-
start()
-
imageLoaded
public boolean imageLoaded
newImage
public Image newImage
framebuffer
protected int framebuffer[]
imagefile
protected FileInput imagefile
debug
protected boolean debug
xres
protected int xres
yres
protected int yres
myProd
protected ImageLoaderProducer myProd
ImageLoader
public ImageLoader()
ReadHeader
protected void ReadHeader() throws IOException, UnsupportedFormatException, WrongFileFormatException
LoadPic
protected void LoadPic() throws IOException, UnsupportedFormatException, WrongFileFormatException
GetInfo
public String GetInfo()
InitFramebuffer
public final void InitFramebuffer(int w,
int h)
Load
public Image Load(URL picfile,
Component target) throws NoSuchLoaderException
Load
public Image Load(String picfile,
Component target) throws NoSuchLoaderException
Print
protected final void Print(String txt)
Debug
public final void Debug(boolean flag)
Sleep
protected final void Sleep(int sec)
run
public void run()
start
public void start()
All Packages Class Hierarchy This Package Previous Next Index