jdk/src/java.desktop/share/classes/javax/swing/text/GlyphView.java
changeset 32865 f9cb6e427f9e
parent 32859 0b6271318b51
child 40719 4ae72a69bd3b
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
  1151      * of JVM and selection of capabilities (i.e.
  1151      * of JVM and selection of capabilities (i.e.
  1152      * shaping for i18n, etc).
  1152      * shaping for i18n, etc).
  1153      *
  1153      *
  1154      * @since 1.3
  1154      * @since 1.3
  1155      */
  1155      */
  1156     public static abstract class GlyphPainter {
  1156     public abstract static class GlyphPainter {
  1157 
  1157 
  1158         /**
  1158         /**
  1159          * Determine the span the glyphs given a start location
  1159          * Determine the span the glyphs given a start location
  1160          * (for tab expansion).
  1160          * (for tab expansion).
  1161          * @param v  the {@code GlyphView}
  1161          * @param v  the {@code GlyphView}