| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.desy.acop.video.analysis.IdentityColorDecoder
public class IdentityColorDecoder
IdentitiyColorDecoder performs no transformation of TYPE_INT_ARGB integer color code.
| Constructor Summary | |
|---|---|
| IdentityColorDecoder() | |
| Method Summary | |
|---|---|
|  double | transform(int code)Deprecated. | 
|  double[] | transform(int[] data)Transforms the complete array of TYPE_INT_ARGB integer colors codes into meaningful double value array. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public IdentityColorDecoder()
| Method Detail | 
|---|
@Deprecated public double transform(int code)
ColorDecoder
transform in interface ColorDecodercode - the TYPE_INT_ARGB integer color code
public double[] transform(int[] data)
ColorDecoderColorDecoder.transform(int) many times, which
 might be costly.
transform in interface ColorDecoderdata - the data to transform
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||