Interface InscriptionOverflow


public interface InscriptionOverflow
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Clip the remaining text
    static final int
    Omit characters at the end of the text
    static final int
    Omit characters at the middle of the text
    static final int
    Omit characters at the start of the text
  • Field Details

    • CLIP

      static final int CLIP
      Clip the remaining text
      See Also:
    • ELLIPSIZE_START

      static final int ELLIPSIZE_START
      Omit characters at the start of the text
      See Also:
    • ELLIPSIZE_MIDDLE

      static final int ELLIPSIZE_MIDDLE
      Omit characters at the middle of the text
      See Also:
    • ELLIPSIZE_END

      static final int ELLIPSIZE_END
      Omit characters at the end of the text
      See Also: