Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
Y
A
abs
- class mathpack.arithmetic.
abs
.
Betrag
abs()
- Constructor for class mathpack.arithmetic.
abs
actionPerformed(ActionEvent)
- Method in class
GridApplet
Verhalten nach Klick auf Schaltfläche
actionPerformed(ActionEvent)
- Method in class
HirnCommand
actionPerformed(ActionEvent)
- Method in class gui.
InputListener
Test des TextFields und ggf.
actionPerformed(ActionEvent)
- Method in class gui.
Message
Interner Action-Listener.
actionPerformed(ActionEvent)
- Method in class gui.
ValueListener
Test des TextFields und ggf.
add
- class mathpack.arithmetic.
add
.
Addition
add()
- Constructor for class mathpack.arithmetic.
add
addConstant(Constant)
- Method in class mathpack.constants.
Constants
neue Konstante hinzufügen
addConstant(Constant)
- Method in class mathpack.expression.
Expression
einzelne Konstante hinzufügen
addFunction(Function)
- Method in class mathpack.functions.
Functions
neue Funktion hinzufügen
addOperator(Operator)
- Method in class mathpack.operators.
Operators
neuen Opearator hinzufügen
addVariable(Variable)
- Method in class mathpack.expression.
Expression
einzelne Variable hinzufügen
addVariable(Variable)
- Method in class mathpack.variables.
Variables
neue Variable hinzufügen
anyFunction
- interface mathpack.functions.
anyFunction
.
Verkörpert jede Funktion der Grammatik
anyOperator
- interface mathpack.operators.
anyOperator
.
Verkörpert jede Operation innerhalb einer Grammatik
anyValue
- interface mathpack.values.
anyValue
.
Erzeugt einen Wert gemäss einer Grammatik
Arithmetic
- class mathpack.arithmetic.
Arithmetic
.
Klasse der elementaren Arithmetik
Arithmetic()
- Constructor for class mathpack.arithmetic.
Arithmetic
Eine eigene Grammatik wird erzeugt
Arithmetic(Grammar)
- Constructor for class mathpack.arithmetic.
Arithmetic
Eine vorhanden Grammatik wird verwendet und ggf. erweitert
B
BORDER
- Static variable in class gui.
HandyPanel
Rahmen sichtbar
BRIGHTER
- Static variable in class gui.
HandyPanel
Farbe etwas heller
C
c(String)
- Method in interface mathpack.values.
anyValue
c(String)
- Method in class mathpack.arithmetic.
value
Instanzierung eines Wertelements (hier Double)
calculate()
- Method in class mathpack.expression.
Expression
Postfix-Ausdruck berechnen.
CANCEL
- Static variable in class gui.
Message
Kennung für CNCEL-Button vierte Schaltfläche
center()
- Method in class gui.
CenteredDialog
Zentriert im Frame-Window anzeigen
CenteredDialog
- class gui.
CenteredDialog
.
CenteredDialog(Frame, String, boolean)
- Constructor for class gui.
CenteredDialog
CREATOR
clear()
- Method in class graphpack.mathdisp.
Mathdisp
Grafikbereich leeren
conjugate
- class mathpack.arithmetic.
conjugate
.
Konjugation (multiplikative UND-Verknüpfung)
conjugate()
- Constructor for class mathpack.arithmetic.
conjugate
Constant
- class mathpack.constants.
Constant
.
Klasse einer Konstanten
Constant(String, Object)
- Constructor for class mathpack.constants.
Constant
Constants
- class mathpack.constants.
Constants
.
Klasse der Konstanten
Constants()
- Constructor for class mathpack.constants.
Constants
cos
- class mathpack.arithmetic.
cos
.
Cosinus
cos()
- Constructor for class mathpack.arithmetic.
cos
cot
- class mathpack.arithmetic.
cot
.
Cotangens
cot()
- Constructor for class mathpack.arithmetic.
cot
createValue(String)
- Method in class mathpack.grammar.
Grammar
Neues Werteobjekt (Zahl) erzeugen
D
DARKER
- Static variable in class gui.
HandyPanel
Farbe etwas dunkler
destroy()
- Method in class
GridApplet
destroy()
- Method in class
PythApplet
DialogListener
- class gui.
DialogListener
.
Klasse des default CenteredDialogListeners
DialogListener(CenteredDialog)
- Constructor for class gui.
DialogListener
CREATOR
disjugate
- class mathpack.arithmetic.
disjugate
.
Disjunktion (additive ODER-Verknüpfung)
disjugate()
- Constructor for class mathpack.arithmetic.
disjugate
divide
- class mathpack.arithmetic.
divide
.
Division
divide()
- Constructor for class mathpack.arithmetic.
divide
doIt(Stack)
- Method in class mathpack.functions.
Function
Funktion ausführen
doIt(Stack)
- Method in class mathpack.operators.
Operator
Funktion ausführen
doIt(Stack)
- Method in class mathpack.values.
valueObject
Wert auf Stack ablegen
doValue
- class mathpack.arithmetic.
doValue
.
Cosinus
doValue()
- Constructor for class mathpack.arithmetic.
doValue
drawCross()
- Method in class graphpack.mathdisp.
Mathdisp
Koordinatenkreuz darstellen
dv(Object, Stack)
- Method in class mathpack.arithmetic.
doValue
Funktionalität einer Zahl
E
ELEVATE
- Static variable in class gui.
HandyPanel
Synonym für erhabene Darstellung
equal
- class mathpack.arithmetic.
equal
.
Gleichheit (Priorität wie Addition)
equal()
- Constructor for class mathpack.arithmetic.
equal
ERROR
- Static variable in class gui.
Message
Kennung für Fehler-Message
exp
- class mathpack.arithmetic.
exp
.
Exponentialfunktion
exp()
- Constructor for class mathpack.arithmetic.
exp
Expression
- class mathpack.expression.
Expression
.
Klasse mathematischer Ausdrücke
Expression()
- Constructor for class mathpack.expression.
Expression
Expression(Grammar)
- Constructor for class mathpack.expression.
Expression
Expression(Grammar, Constants, Variables)
- Constructor for class mathpack.expression.
Expression
F
f(Stack)
- Method in class mathpack.arithmetic.
abs
Funktion abs( TOS) (TopOfStack)
f(Stack)
- Method in class mathpack.arithmetic.
add
Funktionalität liefert underTOS + TOS (TopOfStack)
f(Stack)
- Method in interface mathpack.functions.
anyFunction
f(Stack)
- Method in interface mathpack.operators.
anyOperator
f(Stack)
- Method in class mathpack.arithmetic.
conjugate
Funktionalität liefert 1.0 wenn underTOS >= 0.0 & TOS>= 0.5 sonst 0.0 (TopOfStack)
f(Stack)
- Method in class mathpack.arithmetic.
cos
Funktion cos( TOS) (TopOfStack)
f(Stack)
- Method in class mathpack.arithmetic.
cot
Funktion cot( TOS) (TopOfStack)
f(Stack)
- Method in class mathpack.arithmetic.
disjugate
Funktionalität liefert 1.0 wenn (underTOS | TOS) >= 1.0 sonst 0.0 (TopOfStack)
f(Stack)
- Method in class mathpack.arithmetic.
divide
Funktionalität liefert underTOS / TOS (TopOfStack)
f(Stack)
- Method in class mathpack.arithmetic.
equal
Funktionalität liefert 1.0 wenn underTOS = TOS sonst 0.0 (TopOfStack)
f(Stack)
- Method in class mathpack.arithmetic.
exp
Funktion exp( TOS) (TopOfStack)
f(Stack)
- Method in class mathpack.arithmetic.
greater
Funktionalität liefert 1.0 wenn underTOS > TOS sonst 0.0 (TopOfStack)
f(Stack)
- Method in class mathpack.arithmetic.
less
Funktionalität liefert 1.0 wenn underTOS < TOS sonst 0.0 (TopOfStack)
f(Stack)
- Method in class mathpack.arithmetic.
ln
Funktion ln( TOS) (TopOfStack)
f(Stack)
- Method in class mathpack.arithmetic.
multiply
Funktionalität underTOS * TOS (TopOfStack)
f(Stack)
- Method in class mathpack.arithmetic.
not
Funktion 1-TOS (TopOfStack)
f(Stack)
- Method in class mathpack.arithmetic.
power
Funktionalität liefert underTOS ^ TOS (TopOfStack)
f(Stack)
- Method in class mathpack.arithmetic.
sin
Funktion sin( TOS) (TopOfStack)
f(Stack)
- Method in class mathpack.arithmetic.
sqrt
Funktion sqrt( TOS) (TopOfStack)
f(Stack)
- Method in class mathpack.arithmetic.
subtract
Funktionalität underTOS - TOS (TopOfStack)
f(Stack)
- Method in class mathpack.arithmetic.
tan
Funktion tan( TOS) (TopOfStack)
findConstant(String)
- Method in class mathpack.constants.
Constants
arumentativ benannte Konstante finden (indizieren, -1=nicht gefunden)
findFunction(String)
- Method in class mathpack.functions.
Functions
benannte Funktion finden (indizieren, -1=nicht gefunden)
findOperator(char)
- Method in class mathpack.operators.
Operators
argumentativ benannten Operator finden (indizieren, -1=nicht gefunden)
findVariable(String)
- Method in class mathpack.variables.
Variables
argumentativ benannte Variable finden (indizieren, -1=nicht gefunden)
FLAT
- Static variable in class gui.
HandyPanel
Synonym für flache Darstellung
fn
- Variable in class mathpack.functions.
Function
Funktionalität
fn
- Variable in class mathpack.operators.
Operator
Funktionalität des Operators
Function
- class mathpack.functions.
Function
.
Klasse einer Funktion
Function(String, anyFunction)
- Constructor for class mathpack.functions.
Function
CREATOR
Functions
- class mathpack.functions.
Functions
.
Klasse der Funktionen
Functions()
- Constructor for class mathpack.functions.
Functions
G
get()
- Method in class mathpack.values.
valueObject
Referenz übergeben
getAnswer()
- Method in class gui.
Message
Returnwert übergeben
getBackground()
- Method in class graphpack.mathdisp.
Mathdisp
Hintergrundfarbe des Darstellungsbereichs übergeben
getBorderColor()
- Method in class gui.
HandyPanel
Farbe des Panelrahmens festlegen
getColor()
- Method in class gui.
HandyPanel
Farbe des Panels übergeben
getConstant(int)
- Method in class mathpack.grammar.
Grammar
einzelne (ordinierte) Konstante übergeben
getConstant(String)
- Method in class mathpack.grammar.
Grammar
Benannte Konstante übergeben
getConstants()
- Method in class mathpack.grammar.
Grammar
Menge der Konstanten übergeben
getConstraints()
- Method in class gui.
GridBagPanel
Constraints übergeben
getDefCut()
- Method in class graphpack.mathdisp.
Mathdisp
Teilung des Definitionsbereichs übergeben
getDefFormat()
- Method in class graphpack.mathdisp.
Mathdisp
Zahlenformat des Definitionsbereichs übergeben
getDefFormColor()
- Method in class graphpack.mathdisp.
Mathdisp
Farbe der Beschriftung des Definitionsbereichs übergeben
getDefFormFont()
- Method in class graphpack.mathdisp.
Mathdisp
Font der Werte im Definitionsbereich übergeben
getDefName()
- Method in class graphpack.mathdisp.
Mathdisp
Bezeichnung des Definitionsbereichs übergeben
getDefNameColor()
- Method in class graphpack.mathdisp.
Mathdisp
Farbe der Bezeichnung des Definitionsbereichs übergeben
getDefNameFont()
- Method in class graphpack.mathdisp.
Mathdisp
Font des Namens für den Definitionsbereich übergeben
getDisplay()
- Method in class graphpack.mathpanel.
Mathpanel
Display übergeben
getExpression()
- Method in class mathpack.expression.
Expression
Ausdruck übergeben
getFocusComponent()
- Static method in class gui.
Messages
Komponente übergeben, die Focus erhalten soll
getFunction(int)
- Method in class mathpack.grammar.
Grammar
einzelne (ordinierte) Funktion übergeben
getFunction(String)
- Method in class mathpack.grammar.
Grammar
Benannte Funktion übergeben
getFunctions()
- Method in class mathpack.grammar.
Grammar
Menge der Funktionen übergeben
getGrammar()
- Method in class mathpack.arithmetic.
Arithmetic
getGrammar()
- Method in class mathpack.expression.
Expression
Grammatik übergeben
getGrammar()
- Method in class gui.
InputListener
Zugrunde liegende Grammatik übergeben
getGrammar()
- Method in class mathpack.translate.
Translate
Grammatik übergeben
getGrammar()
- Method in class gui.
ValueListener
Zugrunde liegende Grammatik übergeben
getGraphicContext()
- Method in class graphpack.mathdisp.
Mathdisp
Graphic Context übergeben
getInput()
- Method in class gui.
UserInput
Eingabe übergeben
getInsets()
- Method in class gui.
GridBagPanel
Insets übergeben
getInsets()
- Method in class gui.
HandyPanel
Umfang des Panels neu festlegen
getMarkLen()
- Method in class graphpack.mathdisp.
Mathdisp
Länge der Markierungsstriche übergeben
getMaxDefArea()
- Method in class graphpack.mathdisp.
Mathdisp
maximalen Wert des Definitionsbereichs übergeben
getMaxValArea()
- Method in class graphpack.mathdisp.
Mathdisp
maximalen Wert des Wertebereich übergeben
getMinDefArea()
- Method in class graphpack.mathdisp.
Mathdisp
minimalen Wert des Definitionsbereichs übergeben
getMinDefDelta()
- Method in class graphpack.mathdisp.
Mathdisp
getMinValArea()
- Method in class graphpack.mathdisp.
Mathdisp
minimalen Wert des Wertebereich übergeben
getMinValDelta()
- Method in class graphpack.mathdisp.
Mathdisp
getName()
- Method in class mathpack.values.
namedValue
Namen übergeben
getOperator(int)
- Method in class mathpack.grammar.
Grammar
einzelnen (ordinierten) Operator übergeben
getOperator(String)
- Method in class mathpack.grammar.
Grammar
Benannten Operator übergeben
getOperators()
- Method in class mathpack.grammar.
Grammar
Menge der Opeartoren übergeben
getPaintColor()
- Method in class graphpack.mathdisp.
Mathdisp
Zeichenfarbe im Darstellungsbereich übergeben
getPeakLen()
- Method in class graphpack.mathdisp.
Mathdisp
Länge der Spitze übergeben
getPeakWidth()
- Method in class graphpack.mathdisp.
Mathdisp
Breite der Spitze übergeben
getPostfix()
- Method in class mathpack.expression.
Expression
Postfix-Ausdruck übergeben
getResult()
- Method in class mathpack.expression.
Expression
Ergebis übergeben
getShaftLength()
- Method in class graphpack.mathdisp.
Mathdisp
Länge des Pfeilstiels ohne Spitze übergeben
getStack()
- Method in class mathpack.expression.
Expression
Datenstack übergeben
getTested()
- Method in class gui.
InputListener
Getesteten String übergeben
getTested()
- Method in class gui.
ValueListener
Getesteten String übergeben
getValCut()
- Method in class graphpack.mathdisp.
Mathdisp
Teilung des Wertebereichs übergeben
getValFormat()
- Method in class graphpack.mathdisp.
Mathdisp
Zahlenformat des Wertebereichs übergeben
getValFormColor()
- Method in class graphpack.mathdisp.
Mathdisp
Farbe der Beschriftung des Wertebereichs übergeben
getValFormFont()
- Method in class graphpack.mathdisp.
Mathdisp
Font der Werte im Wertebereich übergeben
getValName()
- Method in class graphpack.mathdisp.
Mathdisp
Bezeichnung des Wertebereichs übergeben
getValNameColor()
- Method in class graphpack.mathdisp.
Mathdisp
Farbe der Bezeichnung des Wertebereichs übergeben
getValNameFont()
- Method in class graphpack.mathdisp.
Mathdisp
Font des Namens für den Wertebereich übergeben
getValue()
- Method in class gui.
ValueInput
Eingabewert übergeben
getValue(Object)
- Static method in class mathpack.arithmetic.
value
Internen Wert des Objekts übergeben
getVariable(int)
- Method in class mathpack.grammar.
Grammar
einzelne (ordinierte) Variable übergeben
getVariable(String)
- Method in class mathpack.grammar.
Grammar
Benannte Variable übergeben
getVariables()
- Method in class mathpack.grammar.
Grammar
Menge der Variablen übergeben
Grammar
- class mathpack.grammar.
Grammar
.
Klasse der elementaren Arithmetik
Grammar()
- Constructor for class mathpack.grammar.
Grammar
Grammar(Operators, Functions)
- Constructor for class mathpack.grammar.
Grammar
GRAVE
- Static variable in class gui.
HandyPanel
Synonym für gravierende Darstellung
greater
- class mathpack.arithmetic.
greater
.
Größer als (Priorität wie Addition)
greater()
- Constructor for class mathpack.arithmetic.
greater
GridApplet
- class
GridApplet
.
Klasse eines Demonstrationsapplets des Methebaukastens
GridApplet()
- Constructor for class
GridApplet
GridBagPanel
- class gui.
GridBagPanel
.
GridBagPanel()
- Constructor for class gui.
GridBagPanel
Instanzierung eines GridBagLayout-Panels
GridBagPanel(int)
- Constructor for class gui.
GridBagPanel
H
HandyPanel
- class gui.
HandyPanel
.
Klasse eines praktischen Panels
HandyPanel()
- Constructor for class gui.
HandyPanel
Einfaches, flaches Panel in Hellgrau
HandyPanel(Color)
- Constructor for class gui.
HandyPanel
Flaches Panel in gewählter Farbe
HandyPanel(int)
- Constructor for class gui.
HandyPanel
Panel mit gewählten Eigenschaften
HandyPanel(int, Color)
- Constructor for class gui.
HandyPanel
Panel mit gewählten Eigenschaften und Farbe
HandyPanel(int, Color, Color)
- Constructor for class gui.
HandyPanel
Panel mit gewählten Eigenschaften, Farbe und ergänzender Rahmenfarbe
HandyPanel(int, int)
- Constructor for class gui.
HandyPanel
Panel mit gewählten Eigenschaften, Farbe und ergänzender Rahmenfarbe
HandyPanel(int, int, Color)
- Constructor for class gui.
HandyPanel
Panel mit gewählten Eigenschaften, Farbe und individueller Rahmenbreite
HandyPanel(int, int, Color, Color)
- Constructor for class gui.
HandyPanel
Panel mit gewählten Eigenschaften, Farbe und individueller Rahmenbreite und -farbe
HirnCommand
- class
HirnCommand
.
HirnCommand(Panel)
- Constructor for class
HirnCommand
I
INFORM
- Static variable in class gui.
Message
Kennung für Infomations-Message
init()
- Method in class
GridApplet
Initialisierung des Applets
init()
- Method in class
PythApplet
Initialisierung des Applets
InputListener
- class gui.
InputListener
.
Klasse eines Action-Listeners für ValueInput
InputListener(Grammar)
- Constructor for class gui.
InputListener
Listener mit Referenzen auf Grammatik und dem zu testenden TextField instanzieren
intoPostfix(String)
- Method in class mathpack.translate.
Translate
Im Argument vorhandenen Ausdruck in Postfix wandeln und übergeben
isConstant(String)
- Method in class mathpack.grammar.
Grammar
Test, ob Konstante vorliegt
isFunction(String)
- Method in class mathpack.grammar.
Grammar
Test, ob Funktion vorliegt
isOperator(String)
- Method in class mathpack.grammar.
Grammar
Test, ob Operator vorliegt
isValuable(String)
- Method in class mathpack.grammar.
Grammar
Test, ob Zahl vorliegt
isVariable(String)
- Method in class mathpack.grammar.
Grammar
Test, ob Variable vorliegt
L
labeledButton(String, String)
- Method in class gui.
GridBagPanel
Mit führendem Label versehene Schaltfläche
labeledCheckbox(String, boolean)
- Method in class gui.
GridBagPanel
Mit führendem Label versehene Checkbox
labeledChoice(String, String[])
- Method in class gui.
GridBagPanel
Mit führendem Label versehene Choice-Box
labeledTextField(String, String)
- Method in class gui.
GridBagPanel
Mit führendem Label versehenes TextField
less
- class mathpack.arithmetic.
less
.
Kleiner als (Priorität wie Addition)
less()
- Constructor for class mathpack.arithmetic.
less
LFTPARA
- Static variable in class mathpack.expression.
Expression
Synonym für fehlende linke Klammer
line(double, double, double, double)
- Method in class graphpack.mathdisp.
Mathdisp
absolutes zeichnen einer geraden Linie
listener
- Variable in class gui.
UserInput
Externer Listener mit Grammatik und Zwischenspeicherung der Eingabe
ln
- class mathpack.arithmetic.
ln
.
Logarithmus naturalis
ln()
- Constructor for class mathpack.arithmetic.
ln
M
makeComponent(String, Component)
- Method in class gui.
GridBagPanel
Aufbau eines Components
Mathdisp
- class graphpack.mathdisp.
Mathdisp
.
Klasse zur grafischen Ausgabe mathematischer Funktionen
Mathdisp()
- Constructor for class graphpack.mathdisp.
Mathdisp
CREATOR ohne Bindung an grafischen Kontext
Mathdisp(Graphics)
- Constructor for class graphpack.mathdisp.
Mathdisp
CREATOR mit Bindung an grafischen Kontext
Mathdisp(Graphics, Dimension)
- Constructor for class graphpack.mathdisp.
Mathdisp
CREATOR mit Bindungen an grafischen Kontext und Ausdehnung
Mathpanel
- class graphpack.mathpanel.
Mathpanel
.
Panel für Mathe Display
Mathpanel()
- Constructor for class graphpack.mathpanel.
Mathpanel
Mathe Display eigenständig instanzieren
Mathpanel(Mathdisp)
- Constructor for class graphpack.mathpanel.
Mathpanel
Mathe Display refenrenzieren
Message
- class gui.
Message
.
Klasse der vordefinierten Mitteilungen
Message(byte, byte, Frame, String, String[])
- Constructor for class gui.
Message
Standardisierte Messages
Message(Component, byte, byte, String, String[])
- Static method in class gui.
Messages
Anzeigen einer standardisierten Mitteilung
Message(Component, Color, String, String[], String[])
- Static method in class gui.
Messages
Anzeigen einer benutzerdefinierten Mitteilung
Message(Frame, Color, String, String[], String[])
- Constructor for class gui.
Message
Benutzerdefinierte Schaltflächen
Messages
- class gui.
Messages
.
Klasse zum schnellen Einsatz vordefinierter Mitteilungen
Messages()
- Constructor for class gui.
Messages
minmax(String, double)
- Method in class
GridApplet
Mini- und maximalen Wert der Funktion ermitteln
multiply
- class mathpack.arithmetic.
multiply
.
Multiplikation
multiply()
- Constructor for class mathpack.arithmetic.
multiply
N
namedValue
- class mathpack.values.
namedValue
.
Klasse einer benannten Wertes
namedValue()
- Constructor for class mathpack.values.
namedValue
Instanz ohne Namen und Wert bilden
namedValue(Object)
- Constructor for class mathpack.values.
namedValue
Instanz mit Wert bilden
namedValue(String)
- Constructor for class mathpack.values.
namedValue
Instanz mit Namen bilden
namedValue(String, Object)
- Constructor for class mathpack.values.
namedValue
Instanz mit Namen und Wert bilden
nm
- Variable in class mathpack.functions.
Function
Bezeichnung der Funktion (String)
NO
- Static variable in class gui.
Message
Kennung für NO-Button dritte Schaltfläche
not
- class mathpack.arithmetic.
not
.
boolsche Negation
not()
- Constructor for class mathpack.arithmetic.
not
O
OK
- Static variable in class mathpack.expression.
Expression
Synonym für keinen gefundenen Fehler
OK
- Static variable in class gui.
Message
Kennung für OK-Button erste Schaltfläche
op
- Variable in class mathpack.operators.
Operator
Bezeichnung des Operators (Character)
Operator
- class mathpack.operators.
Operator
.
Klasse eines Operators
Operator(char, int, anyOperator)
- Constructor for class mathpack.operators.
Operator
CREATOR
Operators
- class mathpack.operators.
Operators
.
Klasse der Operatoren
Operators()
- Constructor for class mathpack.operators.
Operators
opVal(char)
- Method in class mathpack.operators.
Operators
Wertigkeit eines benannten Operators ermitteln
ov
- Variable in class mathpack.operators.
Operator
Priorität des Operators
P
paint()
- Method in class graphpack.mathdisp.
Mathdisp
paint(Graphics)
- Method in class gui.
HandyPanel
Darstellung des Panels neu festlegen
paint(Graphics)
- Method in class graphpack.mathpanel.
Mathpanel
Überschreiben der Methode Paint()
pnl1
- Variable in class gui.
UserInput
Text- und Eingabe-Panel instanzieren
power
- class mathpack.arithmetic.
power
.
Potenzieren
power()
- Constructor for class mathpack.arithmetic.
power
PythApplet
- class
PythApplet
.
PythApplet()
- Constructor for class
PythApplet
Q
QUESTION
- Static variable in class gui.
Message
Kennung für Frage-Message
R
RGTPARA
- Static variable in class mathpack.expression.
Expression
Synonym für fehlende rechte Klammer
S
scratch()
- Method in class gui.
CenteredDialog
Methode zum Schliessen des Dialogs
set(Object)
- Method in class mathpack.values.
valueObject
Referenz festlegen
set3D(int)
- Method in class gui.
HandyPanel
Dreidimesionale Eigenschaften des Panes festlegen
setBackground(Color)
- Method in class graphpack.mathdisp.
Mathdisp
Hintergrundfarbe des Darstellungsbereichs festlegen
setBorderColor(Color)
- Method in class gui.
HandyPanel
Farbe des Panelrahmens festlegen
setBorderWidth(int)
- Method in class gui.
HandyPanel
Breite des Panelrahmens festlegen
setColor(Color)
- Method in class gui.
HandyPanel
Farbe des Panels festlegen
setConstants(Constants)
- Method in class mathpack.expression.
Expression
Menge der Konstanten festlegen
setConstants(Constants)
- Method in class mathpack.grammar.
Grammar
Menge der Konstanten festlegen
setConstraints(GridBagConstraints)
- Method in class gui.
GridBagPanel
Constaraints festlegen
setDefArea(double, double)
- Method in class graphpack.mathdisp.
Mathdisp
Definitionsbereich festlegen
setDefCut(int)
- Method in class graphpack.mathdisp.
Mathdisp
Teilung des Definitionsbereichs festlegen
setDefFormat(String)
- Method in class graphpack.mathdisp.
Mathdisp
Zahlenformat des Definitionsbereichs festlegen
setDefFormColor(Color)
- Method in class graphpack.mathdisp.
Mathdisp
Farbe der Beschriftung des Definitionsbereichs festlegen
setDefFormFont(String, int, int)
- Method in class graphpack.mathdisp.
Mathdisp
Font der Werte im Definitionsbereich festlegen
setDefName(String)
- Method in class graphpack.mathdisp.
Mathdisp
Bezeichnung des Definitionsbereichs festlegen
setDefNameColor(Color)
- Method in class graphpack.mathdisp.
Mathdisp
Farbe der Bezeichnung des Definitionsbereichs festlegen
setDefNameFont(String, int, int)
- Method in class graphpack.mathdisp.
Mathdisp
Font des Namens für den Definitionsbereich festlegen
setDefValName(String)
- Method in class graphpack.mathdisp.
Mathdisp
Bezeichnung des Definitionsbereichs festlegen und Wertebereichs als Funktion benennen
setExpression(String)
- Method in class mathpack.expression.
Expression
Ausdruck festlegen
setFocusComponent(Component)
- Static method in class gui.
Messages
Komponente setzen, die Focus nach Message erhalten soll
setFunctions(Functions)
- Method in class mathpack.grammar.
Grammar
Menge der Funktionen festlegen
setGrammar(Grammar)
- Method in class mathpack.arithmetic.
Arithmetic
setGrammar(Grammar)
- Method in class mathpack.expression.
Expression
Grammatik festlegen
setGrammar(Grammar)
- Method in class mathpack.translate.
Translate
Grammatik festlegen
setGraphicContext(Graphics)
- Method in class graphpack.mathdisp.
Mathdisp
Referenz auf einen Graphic Context herstellen
setInsets(Insets)
- Method in class gui.
GridBagPanel
Insets festlegen
setMarkLen(int)
- Method in class graphpack.mathdisp.
Mathdisp
Länge der Markierungsstriche setzen
setName(String)
- Method in class mathpack.values.
namedValue
Namen festlegen
setOperators(Operators)
- Method in class mathpack.grammar.
Grammar
Menge der Opeartoren festlegen
setPaintColor(Color)
- Method in class graphpack.mathdisp.
Mathdisp
Zeichenfarbe im Darstellungsbereich festlegen
setPeakLen(int)
- Method in class graphpack.mathdisp.
Mathdisp
Länge der Spitze festlegen
setPeakWidth(int)
- Method in class graphpack.mathdisp.
Mathdisp
Breite der Spitze festlegen
setShaftLength(int)
- Method in class graphpack.mathdisp.
Mathdisp
Länge des Pfeilstiels ohne Spitze festlegen
setSize()
- Method in class graphpack.mathdisp.
Mathdisp
Dimensionierung des Graphic Context übergeben
setSize(Dimension)
- Method in class graphpack.mathdisp.
Mathdisp
Referenz auf die Dimensionierung des Graphic Context
setStack(Stack)
- Method in class mathpack.expression.
Expression
Datenstack festlegen
setTextField(TextField)
- Method in class gui.
InputListener
zu testendes Feld festlegen
setTextField(TextField)
- Method in class gui.
ValueListener
zu testendes Feld festlegen
setValArea(double, double)
- Method in class graphpack.mathdisp.
Mathdisp
Wertebereich festlegen
setValCut(int)
- Method in class graphpack.mathdisp.
Mathdisp
Teilung des Wertebereichs festlegen
setValFormat(String)
- Method in class graphpack.mathdisp.
Mathdisp
Zahlenformat des Wertebereichs festlegen
setValFormColor(Color)
- Method in class graphpack.mathdisp.
Mathdisp
Farbe der Beschriftung des Wertebereichs festlegen
setValFormFont(String, int, int)
- Method in class graphpack.mathdisp.
Mathdisp
Font der Werte im Wertebereich festlegen
setValName(String)
- Method in class graphpack.mathdisp.
Mathdisp
Bezeichnung des Wertebereichs festlegen
setValNameColor(Color)
- Method in class graphpack.mathdisp.
Mathdisp
Farbe der Bezeichnung des Wertebereichs festlegen
setValNameFont(String, int, int)
- Method in class graphpack.mathdisp.
Mathdisp
Font des Namens für den Wertebereich festlegen
setValueCreator(anyValue)
- Method in class mathpack.grammar.
Grammar
Festlegen der Klassifizierung aller Wertobjekte (Zahlen)
setVariables(Variables)
- Method in class mathpack.expression.
Expression
Menge der Variablen festlegen
setVariables(Variables)
- Method in class mathpack.grammar.
Grammar
Menge der Variablen festlegen
showFunct(String, double)
- Method in class
GridApplet
Anzeigen des Funktionsverlaufs
sin
- class mathpack.arithmetic.
sin
.
Sinus
sin()
- Constructor for class mathpack.arithmetic.
sin
sqrt
- class mathpack.arithmetic.
sqrt
.
Quadratwurzel
sqrt()
- Constructor for class mathpack.arithmetic.
sqrt
start()
- Method in class
GridApplet
start()
- Method in class
PythApplet
stop()
- Method in class
GridApplet
stop()
- Method in class
PythApplet
subtract
- class mathpack.arithmetic.
subtract
.
Subtraktion
subtract()
- Constructor for class mathpack.arithmetic.
subtract
SYNTAX
- Static variable in class mathpack.expression.
Expression
Synonym für Syntaxfehler
T
t(String)
- Method in interface mathpack.values.
anyValue
t(String)
- Method in class mathpack.arithmetic.
value
Instanzierung eines Wertelements (hier Double)
tan
- class mathpack.arithmetic.
tan
.
Tangens
tan()
- Constructor for class mathpack.arithmetic.
tan
testElements(String)
- Method in class mathpack.expression.
Expression
Elemente des Postfix-Ausdrucks überprüfen
Translate
- class mathpack.translate.
Translate
.
Klasse für Umwandlung von Infix nach Postfix
translate()
- Method in class mathpack.expression.
Expression
Ausdruck in postfix-Notation umformen
Translate()
- Constructor for class mathpack.translate.
Translate
Translate(Grammar)
- Constructor for class mathpack.translate.
Translate
CREATOR
U
USERDEF
- Static variable in class gui.
Message
Kennung für Benutzerdefinierte Schaltflächen
UserInput
- class gui.
UserInput
.
Klasse eines Dialogs zur Eingabe des Anwenders
UserInput(Frame, String, String, InputListener)
- Constructor for class gui.
UserInput
Benutzereingabe instanzieren
V
value
- class mathpack.arithmetic.
value
.
Klasse aller Werte der aktuellen Grammatik
value()
- Constructor for class mathpack.arithmetic.
value
ValueInput
- class gui.
ValueInput
.
Klasse eines Dialogs zur Eingabe eines Wertes
ValueInput(Frame, String, String, InputListener)
- Constructor for class gui.
ValueInput
ValueListener
- class gui.
ValueListener
.
Klasse eines Action-Listeners für ValueInput
ValueListener(Grammar)
- Constructor for class gui.
ValueListener
Listener mit Referenzen auf Grammatik und dem zu testenden TextField instanzieren
valueObject
- class mathpack.values.
valueObject
.
Klasse eines jeden Wertes einer Grammatik
valueObject()
- Constructor for class mathpack.values.
valueObject
Objekt ohne Referenz erzeugen
valueObject(Object)
- Constructor for class mathpack.values.
valueObject
Objekt mit Referenz erzeugen
Variable
- class mathpack.variables.
Variable
.
Klasse einer Variablen
Variable(String, Object)
- Constructor for class mathpack.variables.
Variable
Variables
- class mathpack.variables.
Variables
.
Klasse der Variablen
Variables()
- Constructor for class mathpack.variables.
Variables
W
windowActivated(WindowEvent)
- Method in class gui.
DialogListener
windowClosed(WindowEvent)
- Method in class gui.
DialogListener
windowClosing(WindowEvent)
- Method in class gui.
DialogListener
windowDeactivated(WindowEvent)
- Method in class gui.
DialogListener
windowDeiconified(WindowEvent)
- Method in class gui.
DialogListener
windowIconified(WindowEvent)
- Method in class gui.
DialogListener
windowOpened(WindowEvent)
- Method in class gui.
DialogListener
write(String, double, double)
- Method in class graphpack.mathdisp.
Mathdisp
absolutes schreiben eines Textes
Y
YES
- Static variable in class gui.
Message
Kennung für YES-Button zweite Schaltfläche
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
Y
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES