-
Creates a builder used to create filled line stroke patterns.
Specifies an icon that is used to retrieve the fill color.
ALspComplexStroke.LineBuilder.length(double aLengthFixed)
Sets the length of this stroke, in pixels.
Sets the length of this stroke, as a value relative to the length of the line.
Creates a builder used to create stroke patterns that represent a line segment.
Specifies an icon that is used to retrieve the line color.
ALspComplexStroke.LineBuilder.lineWidth(double aLineWidth)
ALspComplexStroke.LineBuilder.offset(double aOffset0,
double aOffset1)
Sets the offsets of the first and second point of the line segment, relative to the base line.
ALspComplexStroke.LineBuilder.offset0(double aOffset0)
Sets the the offset of the first point of the segment, relative to the base line.
ALspComplexStroke.LineBuilder.offset1(double aOffset1)
Sets the offset of the second point of the segment, relative to the base line.