NTLineStyle
@interface NTLineStyle : NTStyle
A style for lines. Contains attributes for configuring how the line is drawn on the screen.
-
Returns the bitmap of the line.
Declaration
Objective-C
- (NTBitmap *)getBitmap;
Return Value
The bitmap of the line.
-
Returns the width of the line used for click detection.
Declaration
Objective-C
- (float)getClickWidth;
Return Value
The width of the line used for click detection.
-
Returns the end point type of the line.
Declaration
Objective-C
- (enum NTLineEndType)getLineEndType;
Return Value
The end point type of the line.
-
Returns the join type of the line.
Declaration
Objective-C
- (enum NTLineJoinType)getLineJoinType;
Return Value
The join type of the line.
-
Returns the stretching factor of the line.
Declaration
Objective-C
- (float)getStretchFactor;
Return Value
The stretching factor of the line.
-
Returns the width of the line.
Declaration
Objective-C
- (float)getWidth;
Return Value
The width of the line.
-
Undocumented
Declaration
Objective-C
-(void)dealloc;