Public Member Functions | |
setTuringImage (TuringImage $turingImage) | |
| |
getTuringImage () | |
| |
Private Attributes | |
$turingImage = null |
Definition at line 16 of file Drawer.class.php.
Drawer::setTuringImage | ( | TuringImage $ | turingImage | ) |
Definition at line 23 of file Drawer.class.php.
Referenced by TuringImage::setBackgroundDrawer(), and TuringImage::setTextDrawer().
Drawer::getTuringImage | ( | ) |
Definition at line 33 of file Drawer.class.php.
Referenced by WavesBackgroundDrawer::draw(), RandomLinesBackgroundDrawer::draw(), LinearStringDrawer::draw(), InclinedStringDrawer::draw(), CurvedStringDrawer::draw(), CircleBackgroundDrawer::draw(), CellBackgroundDrawer::draw(), CircleBackgroundDrawer::drawCircle(), TextDrawer::drawCraracter(), WavesBackgroundDrawer::drawWave(), TextDrawer::getFont(), BackgroundDrawer::makeColor(), and TextDrawer::showError().
Drawer::$turingImage = null [private] |