程序包 | 说明 |
---|---|
org.apache.xmlgraphics.image.writer |
Abstraction layer with interfaces for writing bitmap images.
|
限定符和类型 | 方法和说明 |
---|---|
Endianness |
ImageWriterParams.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 |
Endianness.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Endianness[] |
Endianness.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
void |
ImageWriterParams.setEndianness(Endianness endianness)
Sets the endianness selected for the image.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.