Serialized Form


Package WISA.wisa3D

Class WISA.wisa3D.CellTable implements Serializable

Serialized Fields

horizontalSplit1

MultiSplitPane horizontalSplit1

horizontalSplit2

MultiSplitPane horizontalSplit2

verticalSplit1

MultiSplitPane verticalSplit1

verticalSplit2

MultiSplitPane verticalSplit2

modeButton

WISA.util.PopupButton modeButton

centerPanel

javax.swing.JPanel centerPanel

cells

java.util.Vector cells

gridDimension

java.awt.Dimension gridDimension

mode

int mode

gapSize

int gapSize

Class WISA.wisa3D.ConstantMappingDialog implements Serializable

Serialized Fields

imageCanvas

javax.swing.JPanel imageCanvas

mainPanel

javax.swing.JPanel mainPanel

mapFromPanel

javax.swing.JPanel mapFromPanel

mapToPanel

javax.swing.JPanel mapToPanel

currentMapsPanel

javax.swing.JPanel currentMapsPanel

upperControlsPanel

javax.swing.JPanel upperControlsPanel

lowerControlsPanel

javax.swing.JPanel lowerControlsPanel

mapFromLabel

javax.swing.JLabel mapFromLabel

mapValueLabel

javax.swing.JLabel mapValueLabel

mapToLabel

javax.swing.JLabel mapToLabel

currentMapsLabel

javax.swing.JLabel currentMapsLabel

mapValueTextField

javax.swing.JTextField mapValueTextField

mapFromList

javax.swing.JList mapFromList

currentMapsList

javax.swing.JList currentMapsList

currentMapsScrollPane

javax.swing.JScrollPane currentMapsScrollPane

clearAllButton

javax.swing.JButton clearAllButton

clearSelectedButton

javax.swing.JButton clearSelectedButton

doneButton

javax.swing.JButton doneButton

cancelButton

javax.swing.JButton cancelButton

mainPanelBoxLayout

javax.swing.BoxLayout mainPanelBoxLayout

mapFromBoxLayout

javax.swing.BoxLayout mapFromBoxLayout

mapToBoxLayout

javax.swing.BoxLayout mapToBoxLayout

currentMapsBoxLayout

javax.swing.BoxLayout currentMapsBoxLayout

upperControlsPanelFlowLayout

java.awt.FlowLayout upperControlsPanelFlowLayout

lowerControlsPanelFlowLayout

java.awt.FlowLayout lowerControlsPanelFlowLayout

okPressed

boolean okPressed

oldMouseX

int oldMouseX

oldMouseY

int oldMouseY

panel

Wisa3DPanel panel

cMaps

java.util.Vector cMaps

Class WISA.wisa3D.DataContentsDialog implements Serializable

Serialized Fields

newButton

javax.swing.JButton newButton

cutButton

javax.swing.JButton cutButton

copyButton

javax.swing.JButton copyButton

pasteButton

javax.swing.JButton pasteButton

deleteButton

javax.swing.JButton deleteButton

parent

Wisa3DFrame parent

treeScrollPane

javax.swing.JScrollPane treeScrollPane

table

DataTable table

tree

DataTree tree

splitPane

javax.swing.JSplitPane splitPane

clipboardNode

javax.swing.tree.DefaultMutableTreeNode clipboardNode

Class WISA.wisa3D.DataException implements Serializable

Class WISA.wisa3D.DataTable implements Serializable

Serialized Fields

data

java.lang.Object data
The data currently shown in this DataTable.

Class WISA.wisa3D.DataTree implements Serializable

Serialized Fields

parent

Wisa3DFrame parent
The parent frame.


autoupdate

boolean autoupdate

clipboard

java.lang.Object clipboard

Class WISA.wisa3D.DataTree.DataTreeCellRenderer implements Serializable

Serialized Fields

sel

boolean sel
Indicates if the cell is selected.


hasFocus

boolean hasFocus
Indicates if the cell has the focus.

Class WISA.wisa3D.ImagePreview implements Serializable

Serialized Fields

borderLayout

java.awt.BorderLayout borderLayout

image

java.awt.Image image

Class WISA.wisa3D.MessageDialog implements Serializable

Serialized Fields

mainPanel

javax.swing.JPanel mainPanel

centerPanel

javax.swing.JPanel centerPanel

southPanel

javax.swing.JPanel southPanel

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

mainPanelBorderLayout

java.awt.BorderLayout mainPanelBorderLayout

southPanelFlowLayout

java.awt.FlowLayout southPanelFlowLayout

centerPanelGridBagLayout

java.awt.GridBagLayout centerPanelGridBagLayout

infoText

java.lang.String infoText

posText

java.lang.String posText

