Uses of Class
com.luciad.view.lightspeed.style.complexstroke.ALspComplexStroke.PolylineBuilder
Packages that use ALspComplexStroke.PolylineBuilder
-
Uses of ALspComplexStroke.PolylineBuilder in com.luciad.view.lightspeed.style.complexstroke
Methods in com.luciad.view.lightspeed.style.complexstroke that return ALspComplexStroke.PolylineBuilderModifier and TypeMethodDescriptionSets the line color.ALspComplexStroke.PolylineBuilder.lineTexture
(ILcdIcon aTextureIcon) Specifies an icon that is used to retrieve the line color.ALspComplexStroke.PolylineBuilder.lineWidth
(double aLineWidth) Sets the line width.ALspComplexStroke.PolylineBuilder.points
(double[] aXs, double[] aYs) Sets the points of the polyline.ALspComplexStroke.polyline()
Creates a builder used to create polyline stroke patterns.ALspComplexStroke.PolylineBuilder.relative
(boolean aRelative) Sets if the point coordinates point coordinates should be interpreted as pixel values, or as coordinates relative ([0, 1]) to the length of the entire line.