Record Class VulkanAPIDumpIndentSize
java.lang.Object
java.lang.Record
com.io7m.jcoronado.layers.lunarg_api_dump.api.VulkanAPIDumpIndentSize
- Record Components:
size- The indent size
- All Implemented Interfaces:
VulkanAPIDumpSettingType
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVulkanAPIDumpIndentSize(int size) Creates an instance of aVulkanAPIDumpIndentSizerecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intsize()Returns the value of thesizerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
VulkanAPIDumpIndentSize
public VulkanAPIDumpIndentSize(int size) Creates an instance of aVulkanAPIDumpIndentSizerecord class.- Parameters:
size- the value for thesizerecord component
-
-
Method Details
-
toSetting
- Specified by:
toSettingin interfaceVulkanAPIDumpSettingType- Returns:
- This setting as a layer setting
-
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 with thecomparemethod from their corresponding wrapper classes. -
size
-