S - A phantom type parameter indicating the coordinate space of the
volume@Generated(value={"Immutables.generator","PVolumeSizeFType<S>"}) public final class PVolumeSizeF<S> extends Object implements PVolumeSizeFType<S>
| Modifier and Type | Class and Description |
|---|---|
static class |
PVolumeSizeF.Builder<S>
Builds instances of type
PVolumeSizeF. |
| Modifier and Type | Method and Description |
|---|---|
static <S> PVolumeSizeF.Builder<S> |
builder()
Creates a builder for
PVolumeSizeF. |
boolean |
equals(Object another)
This instance is equal to all instances of
PVolumeSizeF that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
sizeX, sizeY, sizeZ. |
static <S> PVolumeSizeF<S> |
of(float sizeX,
float sizeY,
float sizeZ)
Construct a new immutable
PVolumeSizeF instance. |
float |
sizeX() |
float |
sizeY() |
float |
sizeZ() |
String |
toString()
Prints the immutable value
PVolumeSizeF with attribute values. |
public float sizeX()
sizeX in interface PVolumeSizeFType<S>sizeX in interface VolumeSizeValuesFTypesizeX attributepublic float sizeY()
sizeY in interface PVolumeSizeFType<S>sizeY in interface VolumeSizeValuesFTypesizeY attributepublic float sizeZ()
sizeZ in interface PVolumeSizeFType<S>sizeZ in interface VolumeSizeValuesFTypesizeZ attributepublic boolean equals(Object another)
PVolumeSizeF that have equal attribute values.public int hashCode()
sizeX, sizeY, sizeZ.public String toString()
PVolumeSizeF with attribute values.public static <S> PVolumeSizeF<S> of(float sizeX, float sizeY, float sizeZ)
PVolumeSizeF instance.sizeX - The value for the sizeX attributesizeY - The value for the sizeY attributesizeZ - The value for the sizeZ attributepublic static <S> PVolumeSizeF.Builder<S> builder()
PVolumeSizeF.S - generic parameter SCopyright © 2017 <code@io7m.com> http://io7m.com