Class: Line#
A straight line defined by it’s end points.
Attributes#
x1 : float The X coordinate of the start of the line. [units pixels] y1 : float The Y coordinate of the start of the line. [units pixels] x2 : float The X coordinate of the end of the line. [units pixels] y2 : float The Y coordinate of the end of the line. [units pixels] marker_start : None | Marker (The Line MarkerStart). marker_end : None | Marker (The Line MarkerEnd).
URI: core:Line
Parents#
is_a: Shape -
Attributes#
Own#
➞transform 0..1
Range: AffineTransform
➞fill_color 0..1
Range: String
➞fill_rule 0..1
Range: Shape_FillRule
➞stroke_color 0..1
Range: String
➞stroke_width 0..1
Range: Integer
➞stroke_dash_array 0..1
Range: String
➞text 0..1
Range: String
➞font_family 0..1
Range: Shape_FontFamily
➞font_size 0..1
Range: Integer
➞font_style 0..1
Range: Shape_FontStyle
➞locked 0..1
Range: Boolean
➞the_z 0..1
Range: Integer
➞the_t 0..1
Range: Integer
➞the_c 0..1
Range: Integer
➞marker_start 0..1
Range: Marker
➞marker_end 0..1
Range: Marker