Class FDBApplet

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----FDBApplet

public class FDBApplet
extends Applet
An applet that displays the Ford and Dirichlet fundamental domains on the boundary of real hyperbolic three-space for a cyclic subgroup of PSL(2,C) whose trace the user choses; also computes and displays a decomposition of the plane of traces by the combinatorial type of the corresponding fundamental domain. Designed to accompany the paper Ford and Dirichlet domains for cyclic subgroups of $PSL(2,\Bbb C)$ acting on $H^3_{\Bbb R}$ and $\partial H^3_{\Bbb R}$, by Todd A. Drumm and Jonathan A.  Poritz, Conform. Geom. Dyn., 1999.

Author:
Jonathan A. Poritz

Variable Index

 o inputpanel
A panel containing the planes for graphically selecting input parameters or displaying the combinatorial decomposition, as well as some controls.
 o outputpanel
A panel displaying the computed fundamental domains and some controls.

Constructor Index

 o FDBApplet()

Method Index

 o init()
Initialize the applet, creating and displaying the input and output panels.

Variables

 o outputpanel
 OutputPanel outputpanel
A panel displaying the computed fundamental domains and some controls.

 o inputpanel
 InputPanel inputpanel
A panel containing the planes for graphically selecting input parameters or displaying the combinatorial decomposition, as well as some controls.

Constructors

 o FDBApplet
 public FDBApplet()

Methods

 o init
 public void init()
Initialize the applet, creating and displaying the input and output panels.

Overrides:
init in class Applet