| Package | Description |
|---|---|
| org.apache.batik.ext.awt.image.rendered |
| Modifier and Type | Field and Description |
|---|---|
(package private) IndexImage.Counter[][] |
IndexImage.Cube.colors
the colors-array is not modified - in fact, all cubes use
the same colors-array.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static IndexImage.Counter[][] |
IndexImage.convertColorList(java.util.List[] colors)
step 2: convert the result of step 1 to an Cube[][] which is
more efficient in the following iterations.
|
| Constructor and Description |
|---|
Cube(IndexImage.Counter[][] colors,
int count)
Define a new cube.
|