Interface FormattedCharSink

All Known Implementing Classes:
Font.PreparedTextBuilder, StringSplitter.LineBreakFinder, StringSplitter.WidthLimitedCharSink
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 interface FormattedCharSink
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(int position, Style style, int codepoint)
     
  • Method Details

    • accept

      boolean accept(int position, Style style, int codepoint)