Interface PartBreakContext


public interface PartBreakContext
  • Method Details

    • getPart

      AbstractPart getPart()
      Returns:
      The part that is being broken. This might not be the same as the part that is being rendered!
    • getSubPart

      @Nullable Object getSubPart()
      Returns:
      The key for the SubdividedPart instance.
    • getSubPart

      @Nullable default <Sub> Sub getSubPart(SubdividedPart<Sub> part)