|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ColorDecoder
ColorDecoder interface provides a means of transforming the TYPE_INT_ARGB integer color code into a meaningful double value.
| Method Summary | |
|---|---|
double |
transform(int code)
Deprecated. use transform(int[]) to transform the whole array at once |
double[] |
transform(int[] data)
Transforms the complete array of TYPE_INT_ARGB integer colors codes into meaningful double value array. |
| Method Detail |
|---|
@Deprecated double transform(int code)
transform(int[]) to transform the whole array at once
code - the TYPE_INT_ARGB integer color code
double[] transform(int[] data)
transform(int) many times, which
might be costly.
data - the data to transform
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||