soot.tagkit
Class KeyTag

java.lang.Object
  extended bysoot.tagkit.KeyTag
All Implemented Interfaces:
Tag

public class KeyTag
extends java.lang.Object
implements Tag


Constructor Summary
KeyTag(int r, int g, int b, java.lang.String k)
           
KeyTag(int color, java.lang.String k)
           
 
Method Summary
 int blue()
           
 java.lang.String getName()
          Returns the tag name.
 byte[] getValue()
          Returns the tag raw data.
 int green()
           
 java.lang.String key()
           
 int red()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyTag

public KeyTag(int r,
              int g,
              int b,
              java.lang.String k)

KeyTag

public KeyTag(int color,
              java.lang.String k)
Method Detail

red

public int red()

green

public int green()

blue

public int blue()

key

public java.lang.String key()

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