Overview
Package
Class
Use
Tree
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
W
X
Y
Z
_
A
abbreviate(String)
- Static method in class Transformation.ptolemy.util.
StringUtilities
Abbreviate a string.
actionPerformed(ActionEvent)
- Method in class Transformation.Hough.
HoughTransformationGUI
actionListener, reagiert auf datei-öffnen
addCheckBox(String, String, boolean)
- Method in class Transformation.ptolemy.gui.
Query
Create an on-off check box.
addChoice(String, String, String[], String)
- Method in class Transformation.ptolemy.gui.
Query
Create an uneditable choice menu.
addChoice(String, String, String[], String, boolean)
- Method in class Transformation.ptolemy.gui.
Query
Create a choice menu.
addChoice(String, String, String[], String, boolean, Color, Color)
- Method in class Transformation.ptolemy.gui.
Query
Create a choice menu.
addColorChooser(String, String, String)
- Method in class Transformation.ptolemy.gui.
Query
Create a ColorChooser.
addDisplay(String, String, String)
- Method in class Transformation.ptolemy.gui.
Query
Create a simple one-line text display, a non-editable value that is set externally using the setDisplay() method.
addFileChooser(String, String, String, URI, File)
- Method in class Transformation.ptolemy.gui.
Query
Create a FileChooser that selects files only, not directories, and has the default colors (white in the background, black in the foreground).
addFileChooser(String, String, String, URI, File, boolean, boolean)
- Method in class Transformation.ptolemy.gui.
Query
Create a FileChooser with default colors (white in the foreground, black in the background).
addFileChooser(String, String, String, URI, File, Color, Color)
- Method in class Transformation.ptolemy.gui.
Query
Create a FileChooser that selects files only, not directories.
addFileChooser(String, String, String, URI, File, boolean, boolean, Color, Color)
- Method in class Transformation.ptolemy.gui.
Query
Create a FileChooser.
addLegend(int, String)
- Method in class Transformation.ptolemy.plot.
Plot
Add a legend (displayed at the upper right) for the specified data set with the specified string.
addLegend(int, String)
- Method in class Transformation.ptolemy.plot.
PlotBox
Add a legend (displayed at the upper right) for the specified data set with the specified string.
addLine(String, String, String)
- Method in class Transformation.ptolemy.gui.
Query
Create a single-line entry box with the specified name, label, and default value.
addLine(String, String, String, Color, Color)
- Method in class Transformation.ptolemy.gui.
Query
Create a single-line entry box with the specified name, label, default value, and background color.
addPassword(String, String, String)
- Method in class Transformation.ptolemy.gui.
Query
Create a single-line password box with the specified name, label, and default value.
addPassword(String, String, String, Color, Color)
- Method in class Transformation.ptolemy.gui.
Query
Create a single-line password box with the specified name, label, and default value.
addPoint(int, double, double, boolean)
- Method in class Transformation.ptolemy.plot.
Plot
In the specified data set, add the specified x, y point to the plot.
addPoints()
- Method in class Transformation.ptolemy.plot.
PlotLive
Redefine in derived classes to add points to the plot.
addPointWithErrorBars(int, double, double, double, double, boolean)
- Method in class Transformation.ptolemy.plot.
Plot
In the specified data set, add the specified x, y point to the plot with error bars.
addQueryListener(QueryListener)
- Method in class Transformation.ptolemy.gui.
Query
Add a listener.
addRadioButtons(String, String, String[], String)
- Method in class Transformation.ptolemy.gui.
Query
Create a bank of radio buttons.
addSelectButtons(String, String, String[], Set)
- Method in class Transformation.ptolemy.gui.
Query
Create a bank of buttons that provides a list of choices, any subset of which may be chosen at a time.
addSlider(String, String, int, int, int)
- Method in class Transformation.ptolemy.gui.
Query
Create a slider with the specified name, label, default value, maximum, and minimum.
addTextArea(String, String, String)
- Method in class Transformation.ptolemy.gui.
Query
Create a text area.
addTextArea(String, String, String, Color, Color)
- Method in class Transformation.ptolemy.gui.
Query
Create a text area.
addTextArea(String, String, String, Color, Color, int, int)
- Method in class Transformation.ptolemy.gui.
Query
Create a text area with the specified height and width (in characters).
addXTick(String, double)
- Method in class Transformation.ptolemy.plot.
PlotBox
Specify a tick mark for the X axis.
addYTick(String, double)
- Method in class Transformation.ptolemy.plot.
PlotBox
Specify a tick mark for the Y axis.
apply()
- Method in class Transformation.ptolemy.plot.
PlotFormatter
Apply currently specified values to the associated plot.
Overview
Package
Class
Use
Tree
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
W
X
Y
Z
_