soot.xml
Class Key

java.lang.Object
  extended by soot.xml.Key

public class Key
extends Object


Constructor Summary
Key(int r, int g, int b, String k)
           
 
Method Summary
 String aType()
           
 void aType(String s)
           
 int blue()
           
 int green()
           
 String key()
           
 void print(PrintWriter writerOut)
           
 int red()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Key

public Key(int r,
           int g,
           int b,
           String k)
Method Detail

red

public int red()

green

public int green()

blue

public int blue()

key

public String key()

print

public void print(PrintWriter writerOut)

aType

public String aType()

aType

public void aType(String s)