11#import <Foundation/Foundation.h>
12#import <UniPRT/ALine.h>
13#import <UniPRT/IPoint.h>
14#import <UniPRT/PrintPlane.h>
15#import <UniPRT/Defaults.h>
16#import <UniPRT/Point.h>
17#import <UniPRT/Line.h>
71- (instancetype)initWithStart:(
id<IPoint>)start end:(
id<IPoint>)end lineThickness:(
float)lineThickness;
104- (instancetype)initWithXStart:(
float)xStart yStart:(
float)yStart xEnd:(
float)xEnd yEnd:(
float)yEnd lineThickness:(
float)lineThickness;
A class representing a line object for TSPL.
Definition _Line.h:45
NSString * description()
Returns a string that can be sent to the printer.
Base class for lines.
Definition ALine.h:34