Record Class VImage.ProjectOutput
java.lang.Object
java.lang.Record
app.photofox.vipsffm.VImage.ProjectOutput
- Enclosing class:
VImage
Helper record to hold multiple outputs from the
VImage.project(app.photofox.vipsffm.VipsOption...) operation-
Constructor Summary
ConstructorsConstructorDescriptionProjectOutput(VImage columns, VImage rows) Creates an instance of aProjectOutputrecord class. -
Method Summary
Modifier and TypeMethodDescriptioncolumns()Returns the value of thecolumnsrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.rows()Returns the value of therowsrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ProjectOutput
-
-
Method Details
-
toString
-
hashCode
-
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 withObjects::equals(Object,Object). -
columns
Returns the value of thecolumnsrecord component.- Returns:
- the value of the
columnsrecord component
-
rows
Returns the value of therowsrecord component.- Returns:
- the value of the
rowsrecord component
-