跳过导航链接
B C E F G I L N P R S T W 

B

bBlue - 类 中的变量net.ifok.image.image4j.codec.bmp.ColorEntry
The blue component, which should be in the range 0..255.
bColorCount - 类 中的变量net.ifok.image.image4j.codec.ico.IconEntry
The number of colours, calculated from sBitCount.
bGreen - 类 中的变量net.ifok.image.image4j.codec.bmp.ColorEntry
The green component, which should be in the range 0..255.
bHeight - 类 中的变量net.ifok.image.image4j.codec.ico.IconEntry
The height of the icon image in pixels.
BI_BITFIELDS - 类 中的静态变量net.ifok.image.image4j.codec.bmp.BMPConstants
Specifies 16-bit or 32-bit "bit field" compression.
BI_JPEG - 类 中的静态变量net.ifok.image.image4j.codec.bmp.BMPConstants
Specifies JPEG compression.
BI_PNG - 类 中的静态变量net.ifok.image.image4j.codec.bmp.BMPConstants
Specifies PNG compression.
BI_RGB - 类 中的静态变量net.ifok.image.image4j.codec.bmp.BMPConstants
Specifies no compression.
BI_RLE4 - 类 中的静态变量net.ifok.image.image4j.codec.bmp.BMPConstants
Specifies 4-bit RLE compression.
BI_RLE8 - 类 中的静态变量net.ifok.image.image4j.codec.bmp.BMPConstants
Specifies 8-bit RLE compression.
BMPConstants - net.ifok.image.image4j.codec.bmp中的类
Provides constants used with BMP format.
BMPDecoder - net.ifok.image.image4j.codec.bmp中的类
Decodes images in BMP format.
BMPDecoder(InputStream) - 类 的构造器net.ifok.image.image4j.codec.bmp.BMPDecoder
Creates a new instance of BMPDecoder and reads the BMP data from the source.
BMPEncoder - net.ifok.image.image4j.codec.bmp中的类
Encodes images in BMP format.
BMPImage - net.ifok.image.image4j.codec.bmp中的类
Contains a decoded BMP image, as well as information about the source encoded image.
BMPImage(BufferedImage, InfoHeader) - 类 的构造器net.ifok.image.image4j.codec.bmp.BMPImage
Creates a new instance of BMPImage
bRed - 类 中的变量net.ifok.image.image4j.codec.bmp.ColorEntry
The red component, which should be in the range 0..255.
bReserved - 类 中的变量net.ifok.image.image4j.codec.bmp.ColorEntry
Unused.
bReserved - 类 中的变量net.ifok.image.image4j.codec.ico.IconEntry
Unused.
bWidth - 类 中的变量net.ifok.image.image4j.codec.ico.IconEntry
The width of the icon image in pixels.

C

ColorEntry - net.ifok.image.image4j.codec.bmp中的类
Represents an RGB colour entry used in the palette of an indexed image (colour depth <= 8).
ColorEntry(LittleEndianInputStream) - 类 的构造器net.ifok.image.image4j.codec.bmp.ColorEntry
Reads and creates a colour entry from the source input.
ColorEntry() - 类 的构造器net.ifok.image.image4j.codec.bmp.ColorEntry
Creates a colour entry with colour components initialized to 0.
ColorEntry(int, int, int, int) - 类 的构造器net.ifok.image.image4j.codec.bmp.ColorEntry
Creates a colour entry with the specified colour components.
convert(BufferedImage, int) - 类 中的静态方法net.ifok.image.image4j.codec.ico.ICOEncoder
Utility method, which converts the given image to the specified colour depth.
convert1(BufferedImage) - 类 中的静态方法net.ifok.image.image4j.util.ConvertUtil
Converts the source to 1-bit colour depth (monochrome).
convert24(BufferedImage) - 类 中的静态方法net.ifok.image.image4j.util.ConvertUtil
Converts the source image to 24-bit colour (RGB).
convert32(BufferedImage) - 类 中的静态方法net.ifok.image.image4j.util.ConvertUtil
Converts the source image to 32-bit colour with transparency (ARGB).
convert4(BufferedImage) - 类 中的静态方法net.ifok.image.image4j.util.ConvertUtil
Converts the source image to 4-bit colour using the default 16-colour palette: blackdark reddark green dark yellowdark bluedark magenta dark cyandark greylight grey redgreenyellowblue magentacyanwhite No transparency.
convert4(BufferedImage, int[]) - 类 中的静态方法net.ifok.image.image4j.util.ConvertUtil
Converts the source image to 4-bit colour using the given colour map.
convert8(BufferedImage) - 类 中的静态方法net.ifok.image.image4j.util.ConvertUtil
Converts the source image to 8-bit colour using the default 256-colour palette.
ConvertUtil - net.ifok.image.image4j.util中的类
Provides useful methods for converting images from one colour depth to another.
ConvertUtil() - 类 的构造器net.ifok.image.image4j.util.ConvertUtil
 
