|
phystricks
|


Public Member Functions | |
| def | __init__ (self, NW, SE) |
| def | polygon (self) |
| def | first_diagonal (self) |
| def | second_diagonal (self) |
| def | center (self) |
| def | default_associated_graph_class (self) |
Public Attributes | |
| NW | |
| SE | |
| SW | |
| NE | |
| mx | |
| Mx | |
| my | |
| My | |
| rectangle | |
| segment_N | |
| segment_S | |
| segment_E | |
| segment_W | |
Private Member Functions | |
| def | _segment (self, side) |
The parameters of the four lines are by default the same, but they can be adapted separately. graph_N returns the north side as a phystricks.Segment object
| def phystricks.src.RectangleGraph.RectangleGraph.__init__ | ( | self, | |
| NW, | |||
| SE | |||
| ) |
|
private |
| def phystricks.src.RectangleGraph.RectangleGraph.center | ( | self | ) |
| def phystricks.src.RectangleGraph.RectangleGraph.default_associated_graph_class | ( | self | ) |
Return the class which is the Graph associated type
| def phystricks.src.RectangleGraph.RectangleGraph.first_diagonal | ( | self | ) |
| def phystricks.src.RectangleGraph.RectangleGraph.polygon | ( | self | ) |
| def phystricks.src.RectangleGraph.RectangleGraph.second_diagonal | ( | self | ) |
| phystricks.src.RectangleGraph.RectangleGraph.mx |
| phystricks.src.RectangleGraph.RectangleGraph.Mx |
| phystricks.src.RectangleGraph.RectangleGraph.my |
| phystricks.src.RectangleGraph.RectangleGraph.My |
| phystricks.src.RectangleGraph.RectangleGraph.NE |
| phystricks.src.RectangleGraph.RectangleGraph.NW |
| phystricks.src.RectangleGraph.RectangleGraph.rectangle |
| phystricks.src.RectangleGraph.RectangleGraph.SE |
| phystricks.src.RectangleGraph.RectangleGraph.segment_E |
| phystricks.src.RectangleGraph.RectangleGraph.segment_N |
| phystricks.src.RectangleGraph.RectangleGraph.segment_S |
| phystricks.src.RectangleGraph.RectangleGraph.segment_W |
| phystricks.src.RectangleGraph.RectangleGraph.SW |
1.8.11