Class TLcdLineStyle

java.lang.Object
com.luciad.view.TLcdLineStyle
All Implemented Interfaces:
Serializable, Cloneable

public class TLcdLineStyle extends Object implements Serializable, Cloneable
This is a utility class that can be used to represent a line style to render lines. It includes a color, a width and a pattern.
See Also:
  • Field Details Link icon

  • Constructor Details Link icon

    • TLcdLineStyle Link icon

      public TLcdLineStyle()
    • TLcdLineStyle Link icon

      public TLcdLineStyle(int aWidth, int aPattern, Color aColor)
    • TLcdLineStyle Link icon

      public TLcdLineStyle(TLcdLineStyle aLineStyle)
  • Method Details Link icon

    • getColor Link icon

      public Color getColor()
      Gets the color of this line style.
    • setColor Link icon

      public void setColor(Color aColor)
      Sets the color of this line style.
    • getWidth Link icon

      public int getWidth()
      Gets the width of this line style.
    • setWidth Link icon

      public void setWidth(int aWidth)
      Sets the width of this line style: 0 means invisible.
    • getPattern Link icon

      public int getPattern()
      Gets the pattern of this line style. It is up to the developer to assign an interpretation value different from NONE and PLAIN.
    • setPattern Link icon

      public void setPattern(int aPattern)
      Sets the pattern of this line style. It is up to the developer to assign an interpretation value different from NONE and PLAIN.
    • equals Link icon

      public boolean equals(Object aObject)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone Link icon

      public Object clone()
      Overrides:
      clone in class Object