Serialized Form

Class DeluxeTable implements Serializable

Serialized Fields

_deluxeModel

DeluxeTableModel _deluxeModel
our deluxe tablemodel reference

_maximumColumnWidth

int _maximumColumnWidth


Class DeluxeTableModel implements Serializable

Serialized Fields

_maxSortStates

int _maxSortStates

_sortStatesVector

java.util.Vector _sortStatesVector


Class Editor implements Serializable

Serialized Fields

_aboutScreen

Editor.AboutScreen _aboutScreen

_bar

javax.swing.JMenuBar _bar

_controller

Controller2dTop _controller

_editMenu

javax.swing.JMenu _editMenu

_editPanel

EditPanel _editPanel

_helpMenu

javax.swing.JMenu _helpMenu

_map

Map _map

_scroll

javax.swing.JScrollPane _scroll

_selectMenu

javax.swing.JMenu _selectMenu

_side_controllers

Controller2dSide[] _side_controllers

_side_views

View2dSide[] _side_views

_split

javax.swing.JSplitPane _split

_toolbox

Toolbox _toolbox

_toolsMenu

javax.swing.JMenu _toolsMenu

_vc

ViewControl _vc

_view

View2dTop _view

_viewMenu

javax.swing.JMenu _viewMenu

_viewMenu_XY

javax.swing.JMenu _viewMenu_XY

_viewMenu_XZ

javax.swing.JMenu _viewMenu_XZ

_viewMenu_YZ

javax.swing.JMenu _viewMenu_YZ

_windowListener

java.awt.event.WindowListener _windowListener


Class EditPanel implements Serializable

Serialized Fields

_card

java.awt.CardLayout _card

_curPanel

javax.swing.JPanel _curPanel

_emptyPanel

javax.swing.JPanel _emptyPanel

_entityPanel

EditPanel.EntityPanel _entityPanel

_isSettingElement

boolean _isSettingElement

_lightPanel

EditPanel.LightPanel _lightPanel

_linePanel

EditPanel.LinePanel _linePanel

_map

Map _map

_mapPanel

EditPanel.MapPanel _mapPanel

_sectorPanel

EditPanel.SectorPanel _sectorPanel

_vertexPanel

EditPanel.VertexPanel _vertexPanel


Class Map implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

_defaultTexs

java.lang.String[] _defaultTexs

_isClipCached

boolean _isClipCached

_mapRect

java.awt.Rectangle _mapRect

_mapSize

java.awt.Dimension _mapSize

LAST_SECTOR_NUM

int LAST_SECTOR_NUM

lights

java.util.Vector lights

lines

java.util.Vector lines

name

java.lang.String name

scripts

java.util.Vector scripts

sectors

java.util.Vector sectors

sectSpecials

java.util.Vector sectSpecials

vertexes

java.util.Vector vertexes


Class Map.Element implements Serializable


Class Map.Entity implements Serializable

Serialized Fields

pos

Point3D pos


Class Map.LightSource implements Serializable

Serialized Fields

b

short b

g

short g

intensity

int intensity

pos

Point3D pos

r

short r


Class Map.Line implements Serializable

Serialized Fields

_map

Map _map

_script

Script _script

line_sides

Map.Side[] line_sides

trigger_flags

short trigger_flags

verts

Map.Vertex[] verts


Class Map.Sector implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

_ceilingTex

java.lang.String _ceilingTex

_floorTex

java.lang.String _floorTex

_map

Map _map

_special

Map.SectSpecial _special

brightness

short brightness

ceilingHeight

int ceilingHeight

floorHeight

int floorHeight

num

int num

s_vertexes

Map.Vertex[] s_vertexes


Class Map.SectSpecial implements Serializable

Serialized Fields

_damage

short _damage

_delay

byte _delay

_iterations

byte _iterations

_sound

short _sound

_speed

byte _speed

_startExtended

boolean _startExtended

_tag

