Class Summary |
htm3DAxis |
htm3DAxis draws three 3D axes x,y,z, composed of cylinders, with
cones as their 'arrow'. |
htm3DBorderedPanel |
|
htm3DBoxPanel |
|
htm3DCapturingCanvas3D |
Class CapturingCanvas3D, using the instructions from the Java3D
FAQ pages on how to capture a still image in jpeg format. |
htm3DCircle |
A circle shape, extending Shape3D, drawn in the x,y plane around the origin
Radius and number of points that make up the circle may be set |
htm3DConstraint |
A constraint is a circle transformed to the correct position on the sphere. |
htm3DSphere |
A sphere shape, extending Shape3D, but drawn using longitude/latitude
lines. |
htm3DTriangleList |
A list for our spherical triangles. |
htm3DViewer |
The htm3DViewer is an executable that can be run by
|
htm3DWindow |
This is a very simplistic class containing all
classes for windowing (buttons, frames, event handlers etc.) |
htm3DWindow.AxisSelector |
Switch axes on/off; calls showAxes of htm3DViewer |
htm3DWindow.CaptureButton |
Capture the frame in JPEG format |
htm3DWindow.DomainLoader |
Domain load buttons |
htm3DWindow.DomainSelector |
Switch domain on/off; calls showDomain of htm3DViewer |
htm3DWindow.EquatorSelector |
Switch equator on/off; calls showEquator of htm3DViewer |
htm3DWindow.GridSelector |
Switch grid on/off; calls showGrid of htm3DViewer |
htm3DWindow.SphereSelector |
Switch sphere on/off; calls showSphere of htm3DViewer |
htm3DWindow.TriangleSelector |
Switch triangle on/off; calls showTriangle of htm3DViewer |
htm3DWindow.UpdateButton |
Update button - used if index depth has been reset |
htm3DWindow.WireSolidSelector |
This class is the event handler of the wireframe selection
radiobuttons. |