jdk/src/java.desktop/share/classes/javax/swing/text/GlyphView.java
changeset 47020 2c55106dc37b
parent 40719 4ae72a69bd3b
equal deleted inserted replaced
47019:06122340dbf7 47020:2c55106dc37b
  1129      * This can be implemented to be stateless, or
  1129      * This can be implemented to be stateless, or
  1130      * to hold some information as a cache to
  1130      * to hold some information as a cache to
  1131      * facilitate faster rendering and model/view
  1131      * facilitate faster rendering and model/view
  1132      * translation.  At a minimum, the GlyphPainter
  1132      * translation.  At a minimum, the GlyphPainter
  1133      * allows a View implementation to perform its
  1133      * allows a View implementation to perform its
  1134      * duties independant of a particular version
  1134      * duties independent of a particular version
  1135      * of JVM and selection of capabilities (i.e.
  1135      * of JVM and selection of capabilities (i.e.
  1136      * shaping for i18n, etc).
  1136      * shaping for i18n, etc).
  1137      *
  1137      *
  1138      * @since 1.3
  1138      * @since 1.3
  1139      */
  1139      */