soot.tagkit
Class ColorTag
java.lang.Object
|
+--soot.tagkit.ColorTag
- public class ColorTag
- extends java.lang.Object
- implements Tag
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
RED
public static final int RED
GREEN
public static final int GREEN
YELLOW
public static final int YELLOW
BLUE
public static final int BLUE
ORANGE
public static final int ORANGE
PURPLE
public static final int PURPLE
ColorTag
public ColorTag(int r,
int g,
int b)
ColorTag
public ColorTag(int color)
getRed
public int getRed()
getGreen
public int getGreen()
getBlue
public int getBlue()
getName
public java.lang.String getName()
- Description copied from interface: Tag
- Returns the tag name.
- Specified by:
- getName in interface Tag
getValue
public byte[] getValue()
- Description copied from interface: Tag
- Returns the tag raw data.
- Specified by:
- getValue in interface Tag
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object