CountingDataInput - net.ifok.image.image4j.io中的接口
 
CountingDataInputStream - net.ifok.image.image4j.io中的类
 
CountingDataInputStream(InputStream) - 类 的构造器net.ifok.image.image4j.io.CountingDataInputStream
 
CountingInput - net.ifok.image.image4j.io中的接口
 
CountingInputStream - net.ifok.image.image4j.io中的类
 
CountingInputStream(InputStream) - 类 的构造器net.ifok.image.image4j.io.CountingInputStream
 
createIconEntry(InfoHeader) - 类 中的静态方法net.ifok.image.image4j.codec.ico.ICOEncoder
Constructs an IconEntry from the given InfoHeader structure.
createInfoHeader(BufferedImage) - 类 中的静态方法net.ifok.image.image4j.codec.bmp.BMPEncoder
Creates an InfoHeader from the source image.

E

EndianUtils - net.ifok.image.image4j.io中的类
Provides utility methods for endian conversions [big-endian to little-endian; little-endian to big-endian].
EndianUtils() - 类 的构造器net.ifok.image.image4j.io.EndianUtils
 

F

FILE_HEADER - 类 中的静态变量net.ifok.image.image4j.codec.bmp.BMPConstants
The signature for the BMP format header "BM".

G

getBitmapSize(int, int, int) - 类 中的静态方法net.ifok.image.image4j.codec.bmp.BMPEncoder
Calculates the size in bytes of a bitmap with the specified size and colour depth.
getBufferedImage() - 类 中的方法net.ifok.image.image4j.codec.bmp.BMPDecoder
The decoded image read from the source input.
getBytesPerLine1(int) - 类 中的静态方法net.ifok.image.image4j.codec.bmp.BMPEncoder
Calculates the number of bytes per line required for the given width in pixels, for a 1-bit bitmap.
getBytesPerLine24(int) - 类 中的静态方法net.ifok.image.image4j.codec.bmp.BMPEncoder
Calculates the number of bytes per line required for the given with in pixels, for a 24-bit bitmap.
getBytesPerLine4(int) - 类 中的静态方法net.ifok.image.image4j.codec.bmp.BMPEncoder
Calculates the number of bytes per line required for the given with in pixels, for a 4-bit bitmap.
getBytesPerLine8(int) - 类 中的静态方法net.ifok.image.image4j.codec.bmp.BMPEncoder
Calculates the number of bytes per line required for the given with in pixels, for a 8-bit bitmap.
getColorMapSize(short) - 类 中的静态方法net.ifok.image.image4j.codec.bmp.BMPEncoder
Calculates the size in bytes for a colour map with the specified bit count.
getColourCount() - 类 中的方法net.ifok.image.image4j.codec.bmp.BMPImage
The number of possible colours for the BMP image.
getColourCount() - 类 中的方法net.ifok.image.image4j.codec.ico.ICOImage
The number of possible colours for the ICO image.
getColourDepth() - 类 中的方法net.ifok.image.image4j.codec.bmp.BMPImage
The colour depth of the BMP image (bits per pixel).
getColourDepth() - 类 中的方法net.ifok.image.image4j.codec.ico.ICOImage
The colour depth of the ICO image (bits per pixel).
getCount() - 类 中的方法net.ifok.image.image4j.io.CountingDataInputStream
 
