Interface PAreaYSplitBIType<S,​T extends PAreaBIType<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:
PAreaYSplitBI

@Immutable
public interface PAreaYSplitBIType<S,​T extends PAreaBIType<S>>
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