Searched refs:SUPERSCRIPT (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DEAttribute.java51 ESUPERSCRIPT(SUPERSCRIPT),
/openjdk7/jdk/test/java/awt/Graphics2D/DrawString/
H A DDrawStrSuper.java62 attrMap.put(SUPERSCRIPT, SUPERSCRIPT_SUPER);
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextAttribute.java149 * <td valign="TOP">{@link #SUPERSCRIPT}</td>
596 * <p><code>SUPERSCRIPT</code> can
600 public static final TextAttribute SUPERSCRIPT = field in class:TextAttribute
605 * @see #SUPERSCRIPT
612 * @see #SUPERSCRIPT
652 * <code>TRANSFORM</code>, <code>SUPERSCRIPT</code>, and
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DUtilities.java938 as.addAttribute(TextAttribute.SUPERSCRIPT, TextAttribute.SUPERSCRIPT_SUPER);
941 as.addAttribute(TextAttribute.SUPERSCRIPT, TextAttribute.SUPERSCRIPT_SUB);
/openjdk7/jdk/src/share/classes/java/awt/
H A DFont.java1083 * SUPERSCRIPT attributes. Clients who want the actual transform
1745 // TRANSFORM, SUPERSCRIPT, and WIDTH, regardless of whether the
1835 TextAttribute.SUPERSCRIPT,

Completed in 39 milliseconds