Interface PAreaYSplitDType<S,T extends PAreaDType<S>>

Type Parameters:
S - A phantom type parameter indicating the coordinate space of the area
T - The precise type of area
All Known Implementing Classes:
PAreaYSplitD

@Immutable public interface PAreaYSplitDType<S,T extends PAreaDType<S>>
An area that has been split via the Y axis.
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • lower

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

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