getCount() - 接口 中的方法net.ifok.image.image4j.io.CountingInput
 
getCount() - 类 中的方法net.ifok.image.image4j.io.CountingInputStream
 
getCount() - 类 中的方法net.ifok.image.image4j.io.LittleEndianInputStream
 
getHeight() - 类 中的方法net.ifok.image.image4j.codec.bmp.BMPImage
The height of the BMP image in pixels.
getHeight() - 类 中的方法net.ifok.image.image4j.codec.ico.ICOImage
The height of the ICO image in pixels.
getIconEntry() - 类 中的方法net.ifok.image.image4j.codec.ico.ICOImage
The IconEntry associated with this ICOImage, which provides information about the image format and encoding.
getIconIndex() - 类 中的方法net.ifok.image.image4j.codec.ico.ICOImage
The zero-based index for this ICOImage in the source ICO file or resource.
getImage() - 类 中的方法net.ifok.image.image4j.codec.bmp.BMPImage
The decoded BMP image.
getInfoHeader() - 类 中的方法net.ifok.image.image4j.codec.bmp.BMPDecoder
The InfoHeader structure, which provides information about the BMP data.
getInfoHeader() - 类 中的方法net.ifok.image.image4j.codec.bmp.BMPImage
The InfoHeader structure representing the encoded BMP image.
getInfoHeader() - 类 中的方法net.ifok.image.image4j.codec.ico.ICOImage
The InfoHeader structure representing the encoded ICO image.
getWidth() - 类 中的方法net.ifok.image.image4j.codec.bmp.BMPImage
The width of the BMP image in pixels.
getWidth() - 类 中的方法net.ifok.image.image4j.codec.ico.ICOImage
The width of the ICO image in pixels.

I

ICOConstants - net.ifok.image.image4j.codec.ico中的类
Provides constants used with ICO format.
ICOConstants() - 类 的构造器net.ifok.image.image4j.codec.ico.ICOConstants
 
ICODecoder - net.ifok.image.image4j.codec.ico中的类
Decodes images in ICO format.
ICOEncoder - net.ifok.image.image4j.codec.ico中的类
Encodes images in ICO format.
ICOImage - net.ifok.image.image4j.codec.ico中的类
Contains a decoded ICO image, as well as information about the source encoded ICO image.
ICOImage(BufferedImage, InfoHeader, IconEntry) - 类 的构造器net.ifok.image.image4j.codec.ico.ICOImage
Creates a new instance of ICOImage
iColorsImportant - 类 中的变量net.ifok.image.image4j.codec.bmp.InfoHeader
Number of important colours (0 = all).
iColorsUsed - 类 中的变量net.ifok.image.image4j.codec.bmp.InfoHeader
Number of colours actually used in the bitmap.
iCompression - 类 中的变量net.ifok.image.image4j.codec.bmp.InfoHeader
The compression type, which should be one of the following: BI_RGB - no compression BI_RLE8 - 8-bit RLE compression BI_RLE4 - 4-bit RLE compression
iconEntry - 类 中的变量net.ifok.image.image4j.codec.ico.ICOImage
 
IconEntry - net.ifok.image.image4j.codec.ico中的类
Represents an IconEntry structure, which contains information about an ICO image.
IconEntry(LittleEndianInputStream) - 类 的构造器net.ifok.image.image4j.codec.ico.IconEntry
Creates an IconEntry structure from the source input
IconEntry() - 类 的构造器net.ifok.image.image4j.codec.ico.IconEntry
Creates and IconEntry structure with default values.
iconIndex - 类 中的变量net.ifok.image.image4j.codec.ico.ICOImage
 
