Uses of Enum Class
is.galia.image.ComponentOrder
Packages that use ComponentOrder
Package
Description
Classes for properties associated with an image.
Package in which processors reside.
-
Uses of ComponentOrder in is.galia.image
Subclasses with type arguments of type ComponentOrder in is.galia.imageMethods in is.galia.image that return ComponentOrderModifier and TypeMethodDescriptionstatic ComponentOrder
Returns the enum constant of this class with the specified name.static ComponentOrder[]
ComponentOrder.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ComponentOrder in is.galia.processor
Methods in is.galia.processor with parameters of type ComponentOrderModifier and TypeMethodDescriptionstatic BufferedImage
Java2DUtils.newImage
(int width, int height, byte[] samples, ComponentOrder componentOrder) Creates a new image backed by the given samples.