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.
-
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.
-
currdomaincomb
- The domain combinatorics for the currently selected domain type, trace and
axis distance.
-
CURRDOMCOMBLABEL
- A prefix string for the current domain combinatorics label.
-
dist
- The currently selected axis distance.
-
trace
- The currently selected trace.
-
z11
- The (1,1) entry of the element cannonically associated with the current
trace.
-
InputPanel(OutputPanel)
- Constructor for InputPanels.
-
handleEvent(Event)
- Java 1.0 event handling for the inputpanel.
-
update()
- Recomputes and redraws both the input and output panels.
CURRDOMCOMBLABEL
public static final String CURRDOMCOMBLABEL
- A prefix string for the current domain combinatorics label.
trace
protected Complex trace
- The currently selected trace.
z11
protected Complex z11
- The (1,1) entry of the element cannonically associated with the current
trace.
dist
protected double dist
- The currently selected axis distance.
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.
currdomaincomb
protected DomainCombinatorics currdomaincomb
- The domain combinatorics for the currently selected domain type, trace and
axis distance.
InputPanel
public InputPanel(OutputPanel tptpnl)
- Constructor for InputPanels.
- Parameters:
- tptpnl - the applet's outputpanel.
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
update
public void update()
- Recomputes and redraws both the input and output panels.