iFileOffset - 类 中的变量net.ifok.image.image4j.codec.ico.IconEntry
Position in file where the InfoHeader starts.
iHeight - 类 中的变量net.ifok.image.image4j.codec.bmp.InfoHeader
The height in pixels of the bitmap represented by this InfoHeader.
iImageSize - 类 中的变量net.ifok.image.image4j.codec.bmp.InfoHeader
The compressed size of the image in bytes, or 0 if iCompression is 0.
image - 类 中的变量net.ifok.image.image4j.codec.bmp.BMPImage
 
ImageUtil - net.ifok.image.image4j.util中的类
Provides utility methods for handling images (java.awt.BufferedImage)
ImageUtil() - 类 的构造器net.ifok.image.image4j.util.ImageUtil
 
infoHeader - 类 中的变量net.ifok.image.image4j.codec.bmp.BMPImage
 
InfoHeader - net.ifok.image.image4j.codec.bmp中的类
Represents a bitmap InfoHeader structure, which provides header information.
InfoHeader(LittleEndianInputStream) - 类 的构造器net.ifok.image.image4j.codec.bmp.InfoHeader
Creates an InfoHeader structure from the source input.
InfoHeader(LittleEndianInputStream, int) - 类 的构造器net.ifok.image.image4j.codec.bmp.InfoHeader
 
InfoHeader() - 类 的构造器net.ifok.image.image4j.codec.bmp.InfoHeader
Creates an InfoHeader with default values.
InfoHeader(InfoHeader) - 类 的构造器net.ifok.image.image4j.codec.bmp.InfoHeader
Creates a copy of the source InfoHeader.
init(LittleEndianInputStream, int) - 类 中的方法net.ifok.image.image4j.codec.bmp.InfoHeader
 
iNumColors - 类 中的变量net.ifok.image.image4j.codec.bmp.InfoHeader
Calculated number of colours, based on the colour depth specified by sBitCount.
IOUtils - net.ifok.image.image4j.io中的类
 
IOUtils() - 类 的构造器net.ifok.image.image4j.io.IOUtils
 
isIndexed() - 类 中的方法net.ifok.image.image4j.codec.bmp.BMPImage
Specifies whether this BMP image is indexed, that is, the encoded bitmap uses a colour table.
isIndexed() - 类 中的方法net.ifok.image.image4j.codec.ico.ICOImage
Specifies whether this ICO image is indexed, that is, the encoded bitmap uses a colour table.
iSize - 类 中的变量net.ifok.image.image4j.codec.bmp.InfoHeader
The size of this InfoHeader structure in bytes.
iSizeInBytes - 类 中的变量net.ifok.image.image4j.codec.ico.IconEntry
Size of ICO data, which should be the size of (InfoHeader + AND bitmap + XOR bitmap).
isPngCompressed() - 类 中的方法net.ifok.image.image4j.codec.ico.ICOImage
Specifies whether the encoded image is PNG compressed.
iWidth - 类 中的变量net.ifok.image.image4j.codec.bmp.InfoHeader
The width in pixels of the bitmap represented by this InfoHeader.
iXpixelsPerM - 类 中的变量net.ifok.image.image4j.codec.bmp.InfoHeader
Horizontal resolution in pixels/m.
iYpixelsPerM - 类 中的变量net.ifok.image.image4j.codec.bmp.InfoHeader
Vertical resolution in pixels/m.

L

LittleEndianInputStream - net.ifok.image.image4j.io中的类
Reads little-endian data from a source InputStream by reversing byte ordering.
LittleEndianInputStream(CountingInputStream) - 类 的构造器net.ifok.image.image4j.io.LittleEndianInputStream
Creates a new instance of LittleEndianInputStream, which will read from the specified source.
LittleEndianOutputStream - net.ifok.image.image4j.io中的类
Writes little-endian data to a target OutputStream by reversing byte ordering.
LittleEndianOutputStream(OutputStream) - 类 的构造器net.ifok.image.image4j.io.LittleEndianOutputStream
Creates a new instance of LittleEndianOutputStream, which will write to the specified target.
LittleEndianRandomAccessFile - net.ifok.image.image4j.io中的类
Provides endian conversions for input and output with a RandomAccessFile.
LittleEndianRandomAccessFile(File, String) - 类 的构造器net.ifok.image.image4j.io.LittleEndianRandomAccessFile
 
