Method summary
Methods
- __init__(self, color, width, cap, join, dash)
Creates a new LineState object.
All input arguments that are containers are copied by the constructor. This prevents two LineState objects from ever sharing and modifying the other's data.
- copy(self)
Makes a copy of the current line state. Could just use deepcopy...
- is_dashed(self)