Class Pixy2Line.IntersectionLine

  • Enclosing class:
    Pixy2Line

    public static class Pixy2Line.IntersectionLine
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      IntersectionLine​(int index, int reserved, short angle)
      Constructs IntersectionLine object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      short getAngle()  
      int getIndex()  
      int getReserved()  
      void print()
      Prints intersection line data to console
      java.lang.String toString()
      Returns a string of intersection line data
      • Methods inherited from class java.lang.Object

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

      • IntersectionLine

        public IntersectionLine​(int index,
                                int reserved,
                                short angle)
        Constructs IntersectionLine object
        Parameters:
        index - IntersectionLine index
        reserved - Reserved
        angle - Line angle
    • Method Detail

      • print

        public void print()
        Prints intersection line data to console
      • toString

        public java.lang.String toString()
        Returns a string of intersection line data
        Overrides:
        toString in class java.lang.Object
        Returns:
        String of intersection line data
      • getIndex

        public int getIndex()
        Returns:
        IntersectionLine index
      • getReserved

        public int getReserved()
        Returns:
        Reserved
      • getAngle

        public short getAngle()
        Returns:
        Line angle