Serialized Form


Package karel

Class karel.Builtin implements Serializable

Class karel.Corner implements Serializable

Serialized Fields

avenue

int avenue

street

int street

numBeepers

int numBeepers

wallToNorth

boolean wallToNorth

wallToEast

boolean wallToEast

Class karel.Instruction implements Serializable

Serialized Fields

description

java.lang.String description

Class karel.KarelCrashedException implements Serializable

Class karel.KarelException implements Serializable

Class karel.KarelNoBeeperAtCornerException implements Serializable

Class karel.KarelOutOfBoundsException implements Serializable

Class karel.KPoint implements Serializable

Serialized Fields

avenue

int avenue

street

int street

Class karel.Program implements Serializable

Serialized Fields

instructions

java.util.Vector instructions

startAddress

int startAddress

Class karel.Test implements Serializable

Class karel.World implements Serializable

Serialized Fields

numAvenues

int numAvenues

numStreets

int numStreets

corners

Corner[][] corners

robotStartAve

int robotStartAve

robotStartSt

int robotStartSt

robotStartDir

int robotStartDir

robotStartBeepers

int robotStartBeepers

Class karel.WorldParserException implements Serializable


Package karel.swingui

Class karel.swingui.KarelFrame implements Serializable

Serialized Fields

fWorldPanel

WorldPanel fWorldPanel
public temporarily for silk.

fWorldFileChooser

javax.swing.JFileChooser fWorldFileChooser

fProgramFileChooser

javax.swing.JFileChooser fProgramFileChooser

fRobot

Robot fRobot
public temporarily for silk.

Class karel.swingui.WorldPanel implements Serializable

Serialized Fields

scale_x

int scale_x

scale_y

int scale_y

translate_x

int translate_x

translate_y

int translate_y

cell_width

int cell_width

cell_height

int cell_height

half_cell_width

int half_cell_width

half_cell_height

int half_cell_height

fWorld

World fWorld

fRobot

Robot fRobot

beeperColor

java.awt.Color beeperColor


Package karel.world

Class karel.world.GlobalDataPanel implements Serializable

Serialized Fields

map

WorldMap map

beeperGui

GlobalDataPanel.BeeperGui beeperGui

sizeGui

GlobalDataPanel.SizeGui sizeGui

Class karel.world.GlobalDataPanel.BeeperGui implements Serializable

Serialized Fields

this$0

GlobalDataPanel this$0

t

java.awt.TextField t

Class karel.world.GlobalDataPanel.SizeGui implements Serializable

Serialized Fields

this$0

GlobalDataPanel this$0

w

java.awt.TextField w

h

java.awt.TextField h

Class karel.world.WaitingDialog implements Serializable

Serialized Fields

selected

java.awt.Button selected

gbc

java.awt.GridBagConstraints gbc

gb

java.awt.GridBagLayout gb

buttonCount

int buttonCount

Class karel.world.WorldEditor implements Serializable

Serialized Fields

gdp

GlobalDataPanel gdp

map

WorldMap map

directory

java.lang.String directory

helpFrame

java.awt.Frame helpFrame

Class karel.world.WorldMap implements Serializable

Serialized Fields

width

int width

height

int height

kx

int kx

ky

int ky

kd

int kd

kb

int kb

location

Intersection[][] location

preferredSize

java.awt.Dimension preferredSize

gdp

GlobalDataPanel gdp

changed

boolean changed