Modifier and Type | Field and Description |
---|---|
static int |
BLUE |
static int |
GREEN |
static int |
ORANGE |
static int |
PURPLE |
static int |
RED |
static int |
YELLOW |
Constructor and Description |
---|
ColorTag(int color) |
ColorTag(int color,
boolean fg) |
ColorTag(int color,
boolean fg,
String type) |
ColorTag(int r,
int g,
int b) |
ColorTag(int r,
int g,
int b,
boolean fg) |
ColorTag(int r,
int g,
int b,
boolean fg,
String type) |
ColorTag(int r,
int g,
int b,
String type) |
ColorTag(int color,
String type) |
Modifier and Type | Method and Description |
---|---|
String |
getAnalysisType() |
int |
getBlue() |
int |
getGreen() |
String |
getName()
Returns the tag name.
|
int |
getRed() |
byte[] |
getValue()
Returns the tag raw data.
|
boolean |
isForeground() |
String |
toString() |
public static final int RED
public static final int GREEN
public static final int YELLOW
public static final int BLUE
public static final int ORANGE
public static final int PURPLE
public ColorTag(int r, int g, int b, boolean fg)
public ColorTag(int r, int g, int b)
public ColorTag(int r, int g, int b, String type)
public ColorTag(int r, int g, int b, boolean fg, String type)
public ColorTag(int color, String type)
public ColorTag(int color, boolean fg, String type)
public ColorTag(int color)
public ColorTag(int color, boolean fg)
public String getAnalysisType()
public int getRed()
public int getGreen()
public int getBlue()
public boolean isForeground()
public byte[] getValue()
Tag