mod: | chiplotle.hpgl.compound |
---|
Bases: chiplotle.hpgl.compound.compound._CompoundHPGL
Circle with absolute position.
Bases: chiplotle.hpgl.abstract.positional._Positional
Bases: chiplotle.hpgl.compound.compound._CompoundHPGL, list
Generic container.
Bases: chiplotle.hpgl.compound.compound._CompoundHPGL
Text label.
xy: 2-tuple of coordinates pair for label location.
text: The actual text to be printed.
charsize: 2-tuple (w, h) pair defining the absolute character size.
run (direction on x axis), rise (direction on y axis).
Positive separates, negatives bring together.
Positive separates, negatives bring together.
Possible values:
.
Left
Inside
Right
Above
3
6
9
Inside
2
5
8
Below
1
4
7
If 10 is added to the above-mentioned location number, positions (except 5) will be offset towards the center by 1/2 the character width and 1/2 the character height.
0 is vertical, 0.5 is 45 degs., ...
vertical: Print text from left to right (False) or top down (True).
Bases: chiplotle.hpgl.compound.compound._CompoundHPGL
Random Walk.
Bases: chiplotle.hpgl.compound.compound._CompoundHPGL
Compound Rectangle. Can be rotated. Cannot be filled