public static final class AreaSizeI.Builder extends AreaSizeIType.Builder
| Modifier and Type | Method | Description |
|---|---|---|
AreaSizeI |
build() |
Builds a new
AreaSizeI. |
AreaSizeI.Builder |
from(AreaSizeIType instance) |
Fill a builder with attribute values from the provided
com.io7m.jregions.core.unparameterized.sizes.AreaSizeIType instance. |
AreaSizeI.Builder |
from(AreaSizeValuesIType instance) |
Fill a builder with attribute values from the provided
com.io7m.jregions.core.unparameterized.sizes.AreaSizeValuesIType instance. |
AreaSizeI.Builder |
setSizeX(int sizeX) |
Initializes the value for the
sizeX attribute. |
AreaSizeI.Builder |
setSizeY(int sizeY) |
Initializes the value for the
sizeY attribute. |
setHeight, setWidthpublic final AreaSizeI.Builder from(AreaSizeValuesIType instance)
com.io7m.jregions.core.unparameterized.sizes.AreaSizeValuesIType instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final AreaSizeI.Builder from(AreaSizeIType instance)
com.io7m.jregions.core.unparameterized.sizes.AreaSizeIType instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final AreaSizeI.Builder setSizeX(int sizeX)
sizeX attribute.sizeX - The value for sizeXthis builder for use in a chained invocationpublic final AreaSizeI.Builder setSizeY(int sizeY)
sizeY attribute.sizeY - The value for sizeYthis builder for use in a chained invocationCopyright © 2017 <code@io7m.com> http://io7m.com