Package | Description |
---|---|
org.crsh.text |
Modifier and Type | Method and Description |
---|---|
static Decoration |
Decoration.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Decoration[] |
Decoration.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.decoration(Decoration decoration) |
void |
RenderPrintWriter.print(Object obj,
Decoration decoration) |
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,
Decoration decoration) |
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(Decoration decoration) |
static Style.Composite |
Style.style(Decoration decoration,
Color foreground) |
static Style.Composite |
Style.style(Decoration decoration,
Color foreground,
Color background) |
Copyright © 2015 eXo Platform SAS. All Rights Reserved.