|
mathmaker
0.4(alpha)
|
Public Member Functions | |
| def | get_euk_filename |
| Returns the eukleides filename associated to the triangle. | |
| def | get_eps_filename |
| Returns the eps filename associated to the triangle. | |
| def | set_name |
| Sets the name of the object. | |
| def | into_euk |
| Creates the euk string to put in the file. | |
| def | into_pic |
| Creates the picture of the drawable object. | |
Properties | |
| euk_filename | |
| eps_filename | |
All Drawable objects.
Any Drawable must reimplement into_euk() Drawable are not renamable, except for the Points
| def core.base.Drawable.into_euk | ( | self, | |
| options | |||
| ) |
Creates the euk string to put in the file.
| options | Any options |
Reimplemented in core.geometry.Triangle.
Definition at line 191 of file base.py.
Referenced by core.base.Drawable.into_pic().
| def core.base.Drawable.into_pic | ( | self, | |
| options | |||
| ) |
Creates the picture of the drawable object.
Definition at line 201 of file base.py.
References core.base.Drawable.euk_filename, and core.base.Drawable.into_euk().
core::base.Drawable::eps_filename [static] |
core::base.Drawable::euk_filename [static] |
property(get_euk_filename,
doc = "Eukleides filename associated to " \
+ "the right triangle")
Definition at line 164 of file base.py.
Referenced by core.base.Drawable.into_pic().
1.7.6.1