Constructor and Description |
---|
KeyTag(int r,
int g,
int b,
String k,
String type) |
KeyTag(int color,
String k) |
KeyTag(int color,
String k,
String type) |
Modifier and Type | Method and Description |
---|---|
String |
analysisType() |
int |
blue() |
String |
getName()
Returns the tag name.
|
byte[] |
getValue()
Returns the tag raw data.
|
int |
green() |
String |
key() |
int |
red() |
public KeyTag(int color, String k)