Serialized Form


Package gui

Class gui.AddNodePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

appClass

javax.swing.JLabel appClass

initialx

javax.swing.JLabel initialx

initialy

javax.swing.JLabel initialy

app

javax.swing.JTextField app

xpos

javax.swing.JTextField xpos

ypos

javax.swing.JTextField ypos

Class gui.MobilityModelPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

cards

javax.swing.JPanel cards

BUTTONPANEL

java.lang.String BUTTONPANEL

TEXTPANEL

java.lang.String TEXTPANEL

Class gui.NodePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

activePanel

javax.swing.JPanel activePanel

nodetable

javax.swing.JPanel nodetable

addPanel

javax.swing.JPanel addPanel

bottombuttons

javax.swing.JPanel bottombuttons

addbottom

javax.swing.JPanel addbottom

selectedRow

int selectedRow

model

NodeTableModel model

Class gui.NodeTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

imageRed

javax.swing.ImageIcon imageRed

imageBlue

javax.swing.ImageIcon imageBlue

imageYellow

javax.swing.ImageIcon imageYellow

imageGreen

javax.swing.ImageIcon imageGreen

imageCyan

javax.swing.ImageIcon imageCyan

imageLightGrey

javax.swing.ImageIcon imageLightGrey

imageDarkGrey

javax.swing.ImageIcon imageDarkGrey

imageGrey

javax.swing.ImageIcon imageGrey

imageMagenta

javax.swing.ImageIcon imageMagenta

imagePink

javax.swing.ImageIcon imagePink

imageBlack

javax.swing.ImageIcon imageBlack

options

StartOptions options

nodes

java.util.ArrayList nodes

tempInfo

NodeInfoModel tempInfo

colormanager

ColorManager colormanager

nodemanager

NodeManager nodemanager

headings

java.lang.String[] headings

data

java.util.ArrayList data

Class gui.SimulationPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

RANDOMWALK

java.lang.String RANDOMWALK

RANDOMWAYPOINT

java.lang.String RANDOMWAYPOINT

BOUNDLESS

java.lang.String BOUNDLESS

progressBar

javax.swing.JProgressBar progressBar

Class gui.Simulator extends javax.swing.JPanel implements Serializable


Package core

Class core.NetJPanel extends javax.swing.JComponent implements Serializable

Serialized Fields

nodes

java.util.ArrayList nodes

colours

java.util.ArrayList colours

fieldwidth

int fieldwidth

fieldheight

int fieldheight

gridWidth

int gridWidth

gridHeight

int gridHeight

rectWidth

int rectWidth

rectHeight

int rectHeight

colourpos

int colourpos

timestep

int timestep

nodeManager

NodeManager nodeManager

totalSize

java.awt.Dimension totalSize

fontMetrics

java.awt.FontMetrics fontMetrics

startsim

boolean startsim


Class DrawFrame extends javax.swing.JFrame implements Serializable


Class NetVisualiser extends javax.swing.JComponent implements Serializable