Interface GraphicsUtil.WrappingPaint

All Known Implementing Classes:
MaskedPaint
Enclosing class:
GraphicsUtil

public static interface GraphicsUtil.WrappingPaint
  • Method Summary

    Modifier and Type
    Method
    Description
    default @NotNull Paint
     
    @NotNull Paint
     
    default void
    safelySetPaint(@NotNull Output output, @NotNull Paint paint, boolean updateRefCounts)
     
    void
    setPaint(@NotNull Paint paint)
     
  • Method Details

    • setPaint

      void setPaint(@NotNull @NotNull Paint paint)
    • paint

      @NotNull @NotNull Paint paint()
    • innerPaint

      @NotNull default @NotNull Paint innerPaint()
    • safelySetPaint

      default void safelySetPaint(@NotNull @NotNull Output output, @NotNull @NotNull Paint paint, boolean updateRefCounts)