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
-
inputpanel
- A panel containing the planes for graphically selecting input parameters
or displaying the combinatorial decomposition, as well as some controls.
-
outputpanel
- A panel displaying the computed fundamental domains and some controls.
-
FDBApplet()
-
-
init()
- Initialize the applet, creating and displaying the input and output
panels.
outputpanel
OutputPanel outputpanel
- A panel displaying the computed fundamental domains and some controls.
inputpanel
InputPanel inputpanel
- A panel containing the planes for graphically selecting input parameters
or displaying the combinatorial decomposition, as well as some controls.
FDBApplet
public FDBApplet()
init
public void init()
- Initialize the applet, creating and displaying the input and output
panels.
- Overrides:
- init in class Applet