Uses of Class
org.apache.batik.ext.awt.image.rendered.IndexImage.Counter
-
Packages that use IndexImage.Counter Package Description org.apache.batik.ext.awt.image.rendered -
-
Uses of IndexImage.Counter in org.apache.batik.ext.awt.image.rendered
Fields in org.apache.batik.ext.awt.image.rendered declared as IndexImage.Counter Modifier and Type Field Description (package private) IndexImage.Counter[][]
IndexImage.Cube. colors
the colors-array is not modified - in fact, all cubes use the same colors-array.Methods in org.apache.batik.ext.awt.image.rendered that return IndexImage.Counter Modifier and Type Method 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.Constructors in org.apache.batik.ext.awt.image.rendered with parameters of type IndexImage.Counter Constructor Description Cube(IndexImage.Counter[][] colors, int count)
Define a new cube.
-