negText

java.lang.String negText

okPressed

boolean okPressed

Class WISA.wisa3D.MultiSplitPane implements Serializable

Serialized Fields

orientation

int orientation

thickness

int thickness

sliderThickness

int sliderThickness

oldSize

int oldSize

weights

float[] weights

values

javax.swing.JComponent[] values

oldPoint

java.awt.Point oldPoint

links

java.util.Vector links

aListeners

java.util.Vector aListeners

sliders

javax.swing.JPanel[] sliders

firstLayoutDone

boolean firstLayoutDone

Class WISA.wisa3D.OptionsDialog implements Serializable

Serialized Fields

optionsPane

javax.swing.JTabbedPane optionsPane

options

Options[] options

Class WISA.wisa3D.ResourceException implements Serializable

Class WISA.wisa3D.Wisa3DException implements Serializable

Class WISA.wisa3D.Wisa3DFrame implements Serializable

Serialized Fields

moduleShiftPane

WISA.util.ShiftPane moduleShiftPane

controlPanel

javax.swing.JToolBar controlPanel

southPanel

javax.swing.JPanel southPanel

slicerButton

javax.swing.JToggleButton slicerButton

cellTable

CellTable cellTable

taskbar

TaskBar taskbar

defaultDisplayName

java.lang.String defaultDisplayName

processors

DataProcessor[] processors

popupAppeared

java.awt.Component popupAppeared

renameTextField

javax.swing.JTextField renameTextField

renameInProgress

javax.swing.AbstractButton renameInProgress

arrangement

int arrangement

Class WISA.wisa3D.Wisa3DPanel implements Serializable

Serialized Fields

display

visad.DisplayImpl display
Die Wisa3DCell.


displayPanel

javax.swing.JPanel displayPanel
The JPanel containing the Display.


parent

java.awt.Frame parent
Der Elternframe dieses Wisa3DPanels.


mListener

java.util.Vector mListener
Die MouseListener.


borderVisible

boolean borderVisible
True if the border is Visible.


active

boolean active
True if the panel is selected.


data

java.util.Vector data
The data contained within this Wisa3DPanel.


maps

java.util.Vector maps
The ScalarMaps of this Wisa3DPanel.


controlsDialog

javax.swing.JDialog controlsDialog
The controls dialog.


optionsDialog

OptionsDialog optionsDialog
The options dialog.


mode

int mode
The mode of this display.


stateSavedData

java.util.Stack stateSavedData
Needed to save states via saveDisplayState().


stateSavedMaps

java.util.Stack stateSavedMaps
Needed to save states via saveDisplayState().


slicerOutput

Wisa3DPanel slicerOutput
The display the slices should be visualized.


slicer

Slicer slicer
The slicer of this Wisa3DPanel.

Class WISA.wisa3D.Wisa3DPropertiesDialog implements Serializable

Serialized Fields

display

visad.DisplayImpl display

mainPanel

javax.swing.JPanel mainPanel

mainPanelBorderLayout

java.awt.BorderLayout mainPanelBorderLayout


Package WISA.wisa3D.builder

Class WISA.wisa3D.builder.BuilderOptions implements Serializable

Serialized Fields

colorChooser

javax.swing.JColorChooser colorChooser
The color chooser of this BuilderOptions.


buttonGroup

javax.swing.ButtonGroup buttonGroup
The base class buttons ButtonGroup.


parent

DataPane parent
The parent of this BuilderOptions.

Class WISA.wisa3D.builder.DataBox implements Serializable

Class WISA.wisa3D.builder.DataBuilder implements Serializable

Serialized Fields

previewDisplay

Wisa3DPanel previewDisplay

data

visad.DataReferenceImpl[] data

maps

visad.ScalarMap[] maps

dndPane

DnDPane dndPane

builderPane

javax.swing.JSplitPane builderPane

dataPane

DataPane dataPane

Class WISA.wisa3D.builder.DataContainer implements Serializable

Serialized Fields

data

java.lang.Object data
The data object of this DataContainer. May be null.


dataClass

java.lang.Class dataClass
The Class of the data of this DataContainer.


subDataCount

int subDataCount
The number of subdata of the data.

Class WISA.wisa3D.builder.DataEditorPane implements Serializable

Serialized Fields

builder

DataBuilder builder

data

visad.DataReferenceImpl data
The visad Data-Object this DataEditorPane works with.


renderer

DataEditorRenderer renderer
The renderer used to render the data.


arrows

java.util.Vector arrows
The arrows to illustrate the relations between the DataContainers.


selectedComponent

DataContainer selectedComponent
The currently selected DataContainer.


scale

double scale
The scaling factor of this DataEditorPane.


errorOccured

