transformation
Class AnalyseHaarPanel
- ActionListener
public class AnalyseHaarPanel
A AnalyseHaarPanel is a AnalysePanel
on which the multiresolution-animation with the Haar-Filter is painted
FAST , MEDIUM , SLOW , animGrid , animateGrid , arrow , arrowCheckTime , backGreen , backRed , counter , depth , filter , filterCheckTime , fm , font , gridCheckTime , height , signal , startTransform , timer , transformed , transformedCheckTime , width |
void | actionPerformed(ActionEvent e) - Handling of the ActionEvents
|
void | drawNecessaryGrids(Graphics g) - this method draws the original signal
and all at the current level of transformation
necessary transformed signals
|
void | paintComponent(Graphics g) - painting the Component
|
void | transform(Graphics g, int i, int pos, Color color)
|
drawAnimGrid , drawNecessaryGrids , paintComponent , reset , restartTimer , setColors , setFilter , setSpeed , startTimer , startTransform , startTransformation , stopTimer |
AnalyseHaarPanel
public AnalyseHaarPanel()
standard constructor
actionPerformed
public void actionPerformed(ActionEvent e)
Handling of the ActionEvents
drawNecessaryGrids
public void drawNecessaryGrids(Graphics g)
this method draws the original signal
and all at the current level of transformation
necessary transformed signals
- drawNecessaryGrids in interface TransformationPanel
g
- Graphics object of paintComponent(...)
transform
public void transform(Graphics g,
int i,
int pos,
Color color)
- transform in interface AnalysePanel