Class Utils.TruncatedTextResult

  • Enclosing class:
    Utils

    private static class Utils.TruncatedTextResult
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int maxWidth  
      (package private) java.lang.String text  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • text

        java.lang.String text
      • maxWidth

        int maxWidth
    • Constructor Detail

      • TruncatedTextResult

        public TruncatedTextResult()