- Type Parameters:
T - The precise type of area
- All Known Implementing Classes:
AreaXYSplitF
@Immutable
public interface AreaXYSplitFType<T extends AreaFType>
An area that has been split into quadrants via an X and Y axis.
-
Method Summary
-
Method Details
-
@Parameter(order=0)
T x0y0()
- Returns:
- The minimum X, minimum Y quadrant
-
@Parameter(order=1)
T x1y0()
- Returns:
- The maximum X, minimum Y quadrant
-
@Parameter(order=2)
T x0y1()
- Returns:
- The minimum X, maximum Y quadrant
-
@Parameter(order=3)
T x1y1()
- Returns:
- The maximum X, maximum Y quadrant