Uses of Class
com.luciad.view.lightspeed.style.complexstroke.ALspComplexStroke.ArrowBuilder
Packages that use ALspComplexStroke.ArrowBuilder
-
Uses of ALspComplexStroke.ArrowBuilder in com.luciad.view.lightspeed.style.complexstroke
Methods in com.luciad.view.lightspeed.style.complexstroke that return ALspComplexStroke.ArrowBuilderModifier and TypeMethodDescriptionALspComplexStroke.arrow()
Creates a builder used to create arrow patterns.Sets the fill colorALspComplexStroke.ArrowBuilder.fillTexture
(ILcdIcon aTextureIcon) Specifies an icon that is used to retrieve the fill color.ALspComplexStroke.ArrowBuilder.forward
(boolean aForward) Sets if the arrow should be oriented towards the end of the line.ALspComplexStroke.ArrowBuilder.height
(double aHeight) Sets the height of the arrow.Sets the line colorALspComplexStroke.ArrowBuilder.lineTexture
(ILcdIcon aTextureIcon) Specifies an icon that is used to retrieve the line color.ALspComplexStroke.ArrowBuilder.lineWidth
(double aLineWidth) Sets the line widthALspComplexStroke.ArrowBuilder.offset
(double aOffset) Sets the offset of the arrow from the base line.ALspComplexStroke.ArrowBuilder.size
(double aSize) Sets the arrow sizeALspComplexStroke.ArrowBuilder.type
(ALspComplexStroke.ArrowBuilder.ArrowType aType) Sets the arrow type.