Class NoteFreehand

java.lang.Object
de.elo.ix.client.NoteFreehand
All Implemented Interfaces:
Serializable

public class NoteFreehand extends Object implements Serializable
This class describes a freehand line annotation.
Since:
7.00.000.023
See Also:
  • Field Details

    • width

      protected int width
      Line width.
    • points

      protected PointInfo[] points
      Points.
      See Also:
    • strikeoutWidth

      protected int strikeoutWidth
      Line width for strikeout pen (only TYPE_ANNOTATION_STRIKEOUT).
      Since:
      7.00.000.039
    • strikeoutColor

      protected int strikeoutColor
      Color for strikeout pen (only TYPE_ANNOTATION_STRIKEOUT).
      Since:
      7.00.000.039
  • Constructor Details

    • NoteFreehand

      public NoteFreehand()
    • NoteFreehand

      public NoteFreehand(NoteFreehand rhs)
  • Method Details

    • getWidth

      public int getWidth()
    • setWidth

      public void setWidth(int width)
    • getPoints

      public PointInfo[] getPoints()
    • setPoints

      public void setPoints(PointInfo[] points)
    • getStrikeoutWidth

      public int getStrikeoutWidth()
    • setStrikeoutWidth

      public void setStrikeoutWidth(int strikeoutWidth)
    • getStrikeoutColor

      public int getStrikeoutColor()
    • setStrikeoutColor

      public void setStrikeoutColor(int strikeoutColor)