Diploma Thesis Percolation Simulation C++ Sourcecode Documentation |
#include <svg.h>
Inheritance diagram for graphics::rect:
Public Methods | |
rect (COORDFLOAT x_, COORDFLOAT y_, COORDFLOAT width_, COORDFLOAT height_) | |
rect (COORDFLOAT x_, COORDFLOAT y_, COORDFLOAT width_, COORDFLOAT height_, RGBcolor fillcolor_, RGBcolor strokecolor_, REAL opacity_) | |
string | svg (bool fill, bool stroke, bool opac) |
Private Attributes | |
COORDFLOAT | x |
COORDFLOAT | y |
COORDFLOAT | width |
COORDFLOAT | height |
|
Definition at line 104 of file svg.h. References COORDFLOAT, height, width, x, and y.
|
|
Definition at line 106 of file svg.h. References COORDFLOAT, height, REAL, width, x, and y.
|
|
Reimplemented from graphics::shape. Definition at line 112 of file svg.h. References height, graphics::shape::svgstyle(), width, x, and y.
|
|
|
|
|
|
|
|
|
Diploma Thesis Sourcecode
Documentation check out the text and the executable binaries |