LittleEndianRandomAccessFile(String, String) - 类 的构造器net.ifok.image.image4j.io.LittleEndianRandomAccessFile
 

N

net.ifok.image.image4j.codec.bmp - 程序包 net.ifok.image.image4j.codec.bmp
BMP codec implementation, which allows encoding and decoding of MS BMP format.
net.ifok.image.image4j.codec.ico - 程序包 net.ifok.image.image4j.codec.ico
ICO codec implementation, which allows encoding and decoding of MS ICO format.
net.ifok.image.image4j.io - 程序包 net.ifok.image.image4j.io
Provides special classes for working with I/O, such as endian conversions.
net.ifok.image.image4j.util - 程序包 net.ifok.image.image4j.util
Provides utilities for working with images, such as scaling and colour depth conversion.

P

pngCompressed - 类 中的变量net.ifok.image.image4j.codec.ico.ICOImage
 

R

read(InfoHeader, LittleEndianInputStream) - 类 中的静态方法net.ifok.image.image4j.codec.bmp.BMPDecoder
Reads the BMP data from the given InputStream using the information contained in the InfoHeader.
read(InfoHeader, LittleEndianInputStream, ColorEntry[]) - 类 中的静态方法net.ifok.image.image4j.codec.bmp.BMPDecoder
Reads the BMP data from the given InputStream using the information contained in the InfoHeader.
read(File) - 类 中的静态方法net.ifok.image.image4j.codec.bmp.BMPDecoder
Reads and decodes BMP data from the source file.
read(InputStream) - 类 中的静态方法net.ifok.image.image4j.codec.bmp.BMPDecoder
Reads and decodes BMP data from the source input.
read(File) - 类 中的静态方法net.ifok.image.image4j.codec.ico.ICODecoder
Reads and decodes the given ICO file.
read(InputStream) - 类 中的静态方法net.ifok.image.image4j.codec.ico.ICODecoder
Reads and decodes ICO data from the given source.
read() - 类 中的方法net.ifok.image.image4j.io.CountingInputStream
 
read(byte[], int, int) - 类 中的方法net.ifok.image.image4j.io.CountingInputStream
 
read1(InfoHeader, LittleEndianInputStream, ColorEntry[]) - 类 中的静态方法net.ifok.image.image4j.codec.bmp.BMPDecoder
Reads 1-bit uncompressed bitmap raster data, which may be monochrome depending on the palette entries in colorTable.
read24(InfoHeader, LittleEndianInputStream) - 类 中的静态方法net.ifok.image.image4j.codec.bmp.BMPDecoder
Reads 24-bit uncompressed bitmap raster data.
read32(InfoHeader, LittleEndianInputStream) - 类 中的静态方法net.ifok.image.image4j.codec.bmp.BMPDecoder
Reads 32-bit uncompressed bitmap raster data, with transparency.
read4(InfoHeader, LittleEndianInputStream, ColorEntry[]) - 类 中的静态方法net.ifok.image.image4j.codec.bmp.BMPDecoder
Reads 4-bit uncompressed bitmap raster data, which is interpreted based on the colours specified in the palette.
read8(InfoHeader, LittleEndianInputStream, ColorEntry[]) - 类 中的静态方法net.ifok.image.image4j.codec.bmp.BMPDecoder
Reads 8-bit uncompressed bitmap raster data, which is interpreted based on the colours specified in the palette.
readColorTable(InfoHeader, LittleEndianInputStream) - 类 中的静态方法net.ifok.image.image4j.codec.bmp.BMPDecoder
Reads the ColorEntry table from the given InputStream using the information contained in the given infoHeader.
readDoubleLE() - 类 中的方法net.ifok.image.image4j.io.LittleEndianInputStream
Reads a little-endian double value.
readDoubleLE() - 类 中的方法net.ifok.image.image4j.io.LittleEndianRandomAccessFile
 
