Public Member Functions | |
setTuringImage (TuringImage $turingImage) | |
getTuringImage () | |
Private Attributes | |
$turingImage = null |
Definition at line 15 of file Drawer.class.php.
Drawer::getTuringImage | ( | ) |
Definition at line 32 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::setTuringImage | ( | TuringImage $ | turingImage | ) |
Definition at line 22 of file Drawer.class.php.
Referenced by TuringImage::setBackgroundDrawer(), and TuringImage::setTextDrawer().
Drawer::$turingImage = null [private] |
Definition at line 17 of file Drawer.class.php.
Referenced by CurvedStringDrawer::draw().