Uses of Enum Class
org.apache.xmlgraphics.image.writer.Endianness
Packages that use Endianness
Package
Description
Abstraction layer with interfaces for writing bitmap images.
-
Uses of Endianness in org.apache.xmlgraphics.image.writer
Methods in org.apache.xmlgraphics.image.writer that return EndiannessModifier and TypeMethodDescriptionImageWriterParams.getEndianness()Returns the endianness selected for the image.static EndiannessEndianness.getEndianType(String value) Translates an endian type specified in the configuration file into the equivalent type should one exist.static EndiannessReturns 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 TypeMethodDescriptionvoidImageWriterParams.setEndianness(Endianness endianness) Sets the endianness selected for the image.