Interface LineWrapper<P>

  • Type Parameters:
    P - Target type representing the point which should be wrapped.
    All Known Implementing Classes:
    AbstractLineWrapper, OpenCVLineWrapper

    public interface LineWrapper<P>

    Interface which is used, to represent a line.

    Since:
    1.0
    Author:
    Andreas Pointner
    • Method Detail

      • setStartPoint

        void setStartPoint​(Point2Wrapper<P> point)
        Parameters:
        point - startPoint
      • setEndPoint

        void setEndPoint​(Point2Wrapper<P> point)
        Parameters:
        point - endPoint