Class OutputPanel
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----OutputPanel
- public class OutputPanel
- extends Panel
A class which contains displays and controls related to the currently
computed fundamental domain and the maxpow to use.
- Author:
- Jonathan A. Poritz
-
boundarybuttongroup
- A panel that contains the fundamental domain display's zoom in, zoom out,
and reset buttons.
-
boundarypanel
- A panel for the display of fundamental domains on the boundary of
hyperbolic space.
-
boundarypanellabel
- A label declaring the portion of the boundary of hyperbolic space which
is currently visible.
-
boundaryreset
- Clicking this button resets to default the visible portion of the boundary
of hyperbolic space for fundamental domain display.
-
boundaryzoomin
- Clicking this button zooms in by a factor of two on the fundamental
domain display.
-
boundaryzoomout
- Clicking this button zooms out by a factor of two on the fundamental
domain display.
-
constraints
- A constraint object for the GrigBag laying out of panels.
-
diskorcircle
- A choice for the format of the fundamental domain display.
-
fordordirichlet
- A choice between computing Ford and Dirichlet fundamental domains.
-
gridbag
- An object for laying out panels with the GrigBag layout manager.
-
inputpanel
- A reference to the applet's inputpanel.
-
insets
- An insets object for the GridBag laying out of panels.
-
maxpowchoice
- A choice between using the currently computed maxpow or one of a number of
preset alternatives.
-
maxpowlabel
- A label showing the value of the currently computed maxpow.
-
OutputPanel()
- Constructor for OutputPanels.
boundarybuttongroup
Panel boundarybuttongroup
- A panel that contains the fundamental domain display's zoom in, zoom out,
and reset buttons.
boundaryreset
Button boundaryreset
- Clicking this button resets to default the visible portion of the boundary
of hyperbolic space for fundamental domain display.
boundaryzoomin
Button boundaryzoomin
- Clicking this button zooms in by a factor of two on the fundamental
domain display.
boundaryzoomout
Button boundaryzoomout
- Clicking this button zooms out by a factor of two on the fundamental
domain display.
boundarypanel
BoundaryPanel boundarypanel
- A panel for the display of fundamental domains on the boundary of
hyperbolic space.
boundarypanellabel
Label boundarypanellabel
- A label declaring the portion of the boundary of hyperbolic space which
is currently visible.
maxpowlabel
Label maxpowlabel
- A label showing the value of the currently computed maxpow.
diskorcircle
Choice diskorcircle
- A choice for the format of the fundamental domain display. Indices mean:
- 0
- use filled disks covering the interiors of isometric or equidistant
hemispheres
- 1
- use circles indicating the boundaries of isometric or equidistant
hemispheres
- 2
- use circles as above, each labelled by their index
maxpowchoice
Choice maxpowchoice
- A choice between using the currently computed maxpow or one of a number of
preset alternatives. Possibilities are:
- 0
- use the computed maxpow
- 1 - 10
- use this value as the maxpow
- 11
- maxpow=20
- 12
- maxpow=50
- 13
- maxpow=100
- 14
- maxpow=200
fordordirichlet
Choice fordordirichlet
- A choice between computing Ford and Dirichlet fundamental domains.
Indices mean:
gridbag
GridBagLayout gridbag
- An object for laying out panels with the GrigBag layout manager.
constraints
GridBagConstraints constraints
- A constraint object for the GrigBag laying out of panels.
insets
Insets insets
- An insets object for the GridBag laying out of panels.
inputpanel
InputPanel inputpanel
- A reference to the applet's inputpanel.
- See Also:
- outputpanel
OutputPanel
public OutputPanel()
- Constructor for OutputPanels.