Package | Description |
---|---|
org.komodo.spi.utils |
Modifier and Type | Field and Description |
---|---|
static TextFormat.Rgb |
TextFormat.Rgb.BLACK
The color black.
|
static TextFormat.Rgb |
TextFormat.Rgb.BLUE
The color blue.
|
static TextFormat.Rgb |
TextFormat.Rgb.CYAN
The color cyan.
|
static TextFormat.Rgb |
TextFormat.Rgb.DARK_GRAY
The color dark gray.
|
static TextFormat.Rgb |
TextFormat.Rgb.GRAY
The color gray.
|
static TextFormat.Rgb |
TextFormat.Rgb.GREEN
The color green.
|
static TextFormat.Rgb |
TextFormat.Rgb.LIGHT_GRAY
The color light gray.
|
static TextFormat.Rgb |
TextFormat.Rgb.MAGENTA
The color magenta.
|
static TextFormat.Rgb |
TextFormat.Rgb.ORANGE
The color orange.
|
static TextFormat.Rgb |
TextFormat.Rgb.PINK
The color pink.
|
static TextFormat.Rgb |
TextFormat.Rgb.RED
The color red.
|
static TextFormat.Rgb |
TextFormat.Rgb.WHITE
The color white.
|
static TextFormat.Rgb |
TextFormat.Rgb.YELLOW
The color yellow.
|
Modifier and Type | Method and Description |
---|---|
TextFormat.Rgb |
TextFormat.getBackground() |
TextFormat.Rgb |
TextFormat.getForeground() |
Modifier and Type | Method and Description |
---|---|
void |
TextFormat.setBackground(TextFormat.Rgb newBackground) |
void |
TextFormat.setForeground(TextFormat.Rgb newForeground) |
Copyright © 2013–2019. All rights reserved.