| Modifier and Type | Method and 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 |
setHeight(double height)
Initializes the value for the
height attribute. |
AreaSizeD.Builder |
setWidth(double width)
Initializes the value for the
width attribute. |
public 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 setWidth(double width)
width attribute.width - The value for widththis builder for use in a chained invocationpublic final AreaSizeD.Builder setHeight(double height)
height attribute.height - The value for heightthis builder for use in a chained invocationpublic AreaSizeD build()
AreaSizeD.IllegalStateException - if any required attributes are missingCopyright © 2017 <code@io7m.com> http://io7m.com