@Generated(value={"Immutables.generator","AreaSizeFType"}) public final class AreaSizeF extends Object implements AreaSizeFType
| Modifier and Type | Class and Description |
|---|---|
static class |
AreaSizeF.Builder
Builds instances of type
AreaSizeF. |
| Modifier and Type | Method and Description |
|---|---|
static AreaSizeF.Builder |
builder()
Creates a builder for
AreaSizeF. |
boolean |
equals(Object another)
This instance is equal to all instances of
AreaSizeF that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
sizeX, sizeY. |
float |
height()
Deprecated.
Use
sizeY() |
static AreaSizeF |
of(float sizeX,
float sizeY)
Construct a new immutable
AreaSizeF instance. |
float |
sizeX() |
float |
sizeY() |
String |
toString()
Prints the immutable value
AreaSizeF with attribute values. |
float |
width()
Deprecated.
Use
sizeX() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcheckPreconditionspublic float sizeX()
sizeX in interface AreaSizeFTypesizeX in interface AreaSizeValuesFTypesizeX attributepublic float sizeY()
sizeY in interface AreaSizeFTypesizeY in interface AreaSizeValuesFTypesizeY attribute@Deprecated public float width()
sizeX()width in interface AreaSizeValuesFType@Deprecated public float height()
sizeY()height in interface AreaSizeValuesFTypepublic boolean equals(Object another)
AreaSizeF that have equal attribute values.public int hashCode()
sizeX, sizeY.public String toString()
AreaSizeF with attribute values.public static AreaSizeF of(float sizeX, float sizeY)
AreaSizeF instance.sizeX - The value for the sizeX attributesizeY - The value for the sizeY attributepublic static AreaSizeF.Builder builder()
AreaSizeF.Copyright © 2017 <code@io7m.com> http://io7m.com