Serialized Form


Package com.rie.rieps.engine.fonts

Class com.rie.rieps.engine.fonts.AskForUnknownFontPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

jd

javax.swing.JDialog jd

awt

java.awt.Font awt

availableDevicePSFont

java.lang.String[] availableDevicePSFont

linked

boolean linked

jButton2

javax.swing.JButton jButton2

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

jLabel4

javax.swing.JLabel jLabel4

jPanel1

javax.swing.JPanel jPanel1

jPanel2

javax.swing.JPanel jPanel2

jbLink

javax.swing.JButton jbLink

jcbPSFamily

javax.swing.JComboBox jcbPSFamily

jcbSize

javax.swing.JCheckBox jcbSize

jcbStyle

javax.swing.JCheckBox jcbStyle

jrbBold

javax.swing.JRadioButton jrbBold

jrbItalic

javax.swing.JRadioButton jrbItalic

jrbPlain

javax.swing.JRadioButton jrbPlain

jtfAWTName

javax.swing.JTextField jtfAWTName

jtfAWTSize

javax.swing.JTextField jtfAWTSize

jtfMatA

javax.swing.JTextField jtfMatA

jtfMatB

javax.swing.JTextField jtfMatB

jtfMatC

javax.swing.JTextField jtfMatC

jtfMatD

javax.swing.JTextField jtfMatD

jtfMatE

javax.swing.JTextField jtfMatE

jtfMatF

javax.swing.JTextField jtfMatF

jtfPSSize

javax.swing.JFormattedTextField jtfPSSize

Package com.rie.rieps.exception

Class com.rie.rieps.exception.RiepsException extends java.lang.Exception implements Serializable


Package Fractal

Class Fractal.LSystem2Config.Indexes extends java.util.ArrayList<java.lang.Integer> implements Serializable

Class Fractal.LSystem2Control extends javax.swing.JPanel implements Serializable

Serialized Fields

txtAxiom

javax.swing.JTextField txtAxiom

txtGrammar

javax.swing.JTextField txtGrammar

txtDepth

javax.swing.JSpinner txtDepth

txtAngle

javax.swing.JSpinner txtAngle

txtDerived

javax.swing.JTextField txtDerived

txtDimension

javax.swing.JTextField txtDimension

guiLSystem

LSystem2Panel guiLSystem

cmdSavePS

javax.swing.JButton cmdSavePS

cmdClose

java.awt.Component cmdClose

Class Fractal.LSystem2Panel extends javax.swing.JPanel implements Serializable

Serialized Fields

lSystem

LSystem2Renderer lSystem

axiom

java.lang.String axiom

grammar

java.lang.String grammar

depth

int depth

angle

float angle

centerX

int centerX

centerY

int centerY

scale

float scale

Package UI

Class UI.GEVAConfigGUI extends javax.swing.JDialog implements Serializable

Serialized Fields

guiProperties

GEVABookContainer guiProperties

cmdReset

javax.swing.JButton cmdReset

cmdOk

javax.swing.JButton cmdOk

cmdApply

javax.swing.JButton cmdApply

cmdCancel

javax.swing.JButton cmdCancel

guiPropertiesPath

GEVAFileProperty guiPropertiesPath

guiGrammarPath

GEVAFileProperty guiGrammarPath

guiConfigPath

GEVAFileProperty guiConfigPath

guiClassPath

GEVAFileProperty guiClassPath

guiWorkingAbsPath

GEVAFileProperty guiWorkingAbsPath

isDirty

boolean isDirty

canDirty

boolean canDirty

needRestart

int needRestart

Class UI.GEVAContainerControl.Controls extends java.util.ArrayList<GEVAControl> implements Serializable

Class UI.GEVAControlGroup extends java.util.ArrayList<GEVAControl> implements Serializable

Serialized Fields

hiding

boolean hiding

Class UI.GEVAFitness.FitnessCommands extends java.util.HashMap<java.lang.String,java.lang.String> implements Serializable

Class UI.GEVAFitness.Names extends java.util.ArrayList<java.lang.String> implements Serializable

Class UI.GEVAPropertiesGUI extends javax.swing.JFrame implements Serializable

Serialized Fields

propertiesFile

java.lang.String propertiesFile
The filename of the currently loaded properties file, null if none loaded


properties

java.util.Properties properties
The currently loaded properties file, null if none loaded.


grammarFiles

java.lang.String grammarFiles
When building the list of grammar files for global grammar drop-down, save the list for the properties grammar drop-down


fitnessDetails

UI.GEVAPropertiesGUI.FitnessDetails fitnessDetails
Store list of fitness functions and their associated details, default grammar, dependency jar files, etc.


fitness

GEVAFitness fitness
Store the currently selected fitness function


initialising

