Serialized Form


Package nanomunchers

Class nanomunchers.NanoEntry extends heurgame.GameEntry implements Serializable

Serialized Fields

port

int port

hostname

java.lang.String hostname

gameTime

long gameTime

aBuilder

heurgame.ui.builder.ComponentOrientedBuilder aBuilder

iBuilder

heurgame.ui.builder.InterfaceBuilder iBuilder

sandboxed

boolean sandboxed

mainHandle

int mainHandle

welcomeHandle

int welcomeHandle

gameServer

heurgame.GameServer gameServer

official

NanoRef official

scoreBoard

heurgame.ui.ScoreBoard scoreBoard

game

NanoGame game

botNumberHandle

int botNumberHandle

graphGenerationHandle

int graphGenerationHandle

inReplay

boolean inReplay

replaySlowAction

int replaySlowAction

replayFastAction

int replayFastAction


Package nanomunchers.ui

Class nanomunchers.ui.GraphEditPanel extends java.awt.Canvas implements Serializable

Serialized Fields

graph

Graph graph

bufferGraphics

java.awt.Graphics bufferGraphics

offscreen

java.awt.Image offscreen

edgesShown

boolean[] edgesShown

midpoints

java.awt.Point[] midpoints

hoffset

int hoffset

woffset

int woffset

lastWidth

int lastWidth

lastHeight

int lastHeight

chosenEdges

java.util.Vector chosenEdges

mLocation

java.awt.Point mLocation

graphDrawing

Drawing graphDrawing

Class nanomunchers.ui.GraphGeneration extends java.awt.Container implements Serializable

Serialized Fields

graphOption

int graphOption

graphTypes

java.awt.Choice graphTypes

widthText

java.awt.TextField widthText

heightText

java.awt.TextField heightText

randomText

java.awt.TextField randomText

urlText

java.awt.TextField urlText

browseHandle

int browseHandle

widthLabel

java.awt.Component widthLabel

heightLabel

java.awt.Component heightLabel

percentageLabel

java.awt.Component percentageLabel

fileLabel

java.awt.Component fileLabel

status

java.awt.Component status

onFinish

java.lang.Runnable onFinish

product

Graph product

readyToGenerate

boolean readyToGenerate

useFileOrURL

java.lang.String useFileOrURL

useWidth

int useWidth

useHeight

int useHeight

useRandom

int useRandom

aBuilder

heurgame.ui.builder.ComponentOrientedBuilder aBuilder

browseWindow

java.awt.FileDialog browseWindow

Class nanomunchers.ui.NanoDecisionPanel extends java.awt.Component implements Serializable

Serialized Fields

bufferGraphics

java.awt.Graphics bufferGraphics

offscreen

java.awt.Image offscreen

showPoints

java.util.Vector showPoints

mLocation

java.awt.Point mLocation

possible

java.awt.Point possible

graphDrawing

Drawing graphDrawing

graph

Graph graph

woffset

int woffset

hoffset

int hoffset

lastWidth

int lastWidth

lastHeight

int lastHeight

Class nanomunchers.ui.NanoSimulation extends java.awt.Canvas implements Serializable

Serialized Fields

graph

Graph graph

bufferGraphics

java.awt.Graphics bufferGraphics

offscreen

java.awt.Image offscreen

hoffset

int hoffset

woffset

int woffset

lastWidth

int lastWidth

lastHeight

int lastHeight

playerColors

heurgame.ui.PlayerColors playerColors

eaten

heurgame.PlayerToken[] eaten

edgeLookup

java.util.Vector edgeLookup

currentFrame

java.util.Vector currentFrame

allFrames

java.util.Vector allFrames

nanoDeath

java.util.Hashtable nanoDeath

nanoLookup

java.util.Hashtable nanoLookup

playerLookup

java.util.Hashtable playerLookup

interpolation

double interpolation

currentPosition

double currentPosition

nanoPlacesStart

java.util.Hashtable nanoPlacesStart

nanoPlacesEnd

java.util.Hashtable nanoPlacesEnd

playerSpeaker

heurgame.event.PlayerBroadcaster playerSpeaker

simulationRunning

boolean simulationRunning

showNames

boolean showNames

showCodes

boolean showCodes

simulationSpeed

double simulationSpeed

framesToSkip

int framesToSkip

graphDrawing

Drawing graphDrawing

frameListener

FrameListener frameListener