readExt(File) - 类 中的静态方法net.ifok.image.image4j.codec.bmp.BMPDecoder
Reads and decodes BMP data from the source file, together with metadata.
readExt(InputStream) - 类 中的静态方法net.ifok.image.image4j.codec.bmp.BMPDecoder
Reads and decodes BMP data from the source input, together with metadata.
readExt(File) - 类 中的静态方法net.ifok.image.image4j.codec.ico.ICODecoder
Reads and decodes the given ICO file, together with all metadata.
readExt(InputStream) - 类 中的静态方法net.ifok.image.image4j.codec.ico.ICODecoder
Reads and decodes ICO data from the given source, together with all metadata.
readFloatLE() - 类 中的方法net.ifok.image.image4j.io.LittleEndianInputStream
Reads a little-endian float value.
readFloatLE() - 类 中的方法net.ifok.image.image4j.io.LittleEndianRandomAccessFile
 
readInfoHeader(LittleEndianInputStream) - 类 中的静态方法net.ifok.image.image4j.codec.bmp.BMPDecoder
Reads the BMP info header structure from the given InputStream.
readInfoHeader(LittleEndianInputStream, int) - 类 中的静态方法net.ifok.image.image4j.codec.bmp.BMPDecoder
 
readIntLE() - 类 中的方法net.ifok.image.image4j.io.LittleEndianInputStream
Reads a little-endian int value.
readIntLE() - 类 中的方法net.ifok.image.image4j.io.LittleEndianRandomAccessFile
 
readLongLE() - 类 中的方法net.ifok.image.image4j.io.LittleEndianInputStream
Reads a little-endian long value.
readLongLE() - 类 中的方法net.ifok.image.image4j.io.LittleEndianRandomAccessFile
 
readShortLE() - 类 中的方法net.ifok.image.image4j.io.LittleEndianInputStream
Reads a little-endian short value
readShortLE() - 类 中的方法net.ifok.image.image4j.io.LittleEndianRandomAccessFile
 
readUnsignedInt() - 类 中的方法net.ifok.image.image4j.io.LittleEndianInputStream
 
readUnsignedIntLE() - 类 中的方法net.ifok.image.image4j.io.LittleEndianInputStream
 

S

sBitCount - 类 中的变量net.ifok.image.image4j.codec.bmp.InfoHeader
The bit count, which represents the colour depth (bits per pixel).
sBitCount - 类 中的变量net.ifok.image.image4j.codec.ico.IconEntry
Colour depth in bits per pixel.
scaleImage(BufferedImage, int, int) - 类 中的静态方法net.ifok.image.image4j.util.ImageUtil
Creates a scaled copy of the source image.
setIconEntry(IconEntry) - 类 中的方法net.ifok.image.image4j.codec.ico.ICOImage
Sets the IconEntry associated with this ICOImage.
setIconIndex(int) - 类 中的方法net.ifok.image.image4j.codec.ico.ICOImage
Sets the icon index, which is zero-based.
setImage(BufferedImage) - 类 中的方法net.ifok.image.image4j.codec.bmp.BMPImage
Sets the image to be encoded.
setInfoHeader(InfoHeader) - 类 中的方法net.ifok.image.image4j.codec.bmp.BMPImage
Sets the InfoHeader structure used for encoding the BMP image.
setPngCompressed(boolean) - 类 中的方法net.ifok.image.image4j.codec.ico.ICOImage
Sets whether the encoded image is PNG compressed.
skip(int, boolean) - 类 中的方法net.ifok.image.image4j.io.CountingDataInputStream
 
skip(InputStream, int, boolean) - 类 中的静态方法net.ifok.image.image4j.io.IOUtils
 
skip(int, boolean) - 类 中的方法net.ifok.image.image4j.io.LittleEndianInputStream
 
