Lines Matching defs:TextAttribute

49  * The <code>TextAttribute</code> class defines attribute keys and
52 * <code>TextAttribute</code> instances are used as attribute keys to
80 * value. For example, <code>TextAttribute.WEIGHT_BOLD</code> and
257 public final class TextAttribute extends Attribute {
263 * Constructs a <code>TextAttribute</code> with the specified name.
265 * <code>TextAttribute</code>
267 protected TextAttribute(String name) {
269 if (this.getClass() == TextAttribute.class) {
278 if (this.getClass() != TextAttribute.class) {
283 TextAttribute instance = (TextAttribute) instanceMap.get(getName());
328 public static final TextAttribute FAMILY =
329 new TextAttribute("family");
351 public static final TextAttribute WEIGHT =
352 new TextAttribute("weight");
448 public static final TextAttribute WIDTH =
449 new TextAttribute("width");
508 public static final TextAttribute POSTURE =
509 new TextAttribute("posture");
541 public static final TextAttribute SIZE =
542 new TextAttribute("size");
554 * transform is mutable and <code>TextAttribute</code> values must
579 public static final TextAttribute TRANSFORM =
580 new TextAttribute("transform");
600 public static final TextAttribute SUPERSCRIPT =
601 new TextAttribute("superscript");
677 public static final TextAttribute FONT =
678 new TextAttribute("font");
701 public static final TextAttribute CHAR_REPLACEMENT =
702 new TextAttribute("char_replacement");
721 public static final TextAttribute FOREGROUND =
722 new TextAttribute("foreground");
740 public static final TextAttribute BACKGROUND =
741 new TextAttribute("background");
753 public static final TextAttribute UNDERLINE =
754 new TextAttribute("underline");
774 public static final TextAttribute STRIKETHROUGH =
775 new TextAttribute("strikethrough");
809 public static final TextAttribute RUN_DIRECTION =
810 new TextAttribute("run_direction");
847 public static final TextAttribute BIDI_EMBEDDING =
848 new TextAttribute("bidi_embedding");
871 public static final TextAttribute JUSTIFICATION =
872 new TextAttribute("justification");
916 public static final TextAttribute INPUT_METHOD_HIGHLIGHT =
917 new TextAttribute("input method highlight");
939 public static final TextAttribute INPUT_METHOD_UNDERLINE =
940 new TextAttribute("input method underline");
1001 public static final TextAttribute SWAP_COLORS =
1002 new TextAttribute("swap_colors");
1028 public static final TextAttribute NUMERIC_SHAPING =
1029 new TextAttribute("numeric_shaping");
1047 public static final TextAttribute KERNING =
1048 new TextAttribute("kerning");
1070 public static final TextAttribute LIGATURES =
1071 new TextAttribute("ligatures");
1099 public static final TextAttribute TRACKING =
1100 new TextAttribute("tracking");