Class InputPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----InputPanel

public class InputPanel
extends Panel
A class which contains displays and controls related either to the input of axis distances and traces of generators or to the combinatorial decomposition of the trace plane.


Variable Index

 o calcmaxpow
The maxpow calculated for a Ford domain with the current trace -- not necessarily valid for a Dirichlet domain with the same trace, but used nonetheless.
 o currdomaincomb
The domain combinatorics for the currently selected domain type, trace and axis distance.
 o CURRDOMCOMBLABEL
A prefix string for the current domain combinatorics label.
 o dist
The currently selected axis distance.
 o trace
The currently selected trace.
 o z11
The (1,1) entry of the element cannonically associated with the current trace.

Constructor Index

 o InputPanel(OutputPanel)
Constructor for InputPanels.

Method Index

 o handleEvent(Event)
Java 1.0 event handling for the inputpanel.
 o update()
Recomputes and redraws both the input and output panels.

Variables

 o CURRDOMCOMBLABEL
 public static final String CURRDOMCOMBLABEL
A prefix string for the current domain combinatorics label.

 o trace
 protected Complex trace
The currently selected trace.

 o z11
 protected Complex z11
The (1,1) entry of the element cannonically associated with the current trace.

 o dist
 protected double dist
The currently selected axis distance.

 o calcmaxpow
 protected int calcmaxpow
The maxpow calculated for a Ford domain with the current trace -- not necessarily valid for a Dirichlet domain with the same trace, but used nonetheless.

 o currdomaincomb
 protected DomainCombinatorics currdomaincomb
The domain combinatorics for the currently selected domain type, trace and axis distance.

Constructors

 o InputPanel
 public InputPanel(OutputPanel tptpnl)
Constructor for InputPanels.

Parameters:
tptpnl - the applet's outputpanel.

Methods

 o handleEvent
 public boolean handleEvent(Event e)
Java 1.0 event handling for the inputpanel.

Parameters:
e - the event to be handled.
Overrides:
handleEvent in class Component
 o update
 public void update()
Recomputes and redraws both the input and output panels.