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