| Package | Description |
|---|---|
| org.crsh.text |
| Modifier and Type | Field and Description |
|---|---|
protected Color |
Style.Composite.background
.
|
protected Color |
Style.Composite.foreground
.
|
| Modifier and Type | Method and Description |
|---|---|
Color |
Style.Composite.getBackground() |
Color |
Style.Composite.getForeground() |
static Color |
Color.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Color[] |
Color.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Style.Composite |
Style.Composite.background(Color value) |
Style.Composite |
Decoration.background(Color value) |
Style.Composite |
Style.Composite.bg(Color value) |
Style.Composite |
Decoration.bg(Color value) |
Style.Composite |
Style.Composite.fg(Color color) |
Style.Composite |
Decoration.fg(Color value) |
Style.Composite |
Style.Composite.foreground(Color color) |
Style.Composite |
Decoration.foreground(Color value) |
void |
RenderPrintWriter.print(java.lang.Object obj,
Color foreground) |
void |
RenderPrintWriter.print(java.lang.Object obj,
Color foreground,
Color background) |
void |
RenderPrintWriter.print(java.lang.Object obj,
Decoration decoration,
Color foreground) |
void |
RenderPrintWriter.print(java.lang.Object obj,
Decoration decoration,
Color foreground,
Color background) |
void |
RenderPrintWriter.println(java.lang.Object obj,
Color foreground) |
void |
RenderPrintWriter.println(java.lang.Object obj,
Color foreground,
Color background) |
void |
RenderPrintWriter.println(java.lang.Object obj,
Decoration decoration,
Color foreground) |
void |
RenderPrintWriter.println(java.lang.Object obj,
Decoration decoration,
Color foreground,
Color background) |
static Style.Composite |
Style.style(java.lang.Boolean bold,
java.lang.Boolean underline,
java.lang.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 © 2014 eXo Platform SAS. All Rights Reserved.