Interface FramePosition

All Known Implementing Classes:
ShiftFramePosition, UniversalFramePosition

public interface FramePosition
  • Method Details

    • area

    • asInterpolationFunc

      Func asInterpolationFunc(Matrix<? extends PArray> sourceMatrix)
    • hashCode

      int hashCode()
      Returns the hash code of this object. The result depends on all parameters, specifying this frame position.
      Overrides:
      hashCode in class Object
      Returns:
      the hash code of this frame position.
    • equals

      boolean equals(Object obj)
      Indicates whether some other object is also FramePosition, specifying the same position as this one.

      There is high probability, but no guarantee that this method returns true if the passed object specifies a frame position, identical to this one. There is a guarantee that this method returns false if the passed object specifies a frame position, different than this one.

      Overrides:
      equals in class Object
      Parameters:
      obj - the object to be compared for equality with this frame position.
      Returns:
      true if the specified object is a frame position equal to this one.