Class PAreaXYSplitI.Builder<S,T extends PAreaIType<S>>

java.lang.Object
com.io7m.jregions.core.parameterized.areas.PAreaXYSplitI.Builder<S,T>
Enclosing class:
PAreaXYSplitI<S,T extends PAreaIType<S>>

public static final class PAreaXYSplitI.Builder<S,T extends PAreaIType<S>> extends Object
Builds instances of type PAreaXYSplitI. 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 Details

    • from

      public final PAreaXYSplitI.Builder<S,T> from(PAreaXYSplitIType<S,T> instance)
      Fill a builder with attribute values from the provided PAreaXYSplitIType instance. Regular attribute values will be replaced with those from the given instance. Absent optional values will not replace present values.
      Parameters:
      instance - The instance from which to copy values
      Returns:
      this builder for use in a chained invocation
    • setX0y0

      public final PAreaXYSplitI.Builder<S,T> setX0y0(T x0y0)
      Initializes the value for the x0y0 attribute.
      Parameters:
      x0y0 - The value for x0y0
      Returns:
      this builder for use in a chained invocation
    • setX1y0

      public final PAreaXYSplitI.Builder<S,T> setX1y0(T x1y0)
      Initializes the value for the x1y0 attribute.
      Parameters:
      x1y0 - The value for x1y0
      Returns:
      this builder for use in a chained invocation
    • setX0y1

      public final PAreaXYSplitI.Builder<S,T> setX0y1(T x0y1)
      Initializes the value for the x0y1 attribute.
      Parameters:
      x0y1 - The value for x0y1
      Returns:
      this builder for use in a chained invocation
    • setX1y1

      public final PAreaXYSplitI.Builder<S,T> setX1y1(T x1y1)
      Initializes the value for the x1y1 attribute.
      Parameters:
      x1y1 - The value for x1y1
      Returns:
      this builder for use in a chained invocation
    • build

      public PAreaXYSplitI<S,T> build()
      Builds a new PAreaXYSplitI.
      Returns:
      An immutable instance of PAreaXYSplitI
      Throws:
      IllegalStateException - if any required attributes are missing