Uses of Enum Class
org.apache.xmlgraphics.image.writer.Endianness
Packages that use Endianness
Package
Description
Abstraction layer with interfaces for writing bitmap images.
Implementations of ImageWriter using the ImageIO API.
-
Uses of Endianness in org.apache.xmlgraphics.image.writer
Fields in org.apache.xmlgraphics.image.writer declared as EndiannessMethods in org.apache.xmlgraphics.image.writer that return EndiannessModifier and TypeMethodDescriptionImageWriterParams.getEndianness()
Returns the endianness selected for the image.static Endianness
Endianness.getEndianType
(String value) Translates an endian type specified in the configuration file into the equivalent type should one exist.static Endianness
Returns the enum constant of this class with the specified name.static Endianness[]
Endianness.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.xmlgraphics.image.writer with parameters of type EndiannessModifier and TypeMethodDescriptionvoid
ImageWriterParams.setEndianness
(Endianness endianness) Sets the endianness selected for the image. -
Uses of Endianness in org.apache.xmlgraphics.image.writer.imageio
Methods in org.apache.xmlgraphics.image.writer.imageio with parameters of type EndiannessModifier and TypeMethodDescriptionprivate void
ImageIOTIFFImageWriter.setFromTree
(Set<String> names, IIOMetadata streamMetadata, Endianness endian, String format)