Serialized Form


Package tester

Class tester.IllegalUseOfTraversalException extends RuntimeException implements Serializable

serialVersionUID: 3990453678693279717L


Package javalib.worldcanvas

Class javalib.worldcanvas.AppletCanvas extends JPanel implements Serializable

Serialized Fields

buffer

BufferedImage buffer
The buffered image that maintains the persistent graphics state.


painter

AppletCanvas.Painter painter
The internal painter panel.


WIDTH

int WIDTH
The width and height for this buffered panel.


HEIGHT

int HEIGHT

Class javalib.worldcanvas.AppletCanvas.Painter extends JPanel implements Serializable

Serialized Fields

panel

AppletCanvas panel
Reference to the BufferedPanel that created this Painter.

Class javalib.worldcanvas.CanvasPanel extends JPanel implements Serializable

Serialized Fields

WIDTH

int WIDTH
The width and height for this buffered panel.


HEIGHT

int HEIGHT

Class javalib.worldcanvas.CanvasPanel.Painter extends JPanel implements Serializable

Serialized Fields

panel

CanvasPanel panel
Reference to the CanvasPanel that created this Painter.