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
ConstructorsConstructorDescriptionLavfiMtdCropdetect(int x1, int x2, int y1, int y2, int w, int h, int x, int y) Creates an instance of aLavfiMtdCropdetectrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.inth()Returns the value of thehrecord component.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.intw()Returns the value of thewrecord component.intx()Returns the value of thexrecord component.intx1()Returns the value of thex1record component.intx2()Returns the value of thex2record component.inty()Returns the value of theyrecord component.inty1()Returns the value of they1record component.inty2()Returns the value of they2record component.
-
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 aLavfiMtdCropdetectrecord class.- Parameters:
x1- the value for thex1record componentx2- the value for thex2record componenty1- the value for they1record componenty2- the value for they2record componentw- the value for thewrecord componenth- the value for thehrecord componentx- the value for thexrecord componenty- the value for theyrecord component
-
-
Method Details
-
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. -
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. -
equals
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 '=='. -
x1
public int x1()Returns the value of thex1record component.- Returns:
- the value of the
x1record component
-
x2
public int x2()Returns the value of thex2record component.- Returns:
- the value of the
x2record component
-
y1
public int y1()Returns the value of they1record component.- Returns:
- the value of the
y1record component
-
y2
public int y2()Returns the value of they2record component.- Returns:
- the value of the
y2record component
-
w
public int w()Returns the value of thewrecord component.- Returns:
- the value of the
wrecord component
-
h
public int h()Returns the value of thehrecord component.- Returns:
- the value of the
hrecord component
-
x
public int x()Returns the value of thexrecord component.- Returns:
- the value of the
xrecord component
-
y
public int y()Returns the value of theyrecord component.- Returns:
- the value of the
yrecord component
-