All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

addStroke(Vector). Method in class merlin.util.Pattern
Adds a stroke.
apply(Pattern). Method in class merlin.filter.Filter
You apply a filter to a pattern and get a new pattern
apply(Pattern). Method in class merlin.filter.FilterCollection
Applies the filters on a Pattern
apply(Pattern). Method in class merlin.filter.NormFilter
You apply a filter to a pattern and get a new pattern
apply(Pattern). Method in class merlin.filter.PointDistanceNormFilter
You apply a filter to a pattern and get a new pattern
apply(Pattern). Method in class merlin.filter.SmoothFilter
You apply a filter to a pattern and get a new pattern
ascii. Variable in class merlin.util.Pattern
The meaning of this pattern.

C

clear(). Method in class Merlin
To clear current pattern
CodeGenerator(). Constructor for class CodeGenerator

E

ElasticWizard(). Constructor for class merlin.wizard.ElasticWizard
Default constructor
extended. Static variable in class merlin.util.Samples
EXTENDED. Static variable in class merlin.wizard.Wizard
extendedAscii. Static variable in class merlin.util.Samples

F

Filter(). Constructor for class merlin.filter.Filter
FilterCollection(). Constructor for class merlin.filter.FilterCollection
Class constructor.
FilterCollection(Vector). Constructor for class merlin.filter.FilterCollection
Class constructor specifying the filters to use and the order.

G

getBank(). Method in class Merlin
Gets the bank
getBank(). Method in class merlin.wizard.Wizard
Gets the current bank
getLast(). Method in class Merlin
getMode(). Method in class Merlin
Gets the mode
getPattern(). Method in class Merlin
To get the current pattern

K

kill(). Method in class merlin.util.Timer
The timer is no longer wanted and is killed.

L

loadStrokes(String). Method in class merlin.util.Pattern
Adds strokes from a file.

M

main(String[]). Static method in class CodeGenerator
main(String[]). Static method in class Merlin
The main fuction
Merlin(). Constructor for class Merlin
Constructor
mouseDragged(MouseEvent). Method in class Merlin
Called when mouse is dragged
mousePressed(MouseEvent). Method in class Merlin
Called when the mouse is pressed
mouseReleased(MouseEvent). Method in class Merlin
Called when mouse is released
MULTIPLE_STROKE. Static variable in class Merlin

N

natural. Static variable in class merlin.util.Samples
NATURAL. Static variable in class merlin.wizard.Wizard
naturalAscii. Static variable in class merlin.util.Samples
NormFilter(int, int). Constructor for class merlin.filter.NormFilter
Constructor
numeral. Static variable in class merlin.util.Samples
NUMERAL. Static variable in class merlin.wizard.Wizard
numeralAscii. Static variable in class merlin.util.Samples

P

paint(Graphics). Method in class Painter
Painter(String). Constructor for class Painter
Pattern(). Constructor for class merlin.util.Pattern
Class constructor.
PointDistanceNormFilter(int). Constructor for class merlin.filter.PointDistanceNormFilter
Default constructor

R

recognize(Pattern). Method in class merlin.wizard.ElasticWizard
You give the ElasticWizard a pattern and lets him recognize it.
recognize(Pattern). Method in class merlin.wizard.Wizard
You give the Wizard a pattern and lets him recognize it.
restart(long). Method in class merlin.util.Timer
The timer is restarted
run(). Method in class merlin.util.Timer
The timer waits the time and then calls the objects timedOut-function

S

Samples(). Constructor for class merlin.util.Samples
setBank(byte). Method in class Merlin
Sets the bank
setBank(byte). Method in class merlin.wizard.Wizard
Tell the wizard in what bank to look in
setFilters(Vector). Method in class merlin.filter.FilterCollection
Sets filters that the FilterCollection will use
setMode(int). Method in class Merlin
Sets the mode
setPattern(Pattern). Method in class Painter
setWizard(Wizard). Method in class Merlin
Sets the wizard
SINGLE_STROKE. Static variable in class Merlin
SmoothFilter(). Constructor for class merlin.filter.SmoothFilter
Default constructor
storeOn(String). Method in class merlin.util.Pattern
Store pattern on a file.
strokes(). Method in class merlin.util.Pattern
Returns the strokes as an Enumeration.

T

timedOut(). Method in class Merlin
From Timeoutable interface.
timedOut(). Method in interface merlin.util.TimeOutable
This method is called by the Timer when the specified time has elapsed
Timer(TimeOutable, long). Constructor for class merlin.util.Timer
Class constructor.

W

Wizard(). Constructor for class merlin.wizard.Wizard