Class AxePoint


  • public class AxePoint
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int valueX  
      int valueY  
    • Constructor Summary

      Constructors 
      Constructor Description
      AxePoint​(int x, int y)
      Constructor for AxePoint.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isLeadingEdge​(com.deque.axe.android.wrappers.AxeRect frame)  
      boolean isTrailingEdge​(com.deque.axe.android.wrappers.AxeRect frame)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • valueY

        public final int valueY
      • valueX

        public final int valueX
    • Constructor Detail

      • AxePoint

        public AxePoint​(int x,
                        int y)
        Constructor for AxePoint.
        Parameters:
        x - The x value or column.
        y - The y value or row.
    • Method Detail

      • isTrailingEdge

        public boolean isTrailingEdge​(com.deque.axe.android.wrappers.AxeRect frame)
      • isLeadingEdge

        public boolean isLeadingEdge​(com.deque.axe.android.wrappers.AxeRect frame)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object