Serialized Form


Package morey.spore

Class morey.spore.BadSporeCodeException implements Serializable

Class morey.spore.BoardLayer implements Serializable

Serialized Fields

light

boolean light

newPolygons

java.util.LinkedList newPolygons

oldSize

java.awt.Dimension oldSize

polygons

java.util.Hashtable polygons

scale

double scale

size

java.awt.Dimension size

wrap

boolean wrap
wrap has to do with the torus topology that is not implemented...

Class morey.spore.BufferSporeListener implements Serializable

Serialized Fields

backImage

java.awt.Image backImage

bg

java.awt.Graphics bg

boardSize

java.awt.Dimension boardSize

claims

SporeEventStore claims

cmpG

java.awt.Graphics cmpG

composedImage

java.awt.Image composedImage

dirty

java.awt.Rectangle dirty

keepUp

boolean keepUp

oldSize

java.awt.Dimension oldSize

size

java.awt.Dimension size

spores

SporeEventStore spores

wrap

boolean wrap
wrap has to do with the torus topology that is not implemented...

Class morey.spore.CPUControls implements Serializable

Serialized Fields

angle

java.awt.TextField angle

content

java.awt.TextArea content

cpu

Processor cpu

team

java.awt.Choice team

xcoord

java.awt.TextField xcoord

ycoord

java.awt.TextField ycoord

Class morey.spore.DuplicateCodeException implements Serializable

Class morey.spore.InLineApplet implements Serializable

Serialized Fields

cpu

Processor cpu

frame

java.awt.Frame frame

here

java.net.URL here

Class morey.spore.LayeredAdd implements Serializable

Serialized Fields

bsf

BufferSporeListener bsf

simpleAdd

SimpleAdd simpleAdd

Class morey.spore.LayeredSporeListener implements Serializable

Serialized Fields

claims

BoardLayer claims

scale

double scale

size

java.awt.Dimension size

spores

BoardLayer spores

wrap

boolean wrap
wrap has to do with the torus topology that is not implemented...

Class morey.spore.RPolygon implements Serializable

Serialized Fields

heading

int heading
the heading relative to the remembered side. The heading is an integer which refers to the side relate to this one where spawning or flipping will next take place.
See Also:
one

one

double[] one
the first point of the remembered side. The remembered side is the only side that is kept to locate the polygon. the order of the one and two are important since it is used to determine where the centre of the polygon is. The heading is relative to this side.

serialID

int serialID

sides

int sides
the number of sides the polygon has

two

double[] two
the second point of the remembered side.
See Also:
one

type

int type
the type of polygon (right now I think of this as the colour)

Class morey.spore.SimpleAdd implements Serializable

Serialized Fields

addSize

java.awt.Dimension addSize

angle

double angle

cpu

Processor cpu

layeredPane

LayeredAdd layeredPane

mode

int mode

scale

double scale

size

java.awt.Dimension size

team

int team

x

int x

x2

int x2

y

int y

y2

int y2

Class morey.spore.SimpleAdd.PopupAdd implements Serializable

Serialized Fields

angle

double angle

angleField

javax.swing.JTextField angleField

choice

javax.swing.JComboBox choice

cpu

Processor cpu

go

javax.swing.JButton go

me

SimpleAdd.PopupAdd me

teamField

javax.swing.JTextField teamField

this$0

SimpleAdd this$0

x

double x

xField

javax.swing.JTextField xField

y

double y

yField

javax.swing.JTextField yField

Class morey.spore.SimpleApplet implements Serializable

Serialized Fields

cpu

Processor cpu

frame

java.awt.Frame frame

here

java.net.URL here

scale

java.awt.TextField scale

Class morey.spore.SimpleListener implements Serializable

Serialized Fields

backImage

java.awt.Image backImage

bg

java.awt.Graphics bg

col

java.awt.Color[] col

scale

double scale

size

java.awt.Dimension size

status

int status

wrap

boolean wrap
wrap has to do with the torus topology that is not implemented...

Class morey.spore.SimpleWall implements Serializable

Serialized Fields

claimSporeCB

java.awt.Checkbox claimSporeCB

content

java.awt.TextArea content

cpu

Processor cpu

cpuCon

CPUControls cpuCon

demo

java.awt.Choice demo

demoNames

java.util.Hashtable demoNames

fileName

java.awt.TextField fileName

home

java.net.URL home

psB

java.awt.Checkbox psB

psListen

PSListener psListen

sListen

SimpleListener sListen

Class morey.spore.SporeEventObject implements Serializable

Serialized Fields

polygon

RPolygon polygon

statis

int statis

time

double time

Class morey.spore.SporeException implements Serializable

Class morey.spore.StandAlone implements Serializable

Serialized Fields

actions

javax.swing.JTextArea actions

content

javax.swing.JTree content

cpu

Processor cpu

defaultColour

java.awt.Color defaultColour

demo

javax.swing.JComboBox demo

demoNames

java.util.Hashtable demoNames

fileName

javax.swing.JTextField fileName

go

javax.swing.JButton go

home

java.net.URL home

justText

javax.swing.JToggleButton justText

load

javax.swing.JButton load

ready

boolean ready

renderer

ActionRenderer renderer

reset

javax.swing.JButton reset

root

javax.swing.tree.DefaultMutableTreeNode root

size

javax.swing.JButton size

sListen

BufferSporeListener sListen

specificSize

javax.swing.JTextField specificSize

start

javax.swing.JButton start

treeModel

javax.swing.tree.DefaultTreeModel treeModel

Class morey.spore.StandAloneApplet implements Serializable

Serialized Fields

frame

javax.swing.JFrame frame

here

java.net.URL here

standAlone

StandAlone standAlone