Searched refs:FontSize (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DStyleConstants.java111 public static final Object FontSize = new FontConstants("size"); field in class:StyleConstants
118 public static final Object Size = FontSize;
375 Integer size = (Integer) a.getAttribute(FontSize);
389 a.addAttribute(FontSize, Integer.valueOf(s));
785 FontFamily, FontSize, Bold, Italic, Underline,
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTextPaneUI.java170 style.removeAttribute(StyleConstants.FontSize);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicEditorPaneUI.java372 Integer fontSize = (Integer) style.getAttribute(StyleConstants.FontSize);
381 style.removeAttribute(StyleConstants.FontSize);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DMinimalHTMLWriter.java575 Integer size = (Integer)attr.getAttribute(StyleConstants.FontSize);
H A DCSS.java482 valueConvertor.put(CSS.Attribute.FONT_SIZE, new FontSize());
731 FontSize sizeValue = (FontSize)attr.getAttribute(CSS.Attribute.
952 styleConstantToCssMap.put(StyleConstants.FontSize,
1800 class FontSize extends CssValue { class in class:CSS
1847 FontSize fs = new FontSize();
1892 FontSize fs = new FontSize();
1938 FontSize f
[all...]
H A DHTML.java565 scMapping.put(StyleConstants.FontSize, Tag.FONT);
/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DRTFGenerator.java733 StyleConstants.FontSize, "fs",
778 currentAttributes.removeAttribute(StyleConstants.FontSize); /* =default */

Completed in 58 milliseconds