boolean initialising
Set to true while the UI is initialising. Useful to prevent actions happening before the UI is ready to respond to them


isDirty

boolean isDirty
Store whether the properties need to be saved. Set to true when a property value is modified. Set to false when save() or load() is executed


canDirty

boolean canDirty
Store whether a dirty action will actually mark it dirty. This is used when internally modifying fields to a formatted equivalent, e.g. changing a value to its cononical form - basically, this is only used when the modification makes no difference to the meaning of the value and could be used correctly either way


resultOption

int resultOption
Store how window was closed, will be either OK_OPTION or CANCEL_OPTION


lblPropertiesFiles

javax.swing.JLabel lblPropertiesFiles

cboPropertiesFiles

javax.swing.JComboBox cboPropertiesFiles

cmdPropertiesFilesNew

javax.swing.JButton cmdPropertiesFilesNew

cmdPropertiesFilesDelete

javax.swing.JButton cmdPropertiesFilesDelete

guiProperties

GEVABookContainer guiProperties

guiFitnessFunctions

GEVAChoiceProperty guiFitnessFunctions

guiGrammarFiles

GEVAChoiceProperty guiGrammarFiles

guiPopulationSize

GEVAControl guiPopulationSize

guiReplacementType

GEVAControl guiReplacementType

guiEliteSize

GEVAControl guiEliteSize

guiSelection

GEVAControl guiSelection

guiTournamentSize

GEVAControl guiTournamentSize

guiPickSize

GEVAControl guiPickSize

cmdRun

javax.swing.JButton cmdRun

cmdSave

javax.swing.JButton cmdSave

cmdClose

javax.swing.JButton cmdClose

cmdConfig

javax.swing.JButton cmdConfig

Class UI.GEVASplash extends javax.swing.JWindow implements Serializable

Class UI.LSystemViewer extends javax.swing.JFrame implements Serializable

Serialized Fields

guiLSystem

LSystem2Control guiLSystem

cmdClose

javax.swing.JButton cmdClose

Package UI.Run

Class UI.Run.GEVAGraphPane extends GEVAPane implements Serializable

Serialized Fields

guiGraph

GEVAGraph guiGraph

model

GEVAGraphModel model

guiCategories

javax.swing.JTabbedPane guiCategories

guiStatus

javax.swing.JLabel guiStatus

labelListener

GEVAGraphPane.LabelListener labelListener

dataListener

GEVAGraphPane.DataListener dataListener

configListener

GEVAGraphPane.ConfigListener configListener

serii

UI.Run.GEVAGraphPane.GEVAGraphPaneSerii serii

graphUpdater

java.lang.Thread graphUpdater

hoverMode

boolean hoverMode

generations

int generations

startTime

long startTime

mouseX

int mouseX

mouseY

int mouseY

mouseU

int mouseU

mouseV

int mouseV

mouseB

int mouseB

graphX

float graphX

graphY

float graphY

graphU

float graphU

graphV

float graphV

graphF

boolean graphF

Class UI.Run.GEVAGraphPane.GEVAGraphPaneSeries.GEVAColourChooser extends javax.swing.JComboBox implements Serializable

Class UI.Run.GEVAGraphPaneConfig.Categories extends java.util.ArrayList<GEVAGraphPaneCategory> implements Serializable

Class UI.Run.GEVALSystemPane extends GEVAPane implements Serializable

Class UI.Run.GEVAPane extends javax.swing.JPanel implements Serializable

Serialized Fields

paneManager

GEVAPaneManager paneManager

Class UI.Run.GEVARun extends javax.swing.JDialog implements Serializable

Serialized Fields

gevaProcess

java.lang.Process gevaProcess

gevaInputReader

GEVAStreamReader gevaInputReader

gevaErrorReader

GEVAStreamReader gevaErrorReader

guiToolBar

javax.swing.JPanel guiToolBar

cmdStop

javax.swing.JButton cmdStop

cmdClose

javax.swing.JButton cmdClose

pages

javax.swing.JTabbedPane pages

globalParser

GEVAGlobalStreamParser globalParser

configParser

GEVAConfigurationStreamParser configParser

standardParser

GEVAStandardStreamParser standardParser

errorParser

GEVAErrorStreamParser errorParser

labelParser

GEVAGraphStreamParser.LabelStreamParser labelParser

dataParser

GEVAGraphStreamParser.DataStreamParser dataParser

lsystemParser

GEVALSystemStreamParser lsystemParser

panes

UI.Run.GEVARun.Panes panes

guiStatusBar

javax.swing.JPanel guiStatusBar

Package UI.Run.JSci

Class UI.Run.JSci.GEVAGraph extends JSci.swing.JGraph2D implements Serializable

Serialized Fields

interleave

int interleave