Class ALspComplexStroke.IconBuilder

java.lang.Object
com.luciad.view.lightspeed.style.complexstroke.ALspComplexStroke.IconBuilder
Enclosing class:
ALspComplexStroke

public static class ALspComplexStroke.IconBuilder extends Object
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 the equals/hashCode methods to get the best performance.
      Parameters:
      aIcon - the icon to use.
      Returns:
      this
    • offset

      public ALspComplexStroke.IconBuilder offset(double aOffset)
      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

      public ALspComplexStroke build()
      Returns a new icon stroke
      Returns:
      a new icon stroke