Uses of Class
com.luciad.view.lightspeed.style.complexstroke.ALspComplexStroke.ParallelLineBuilder
Packages that use ALspComplexStroke.ParallelLineBuilder
-
Uses of ALspComplexStroke.ParallelLineBuilder in com.luciad.view.lightspeed.style.complexstroke
Methods in com.luciad.view.lightspeed.style.complexstroke that return ALspComplexStroke.ParallelLineBuilderModifier and TypeMethodDescriptionALspComplexStroke.ParallelLineBuilder.length(double aLengthFixed) Sets the length of this stroke, in pixels.ALspComplexStroke.ParallelLineBuilder.lengthRelative(double aLengthRelative) Sets the length of this stroke, as a value relative to the length of the line.Sets the line color.ALspComplexStroke.ParallelLineBuilder.lineTexture(ILcdIcon aTextureIcon) Specifies an icon that is used to retrieve the line color.ALspComplexStroke.ParallelLineBuilder.lineWidth(double aLineWidth) Sets the line width.ALspComplexStroke.ParallelLineBuilder.offset(double aOffset) Sets the offset of the line from the base line.ALspComplexStroke.parallelLine()Creates a builder used to create stroke patterns that represent a line segment, parallel with the base line.