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

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Panel
java.applet.Applet
javax.swing.JApplet
visualisation.HybridWindow
OurApplication.OurHybridWindow<DRAW,TEXT,PARAM,ALGORITHM,LOG,LEGEND,METHODBUTTONS>
Typparameter:
DRAW - Type of the draw area used in the hybrid window.
TEXT - Type of the text area used in the hybrid window.
PARAM - Type of the parameter area used in the hybrid window.
ALGORITHM - Type of the algorithm used in the hybrid window.
LOG - Type of logging elements used in the hybrid window.
LEGEND - Type of legend area used in the hybrid window.
METHODBUTTONS - Type of method buttons used in the hybrid window.
Alle implementierten Schnittstellen:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer

public class OurHybridWindow<DRAW extends DrawArea,TEXT extends TextArea,PARAM extends ParameterArea,ALGORITHM extends Algorithm,LOG extends LogElement,LEGEND extends LegendArea,METHODBUTTONS extends ParameterArea> extends HybridWindow
This class provides an example for using visualization.HybridWindow. It extends HybridWindow to integrate graphical components with algorithmic operations.
Siehe auch: