VolumeSizeFType, VolumeSizeValuesFTypepublic final class VolumeSizeF extends java.lang.Object implements VolumeSizeFType
| Modifier and Type | Class | Description |
|---|---|---|
static class |
VolumeSizeF.Builder |
Builds instances of type
VolumeSizeF. |
| Modifier and Type | Method | Description |
|---|---|---|
static VolumeSizeF.Builder |
builder() |
Creates a builder for
VolumeSizeF. |
boolean |
equals(java.lang.Object another) |
This instance is equal to all instances of
VolumeSizeF that have equal attribute values. |
int |
hashCode() |
Computes a hash code from attributes:
sizeX, sizeY, sizeZ. |
static VolumeSizeF |
of(float sizeX,
float sizeY,
float sizeZ) |
Construct a new immutable
VolumeSizeF instance. |
float |
sizeX() |
|
float |
sizeY() |
|
float |
sizeZ() |
|
java.lang.String |
toString() |
Prints the immutable value
VolumeSizeF with attribute values. |
public float sizeX()
sizeX in interface VolumeSizeFTypesizeX in interface VolumeSizeValuesFTypesizeX attributepublic float sizeY()
sizeY in interface VolumeSizeFTypesizeY in interface VolumeSizeValuesFTypesizeY attributepublic float sizeZ()
sizeZ in interface VolumeSizeFTypesizeZ in interface VolumeSizeValuesFTypesizeZ attributepublic boolean equals(java.lang.Object another)
VolumeSizeF that have equal attribute values.equals in class java.lang.Objecttrue if this is equal to another instancepublic int hashCode()
sizeX, sizeY, sizeZ.hashCode in class java.lang.Objectpublic java.lang.String toString()
VolumeSizeF with attribute values.toString in class java.lang.Objectpublic static VolumeSizeF of(float sizeX, float sizeY, float sizeZ)
VolumeSizeF instance.sizeX - The value for the sizeX attributesizeY - The value for the sizeY attributesizeZ - The value for the sizeZ attributepublic static VolumeSizeF.Builder builder()
VolumeSizeF.Copyright © 2017 <code@io7m.com> http://io7m.com