soot.xml
Class ColorAttribute

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

public class ColorAttribute
extends Object


Constructor Summary
ColorAttribute(int red, int green, int blue, boolean fg, String type)
           
 
Method Summary
 String analysisType()
           
 int blue()
           
 int fg()
           
 int green()
           
 int red()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorAttribute

public ColorAttribute(int red,
                      int green,
                      int blue,
                      boolean fg,
                      String type)
Method Detail

red

public int red()

green

public int green()

blue

public int blue()

fg

public int fg()

analysisType

public String analysisType()