public static final class AreaSizeF.Builder extends AreaSizeFType.Builder
| 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 |
setSizeX(float sizeX)
Initializes the value for the
sizeX attribute. |
AreaSizeF.Builder |
setSizeY(float sizeY)
Initializes the value for the
sizeY attribute. |
setHeight, setWidthpublic 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 setSizeX(float sizeX)
sizeX attribute.sizeX - The value for sizeXthis builder for use in a chained invocationpublic final AreaSizeF.Builder setSizeY(float sizeY)
sizeY attribute.sizeY - The value for sizeYthis builder for use in a chained invocationpublic AreaSizeF build()
AreaSizeF.IllegalStateException - if any required attributes are missingCopyright © 2017 <code@io7m.com> http://io7m.com