boolean errorOccured

Class WISA.wisa3D.builder.DataNotSupportedException implements Serializable

Class WISA.wisa3D.builder.DataPane implements Serializable

Serialized Fields

contentPane

javax.swing.JTabbedPane contentPane
The pane holding the DataEditors.


parent

DataBuilder parent
The parent of this DataPane.


splitPane

javax.swing.JSplitPane splitPane
The JSplitPane.


dataEditors

java.util.Vector dataEditors
The DataEditorPanes of this DataPane.


sMaps

visad.ScalarMap[] sMaps
ScalarMaps of the preview.


infoTextArea

javax.swing.JTextArea infoTextArea
The JTextArea where infos are displayed.


scalingComboBox

javax.swing.JComboBox scalingComboBox
The combo box used for scaling DataEditorPanes.

Class WISA.wisa3D.builder.DefaultDataEditorRenderer implements Serializable

Serialized Fields

child

javax.swing.JComponent child

childButton

javax.swing.JToggleButton childButton

Class WISA.wisa3D.builder.SubdataBox implements Serializable

Class WISA.wisa3D.builder.TreeDataBox implements Serializable

Serialized Fields

background

java.awt.Color background

Class WISA.wisa3D.builder.VisADDataTree implements Serializable


Package WISA.wisa3D.gui

Class WISA.wisa3D.gui.DnDPane implements Serializable

Serialized Fields

manager

DnDPane.DnDManager manager
The Drag&Drop Manager of this DnDPane.


dragComponents

java.util.Vector dragComponents
The drag components of this DnDPane.


dropComponents

java.util.Vector dropComponents
The drop components of this DnDPane.


draggingComponent

java.awt.Component draggingComponent
The currently dragged Component.


draggingImage

java.awt.Image draggingImage
An Image of the currently dragged component.


draggingPoint

java.awt.Point draggingPoint
The point where the currently dragged component is.


sourceComponent

java.awt.Component sourceComponent
The source of the drag&drop operation.


handle

java.awt.Point handle
The point where the mouse handles the dragged component.

Class WISA.wisa3D.gui.TaskBar implements Serializable

Serialized Fields

buttonGroup

javax.swing.ButtonGroup buttonGroup


Package WISA.wisa3D.module

Class WISA.wisa3D.module.DEMFile implements Serializable

Serialized Fields

NROWS

int NROWS
Number of rows in the file.


NCOLS

int NCOLS
Number of columns in the file.


NODATA

int NODATA
Value used for masking purposes.


ULXMAP

double ULXMAP
Longitude of the center of the upper-left pixel (decimal degrees).


ULYMAP

double ULYMAP
Latitude of the center of the upper-left pixel (decimal degrees).


XDIM

double XDIM
X dimension of a pixel in geographic units (decimal degrees).


YDIM

double YDIM
Y dimension of a pixel in geographic units (decimal degrees).


headerRead

boolean headerRead

Class WISA.wisa3D.module.DEMTilePanel implements Serializable

Serialized Fields

tilesOn

boolean tilesOn

gridOn

boolean gridOn

labelsOn

boolean labelsOn

rubberBandBox

RubberBandBox rubberBandBox

area

java.awt.geom.Rectangle2D.Double area

actionCommand

java.lang.String actionCommand

aListeners

java.util.Vector aListeners

images

java.awt.Image[] images

selected

boolean[] selected

areas

double[][] areas


Package WISA.wisa3D.shell

Class WISA.wisa3D.shell.ConsoleException implements Serializable


Package WISA.wisa3D.slicer

Class WISA.wisa3D.slicer.SlicerException implements Serializable


Package WISA.wisa3D.util

Class WISA.wisa3D.util.ColorButton implements Serializable

Class WISA.wisa3D.util.ModuleDialog implements Serializable

Serialized Fields

okPressed

boolean okPressed
Indicates if the dialog was ended by pressing the ok button.


dndPane

DnDPane dndPane
The drag and drop panel.


infoPanel

ModuleDialog.ProcessorInfoPanel infoPanel
The info panel of this ModuleDialog.


loadedPane

ModuleDialog.ProcessorPane loadedPane

Class WISA.wisa3D.util.RotationWidget implements Serializable

Serialized Fields

xaxisButton

javax.swing.JRadioButton xaxisButton

yaxisButton

javax.swing.JRadioButton yaxisButton

zaxisButton

javax.swing.JRadioButton zaxisButton

display

Wisa3DPanel display

Class WISA.wisa3D.util.RubberBandBox implements Serializable

Serialized Fields

parent

java.awt.Container parent

area

java.awt.Rectangle area

aListener

java.util.Vector aListener

actionCommand

java.lang.String actionCommand