byte _tag

_travel

short _travel

_type

short _type


Class Map.Side implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

_textures

java.lang.String[] _textures

line

Map.Line line

sect

Map.Sector sect


Class Map.Vertex implements Serializable

Serialized Fields

x

int x

y

int y


Class MultiSlider implements Serializable

Serialized Fields

_fieldFocusListener

java.awt.event.FocusListener _fieldFocusListener

_fieldListener

java.awt.event.ActionListener _fieldListener

_fields

javax.swing.JTextField[] _fields

_labels

javax.swing.JLabel[] _labels

_listeners

java.util.Vector _listeners

_slideListener

javax.swing.event.ChangeListener _slideListener

_sliders

javax.swing.JSlider[] _sliders


Class Point3D implements Serializable

Serialized Fields

z

int z


Class Script implements Serializable

Serialized Fields

cmds

java.util.Vector cmds

msgs

java.util.Vector msgs

num

int num


Class Script.Command implements Serializable

Serialized Fields

type

byte type

values

short[] values


Class ScriptEditor implements Serializable

Serialized Fields

_cmdTable

CommandTable _cmdTable

_cmdTableModel

CommandTableModel _cmdTableModel

_map

Map _map

_msgTable

MessageTable _msgTable

_msgTableModel

MessageTableModel _msgTableModel

_scriptTable

ScriptTable _scriptTable

_scriptTableModel

ScriptTableModel _scriptTableModel


Class TextureChecker implements Serializable

Serialized Fields

_cancelButton

javax.swing.JButton _cancelButton

_checkListener

java.awt.event.ActionListener _checkListener

_defaultButton

javax.swing.JButton _defaultButton

_defaultListener

java.awt.event.ActionListener _defaultListener

_map

Map _map

_model

TextureChecker.TexTableModel _model

_okButton

javax.swing.JButton _okButton

_probs

java.util.Vector _probs

_scroll

javax.swing.JScrollPane _scroll

_sectorBox

javax.swing.JCheckBox _sectorBox

_selectionListener

javax.swing.event.ListSelectionListener _selectionListener

_selModel

javax.swing.ListSelectionModel _selModel

_sideBox

javax.swing.JCheckBox _sideBox

_table

javax.swing.JTable _table


Class Toolbox implements Serializable

Serialized Fields

_selectAction

javax.swing.AbstractAction _selectAction


Class ToolsMenu implements Serializable

Serialized Fields

_editor

Editor _editor

_scriptItem

javax.swing.JMenuItem _scriptItem

_texCheckItem

javax.swing.JMenuItem _texCheckItem


Class View2d implements Serializable

Serialized Fields

_bgColor

java.awt.Color _bgColor

_centerItem

javax.swing.JMenuItem _centerItem

_controller

Controller2d _controller

_displayTransform

java.awt.geom.AffineTransform _displayTransform

_fillSectAlphaItem

javax.swing.JCheckBoxMenuItem _fillSectAlphaItem

_fillSectItem

javax.swing.JCheckBoxMenuItem _fillSectItem

_gridOverItem

javax.swing.JRadioButtonMenuItem _gridOverItem

_gridUnderItem

javax.swing.JRadioButtonMenuItem _gridUnderItem

_horizontalRule

View2d.Rule _horizontalRule

_map

Map _map

_menu

javax.swing.JMenu _menu

_panelSize

java.awt.Dimension _panelSize

_scroll

javax.swing.JScrollPane _scroll

_showGridItem

javax.swing.JCheckBoxMenuItem _showGridItem

_showLineArrowsItem

javax.swing.JCheckBoxMenuItem _showLineArrowsItem

_showLinesItem

javax.swing.JCheckBoxMenuItem _showLinesItem

_showSidesItem

javax.swing.JCheckBoxMenuItem _showSidesItem

_showVertsItem

javax.swing.JCheckBoxMenuItem _showVertsItem

_vc

ViewControl _vc

