Lines Matching refs:TextAttribute

31 import java.awt.font.TextAttribute;
130 astr.addAttribute(TextAttribute.RUN_DIRECTION,
131 TextAttribute.RUN_DIRECTION_LTR);
141 astr.addAttribute(TextAttribute.RUN_DIRECTION,
142 TextAttribute.RUN_DIRECTION_LTR);
143 astr.addAttribute(TextAttribute.BIDI_EMBEDDING, new Integer(1),
153 astr.addAttribute(TextAttribute.RUN_DIRECTION,
154 TextAttribute.RUN_DIRECTION_LTR);
155 astr.addAttribute(TextAttribute.BIDI_EMBEDDING, new Integer(2),
165 astr.addAttribute(TextAttribute.RUN_DIRECTION,
166 TextAttribute.RUN_DIRECTION_LTR);
167 astr.addAttribute(TextAttribute.BIDI_EMBEDDING, new Integer(-3),
177 astr.addAttribute(TextAttribute.RUN_DIRECTION,
178 TextAttribute.RUN_DIRECTION_LTR);
179 astr.addAttribute(TextAttribute.BIDI_EMBEDDING, new Integer(-4),
188 astr.addAttribute(TextAttribute.RUN_DIRECTION,
189 TextAttribute.RUN_DIRECTION_RTL);
198 astr.addAttribute(TextAttribute.RUN_DIRECTION,
199 TextAttribute.RUN_DIRECTION_RTL);
200 astr.addAttribute(TextAttribute.BIDI_EMBEDDING, new Integer(1),
215 astr.addAttribute(TextAttribute.RUN_DIRECTION,
216 TextAttribute.RUN_DIRECTION_RTL);
217 astr.addAttribute(TextAttribute.BIDI_EMBEDDING, new Integer(2),
232 astr.addAttribute(TextAttribute.RUN_DIRECTION,
233 TextAttribute.RUN_DIRECTION_RTL);
234 astr.addAttribute(TextAttribute.BIDI_EMBEDDING, new Integer(-3),
249 astr.addAttribute(TextAttribute.RUN_DIRECTION,
250 TextAttribute.RUN_DIRECTION_RTL);
251 astr.addAttribute(TextAttribute.BIDI_EMBEDDING, new Integer(-4),
264 ": TextAttribute not specified");
274 astr.addAttribute(TextAttribute.RUN_DIRECTION,
275 TextAttribute.RUN_DIRECTION_LTR);
276 astr.addAttribute(TextAttribute.NUMERIC_SHAPING, ns);
285 astr.addAttribute(TextAttribute.RUN_DIRECTION,
286 TextAttribute.RUN_DIRECTION_RTL);
287 astr.addAttribute(TextAttribute.NUMERIC_SHAPING, ns);
369 astr.addAttribute(TextAttribute.RUN_DIRECTION,
370 TextAttribute.RUN_DIRECTION_RTL);
371 astr.addAttribute(TextAttribute.BIDI_EMBEDDING, new Integer(-61),
388 astr.addAttribute(TextAttribute.RUN_DIRECTION,
389 TextAttribute.RUN_DIRECTION_RTL);
390 astr.addAttribute(TextAttribute.BIDI_EMBEDDING, new Integer(-62),
406 astr.addAttribute(TextAttribute.RUN_DIRECTION,
407 TextAttribute.RUN_DIRECTION_RTL);
408 astr.addAttribute(TextAttribute.BIDI_EMBEDDING, new Integer(60),
424 astr.addAttribute(TextAttribute.RUN_DIRECTION,
425 TextAttribute.RUN_DIRECTION_RTL);
426 astr.addAttribute(TextAttribute.BIDI_EMBEDDING, new Integer(61),
443 astr.addAttribute(TextAttribute.RUN_DIRECTION,
444 TextAttribute.RUN_DIRECTION_RTL);
445 astr.addAttribute(TextAttribute.BIDI_EMBEDDING, new Integer(62),