simworldobjects
Class LightSensorColorLibrary

java.lang.Object
  extended bysimworldobjects.LightSensorColorLibrary

public class LightSensorColorLibrary
extends java.lang.Object

Author:
Simon Zienkiewicz

Constructor Summary
LightSensorColorLibrary(boolean[] d, int[] lr, int[] ur, int[] le, int[] ue)
          Creates a new instance of LightSensorColorLibrary
 
Method Summary
 boolean[] getColorInfo()
           
 int[] getLowerErrorInfo()
           
 int[] getLowerRangeInfo()
           
 int[] getUpperErrorInfo()
           
 int[] getUpperRangeInfo()
           
static int getValue(java.awt.Color color)
           
 void updateDesiredColors(boolean[] d, int[] lr, int[] ur, int[] le, int[] ue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LightSensorColorLibrary

public LightSensorColorLibrary(boolean[] d,
                               int[] lr,
                               int[] ur,
                               int[] le,
                               int[] ue)
Creates a new instance of LightSensorColorLibrary

Method Detail

getValue

public static int getValue(java.awt.Color color)

updateDesiredColors

public void updateDesiredColors(boolean[] d,
                                int[] lr,
                                int[] ur,
                                int[] le,
                                int[] ue)

getColorInfo

public boolean[] getColorInfo()

getLowerRangeInfo

public int[] getLowerRangeInfo()

getUpperRangeInfo

public int[] getUpperRangeInfo()

getLowerErrorInfo

public int[] getLowerErrorInfo()

getUpperErrorInfo

public int[] getUpperErrorInfo()