Serialized Form


Package ptft

Class ptft.JCell extends javax.swing.JComponent implements Serializable

Serialized Fields

m_width

int m_width

m_row

int m_row

m_column

int m_column

m_strategy

int m_strategy

m_strategyColors

NamedColorArray m_strategyColors

m_score

int m_score

Class ptft.JCellularAutomata extends JGrid implements Serializable

Serialized Fields

m_payoffs

int[][] m_payoffs

m_thread

java.lang.Thread m_thread

m_sleepDelay

int m_sleepDelay

Class ptft.JGrid extends javax.swing.JPanel implements Serializable

Serialized Fields

m_columns

int m_columns

m_rows

int m_rows

m_cellWidth

int m_cellWidth

m_cellPadding

int m_cellPadding

m_grid

JCell[][] m_grid

m_strategies

NamedColorArray m_strategies

innerPanel

javax.swing.JPanel innerPanel

Class ptft.JGridButton extends javax.swing.JButton implements Serializable

Serialized Fields

m_gridColorNW

java.awt.Color m_gridColorNW

m_gridColorNE

java.awt.Color m_gridColorNE

m_gridColorSW

java.awt.Color m_gridColorSW

m_gridColorSE

java.awt.Color m_gridColorSE

Class ptft.JLegendLabel extends javax.swing.JLabel implements Serializable

Serialized Fields

m_fillColor

java.awt.Color m_fillColor

m_outlineColor

java.awt.Color m_outlineColor

Class ptft.JPaintCellularAutomata extends JPtftCellularAutomata implements Serializable

Serialized Fields

m_activeStrategy

int m_activeStrategy

m_activeEthnicity

int m_activeEthnicity

m_lastDrawnCell

JPtftCell m_lastDrawnCell

m_isPaintModeEnabled

boolean m_isPaintModeEnabled

m_isPencil

boolean m_isPencil

m_isMouseButtonPressed

boolean m_isMouseButtonPressed

m_pencilCursor

java.awt.Cursor m_pencilCursor

m_bucketCursor

java.awt.Cursor m_bucketCursor

m_isFlooded

boolean[][] m_isFlooded

m_n

int m_n

Class ptft.JPtftApplet extends javax.swing.JApplet implements Serializable

Serialized Fields

jPtftPanel1

JPtftPanel jPtftPanel1

Class ptft.JPtftCell extends JCell implements Serializable

Serialized Fields

m_ethnicity

int m_ethnicity

m_ethnicColors

NamedColorArray m_ethnicColors

m_isStrategyDisplayed

boolean m_isStrategyDisplayed

Class ptft.JPtftCellularAutomata extends JCellularAutomata implements Serializable

Serialized Fields

m_isStrategyDisplayed

boolean m_isStrategyDisplayed

m_isSegregated

boolean m_isSegregated

m_strategyColors

java.awt.Color[] m_strategyColors

m_ethnicColors

java.awt.Color[] m_ethnicColors

Class ptft.JPtftPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

m_strategies

NamedColorArray m_strategies

m_ethnicities

NamedColorArray m_ethnicities

m_pauseIcon

javax.swing.ImageIcon m_pauseIcon

m_playIcon

javax.swing.ImageIcon m_playIcon

m_pencilIcon

javax.swing.ImageIcon m_pencilIcon

m_bucketIcon

javax.swing.ImageIcon m_bucketIcon

m_gridIcon

javax.swing.ImageIcon m_gridIcon

bucketButton

javax.swing.JToggleButton bucketButton

cellularAutomata

JPaintCellularAutomata cellularAutomata

ethnicityList

javax.swing.JList ethnicityList

gridButton

JGridButton gridButton

guiPanel

javax.swing.JPanel guiPanel

legendPanel

javax.swing.JPanel legendPanel

nextButton

javax.swing.JButton nextButton

paintButton

javax.swing.JRadioButton paintButton

paintOrRandom

javax.swing.ButtonGroup paintOrRandom

paintTools

javax.swing.ButtonGroup paintTools

pencilButton

javax.swing.JToggleButton pencilButton

playButton

javax.swing.JButton playButton

randomButton

javax.swing.JRadioButton randomButton

restartButton

javax.swing.JButton restartButton

segregateButton

javax.swing.JButton segregateButton

strategyList

javax.swing.JList strategyList

toggleViewsButton

javax.swing.JButton toggleViewsButton

Class ptft.JPtftPanel.LegendListCellRenderer extends JLegendLabel implements Serializable