Uses of Class
org.apache.xmlgraphics.image.writer.Endianness
-
Packages that use Endianness Package Description org.apache.xmlgraphics.image.writer Abstraction layer with interfaces for writing bitmap images.org.apache.xmlgraphics.image.writer.imageio 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 Endianness Modifier and Type Field Description private Endianness
ImageWriterParams. endianness
Methods in org.apache.xmlgraphics.image.writer that return Endianness Modifier and Type Method Description Endianness
ImageWriterParams. getEndianness()
Returns the endianness selected for the image.static Endianness
Endianness. getEndianType(java.lang.String value)
Translates an endian type specified in the configuration file into the equivalent type should one exist.static Endianness
Endianness. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Endianness[]
Endianness. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.xmlgraphics.image.writer with parameters of type Endianness Modifier and Type Method Description void
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 Endianness Modifier and Type Method Description private void
ImageIOTIFFImageWriter. setFromTree(java.util.Set<java.lang.String> names, javax.imageio.metadata.IIOMetadata streamMetadata, Endianness endian, java.lang.String format)
-