| 程序包 | 说明 |
|---|---|
| com.taobao.text |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Color |
Style.Composite.background
.
|
protected Color |
Style.Composite.foreground
.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Color |
Style.Composite.getBackground() |
Color |
Style.Composite.getForeground() |
static Color |
Color.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Color[] |
Color.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Style.Composite |
Decoration.background(Color value) |
Style.Composite |
Style.Composite.background(Color value) |
Style.Composite |
Decoration.bg(Color value) |
Style.Composite |
Style.Composite.bg(Color value) |
Style.Composite |
Decoration.fg(Color value) |
Style.Composite |
Style.Composite.fg(Color color) |
Style.Composite |
Decoration.foreground(Color value) |
Style.Composite |
Style.Composite.foreground(Color color) |
void |
RenderPrintWriter.print(Object obj,
Color foreground) |
void |
RenderPrintWriter.print(Object obj,
Color foreground,
Color background) |
void |
RenderPrintWriter.print(Object obj,
Decoration decoration,
Color foreground) |
void |
RenderPrintWriter.print(Object obj,
Decoration decoration,
Color foreground,
Color background) |
void |
RenderPrintWriter.println(Object obj,
Color foreground) |
void |
RenderPrintWriter.println(Object obj,
Color foreground,
Color background) |
void |
RenderPrintWriter.println(Object obj,
Decoration decoration,
Color foreground) |
void |
RenderPrintWriter.println(Object obj,
Decoration decoration,
Color foreground,
Color background) |
static Style.Composite |
Style.style(Boolean bold,
Boolean underline,
Boolean blink,
Color foreground,
Color background) |
static Style.Composite |
Style.style(Color foreground) |
static Style.Composite |
Style.style(Color foreground,
Color background) |
static Style.Composite |
Style.style(Decoration decoration,
Color foreground) |
static Style.Composite |
Style.style(Decoration decoration,
Color foreground,
Color background) |
Copyright © 2018. All rights reserved.