Base class for lines.
More...
#include <ALine.h>
|
| id< IRuler > | ruler |
| | The ruler used for placement. If not set, the default ruler setting is used.
|
| |
| id< IPoint > | start |
| | Starting point of the line.
|
| |
| id< IPoint > | end |
| | Ending point of the line.
|
| |
| float | lineThickness |
| | Thickness of the line.
|
| |
| id< IRuler > | ruler |
| | The ruler used for placement. If not set, the default ruler setting is used.
|
| |
| id< IPoint > | start |
| | Starting position of line.
|
| |
| id< IPoint > | end |
| | Ending position of line.
|
| |
| float | lineThickness |
| | Thickness of line based on the ruler units in use.
|
| |
◆ description
| - (NSString *) description |
|
|
|
Returns a string representation of the line for debugging purposes.
Reimplemented in _PglLine, and _Line.
◆ initWithStart:end:lineThickness:
| - (instancetype) initWithStart: |
|
(id< IPoint >) | start |
| end: |
|
(id< IPoint >) | end |
| lineThickness: |
|
(float) | lineThickness |
Initializes a new instance of ALine with specified start and end points and line thickness.
- Parameters
-
| start | The starting point of the line. |
| end | The ending point of the line. |
| lineThickness | The thickness of the line. |
- Returns
- A new instance of ALine.
Reimplemented in _PglLine, and _Line.
◆ end
Ending point of the line.
◆ lineThickness
◆ ruler
The ruler used for placement. If not set, the default ruler setting is used.
◆ start
Starting point of the line.
The documentation for this class was generated from the following file:
- /Users/realbuber/Documents/Project/sdk_json_Objective-C/AutoIdSDK/LabelMaker/Interfaces/IShapes/ALine.h