Class LineHandler.PointPosition

  • Enclosing class:
    LineHandler

    public static final class LineHandler.PointPosition
    extends java.lang.Object
    Position point.
    • Constructor Summary

      Constructors 
      Constructor Description
      PointPosition​(int posX, int posY)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPosString()  
      int getX()  
      int getY()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PointPosition

        public PointPosition​(int posX,
                             int posY)
        Constructor.
        Parameters:
        posX - X pos
        posY - Y pos
    • Method Detail

      • getX

        public int getX()
        Returns:
        X pos
      • getY

        public int getY()
        Returns:
        Y pos
      • getPosString

        public java.lang.String getPosString()
        Returns:
        Pos string