Uses of Class
org.apache.batik.ext.awt.image.rendered.IndexImage.Counter
Packages that use IndexImage.Counter
-
Uses of IndexImage.Counter in org.apache.batik.ext.awt.image.rendered
Fields in org.apache.batik.ext.awt.image.rendered declared as IndexImage.CounterModifier and TypeFieldDescription(package private) final 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.CounterModifier and TypeMethodDescription(package private) static IndexImage.Counter[][]
IndexImage.convertColorList
(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.CounterModifierConstructorDescription(package private)
Cube
(IndexImage.Counter[][] colors, int count) Define a new cube.