public static final class AreaXYSplitL.Builder<T extends AreaLType> extends Object
AreaXYSplitL.
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.
| Modifier and Type | Method and Description |
|---|---|
AreaXYSplitL<T> |
build()
Builds a new
AreaXYSplitL. |
AreaXYSplitL.Builder<T> |
from(AreaXYSplitLType<T> instance)
Fill a builder with attribute values from the provided
AreaXYSplitLType instance. |
AreaXYSplitL.Builder<T> |
setX0y0(T x0y0)
Initializes the value for the
x0y0 attribute. |
AreaXYSplitL.Builder<T> |
setX0y1(T x0y1)
Initializes the value for the
x0y1 attribute. |
AreaXYSplitL.Builder<T> |
setX1y0(T x1y0)
Initializes the value for the
x1y0 attribute. |
AreaXYSplitL.Builder<T> |
setX1y1(T x1y1)
Initializes the value for the
x1y1 attribute. |
public final AreaXYSplitL.Builder<T> from(AreaXYSplitLType<T> instance)
AreaXYSplitLType instance.
Regular attribute values will be replaced with those from the given instance.
Absent optional values will not replace present values.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final AreaXYSplitL.Builder<T> setX0y0(T x0y0)
x0y0 attribute.x0y0 - The value for x0y0this builder for use in a chained invocationpublic final AreaXYSplitL.Builder<T> setX1y0(T x1y0)
x1y0 attribute.x1y0 - The value for x1y0this builder for use in a chained invocationpublic final AreaXYSplitL.Builder<T> setX0y1(T x0y1)
x0y1 attribute.x0y1 - The value for x0y1this builder for use in a chained invocationpublic final AreaXYSplitL.Builder<T> setX1y1(T x1y1)
x1y1 attribute.x1y1 - The value for x1y1this builder for use in a chained invocationpublic AreaXYSplitL<T> build()
AreaXYSplitL.IllegalStateException - if any required attributes are missingCopyright © 2017 <code@io7m.com> http://io7m.com