Class LineData

java.lang.Object
PamView.symbol.LineData
All Implemented Interfaces:
Serializable, Cloneable

@Deprecated public class LineData extends Object implements Serializable, Cloneable
Deprecated.
Simple line class.
Author:
Jamie Macaulay
See Also:
  • Field Details

    • serialVersionUID

      public static final long serialVersionUID
      Deprecated.
      See Also:
  • Constructor Details

    • LineData

      public LineData(Color lineColor)
      Deprecated.
  • Method Details

    • getLineColor

      public Color getLineColor()
      Deprecated.
      Returns:
      the lineColor
    • setLineColor

      public void setLineColor(Color lineColor)
      Deprecated.
      Parameters:
      lineColor - the lineColor to set
    • clone

      public LineData clone()
      Deprecated.