Interface StringSplitter.WidthProvider

Enclosing class:
StringSplitter
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface StringSplitter.WidthProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    getWidth​(int p_92516_, Style p_92517_)
     
  • Method Details

    • getWidth

      float getWidth(int p_92516_, Style p_92517_)