_verticalRule

View2d.Rule _verticalRule

_zoom

float _zoom
how many pixels represent one map unit

_zoomInItem

javax.swing.JMenuItem _zoomInItem

_zoomOutItem

javax.swing.JMenuItem _zoomOutItem

GRID_COLOR

java.awt.Color GRID_COLOR

GRID_COLOR_MAJOR

java.awt.Color GRID_COLOR_MAJOR

grid_x_end

int grid_x_end

grid_x_start

int grid_x_start

grid_y_end

int grid_y_end

grid_y_start

int grid_y_start

lastRubberBand

java.awt.Rectangle lastRubberBand

lastTrans

java.awt.Point[] lastTrans
the coordinates of the last drawn transient line

LIGHT_SOURCE_COLOR

java.awt.Color LIGHT_SOURCE_COLOR

LINE_COLOR

java.awt.Color LINE_COLOR

menuListener

java.awt.event.ActionListener menuListener

NEW_LINE_COLOR

java.awt.Color NEW_LINE_COLOR

NEW_SECT_DEFAULT_LINE_COLOR

java.awt.Color NEW_SECT_DEFAULT_LINE_COLOR

RUBBER_COLOR

java.awt.Color RUBBER_COLOR

rubberBandDrawn

boolean rubberBandDrawn

SECT_FILL

java.awt.Color SECT_FILL

SECT_FILL_ALPHA

java.awt.Color SECT_FILL_ALPHA

SELECTED_COLOR

java.awt.Color SELECTED_COLOR

SELECTED_SECT_FILL

java.awt.Color SELECTED_SECT_FILL

SELECTED_SECT_FILL_ALPHA

java.awt.Color SELECTED_SECT_FILL_ALPHA

SELECTED_SPEC_SECT_FILL

java.awt.Color SELECTED_SPEC_SECT_FILL

SELECTED_SPEC_SECT_FILL_ALPHA

java.awt.Color SELECTED_SPEC_SECT_FILL_ALPHA

SIDE_COLOR

java.awt.Color SIDE_COLOR

SPEC_LINE_COLOR

java.awt.Color SPEC_LINE_COLOR

SPEC_LINE_SELECTED_COLOR

java.awt.Color SPEC_LINE_SELECTED_COLOR

SPEC_SECT_FILL

java.awt.Color SPEC_SECT_FILL

SPEC_SECT_FILL_ALPHA

java.awt.Color SPEC_SECT_FILL_ALPHA

transDrawn

boolean transDrawn
is there transient line that needs to be overwritten?

VERTS_COLOR

java.awt.Color VERTS_COLOR


Class View2d.Rule implements Serializable

Serialized Fields

_color

java.awt.Color _color

_prefSize

java.awt.Dimension _prefSize

_theFont

java.awt.Font _theFont

increment

int increment

map_half_x

int map_half_x

map_half_y

int map_half_y

orientation

int orientation

this$0

View2d this$0

units

int units


Class View2dSide implements Serializable

Serialized Fields

_drawSelectedLightsAction

View2dSide.DrawSelected _drawSelectedLightsAction

_drawSelectedSectsAction

View2dSide.DrawSelected _drawSelectedSectsAction

_type

int _type

d_rect

java.awt.Rectangle d_rect

HZ_NONE

int HZ_NONE

HZ_X

int HZ_X

HZ_Y

int HZ_Y


Class View2dTop implements Serializable

Serialized Fields

_drawSelectedLightsAction

View2dTop.DrawSelected _drawSelectedLightsAction

_drawSelectedLinesAction

View2dTop.DrawSelected _drawSelectedLinesAction

_drawSelectedSectsAction

View2dTop.DrawSelected _drawSelectedSectsAction

_drawSelectedVertsAction

View2dTop.DrawSelected _drawSelectedVertsAction

arrow

int[] arrow

mid

int[] mid

un

double[] un

uv

double[] uv