Class ALspComplexStroke.IconBuilder
java.lang.Object
com.luciad.view.lightspeed.style.complexstroke.ALspComplexStroke.IconBuilder
- Enclosing class:
ALspComplexStroke
Used to build icon strokes. For more information, see
ALspComplexStroke.icon()
.- Since:
- 2013.1
-
Method Details
-
icon
Sets the icon to use. Note that the icon must properly implement theequals/hashCode
methods to get the best performance.- Parameters:
aIcon
- the icon to use.- Returns:
this
-
offset
Sets the offset, in pixels, of the icon from the base line- Parameters:
aOffset
- the offset, in pixels, of the icon from the base line- Returns:
this
-
build
Returns a new icon stroke- Returns:
- a new icon stroke
-