|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgui.GuiManager
public class GuiManager
The GuiManager creates the surface of this applet.
Constructor Summary | |
---|---|
GuiManager(java.applet.Applet applet,
PreProcessingImageToolkit toolkit)
Standard constructor |
Method Summary | |
---|---|
java.applet.AppletContext |
getAppletContext()
Returns the AppletContext |
int |
getAppletHeight()
Returns the height |
int |
getAppletWidth()
Returns the width |
InfoSection |
getInfoSection()
Returns the InfoSection |
InteractionSectionSwitch |
getInteractionSectionSwitch()
Return InteractionSectionSwitch |
PreProcessingImageToolkit |
getToolkit()
Returns the PreprocessingToolkit |
java.lang.String |
getWorkingPath()
Returns the working path |
void |
guiInit()
Initializes the GUI. |
void |
showMessage(java.lang.String message)
Creates an output dialog |
void |
switchToInteractionSection(int number)
Switch to an InteractionSection |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GuiManager(java.applet.Applet applet, PreProcessingImageToolkit toolkit)
Method Detail |
---|
public InteractionSectionSwitch getInteractionSectionSwitch()
public void switchToInteractionSection(int number)
number
- public int getAppletHeight()
public int getAppletWidth()
public PreProcessingImageToolkit getToolkit()
public java.applet.AppletContext getAppletContext()
public void showMessage(java.lang.String message)
message
- public void guiInit()
public java.lang.String getWorkingPath()
public InfoSection getInfoSection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |