Class AnnotationPointJson

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AnnotationLinePointJson

public class AnnotationPointJson
extends AnnotationFieldBaseJson
A single point
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getX

      public Float getX()
      X coordinate
      Returns:
      X coordinate
    • setX

      public void setX​(Float x)
      X coordinate
      Parameters:
      x - X coordinate
    • getY

      public Float getY()
      Y coordinate
      Returns:
      Y coordinate
    • setY

      public void setY​(Float y)
      Y coordinate
      Parameters:
      y - Y coordinate