All Implemented Interfaces:
IChunk, IObject

public class Vertex extends InfoChunk
  • Constructor Details

    • Vertex

      public Vertex(Integer pageNumber, double x, double y, double radius)
    • Vertex

      public Vertex(Integer pageNumber, double x, double y)
    • Vertex

      public Vertex(double x, double y)
  • Method Details

    • getX

      public double getX()
    • getY

      public double getY()
    • getRadius

      public double getRadius()
    • areCloseVertexes

      public static boolean areCloseVertexes(Vertex v1, Vertex v2)
    • areCloseVertexes

      public static boolean areCloseVertexes(Vertex v1, Vertex v2, double epsilon)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class InfoChunk
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class InfoChunk