|
def | __init__ (self, pts=None) |
|
def | get_name (self) |
|
def | __init__ (self, pts=None) |
|
def | get_name (self) |
|
def | add_point (self, x, y) |
|
def | points (self) |
|
def | points (self, pts) |
|
def | get_dimensions (self) |
|
def | translate (self, tx, ty) |
|
def | rotate (self, angle) |
|
def | scale (self, sx, sy) |
|
def | get_center (self, center) |
|
def | get_json_representation (self) |
|
def | __init__ (self) |
| Constructor for a Symbol. More...
|
|
def | label (self) |
| Getter for symbol label. More...
|
|
def | label |
| Setter for symbol label. More...
|
|
def | identifier (self) |
| Getter for the symbols identifier. More...
|
|
def | fill_color (self) |
| Getter for the fill color. More...
|
|
def | fill_color (self, args, kwargs) |
| Setter for the fill color. More...
|
|
def | stroke_color (self) |
| Getter for the stroke color. More...
|
|
def | stroke_color (self, args, kwargs) |
| Setter for the stroke color. More...
|
|
def | stroke_width (self) |
| Getter for the stroke width. More...
|
|
def | stroke_width |
| Setter for the stroke width. More...
|
|
def | opacity (self) |
| Getter for opacity. More...
|
|
def | opacity |
| Setter for opacity. More...
|
|
def | stroke_dash (self) |
| Getter for stroke_dash. More...
|
|
def | stroke_dash |
| Setter for stroke_dash. More...
|
|
def | shape_type (self) |
|
def | shape_type (self, shape) |
|
def | set_location |
| Setter for the location of the center of the symbol. More...
|
|
def | get_location (self) |
| Getter for the location of a symbol. More...
|
|
def | get_dimensions (self) |
| Getter for the dimensions. More...
|
|
def | translate_point (self, pt, tx, ty) |
|
def | scale_point (self, pt, sx, sy) |
|
def | rotate_point (self, pt, angle) |
|
def | get_json_representation (self) |
| Get the json representation of the Symbol class. More...
|
|