Class PAreaSizeBDType.Builder<S>

java.lang.Object
com.io7m.jregions.core.parameterized.sizes.PAreaSizeBDType.Builder<S>
Type Parameters:
S - A phantom type parameter indicating the coordinate space of the area
Direct Known Subclasses:
PAreaSizeBD.Builder
Enclosing interface:
PAreaSizeBDType<S>

public abstract static class PAreaSizeBDType.Builder<S>
extends java.lang.Object
A builder for size values.
  • Constructor Summary

    Constructors 
    Constructor Description
    Builder()  
  • Method Summary

    Modifier and Type Method Description
    PAreaSizeBD.Builder<S> setHeight​(java.math.BigDecimal height)
    Deprecated.
    Use setSizeY(BigDecimal)
    PAreaSizeBD.Builder<S> setWidth​(java.math.BigDecimal width)
    Deprecated.
    Use setSizeX(BigDecimal)

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • setWidth

      @Deprecated public final PAreaSizeBD.Builder<S> setWidth​(java.math.BigDecimal width)
      Deprecated.
      Use setSizeX(BigDecimal)
      Set the width.
      Parameters:
      width - The width
      Returns:
      The builder
    • setHeight

      @Deprecated public final PAreaSizeBD.Builder<S> setHeight​(java.math.BigDecimal height)
      Deprecated.
      Use setSizeY(BigDecimal)
      Set the height.
      Parameters:
      height - The height
      Returns:
      The builder