Class AreaSizeBD.Builder
java.lang.Object
com.io7m.jregions.core.unparameterized.sizes.AreaSizeBDType.Builder
com.io7m.jregions.core.unparameterized.sizes.AreaSizeBD.Builder
- Enclosing class:
- AreaSizeBD
Builds instances of type
AreaSizeBD.
Initialize attributes and then invoke the build() method to create an
immutable instance.
Builder is not thread-safe and generally should not be stored in a field or collection,
but instead used immediately to create instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a newAreaSizeBD.final AreaSizeBD.Builderfrom(AreaSizeBDType instance) Fill a builder with attribute values from the providedcom.io7m.jregions.core.unparameterized.sizes.AreaSizeBDTypeinstance.final AreaSizeBD.Builderfrom(AreaSizeValuesBDType instance) Fill a builder with attribute values from the providedcom.io7m.jregions.core.unparameterized.sizes.AreaSizeValuesBDTypeinstance.final AreaSizeBD.BuildersetSizeX(BigDecimal sizeX) Initializes the value for thesizeXattribute.final AreaSizeBD.BuildersetSizeY(BigDecimal sizeY) Initializes the value for thesizeYattribute.Methods inherited from class com.io7m.jregions.core.unparameterized.sizes.AreaSizeBDType.Builder
setHeight, setWidth
-
Method Details
-
from
Fill a builder with attribute values from the providedcom.io7m.jregions.core.unparameterized.sizes.AreaSizeValuesBDTypeinstance.- Parameters:
instance- The instance from which to copy values- Returns:
thisbuilder for use in a chained invocation
-
from
Fill a builder with attribute values from the providedcom.io7m.jregions.core.unparameterized.sizes.AreaSizeBDTypeinstance.- Parameters:
instance- The instance from which to copy values- Returns:
thisbuilder for use in a chained invocation
-
setSizeX
Initializes the value for thesizeXattribute.- Parameters:
sizeX- The value for sizeX- Returns:
thisbuilder for use in a chained invocation
-
setSizeY
Initializes the value for thesizeYattribute.- Parameters:
sizeY- The value for sizeY- Returns:
thisbuilder for use in a chained invocation
-
build
Builds a newAreaSizeBD.- Returns:
- An immutable instance of AreaSizeBD
- Throws:
IllegalStateException- if any required attributes are missing
-