Public Member Functions | |
__construct ($count, $minRadius, $maxRadius=null) | |
draw () | |
| |
Public Attributes | |
const | VERTEX_COUNT = 20 |
Private Member Functions | |
drawCircle ($x, $y, $radius) | |
Private Attributes | |
$minRadius = null | |
$maxRadius = null | |
$count = null |
Definition at line 16 of file CircleBackgroundDrawer.class.php.
CircleBackgroundDrawer::__construct | ( | $ | count, | |
$ | minRadius, | |||
$ | maxRadius = null | |||
) |
Definition at line 24 of file CircleBackgroundDrawer.class.php.
References $count, $maxRadius, and $minRadius.
CircleBackgroundDrawer::draw | ( | ) |
Reimplemented from BackgroundDrawer.
Definition at line 37 of file CircleBackgroundDrawer.class.php.
References drawCircle(), and Drawer::getTuringImage().
CircleBackgroundDrawer::drawCircle | ( | $ | x, | |
$ | y, | |||
$ | radius | |||
) | [private] |
Definition at line 51 of file CircleBackgroundDrawer.class.php.
References Drawer::getTuringImage(), BackgroundDrawer::makeColor(), and VERTEX_COUNT.
Referenced by draw().
const CircleBackgroundDrawer::VERTEX_COUNT = 20 |
CircleBackgroundDrawer::$minRadius = null [private] |
CircleBackgroundDrawer::$maxRadius = null [private] |
CircleBackgroundDrawer::$count = null [private] |