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