soot.xml
Class ColorAttribute

java.lang.Object
  extended bysoot.xml.ColorAttribute

public class ColorAttribute
extends java.lang.Object


Constructor Summary
ColorAttribute(int red, int green, int blue, boolean fg)
           
 
Method Summary
 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)
Method Detail

red

public int red()

green

public int green()

blue

public int blue()

fg

public int fg()