public interface AnsiElement
Modifier and Type | Interface and Description |
---|---|
static class |
AnsiElement.DefaultAnsiElement
Internal default
AnsiElement implementation. |
Modifier and Type | Field and Description |
---|---|
static AnsiElement |
BLACK
Deprecated.
in 1.3.0 in favor of
AnsiColor.BLACK |
static AnsiElement |
BLUE
Deprecated.
in 1.3.0 in favor of
AnsiColor.BLUE |
static AnsiElement |
BOLD
Deprecated.
in 1.3.0 in favor of
AnsiStyle.BOLD |
static AnsiElement |
CYAN
Deprecated.
in 1.3.0 in favor of
AnsiColor.CYAN |
static AnsiElement |
DEFAULT
Deprecated.
in 1.3.0 in favor of
AnsiColor.DEFAULT |
static AnsiElement |
FAINT
Deprecated.
in 1.3.0 in favor of
AnsiStyle.FAINT |
static AnsiElement |
GREEN
Deprecated.
in 1.3.0 in favor of
AnsiColor.GREEN |
static AnsiElement |
ITALIC
Deprecated.
in 1.3.0 in favor of
AnsiStyle.ITALIC |
static AnsiElement |
MAGENTA
Deprecated.
in 1.3.0 in favor of
AnsiColor.MAGENTA |
static AnsiElement |
NORMAL
Deprecated.
in 1.3.0 in favor of
AnsiStyle.NORMAL |
static AnsiElement |
RED
Deprecated.
in 1.3.0 in favor of
AnsiColor.RED |
static AnsiElement |
UNDERLINE
Deprecated.
in 1.3.0 in favor of
AnsiStyle.UNDERLINE |
static AnsiElement |
WHITE
Deprecated.
in 1.3.0 in favor of
AnsiColor.WHITE |
static AnsiElement |
YELLOW
Deprecated.
in 1.3.0 in favor of
AnsiColor.YELLOW |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
@Deprecated static final AnsiElement NORMAL
AnsiStyle.NORMAL
@Deprecated static final AnsiElement BOLD
AnsiStyle.BOLD
@Deprecated static final AnsiElement FAINT
AnsiStyle.FAINT
@Deprecated static final AnsiElement ITALIC
AnsiStyle.ITALIC
@Deprecated static final AnsiElement UNDERLINE
AnsiStyle.UNDERLINE
@Deprecated static final AnsiElement BLACK
AnsiColor.BLACK
@Deprecated static final AnsiElement RED
AnsiColor.RED
@Deprecated static final AnsiElement GREEN
AnsiColor.GREEN
@Deprecated static final AnsiElement YELLOW
AnsiColor.YELLOW
@Deprecated static final AnsiElement BLUE
AnsiColor.BLUE
@Deprecated static final AnsiElement MAGENTA
AnsiColor.MAGENTA
@Deprecated static final AnsiElement CYAN
AnsiColor.CYAN
@Deprecated static final AnsiElement WHITE
AnsiColor.WHITE
@Deprecated static final AnsiElement DEFAULT
AnsiColor.DEFAULT
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.