Uses of Enum Class
org.apache.sis.image.SequenceType
Packages that use SequenceType
Package
Description
Provides helper classes for handling Java2D rendered images together with some operations.
-
Uses of SequenceType in org.apache.sis.image
Methods in org.apache.sis.image that return SequenceTypeModifier and TypeMethodDescriptionstatic SequenceType
Returns the enum constant of this class with the specified name.static SequenceType[]
SequenceType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sis.image that return types with arguments of type SequenceTypeModifier and TypeMethodDescriptionPixelIterator.getIterationOrder()
Returns the order in which pixels are traversed.Methods in org.apache.sis.image with parameters of type SequenceTypeModifier and TypeMethodDescriptionPixelIterator.Builder.setIteratorOrder
(SequenceType order) Sets the desired iteration order.