Rememberall
Class Slab

java.lang.Object
  extended by Rememberall.Slab

public class Slab
extends java.lang.Object

Represents a "finalized" interpolated schedule for a single LED. This schedule is in a "slab" or tabulated form. Now, I would like to make a persistent copy of my arguments, but because of previously mentioned 'brain-deadness' of Java, I will leave you to SUFFER if you change the lists that you have provided me.


Constructor Summary
Slab(RememberallWidgetPlatform.GRANULARITY g, RememberallWidgetPlatform.COLOR[] c, float[] i)
           
 
Method Summary
 RememberallWidgetPlatform.COLOR getColor(int i)
           
 RememberallWidgetPlatform.GRANULARITY getGranularity()
           
 float getIntensity(int i)
           
 int length()
           
 void pad_up(int len)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Slab

public Slab(RememberallWidgetPlatform.GRANULARITY g,
            RememberallWidgetPlatform.COLOR[] c,
            float[] i)
Method Detail

getGranularity

public RememberallWidgetPlatform.GRANULARITY getGranularity()

getColor

public RememberallWidgetPlatform.COLOR getColor(int i)

getIntensity

public float getIntensity(int i)

pad_up

public void pad_up(int len)

length

public int length()