|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.androidpit.colorthief.MMCQ.CMap
public static class MMCQ.CMap
Color map.
Field Summary | |
---|---|
java.util.ArrayList<MMCQ.VBox> |
vboxes
|
Constructor Summary | |
---|---|
MMCQ.CMap()
|
Method Summary | |
---|---|
int[] |
map(int[] color)
|
int[] |
nearest(int[] color)
|
int[][] |
palette()
|
void |
push(MMCQ.VBox box)
|
int |
size()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final java.util.ArrayList<MMCQ.VBox> vboxes
Constructor Detail |
---|
public MMCQ.CMap()
Method Detail |
---|
public void push(MMCQ.VBox box)
public int[][] palette()
public int size()
public int[] map(int[] color)
public int[] nearest(int[] color)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |