danger.system
Class BeaconProfile

java.lang.Object
  extended by danger.system.BeaconProfile


public class BeaconProfile
extends Object

XXX: javadoc


Constructor Summary
BeaconProfile(int r, int g, int b, int percent, int millis)
           
 
Method Summary
 int getBlue()
           
 int getDutyCycle()
           
 int getGreen()
           
 int getPeriod()
           
 int getRed()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BeaconProfile

public BeaconProfile(int r,
                     int g,
                     int b,
                     int percent,
                     int millis)
Method Detail

getRed

public int getRed()

getGreen

public int getGreen()

getBlue

public int getBlue()

getDutyCycle

public int getDutyCycle()

getPeriod

public int getPeriod()

toString

public String toString()
Overrides:
toString in class Object