Serialized Form


Package org.newdawn.slick

Class org.newdawn.slick.AppletGameContainer extends java.applet.Applet implements Serializable

Serialized Fields

canvas

org.newdawn.slick.AppletGameContainer.ContainerPanel canvas

container

org.newdawn.slick.AppletGameContainer.Container container

displayParent

java.awt.Canvas displayParent

gameThread

java.lang.Thread gameThread

started

boolean started

Class org.newdawn.slick.CanvasGameContainer extends java.awt.Canvas implements Serializable

Serialized Fields

container

org.newdawn.slick.CanvasGameContainer.Container container

game

org.newdawn.slick.Game game

Class org.newdawn.slick.Color extends java.lang.Object implements Serializable

serialVersionUID: 1393939L

Serialized Fields

r

float r
The red component of the colour


g

float g
The green component of the colour


b

float b
The blue component of the colour


a

float a
The alpha component of the colour

Class org.newdawn.slick.SlickException extends java.lang.Exception implements Serializable


Package org.newdawn.slick.opengl

Class org.newdawn.slick.opengl.CompositeIOException extends java.io.IOException implements Serializable

Serialized Fields

exceptions

java.util.ArrayList<E> exceptions
The list of exceptions causing this one


Package org.newdawn.slick.util

Class org.newdawn.slick.util.OperationNotSupportedException extends java.lang.RuntimeException implements Serializable



Copyright © 2006 New Dawn Software. All Rights Reserved.