Record Class LavfiMtdCropdetect

java.lang.Object
java.lang.Record
tv.hd3g.fflauncher.filtering.lavfimtd.LavfiMtdCropdetect

public record LavfiMtdCropdetect(int x1, int x2, int y1, int y2, int w, int h, int x, int y) extends Record
  • Constructor Summary

    Constructors
    Constructor
    Description
    LavfiMtdCropdetect(int x1, int x2, int y1, int y2, int w, int h, int x, int y)
    Creates an instance of a LavfiMtdCropdetect record class.
  • Method Summary

    Modifier and Type
    Method
    Description
    final boolean
    Indicates whether some other object is "equal to" this one.
    int
    h()
    Returns the value of the h record component.
    final int
    Returns a hash code value for this object.
    final String
    Returns a string representation of this record class.
    int
    w()
    Returns the value of the w record component.
    int
    x()
    Returns the value of the x record component.
    int
    x1()
    Returns the value of the x1 record component.
    int
    x2()
    Returns the value of the x2 record component.
    int
    y()
    Returns the value of the y record component.
    int
    y1()
    Returns the value of the y1 record component.
    int
    y2()
    Returns the value of the y2 record component.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • LavfiMtdCropdetect

      public LavfiMtdCropdetect(int x1, int x2, int y1, int y2, int w, int h, int x, int y)
      Creates an instance of a LavfiMtdCropdetect record class.
      Parameters:
      x1 - the value for the x1 record component
      x2 - the value for the x2 record component
      y1 - the value for the y1 record component
      y2 - the value for the y2 record component
      w - the value for the w record component
      h - the value for the h record component
      x - the value for the x record component
      y - the value for the y record component
  • Method Details

    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with '=='.
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • x1

      public int x1()
      Returns the value of the x1 record component.
      Returns:
      the value of the x1 record component
    • x2

      public int x2()
      Returns the value of the x2 record component.
      Returns:
      the value of the x2 record component
    • y1

      public int y1()
      Returns the value of the y1 record component.
      Returns:
      the value of the y1 record component
    • y2

      public int y2()
      Returns the value of the y2 record component.
      Returns:
      the value of the y2 record component
    • w

      public int w()
      Returns the value of the w record component.
      Returns:
      the value of the w record component
    • h

      public int h()
      Returns the value of the h record component.
      Returns:
      the value of the h record component
    • x

      public int x()
      Returns the value of the x record component.
      Returns:
      the value of the x record component
    • y

      public int y()
      Returns the value of the y record component.
      Returns:
      the value of the y record component