| circle() | graphics::circle | [inline] |
| circle(COORDFLOAT cx_, COORDFLOAT cy_, REAL r_) | graphics::circle | [inline] |
| circle(COORDFLOAT cx_, COORDFLOAT cy_, REAL r_, RGBcolor fillcolor_, RGBcolor strokecolor_, REAL opacity_) | graphics::circle | |
| cx | graphics::circle | [private] |
| cy | graphics::circle | [private] |
| fillcolor | graphics::shape | [protected] |
| opacity | graphics::shape | [protected] |
| r | graphics::circle | [private] |
| shape() | graphics::shape | [inline] |
| shape(RGBcolor fillcolor_, RGBcolor strokecolor_, REAL opacity_) | graphics::shape | [inline] |
| strokecolor | graphics::shape | [protected] |
| svg(bool fill, bool stroke, bool opac) | graphics::circle | [virtual] |
| svgstyle(bool fill, bool stroke, bool opac) | graphics::shape | |