sPlanes - 类 中的变量net.ifok.image.image4j.codec.bmp.InfoHeader
The number of planes, which should always be 1.
sPlanes - 类 中的变量net.ifok.image.image4j.codec.ico.IconEntry
Number of planes, which should always be 1.
swapDouble(double) - 类 中的静态方法net.ifok.image.image4j.io.EndianUtils
Reverses the byte order of the source double value
swapFloat(float) - 类 中的静态方法net.ifok.image.image4j.io.EndianUtils
Reverses the byte order of the source float value
swapInteger(int) - 类 中的静态方法net.ifok.image.image4j.io.EndianUtils
Reverses the byte order of the source int value
swapLong(long) - 类 中的静态方法net.ifok.image.image4j.io.EndianUtils
Reverses the byte order of the source long value
swapShort(short) - 类 中的静态方法net.ifok.image.image4j.io.EndianUtils
Reverses the byte order of the source short value

T

toCharString(StringBuilder, int, int, char) - 类 中的静态方法net.ifok.image.image4j.io.EndianUtils
 
toHexString(int, boolean, int) - 类 中的静态方法net.ifok.image.image4j.io.EndianUtils
 
toInfoString(int) - 类 中的静态方法net.ifok.image.image4j.io.EndianUtils
 
toString() - 类 中的方法net.ifok.image.image4j.codec.ico.IconEntry
A string representation of this IconEntry structure.
toString() - 类 中的方法net.ifok.image.image4j.io.CountingDataInputStream
 
TYPE_CURSOR - 类 中的静态变量net.ifok.image.image4j.codec.ico.ICOConstants
Indicates that ICO data represents a cursor (.CUR).
TYPE_ICON - 类 中的静态变量net.ifok.image.image4j.codec.ico.ICOConstants
Indicates that ICO data represents an icon (.ICO).

W

