| Modifier and Type | Method and Description |
|---|---|
AreaSizeF |
build()
Builds a new
AreaSizeF. |
AreaSizeF.Builder |
from(AreaSizeFType instance)
Fill a builder with attribute values from the provided
com.io7m.jregions.core.unparameterized.sizes.AreaSizeFType instance. |
AreaSizeF.Builder |
from(AreaSizeValuesFType instance)
Fill a builder with attribute values from the provided
com.io7m.jregions.core.unparameterized.sizes.AreaSizeValuesFType instance. |
AreaSizeF.Builder |
setHeight(float height)
Initializes the value for the
height attribute. |
AreaSizeF.Builder |
setWidth(float width)
Initializes the value for the
width attribute. |
public final AreaSizeF.Builder from(AreaSizeValuesFType instance)
com.io7m.jregions.core.unparameterized.sizes.AreaSizeValuesFType instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final AreaSizeF.Builder from(AreaSizeFType instance)
com.io7m.jregions.core.unparameterized.sizes.AreaSizeFType instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final AreaSizeF.Builder setWidth(float width)
width attribute.width - The value for widththis builder for use in a chained invocationpublic final AreaSizeF.Builder setHeight(float height)
height attribute.height - The value for heightthis builder for use in a chained invocationpublic AreaSizeF build()
AreaSizeF.IllegalStateException - if any required attributes are missingCopyright © 2017 <code@io7m.com> http://io7m.com