Uses of Class
com.luciad.view.lightspeed.style.complexstroke.ALspComplexStroke.LineBuilder
Packages that use ALspComplexStroke.LineBuilder
-
Uses of ALspComplexStroke.LineBuilder in com.luciad.view.lightspeed.style.complexstroke
Methods in com.luciad.view.lightspeed.style.complexstroke that return ALspComplexStroke.LineBuilderModifier and TypeMethodDescriptionSets the fill color.ALspComplexStroke.filledLine()
Creates a builder used to create filled line stroke patterns.ALspComplexStroke.LineBuilder.fillTexture
(ILcdIcon aTextureIcon) Specifies an icon that is used to retrieve the fill color.ALspComplexStroke.LineBuilder.length
(double aLengthFixed) Sets the length of this stroke, in pixels.ALspComplexStroke.LineBuilder.lengthRelative
(double aLengthRelative) Sets the length of this stroke, as a value relative to the length of the line.ALspComplexStroke.line()
Creates a builder used to create stroke patterns that represent a line segment.Sets the line color.ALspComplexStroke.LineBuilder.lineTexture
(ILcdIcon aTextureIcon) Specifies an icon that is used to retrieve the line color.ALspComplexStroke.LineBuilder.lineWidth
(double aLineWidth) Sets the line width.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.