write(BufferedImage, File) - 类 中的静态方法net.ifok.image.image4j.codec.bmp.BMPEncoder
Encodes and writes BMP data the output file
write(BufferedImage, OutputStream) - 类 中的静态方法net.ifok.image.image4j.codec.bmp.BMPEncoder
Encodes and writes BMP data to the output
write(LittleEndianOutputStream) - 类 中的方法net.ifok.image.image4j.codec.bmp.InfoHeader
Writes the InfoHeader structure to output
write(BufferedImage, File) - 类 中的静态方法net.ifok.image.image4j.codec.ico.ICOEncoder
Encodes and writes a single image to file without colour depth conversion.
write(BufferedImage, OutputStream) - 类 中的静态方法net.ifok.image.image4j.codec.ico.ICOEncoder
Encodes and writes a single image without colour depth conversion.
write(List<BufferedImage>, OutputStream) - 类 中的静态方法net.ifok.image.image4j.codec.ico.ICOEncoder
Encodes and writes multiple images without colour depth conversion.
write(List<BufferedImage>, File) - 类 中的静态方法net.ifok.image.image4j.codec.ico.ICOEncoder
Encodes and writes multiple images to file without colour depth conversion.
write(List<BufferedImage>, int[], File) - 类 中的静态方法net.ifok.image.image4j.codec.ico.ICOEncoder
Encodes and writes multiple images to file with the colour depth conversion using the specified values.
write(List<BufferedImage>, int[], boolean[], File) - 类 中的静态方法net.ifok.image.image4j.codec.ico.ICOEncoder
Encodes and outputs a list of images in ICO format.
write(BufferedImage, int, File) - 类 中的静态方法net.ifok.image.image4j.codec.ico.ICOEncoder
Encodes and writes a single image to file with colour depth conversion using the specified value.
write(BufferedImage, int, OutputStream) - 类 中的静态方法net.ifok.image.image4j.codec.ico.ICOEncoder
Encodes and outputs a single image in ICO format.
write(List<BufferedImage>, int[], OutputStream) - 类 中的静态方法net.ifok.image.image4j.codec.ico.ICOEncoder
Encodes and outputs a list of images in ICO format.
write(List<BufferedImage>, int[], boolean[], OutputStream) - 类 中的静态方法net.ifok.image.image4j.codec.ico.ICOEncoder
Encodes and outputs a list of images in ICO format.
write(LittleEndianOutputStream) - 类 中的方法net.ifok.image.image4j.codec.ico.IconEntry
Writes the IconEntry structure to output
write1(Raster, LittleEndianOutputStream) - 类 中的静态方法net.ifok.image.image4j.codec.bmp.BMPEncoder
Encodes and writes raster data as a 1-bit bitmap.
write24(Raster, LittleEndianOutputStream) - 类 中的静态方法net.ifok.image.image4j.codec.bmp.BMPEncoder
Encodes and writes raster data as a 24-bit bitmap.
write32(Raster, Raster, LittleEndianOutputStream) - 类 中的静态方法net.ifok.image.image4j.codec.bmp.BMPEncoder
Encodes and writes raster data, together with alpha (transparency) data, as a 32-bit bitmap.
write4(Raster, LittleEndianOutputStream) - 类 中的静态方法net.ifok.image.image4j.codec.bmp.BMPEncoder
Encodes and writes raster data as a 4-bit bitmap.
write8(Raster, LittleEndianOutputStream) - 类 中的静态方法net.ifok.image.image4j.codec.bmp.BMPEncoder
Encodes and writes raster data as an 8-bit bitmap.
writeAndBitmap(BufferedImage, LittleEndianOutputStream) - 类 中的静态方法net.ifok.image.image4j.codec.ico.ICOEncoder
Encodes the AND bitmap for the given image according the its alpha channel (transparency) and writes it to the given output.
writeColorMap(IndexColorModel, LittleEndianOutputStream) - 类 中的静态方法net.ifok.image.image4j.codec.bmp.BMPEncoder
Writes the colour map resulting from the source IndexColorModel.
writeDoubleLE(double) - 类 中的方法net.ifok.image.image4j.io.LittleEndianOutputStream
Writes a little-endian double value
writeDoubleLE(double) - 类 中的方法net.ifok.image.image4j.io.LittleEndianRandomAccessFile
 
writeFileHeader(int, int, LittleEndianOutputStream) - 类 中的静态方法net.ifok.image.image4j.codec.bmp.BMPEncoder
Writes the file header.
writeFileHeader(int, int, LittleEndianOutputStream) - 类 中的静态方法net.ifok.image.image4j.codec.ico.ICOEncoder
Writes the ICO file header for an ICO containing the given number of images.
writeFloatLE(float) - 类 中的方法net.ifok.image.image4j.io.LittleEndianOutputStream
Writes a little-endian float value
writeFloatLE(float) - 类 中的方法net.ifok.image.image4j.io.LittleEndianRandomAccessFile
 
writeIntLE(int) - 类 中的方法net.ifok.image.image4j.io.LittleEndianOutputStream
Writes a little-endian int value
writeIntLE(int) - 类 中的方法net.ifok.image.image4j.io.LittleEndianRandomAccessFile
 
writeLongLE(long) - 类 中的方法net.ifok.image.image4j.io.LittleEndianOutputStream
Writes a little-endian long value
writeLongLE(long) - 类 中的方法net.ifok.image.image4j.io.LittleEndianRandomAccessFile
 
writeShortLE(short) - 类 中的方法net.ifok.image.image4j.io.LittleEndianOutputStream
Writes a little-endian short value
writeShortLE(short) - 类 中的方法net.ifok.image.image4j.io.LittleEndianRandomAccessFile
 
writeUnsignedInt(long) - 类 中的方法net.ifok.image.image4j.io.LittleEndianOutputStream
 
writeUnsignedIntLE(long) - 类 中的方法net.ifok.image.image4j.io.LittleEndianOutputStream
 
B C E F G I L N P R S T W 
跳过导航链接

Copyright © 2021. All rights reserved.