Uses of Class
com.luciad.view.lightspeed.style.complexstroke.ALspComplexStroke.WaveBuilder
Packages that use ALspComplexStroke.WaveBuilder
-
Uses of ALspComplexStroke.WaveBuilder in com.luciad.view.lightspeed.style.complexstroke
Methods in com.luciad.view.lightspeed.style.complexstroke that return ALspComplexStroke.WaveBuilderModifier and TypeMethodDescriptionALspComplexStroke.WaveBuilder.amplitude
(double aAmplitude) Sets the amplitude of this stroke.ALspComplexStroke.WaveBuilder.angle
(double aAngle) Sets the angle of the wave, in degrees.Sets the fill color.ALspComplexStroke.filledWave()
Creates a builder used to create filled wave stroke patterns.ALspComplexStroke.WaveBuilder.fillTexture
(ILcdIcon aTextureIcon) Specifies an icon that is used to retrieve the fill color.ALspComplexStroke.WaveBuilder.length
(double aLength) Sets the length of this stroke, in pixels.ALspComplexStroke.WaveBuilder.lengthRelative
(double aLengthRelative) Sets the length of this stroke, as a value relative to the length of the line.Sets the line color.ALspComplexStroke.WaveBuilder.lineTexture
(ILcdIcon aTextureIcon) Specifies an icon that is used to retrieve the line color.ALspComplexStroke.WaveBuilder.lineWidth
(double aLineWidth) Sets the line width.ALspComplexStroke.WaveBuilder.startAngle
(double aStartAngle) Sets the start angle of the wave, in degrees.ALspComplexStroke.wave()
Creates a builder used to create wave stroke patterns.