Serialized Form


Package graphics

Class graphics.GraphicsWindow extends javax.swing.JFrame implements Serializable

serialVersionUID: 1695173054698706699L

Serialized Fields

parameters

Parameters parameters
parameters instance of Parameter- class.


graphicsEngine

GraphicsEngine graphicsEngine
graphicsEngine instance of GraphicsEngine- class.


outputPane

OutputPane outputPane
outputPane instance of JPanel.


infoPane

InfoPane infoPane
infoPane instance of JPanel.


menuBar

javax.swing.JMenuBar menuBar
menuBar instance of JMenuBar.


itemClose

javax.swing.JMenuItem itemClose
itemClose instance of JMenuitem.


itemPause

javax.swing.JMenuItem itemPause
itemPause instance of JMenuitem.


itemRun

javax.swing.JMenuItem itemRun
itemRun instance of JMenuitem.


itemSnapshot

javax.swing.JMenuItem itemSnapshot
itemSnapshot instance of JMenuitem.


dataCollection

DataCollection dataCollection
dataCollection instance of DataCollection -class.

Class graphics.InfoPane extends javax.swing.JPanel implements Serializable

serialVersionUID: 1731983234032336151L

Serialized Fields

colorBackground

java.awt.Color colorBackground
JPanel background color.


backgroundImage

java.awt.image.BufferedImage backgroundImage
Panels background image.


dataCollection

DataCollection dataCollection
Current instance of DataCollection- class.

Class graphics.OutputPane extends javax.swing.JPanel implements Serializable

serialVersionUID: 9054430788315943103L

Serialized Fields

engine

GraphicsEngine engine
Current instance of GraphicsEngine- class.


colorBackground

java.awt.Color colorBackground
JPanel background color.