Package visualisation

Klasse HybridWindow<DRAW extends DrawArea,TEXT extends TextArea,PARAM extends ParameterArea,ALGORITHM extends Algorithm,LOG extends LogElement,LEGEND extends LegendArea>

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Panel
java.applet.Applet
javax.swing.JApplet
visualisation.HybridWindow<DRAW,TEXT,PARAM,ALGORITHM,LOG,LEGEND>
Alle implementierten Schnittstellen:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer
Bekannte direkte Unterklassen:
OurHybridWindow

public class HybridWindow<DRAW extends DrawArea,TEXT extends TextArea,PARAM extends ParameterArea,ALGORITHM extends Algorithm,LOG extends LogElement,LEGEND extends LegendArea> extends JApplet
This is the central class for using packages logging and visualization. It contains each an area for graphical and textual output of an algorithm step and an area for parameter input. Use it in an application or as an applet. If you use it as an applet you will have to extend it by a standard constructor that creates your applet.
Siehe auch: