Class PlainText.TextAttribute

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    PlainText

    static class PlainText.TextAttribute
    extends java.text.AttributedCharacterIterator.Attribute
    Attribute keys and attribute values used for text handling. This is similar to TextAttribute but handled individually as to avoid a dependency on awt.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID
      UID for serializing.
      static java.text.AttributedCharacterIterator.Attribute WIDTH
      Attribute width of the text.
      • Fields inherited from class java.text.AttributedCharacterIterator.Attribute

        INPUT_METHOD_SEGMENT, LANGUAGE, READING
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected TextAttribute​(java.lang.String name)  
    • Method Summary

      • Methods inherited from class java.text.AttributedCharacterIterator.Attribute

        equals, getName, hashCode, readResolve, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        UID for serializing.
        See Also:
        Constant Field Values
      • WIDTH

        public static final java.text.AttributedCharacterIterator.Attribute WIDTH
        Attribute width of the text.
    • Constructor Detail

      • TextAttribute

        protected TextAttribute​(java.lang.String name)