Serialized Form

Class MeshDemo implements Serializable

Serialized Fields

btAbout

JButton btAbout
The "About" button.

btCameraMoveDown

JButton btCameraMoveDown
Move camera down.

btCameraMoveIn

JButton btCameraMoveIn
Move Camera in.

btCameraMoveLeft

JButton btCameraMoveLeft
Move camera left.

btCameraMoveOut

JButton btCameraMoveOut
Move camera out.

btCameraMoveRight

JButton btCameraMoveRight
Move camera right.

btCameraMoveUp

JButton btCameraMoveUp
Move camera up.

btCameraRotateDown

JButton btCameraRotateDown
Rotate Camera down

btCameraRotateLeft

JButton btCameraRotateLeft
Rotate camera left

btCameraRotateRight

JButton btCameraRotateRight
Rotate camera right.

btCameraRotateUp

JButton btCameraRotateUp
Rotate camera up

btCameraTiltLeft

JButton btCameraTiltLeft
Tilt camera left

btCameraTiltRight

JButton btCameraTiltRight
Tilt camera right

btCoorSysMoveDown

JButton btCoorSysMoveDown
Move the coorsys down.

btCoorSysMoveIn

JButton btCoorSysMoveIn
Move the CoorSys in.

btCoorSysMoveLeft

JButton btCoorSysMoveLeft
Move the CoorSys left.

btCoorSysMoveOut

JButton btCoorSysMoveOut
Move the CoorSys out.

btCoorSysMoveRight

JButton btCoorSysMoveRight
Move the CoorSys right.

btCoorSysMoveUp

JButton btCoorSysMoveUp
Move the CoorSys up.

btCoorSysRotateDown

JButton btCoorSysRotateDown
Rotate the CoorSys down.

btCoorSysRotateLeft

JButton btCoorSysRotateLeft
Rotate the CoorSys left.

btCoorSysRotateRight

JButton btCoorSysRotateRight
Rotate the CoorSys right.

btCoorSysRotateUp

JButton btCoorSysRotateUp
Rotate the CoorSys up.

btCoorSysTiltLeft

JButton btCoorSysTiltLeft
Tilt the CoorSys left.

btCoorSysTiltRight

JButton btCoorSysTiltRight
Tilt the CoorSys right.

btRedraw

JButton btRedraw
The "Redraw" button.

btReload

JButton btReload
The "Reload" button.

canvas

MeshDemo.DrawingPanel canvas
The drawing canvas to display rendered images.

curFile

File curFile
current file loaded

lbCoorSysRotate

JLabel lbCoorSysRotate
The "Rotate ..." label.

lbCoorSysTranslate

JLabel lbCoorSysTranslate
The "Translate ..." label

lbCurCoorSysMatrix

JLabel lbCurCoorSysMatrix
the current coorsys matrix name

lsmCoorSys

DefaultListModel lsmCoorSys
The list model of lstCoorsys
See Also:
MeshDemo.lstCoorSys

lstCoorSys

JTree lstCoorSys
The list of available CoorSys

mnFileOpen

JMenuItem mnFileOpen
File|Open menu

pnCamera

JPanel pnCamera
The "Camera" panel.

pnCameraPos

JPanel pnCameraPos
The "Camera Position" panel

pnCameraView

JPanel pnCameraView
The "Camera View" panel

pnCoorSys

JPanel pnCoorSys
The "CoorSys" panel

renderer

Renderer renderer
The renderer object

rightTabs

JTabbedPane rightTabs
The right tab pane

statusBar

JLabel statusBar
the status bar

tfCameraMoveDelta

JTextField tfCameraMoveDelta
How far should one move be?

tfCameraRotateDelta

JTextField tfCameraRotateDelta
How far should the camera rotates (in degrees).

tfCoorSysMoveDelta

JTextField tfCoorSysMoveDelta
How far should the coorsys be moved at one click.

tfCoorSysRotateDelta

JTextField tfCoorSysRotateDelta
The rotation angle.

toolBar

JToolBar toolBar
The bottom-right button bar.

txtCameraVPN

JTextField[] txtCameraVPN
The camera VPN, [0] = x, [1] = y, [2] = z

txtCameraVRP

JTextField[] txtCameraVRP
The camera VRP, [0] = x, [1] = y, [2] = z

txtCameraVUP

JTextField[] txtCameraVUP
The camera VUP, [0] = x, [1] = y, [2] = z

txtCoorSysMatrix

JTextField[][] txtCoorSysMatrix
The matrix of CoorSys

windowBoundaries

WindowBoundaries windowBoundaries
The window boundaries


Class MeshDemo.DrawingPanel implements Serializable

Serialized Fields

renderer

Renderer renderer


Class MeshDemoApplet implements Serializable

Serialized Fields

demo

MeshDemo demo
The program.

meshes

Map meshes
A set of (JMenuItem,URL) pairs.


Class Point3D implements Serializable

Serialized Fields

x

double x
The X-coordinate of the point.

y

double y
The Y-coordinate of the point.

z

double z
The Z-coordinate of the point.


Class Vector3D implements Serializable


Class WindowBoundaries implements Serializable

Serialized Fields

xmax

int xmax
Maximum x coordinate value of the window.

xmin

int xmin
Minimum x coordinate value of the window.

ymax

int ymax
Maximum y coordinate value of the window.

ymin

int ymin
Minimum y coordinate value of the window.