
Public Member Functions | |
| draw () | |
| |
Public Attributes | |
| const | MIN_WAVE_DISTANCE = 8 |
| const | MAX_WAVE_DISTANCE = 20 |
| const | MAX_WAVE_OFFSET = 5 |
Private Member Functions | |
| drawWave ($y) | |
Definition at line 16 of file WavesBackgroundDrawer.class.php.
| WavesBackgroundDrawer::draw | ( | ) |
Reimplemented from BackgroundDrawer.
Definition at line 25 of file WavesBackgroundDrawer.class.php.
References drawWave(), and Drawer::getTuringImage().

| WavesBackgroundDrawer::drawWave | ( | $ | y | ) | [private] |
Definition at line 38 of file WavesBackgroundDrawer.class.php.
References Drawer::getTuringImage(), and BackgroundDrawer::makeColor().
Referenced by draw().

| const WavesBackgroundDrawer::MIN_WAVE_DISTANCE = 8 |
Definition at line 18 of file WavesBackgroundDrawer.class.php.
| const WavesBackgroundDrawer::MAX_WAVE_DISTANCE = 20 |
Definition at line 19 of file WavesBackgroundDrawer.class.php.
| const WavesBackgroundDrawer::MAX_WAVE_OFFSET = 5 |
Definition at line 20 of file WavesBackgroundDrawer.class.php.
1.5.4