Serialized Form


Package ch.epfl.scapetoad

Class ch.epfl.scapetoad.ActionExportAsSvg extends javax.swing.AbstractAction implements Serializable

Class ch.epfl.scapetoad.ActionLayerAdd extends javax.swing.AbstractAction implements Serializable

Class ch.epfl.scapetoad.ActionLayerRemove extends javax.swing.AbstractAction implements Serializable

Class ch.epfl.scapetoad.ActionLayerSave extends javax.swing.AbstractAction implements Serializable

Class ch.epfl.scapetoad.ActionQuit extends javax.swing.AbstractAction implements Serializable

Class ch.epfl.scapetoad.ActionShowHelp extends javax.swing.AbstractAction implements Serializable

Class ch.epfl.scapetoad.CartogramWizard extends javax.swing.JFrame implements Serializable

Serialized Fields

mCurrentStep

int mCurrentStep

mPanelZero

ch.epfl.scapetoad.CartogramWizardPanelZero mPanelZero

mPanelOne

ch.epfl.scapetoad.CartogramWizardPanelOne mPanelOne

mPanelTwo

ch.epfl.scapetoad.CartogramWizardPanelTwo mPanelTwo

mPanelThree

ch.epfl.scapetoad.CartogramWizardPanelThree mPanelThree

mPanelFour

ch.epfl.scapetoad.CartogramWizardPanelFour mPanelFour

mCartogram

Cartogram mCartogram

mRunningPanel

ch.epfl.scapetoad.CartogramWizardRunningPanel mRunningPanel
The panel shown during cartogram computation.


mFinishedPanel

ch.epfl.scapetoad.CartogramWizardFinishedPanel mFinishedPanel
The panel shown after cartogram computation.


mCartogramLayerName

java.lang.String mCartogramLayerName
The name of the selected cartogram layer (the master layer).


mCartogramAttributeName

java.lang.String mCartogramAttributeName
The name of the selected cartogram attribute.


mSimultaneousLayers

java.util.Vector<E> mSimultaneousLayers
Some parameters for the cartogram computation.


mConstrainedDeformationLayers

java.util.Vector<E> mConstrainedDeformationLayers

mAmountOfDeformation

int mAmountOfDeformation

mCartogramGridSizeX

int mCartogramGridSizeX

mCartogramGridSizeY

int mCartogramGridSizeY

mAdvancedOptionsEnabled

boolean mAdvancedOptionsEnabled

mDiffusionGridSize

int mDiffusionGridSize

mDiffusionIterations

int mDiffusionIterations

mCreateGridLayer

boolean mCreateGridLayer
Defines whether we should create a layer with the deformation grid.


mDeformationGridSize

int mDeformationGridSize
Defines the size of the deformation grid which can be created as additional layer.


mScapeToadIconPanel

ch.epfl.scapetoad.ScapeToadIconPanel mScapeToadIconPanel
The icon panel at the left side of each wizard window.


mWizardStepIconPanel

ch.epfl.scapetoad.WizardStepIconPanel mWizardStepIconPanel
The step icon panel at the upper right side of the wizard.


mCancelButton

javax.swing.JButton mCancelButton

mMissingValue

java.lang.String mMissingValue

Class ch.epfl.scapetoad.MainMenu extends javax.swing.JMenuBar implements Serializable

Serialized Fields

mMenuFile_RemoveLayer

javax.swing.JMenuItem mMenuFile_RemoveLayer

mMenuFile_SaveLayer

javax.swing.JMenuItem mMenuFile_SaveLayer

mMenuFile_ExportAsSvg

javax.swing.JMenuItem mMenuFile_ExportAsSvg

Class ch.epfl.scapetoad.MainWindow extends javax.swing.JFrame implements Serializable

Serialized Fields

mMainPanel

ch.epfl.scapetoad.MainPanel mMainPanel

mMainMenu

MainMenu mMainMenu

Class ch.epfl.scapetoad.SizeErrorLegend extends javax.swing.JFrame implements Serializable