Home | History | Annotate | Download | only in font

Lines Matching defs:BACKGROUND

539      * Attribute key for the paint used to render the background of
541 * The default value is null, indicating that the background
554 public static final TextAttribute BACKGROUND =
555 new TextAttribute("background");
784 * Attribute key for swapping foreground and background
792 * <code>Paint</code> will be used as the background, otherwise
794 * will be used. If the {@link #BACKGROUND} attribute is set, its
797 * (resolved) background so that the text will be visible.
800 * @see #BACKGROUND
806 * Swap foreground and background.