Class ALspComplexStroke.ParallelLineBuilder

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

public static final class ALspComplexStroke.ParallelLineBuilder extends Object
Used to build parallel line strokes. For more information, see ALspComplexStroke.parallelLine().
Since:
2013.1
  • Method Details

    • length

      public ALspComplexStroke.ParallelLineBuilder length(double aLengthFixed)
      Sets the length of this stroke, in pixels. The default is 10. Note that when this method is called, the value set using lengthRelative is ignored.
      Parameters:
      aLengthFixed - the length of this stroke, in pixels
      Returns:
      this
    • lengthRelative

      public ALspComplexStroke.ParallelLineBuilder lengthRelative(double aLengthRelative)
      Sets the length of this stroke, as a value relative to the length of the line. The default is 0. Note that when this method is called, the value set using length is ignored.
      Parameters:
      aLengthRelative - a length, defined relative ([0, 1]) to the length of the entire line, representing the part of the line occupied by this gap.
      Returns:
      this
    • offset

      public ALspComplexStroke.ParallelLineBuilder offset(double aOffset)
      Sets the offset of the line from the base line. The default is 0.
      Parameters:
      aOffset - the offset from the base line
      Returns:
      this
    • lineWidth

      public ALspComplexStroke.ParallelLineBuilder lineWidth(double aLineWidth)
      Sets the line width. The default is 1.
      Parameters:
      aLineWidth - the line width.
      Returns:
      this
    • lineColor

      public ALspComplexStroke.ParallelLineBuilder lineColor(Color aColor)
      Sets the line color. The default is black.
      Parameters:
      aColor - the line color
      Returns:
      this
    • lineTexture

      public ALspComplexStroke.ParallelLineBuilder lineTexture(ILcdIcon aTextureIcon)

      Specifies an icon that is used to retrieve the line color. This texture icon is sampled in view space, i.e. one pixel of the icon corresponds with one pixel on the screen. If a line color is set as well, that color is used as a modulation color. For best results, the given icon should be tileable, see for example TLcdGXYHatchedFillStyle.asIcon().

      Parameters:
      aTextureIcon - a texture icon
      Returns:
      this
    • build

      public ALspComplexStroke build()
      Creates a new line stroke.
      Returns:
      a new line stroke.