A C D G H I L M N O P R S T U W X Y

A

actionPerformed(ActionEvent) - Method in class Lissa
ActionListener implementation.
adjustmentValueChanged(AdjustmentEvent) - Method in class Lissa
AdjustementListener implementation.

C

clear() - Method in class DebugArea
Clears output

D

DebugArea - class DebugArea.
The DebugArea class is a tool for easy debuging.
DebugArea() - Constructor for class DebugArea
 
DrawArea - class DrawArea.
The DrawArea class the part of the Lissa application draws the Lissajous figures.
DrawArea(Dimension, DebugArea) - Constructor for class DrawArea
Constructs a new DrawArea and sets its initial values to their defaults.
dx - Static variable in class DrawArea
 
dy - Static variable in class DrawArea
 

G

getAmp() - Method in class DrawArea
Returns amplitude values.
getAppletInfo() - Method in class Lissa
Returns information about this applet.
getFreq() - Method in class DrawArea
Returns frequency values.
getOutput() - Method in class DebugArea
Returns the state of output (true == enabled, false == disabled
getPhase() - Method in class DrawArea
Returns phase values.
getPriority() - Method in class DebugArea
Returns the global priority value.
getX() - Method in class Pix
Returns the X coordinate of this Pix in double precision.
getY() - Method in class Pix
Returns the Y coordinate of this Pix in double precision.

H

HIGH - Static variable in class DebugArea
The priority HIGH.

I

init() - Method in class Lissa
Applet initializator.

L

ldx - Static variable in class DrawArea
 
ldy - Static variable in class DrawArea
 
Lissa - class Lissa.
The Lissa class is an application (applet) which can draw Lissajous figures according to some user input.
Lissa() - Constructor for class Lissa
 
LOW - Static variable in class DebugArea
The priority LOW.

M

main(String[]) - Static method in class Lissa
Main application code.
maxDelta - Static variable in class DrawArea
 
MEDIUM - Static variable in class DebugArea
The priority MEDIUM.

N

NONE - Static variable in class DebugArea
The priority NONE.

O

OFF - Static variable in class DebugArea
The priority OFF.

P

paint(Graphics) - Method in class DrawArea
Painting function.
Pix - class Pix.
The Pix class is my own implementation of java.awt.geom.Point2D.Double.
Pix() - Constructor for class Pix
Constructs and initializes a Pix with coordinates (0, 0).
Pix(double, double) - Constructor for class Pix
Constructs and initializes a Pix with the specified coordinates.

R

reset() - Method in class DrawArea
Reset the drawing with initial time constant.
reset(double) - Method in class DrawArea
Reset the drawing with given time constant.
run() - Method in class DrawArea
Animator run function.

S

setAmp(double, double) - Method in class DrawArea
Set amplitudes according to two given double values.
setAmp(Pix) - Method in class DrawArea
Set amplitudes according to given Pix
setFreq(double, double) - Method in class DrawArea
Set frequencies according to two given double values.
setFreq(Pix) - Method in class DrawArea
Set frequencies according to given Pix
setINC() - Method in class DrawArea
Set time constant to its initial value.
setINC(double) - Method in class DrawArea
Set time constant.
setLocation(double, double) - Method in class Pix
Sets the location of this Pix to the specified double coordinates.
setOutput(boolean) - Method in class DebugArea
Enable/disable output
setPhase(double, double) - Method in class DrawArea
Set phases according to two given double values.
setPhase(Pix) - Method in class DrawArea
Set phases according to given Pix
setPriority(int) - Method in class DebugArea
Sets the global priority.
setSize(Dimension) - Method in class DrawArea
Set size of this DrawArea
start() - Method in class Lissa
Applet start.
start() - Method in class DrawArea
Animator start function.
stop() - Method in class Lissa
Applet stop.
stop() - Method in class DrawArea
Animator stop function.

T

textValueChanged(TextEvent) - Method in class Lissa
TextListener implementation.
toString() - Method in class Pix
Returns a String that represents the value of this Pix.
toString() - Method in class DrawArea
Returns a String that represents the state of this DrawArea.
toString(int) - Method in class Pix
Returns a String that represents the value of this Pix.
toString(int, int) - Method in class Pix
Returns a String that represents the value of this Pix.

U

update(Graphics) - Method in class DrawArea
Update override.

W

write(int, String) - Method in class DebugArea
Outputs given String with given priority, if the output is enabled.
write(String) - Method in class DebugArea
Outputs given String with default priority (==MEDIUM), if the output is enabled.

X

x - Variable in class Pix
The X coordinate of this Pix.

Y

y - Variable in class Pix
The Y coordinate of this Pix.

A C D G H I L M N O P R S T U W X Y