Interface AreaYSplitBDType<T extends AreaBDType>

Type Parameters:
T - The precise type of area
All Known Implementing Classes:
AreaYSplitBD

@Immutable
public interface AreaYSplitBDType<T extends AreaBDType>
An area that has been split via the Y axis.
  • Method Summary

    Modifier and Type Method Description
    T lower()  
    T upper()  
  • Method Details

    • lower

      @Parameter(order=0) T lower()
      Returns:
      The lower half
    • upper

      @Parameter(order=1) T upper()
      Returns:
      The upper half