A class for CellRect, conforming to the ICellRect protocol. More...
Public Member Functions | |
| __init__ (self, float xdim=0.0, float ydim=0.0, Optional[IRuler] ruler=None) | |
Public Attributes | |
| ydim | |
Public Attributes inherited from LabelMaker.Interfaces.IBarcode2D.ACellSquare | |
| ruler | |
| xdim | |
Additional Inherited Members | |
Static Public Attributes inherited from LabelMaker.Interfaces.IBarcode2D.ICellSquare | |
| IRuler | ruler |
| float | xdim |
Static Public Attributes inherited from LabelMaker.Interfaces.IBarcode2D.ICellRect | |
| float | ydim |
A class for CellRect, conforming to the ICellRect protocol.
| LabelMaker.Interfaces.IBarcode2D.CellRect.__init__ | ( | self, | |
| float | xdim = 0.0, | ||
| float | ydim = 0.0, | ||
| Optional[IRuler] | ruler = None ) |
Reimplemented from LabelMaker.Interfaces.IBarcode2D.ACellSquare.
| LabelMaker.Interfaces.IBarcode2D.CellRect.ydim |