transformation

Class AnalyseDaub2Panel

Implemented Interfaces:
ActionListener

public class AnalyseDaub2Panel
extends AnalysePanel

A TransformationPanel is a JPanel on which the multiresolution-animation is painted

Field Summary

Fields inherited from class transformation.TransformationPanel

FAST, MEDIUM, SLOW, animGrid, animateGrid, arrow, arrowCheckTime, backGreen, backRed, counter, depth, filter, filterCheckTime, fm, font, gridCheckTime, height, signal, startTransform, timer, transformed, transformedCheckTime, width

Constructor Summary

AnalyseDaub2Panel()
standard constructor

Method Summary

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)

Methods inherited from class transformation.AnalysePanel

drawAnimGrid, startTransformation, transform

Methods inherited from class transformation.TransformationPanel

drawAnimGrid, drawNecessaryGrids, paintComponent, reset, restartTimer, setColors, setFilter, setSpeed, startTimer, startTransform, startTransformation, stopTimer

Constructor Details

AnalyseDaub2Panel

public AnalyseDaub2Panel()
standard constructor

Method Details

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
Overrides:
drawNecessaryGrids in interface TransformationPanel
Parameters:
g - Graphics object of paintComponent(...)

paintComponent

public void paintComponent(Graphics g)
painting the Component
Overrides:
paintComponent in interface TransformationPanel

transform

public void transform(Graphics g,
                      int i,
                      int pos,
                      Color color)
Overrides:
transform in interface AnalysePanel