Base class for ABarWidths. More...
#include <ABarWidths.h>
Instance Methods | |
| (instancetype) | - NS_UNAVAILABLE |
| (instancetype) | - initWithNarrowBar:wideBar: |
Additional Inherited Members | |
Properties inherited from <IBarWidths> | |
| id< IRuler > | ruler |
| Ruler to use for bar widths. | |
| float | narrowBar |
| Width of smallest bar. This is typically referred to as the X-dimension of the barcode. | |
| float | wideBar |
| Width of widest bar. This is typically a multiple of the NarrowBar in order for barcode scanners to differentiate bar widths. | |
Base class for ABarWidths.
| - (instancetype) initWithNarrowBar: | (float) | narrowBar | |
| wideBar: | (float) | NS_DESIGNATED_INITIALIZER |
Reimplemented in PglBarWidths, and BarWidths.
| - (instancetype) NS_UNAVAILABLE |