Skip to Main Content
Class FDBApplet

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.


Constructor Index

 o FDBApplet()

Method Index

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

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