- calculateCRC(int, byte[]) - Static method in class com.icafe4j.image.png.Chunk
-
- calculateCRC(int, byte[], int, int) - Static method in class com.icafe4j.image.png.Chunk
-
- calendar(Calendar) - Method in class com.icafe4j.image.png.TIMEBuilder
-
- canBeUsedIndependently() - Method in class com.icafe4j.image.meta.icc.ICCProfile
-
- canSeekBackwards() - Method in class com.icafe4j.io.FileCacheSeekableStream
-
Returns true
since all
FileCacheSeekableStream
instances support seeking
backwards.
- canSeekBackwards() - Method in class com.icafe4j.io.ForwardSeekableStream
-
Returns false
since seking backwards is not supported.
- canSeekBackwards() - Method in class com.icafe4j.io.MemoryCacheSeekableStream
-
Returns true
since all
MemoryCacheSeekableStream
instances support seeking
backwards.
- canSeekBackwards() - Method in class com.icafe4j.io.SeekableStream
-
Returns true
if this object supports calls to
seek(pos)
with an offset pos
smaller
than the current offset, as returned by getFilePointer
.
- capitalize(String) - Static method in class com.icafe4j.string.StringUtils
-
Capitalizes the first character of the words in a string.
- capitalizeFully(String) - Static method in class com.icafe4j.string.StringUtils
-
- changeToDecimalFormat(Object) - Static method in class com.icafe4j.util.NumberUtils
-
Method takes Object as parameter and returns decimal number.
- changeToRequiredDecimals(String, int) - Static method in class com.icafe4j.util.NumberUtils
-
- Channel - Class in com.icafe4j.image.meta.adobe
-
- Channel(int, int) - Constructor for class com.icafe4j.image.meta.adobe.Channel
-
- checkColorDepth(int[], byte[], int[]) - Static method in class com.icafe4j.image.util.IMGUtils
-
Check the color depth of the image and if the color depth is within 8 bits, (i.e.,
a indexed color image), a color map and an index array for the image are also created.
- checkDuplicate(T[]) - Static method in class com.icafe4j.util.ArrayUtils
-
Since Set doesn't allow duplicates add() return false
if we try to add duplicates into Set and this property
can be used to check if array contains duplicates.
- Checksum - Interface in com.icafe4j.util.zip
-
Interface to be implemented by CRC32 and Adler32 etc.
- Chunk - Class in com.icafe4j.image.png
-
Class for PNG chunks
- Chunk(ChunkType, long, byte[], long) - Constructor for class com.icafe4j.image.png.Chunk
-
- ChunkBuilder - Class in com.icafe4j.image.png
-
Base builder for PNG chunks.
- ChunkBuilder(ChunkType) - Constructor for class com.icafe4j.image.png.ChunkBuilder
-
- ChunkType - Enum in com.icafe4j.image.png
-
Define PNG chunk types
- ChunkType.Attribute - Enum in com.icafe4j.image.png
-
We made Attribute public for general usage outside of Attribute class.
- clear() - Method in class com.icafe4j.util.DoublyLinkedList
-
- clear() - Method in class com.icafe4j.util.DoublyLinkedListQueue
-
- clear() - Method in class com.icafe4j.util.GrowableArray
-
- clear() - Method in class com.icafe4j.util.LinkedListQueue
-
- clear() - Method in class com.icafe4j.util.LinkedListStack
-
- clear() - Method in class com.icafe4j.util.LRUCache
-
- clear() - Method in class com.icafe4j.util.SinglyLinkedList
-
- clear() - Method in class com.icafe4j.util.SoftHashMap
-
- clear() - Method in class com.icafe4j.util.SortedSinglyLinkedList
-
- clearTable(int) - Method in class com.icafe4j.image.compression.lzw.LZWCompressionTable
-
- close() - Method in class com.icafe4j.image.tiff.TIFFImage
-
- close() - Method in class com.icafe4j.io.EndianAwareInputStream
-
- close() - Method in class com.icafe4j.io.EndianAwareOutputStream
-
- close() - Method in class com.icafe4j.io.FileCacheRandomAccessInputStream
-
Closes this stream and releases any system resources
associated with the stream.
- close() - Method in class com.icafe4j.io.FileCacheRandomAccessOutputStream
-
Closes this stream and releases any system resources
associated with the stream.
- close() - Method in class com.icafe4j.io.FileCacheSeekableStream
-
Closes this stream and releases any system resources
associated with the stream.
- close() - Method in class com.icafe4j.io.ForwardSeekableStream
-
Forwards the request to the real InputStream
.
- close(InputStream) - Static method in class com.icafe4j.io.IOUtils
-
- close(OutputStream) - Static method in class com.icafe4j.io.IOUtils
-
- close() - Method in class com.icafe4j.io.MemoryCacheRandomAccessInputStream
-
- close() - Method in class com.icafe4j.io.MemoryCacheRandomAccessOutputStream
-
- close() - Method in class com.icafe4j.io.PeekHeadInputStream
-
- close() - Method in class com.icafe4j.io.RandomAccessOutputStream
-
- closed - Variable in class com.icafe4j.io.RandomAccessInputStream
-
- closed - Variable in class com.icafe4j.io.RandomAccessOutputStream
-
- CMYKColorSpace - Class in com.icafe4j.image.color
-
CMYK color space to work with CMYK image without embedded ICC_Profile.
- CMYKColorSpace(int, int) - Constructor for class com.icafe4j.image.color.CMYKColorSpace
-
- CodecException - Exception in com.icafe4j.image.compression
-
- CodecException() - Constructor for exception com.icafe4j.image.compression.CodecException
-
- CodecException(String) - Constructor for exception com.icafe4j.image.compression.CodecException
-
- CodecException(Throwable) - Constructor for exception com.icafe4j.image.compression.CodecException
-
- CodecException(String, Throwable) - Constructor for exception com.icafe4j.image.compression.CodecException
-
- CollectionUtils - Class in com.icafe4j.util
-
A collection utility class
- COLOR_SPACE_CMYK - Static variable in class com.icafe4j.image.options.JPGOptions
-
- COLOR_SPACE_RGB - Static variable in class com.icafe4j.image.options.JPGOptions
-
- COLOR_SPACE_YCbCr - Static variable in class com.icafe4j.image.options.JPGOptions
-
- COLOR_SPACE_YCCK - Static variable in class com.icafe4j.image.options.JPGOptions
-
- ColorSpaceID - Enum in com.icafe4j.image.meta.adobe
-
- colorsUsed - Variable in class com.icafe4j.image.reader.GIFReader
-
- colorType(ImageColorType) - Method in class com.icafe4j.image.ImageParam.ImageParamBuilder
-
- ColorType - Enum in com.icafe4j.image.png
-
Define PNG image color types
- colorType(ColorType) - Method in class com.icafe4j.image.png.IHDRBuilder
-
- com.icafe4j.date - package com.icafe4j.date
-
- com.icafe4j.image - package com.icafe4j.image
-
- com.icafe4j.image.bmp - package com.icafe4j.image.bmp
-
- com.icafe4j.image.color - package com.icafe4j.image.color
-
- com.icafe4j.image.compression - package com.icafe4j.image.compression
-
- com.icafe4j.image.compression.ccitt - package com.icafe4j.image.compression.ccitt
-
- com.icafe4j.image.compression.deflate - package com.icafe4j.image.compression.deflate
-
- com.icafe4j.image.compression.huffman - package com.icafe4j.image.compression.huffman
-
- com.icafe4j.image.compression.lzw - package com.icafe4j.image.compression.lzw
-
- com.icafe4j.image.compression.packbits - package com.icafe4j.image.compression.packbits
-
- com.icafe4j.image.gif - package com.icafe4j.image.gif
-
- com.icafe4j.image.jpeg - package com.icafe4j.image.jpeg
-
- com.icafe4j.image.meta - package com.icafe4j.image.meta
-
- com.icafe4j.image.meta.adobe - package com.icafe4j.image.meta.adobe
-
- com.icafe4j.image.meta.exif - package com.icafe4j.image.meta.exif
-
- com.icafe4j.image.meta.gif - package com.icafe4j.image.meta.gif
-
- com.icafe4j.image.meta.icc - package com.icafe4j.image.meta.icc
-
- com.icafe4j.image.meta.image - package com.icafe4j.image.meta.image
-
- com.icafe4j.image.meta.iptc - package com.icafe4j.image.meta.iptc
-
- com.icafe4j.image.meta.jpeg - package com.icafe4j.image.meta.jpeg
-
- com.icafe4j.image.meta.png - package com.icafe4j.image.meta.png
-
- com.icafe4j.image.meta.tiff - package com.icafe4j.image.meta.tiff
-
- com.icafe4j.image.meta.xmp - package com.icafe4j.image.meta.xmp
-
- com.icafe4j.image.options - package com.icafe4j.image.options
-
- com.icafe4j.image.png - package com.icafe4j.image.png
-
- com.icafe4j.image.quant - package com.icafe4j.image.quant
-
- com.icafe4j.image.reader - package com.icafe4j.image.reader
-
- com.icafe4j.image.tiff - package com.icafe4j.image.tiff
-
- com.icafe4j.image.util - package com.icafe4j.image.util
-
- com.icafe4j.image.writer - package com.icafe4j.image.writer
-
- com.icafe4j.io - package com.icafe4j.io
-
- com.icafe4j.string - package com.icafe4j.string
-
- com.icafe4j.test - package com.icafe4j.test
-
- com.icafe4j.util - package com.icafe4j.util
-
- com.icafe4j.util.zip - package com.icafe4j.util.zip
-
- COMBuilder - Class in com.icafe4j.image.jpeg
-
JPEG COM segment builder
- COMBuilder() - Constructor for class com.icafe4j.image.jpeg.COMBuilder
-
- comment(String) - Method in class com.icafe4j.image.jpeg.COMBuilder
-
- COMMENT_EXTENSION_LABEL - Static variable in class com.icafe4j.image.gif.GIFTweaker
-
- Comments - Class in com.icafe4j.image.meta.image
-
- Comments() - Constructor for class com.icafe4j.image.meta.image.Comments
-
- Comments(List<String>) - Constructor for class com.icafe4j.image.meta.image.Comments
-
- compare(IPTCTag, IPTCTag) - Method in class com.icafe4j.image.meta.iptc.IPTCTagComparator
-
- compareTo(HTable) - Method in class com.icafe4j.image.jpeg.HTable
-
- compareTo(QTable) - Method in class com.icafe4j.image.jpeg.QTable
-
- compareTo(ProfileTagTable.TagEntry) - Method in class com.icafe4j.image.meta.icc.ProfileTagTable.TagEntry
-
- compareTo(IPTCDataSet) - Method in class com.icafe4j.image.meta.iptc.IPTCDataSet
-
- compareTo(Chunk) - Method in class com.icafe4j.image.png.Chunk
-
Compare different chunks according to their Attribute ranking.
- compareTo(TiffField<?>) - Method in class com.icafe4j.image.tiff.TiffField
-
- Component - Class in com.icafe4j.image.jpeg
-
Encapsulates a JPEG sample component
- componentColorPalette(byte[][]) - Method in class com.icafe4j.image.ImageParam.ImageParamBuilder
-
- compressedThumbnail - Variable in class com.icafe4j.image.meta.Thumbnail
-
- compressionMethod(int) - Method in class com.icafe4j.image.png.IHDRBuilder
-
- COMReader - Class in com.icafe4j.image.jpeg
-
JPEG COM segment reader
- COMReader(Segment) - Constructor for class com.icafe4j.image.jpeg.COMReader
-
- concat(Iterable<? extends CharSequence>, String) - Static method in class com.icafe4j.string.StringUtils
-
- concat(String, String) - Static method in class com.icafe4j.string.StringUtils
-
- concat(String, String...) - Static method in class com.icafe4j.string.StringUtils
-
- concat(T[], String) - Static method in class com.icafe4j.string.StringUtils
-
- concat(byte[], byte[]...) - Static method in class com.icafe4j.util.ArrayUtils
-
- concat(T[]...) - Static method in class com.icafe4j.util.ArrayUtils
-
Type safe concatenation of arrays with upper type bound T
- concat(Class<T>, T[]...) - Static method in class com.icafe4j.util.ArrayUtils
-
Type safe concatenation of arrays with upper type bound T
- contains(String, String) - Static method in class com.icafe4j.string.StringUtils
-
Regular expression version of the String contains method.
- contains(E) - Method in class com.icafe4j.util.DoublyLinkedList
-
- contains(E) - Method in class com.icafe4j.util.DoublyLinkedListQueue
-
- contains(K) - Method in class com.icafe4j.util.ExternalChainingHashTable
-
Search for an item in the hash table.
- contains(int) - Method in class com.icafe4j.util.IntHashtable
-
Search for an item in the hash table.
- contains(E) - Method in class com.icafe4j.util.LinkedListQueue
-
- contains(E) - Method in class com.icafe4j.util.LinkedListStack
-
- contains(K) - Method in class com.icafe4j.util.QuadraticProbingHashTable
-
Search for an item in the hash table.
- contains(E) - Method in class com.icafe4j.util.SinglyLinkedList
-
- contains(E) - Method in class com.icafe4j.util.SortedSinglyLinkedList
-
Finds the first occurrence of an item.
- containsIgnoreCase(String) - Static method in enum com.icafe4j.image.png.ChunkType
-
- containsImage() - Method in class com.icafe4j.image.meta.Thumbnail
-
- containsKey(Object) - Method in class com.icafe4j.util.LRUCache
-
- containsThumbnail() - Method in class com.icafe4j.image.ImageParam
-
- containsThumbnail(boolean) - Method in class com.icafe4j.image.ImageParam.ImageParamBuilder
-
- containsThumbnail() - Method in class com.icafe4j.image.meta.adobe.IRB
-
- containsThumbnail() - Method in class com.icafe4j.image.meta.exif.Exif
-
- containsThumbnail() - Method in class com.icafe4j.image.meta.image.ImageMetadata
-
- containsThumbnail() - Method in class com.icafe4j.image.meta.jpeg.JFIF
-
- containsValue(Object) - Method in class com.icafe4j.util.LRUCache
-
- copyCat(RandomAccessInputStream, RandomAccessOutputStream) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
Read an input TIFF and write it to a new TIFF.
- correctGamma(int[], byte[]) - Static method in class com.icafe4j.image.util.IMGUtils
-
- CRC32 - Class in com.icafe4j.util.zip
-
Table based CRC32 implementation.
- CRC32() - Constructor for class com.icafe4j.util.zip.CRC32
-
- createDocumentNode() - Static method in class com.icafe4j.string.XMLUtils
-
- createElement(Document, String) - Static method in class com.icafe4j.string.XMLUtils
-
- createField(Tag, FieldType, Object) - Static method in enum com.icafe4j.image.tiff.FieldType
-
- createGammaTable(float, float) - Static method in class com.icafe4j.image.util.IMGUtils
-
- createInverseMap(int, int[]) - Method in class com.icafe4j.image.util.InverseColorMap
-
Create an inverse color map using the input forward RGB map.
- createInverseMap(int, byte[], byte[], byte[]) - Method in class com.icafe4j.image.util.InverseColorMap
-
Create an inverse color map using the input forward Red, Green and Blue maps.
- createThumbnail(InputStream) - Static method in class com.icafe4j.image.util.IMGUtils
-
Creates a thumbnail from image input stream
- createThumbnail8BIM(BufferedImage) - Static method in class com.icafe4j.image.util.IMGUtils
-
Wraps a BufferedImage inside a Photoshop _8BIM
- createXML(byte[]) - Static method in class com.icafe4j.string.XMLUtils
-
- createXML(String) - Static method in class com.icafe4j.string.XMLUtils
-
- currentDate() - Static method in class com.icafe4j.date.DateTime
-
Simple representation of the current date for the default TimeZone
and Locale.
- currentDate(TimeZone) - Static method in class com.icafe4j.date.DateTime
-
- currentDate(TimeZone, Locale) - Static method in class com.icafe4j.date.DateTime
-
- currentDateUTC() - Static method in class com.icafe4j.date.DateTime
-
- currentDateUTC(Locale) - Static method in class com.icafe4j.date.DateTime
-
- currPos - Variable in class com.icafe4j.image.compression.ccitt.G31DEncoder
-
- cutnetsize - Static variable in class com.icafe4j.image.quant.NeuQuant
-
- G31DDecoder - Class in com.icafe4j.image.compression.ccitt
-
- G31DDecoder(int, int) - Constructor for class com.icafe4j.image.compression.ccitt.G31DDecoder
-
- G31DDecoder(byte[], int, int) - Constructor for class com.icafe4j.image.compression.ccitt.G31DDecoder
-
- G31DEncoder - Class in com.icafe4j.image.compression.ccitt
-
CCITT Group 3 one dimensional encoding (AKA CCITT RLE)
- G31DEncoder(OutputStream, int, int, Updatable<Integer>) - Constructor for class com.icafe4j.image.compression.ccitt.G31DEncoder
-
- G32DDecoder - Class in com.icafe4j.image.compression.ccitt
-
- G32DDecoder(int, int) - Constructor for class com.icafe4j.image.compression.ccitt.G32DDecoder
-
- G32DDecoder(int, int, boolean) - Constructor for class com.icafe4j.image.compression.ccitt.G32DDecoder
-
- G32DDecoder(byte[], int, int) - Constructor for class com.icafe4j.image.compression.ccitt.G32DDecoder
-
- G32DDecoder(byte[], int, int, boolean) - Constructor for class com.icafe4j.image.compression.ccitt.G32DDecoder
-
- G32DEncoder - Class in com.icafe4j.image.compression.ccitt
-
CCITT Group 3 two dimensional encoding
- G32DEncoder(OutputStream, int, int, int, Updatable<Integer>) - Constructor for class com.icafe4j.image.compression.ccitt.G32DEncoder
-
- G42DEncoder - Class in com.icafe4j.image.compression.ccitt
-
CCITT Group 4 two dimensional encoding
- G42DEncoder(OutputStream, int, int, Updatable<Integer>) - Constructor for class com.icafe4j.image.compression.ccitt.G42DEncoder
-
- gamma - Static variable in class com.icafe4j.image.quant.NeuQuant
-
- generateDecoderTables() - Method in class com.icafe4j.image.compression.huffman.HuffmanTbl
-
- generateEncoderTables() - Method in class com.icafe4j.image.compression.huffman.HuffmanTbl
-
- generateMD5(byte[]) - Static method in class com.icafe4j.string.StringUtils
-
Generate MD5 digest from a byte array
- get(K) - Method in class com.icafe4j.util.ExternalChainingHashTable
-
Find an item in the hash table.
- get(int) - Method in class com.icafe4j.util.IntHashtable
-
Find an item in the hash table.
- get(Object) - Method in class com.icafe4j.util.LRUCache
-
- get(K) - Method in class com.icafe4j.util.QuadraticProbingHashTable
-
Find an item in the hash table.
- get(E) - Method in class com.icafe4j.util.SeparateChainingHashTable
-
Find an item in the hash table.
- get(Object) - Method in class com.icafe4j.util.SoftHashMap
-
- get8BIM(short) - Method in class com.icafe4j.image.meta.adobe.IRB
-
- get8BIM() - Method in class com.icafe4j.image.meta.adobe.IRB
-
- getACChrominanceBits() - Static method in class com.icafe4j.image.jpeg.JPGConsts
-
- getACChrominanceValues() - Static method in class com.icafe4j.image.jpeg.JPGConsts
-
- getACLuminanceBits() - Static method in class com.icafe4j.image.jpeg.JPGConsts
-
- getACLuminanceValues() - Static method in class com.icafe4j.image.jpeg.JPGConsts
-
- getACTableNumber() - Method in class com.icafe4j.image.jpeg.Component
-
- getACTables() - Method in class com.icafe4j.image.jpeg.DHTReader
-
- getAlignment() - Method in class com.icafe4j.image.options.BMPOptions
-
- getAllRuns(byte[]) - Static method in class com.icafe4j.image.compression.packbits.Packbits
-
Calculate length of every byte run in the input buffer
and store into runb[] buffer.
- getAlpha() - Method in class com.icafe4j.image.png.TRNSReader
-
- getAnnotation(AnnotatedElement, String) - Static method in class com.icafe4j.util.LangUtils
-
- getAPP14Flags0() - Method in class com.icafe4j.image.meta.jpeg.Adobe
-
- getAPP14Flags1() - Method in class com.icafe4j.image.meta.jpeg.Adobe
-
- getApplicationId() - Method in class com.icafe4j.image.gif.ApplicationExtension
-
- getAsBufferedImage() - Method in class com.icafe4j.image.meta.Thumbnail
-
- getAsString(ImageResourceID) - Method in class com.icafe4j.image.meta.adobe.IRB
-
- getAsString(Tag) - Method in class com.icafe4j.image.meta.exif.Exif
-
- getAsString(ProfileTag) - Method in class com.icafe4j.image.meta.icc.ICCProfile
-
- getAsString(IPTCTag) - Method in class com.icafe4j.image.meta.iptc.IPTC
-
Get a string representation of the IPTCDataSet associated with the key
- getAttribute() - Method in enum com.icafe4j.image.png.ChunkType
-
- getAttribute() - Method in enum com.icafe4j.image.tiff.TiffTag
-
- getAttribute(Document, String, String) - Static method in class com.icafe4j.string.XMLUtils
-
- getAuthenticationCode() - Method in class com.icafe4j.image.gif.ApplicationExtension
-
- getBackgroundColor() - Method in class com.icafe4j.image.reader.GIFReader
-
- getBayer8x8Default() - Static method in class com.icafe4j.image.quant.DitherMatrix
-
- getBayer8x8Diag() - Static method in class com.icafe4j.image.quant.DitherMatrix
-
- getBitDepth() - Method in class com.icafe4j.image.png.IHDRReader
-
- getBitDepth(byte[], boolean) - Static method in class com.icafe4j.image.util.IMGUtils
-
- getBitReverseTable() - Static method in class com.icafe4j.util.ArrayUtils
-
Since nonzero-length array is always mutable, we should return
a clone of the underlying array as BIT_REVERSE_TABLE.clone().
- getBits() - Method in class com.icafe4j.image.jpeg.HTable
-
- getBitsPerPixel() - Method in class com.icafe4j.image.ImageParam
-
- getBitsPerPixel() - Method in class com.icafe4j.image.meta.adobe.ThumbnailResource
-
- getBlueMap() - Method in class com.icafe4j.image.png.PLTEReader
-
- getBmpComression() - Method in class com.icafe4j.image.options.BMPOptions
-
- getBuilder() - Static method in class com.icafe4j.image.ImageParam
-
- getByteOrder() - Method in class com.icafe4j.image.options.TIFFOptions
-
- getBytesReserved() - Method in class com.icafe4j.image.meta.icc.ICCProfile
-
- getChild(Tag) - Method in class com.icafe4j.image.tiff.IFD
-
- getChildren() - Method in class com.icafe4j.image.tiff.IFD
-
- getChunk() - Method in class com.icafe4j.image.meta.png.TIMEChunk
-
- getChunks() - Method in class com.icafe4j.image.meta.png.TextualChunks
-
- getChunkType() - Method in class com.icafe4j.image.png.Chunk
-
- getChunkType() - Method in class com.icafe4j.image.png.ChunkBuilder
-
- getChunkValue() - Method in class com.icafe4j.image.png.UnknownChunk
-
- getChunkValue() - Method in class com.icafe4j.image.png.UnknownChunkReader
-
- getClassName(Class<?>) - Static method in class com.icafe4j.util.LangUtils
-
- getClazz() - Method in class com.icafe4j.image.jpeg.HTable
-
- getCMYK_ICC_Profile() - Method in class com.icafe4j.image.writer.JPGWriter
-
- getCode() - Method in enum com.icafe4j.image.compression.ccitt.T42DCode
-
- getCode() - Method in enum com.icafe4j.image.compression.ccitt.T42DCodingMode
-
- getCode() - Method in enum com.icafe4j.image.compression.ccitt.T4BlackCode
-
- getCode() - Method in interface com.icafe4j.image.compression.ccitt.T4Code
-
- getCode() - Method in enum com.icafe4j.image.compression.ccitt.T4WhiteCode
-
- getCodeLen() - Method in enum com.icafe4j.image.compression.ccitt.T42DCode
-
- getCodeLen() - Method in enum com.icafe4j.image.compression.ccitt.T4BlackCode
-
- getCodeLen() - Method in interface com.icafe4j.image.compression.ccitt.T4Code
-
- getCodeLen() - Method in enum com.icafe4j.image.compression.ccitt.T4WhiteCode
-
- getCodeTable() - Method in class com.icafe4j.image.compression.huffman.HuffmanTbl
-
- getColorCount() - Method in class com.icafe4j.image.quant.NeuQuant
-
- getColors() - Method in class com.icafe4j.image.meta.adobe.FilterMask
-
- getColors() - Method in class com.icafe4j.image.meta.adobe.UserMask
-
- getColorSpace() - Method in class com.icafe4j.image.meta.adobe.FilterMask
-
- getColorSpace() - Method in class com.icafe4j.image.meta.adobe.UserMask
-
- getColorSpace() - Method in class com.icafe4j.image.meta.icc.ICCProfile
-
- getColorSpace() - Method in class com.icafe4j.image.options.JPGOptions
-
- getColorSpaceID() - Method in class com.icafe4j.image.meta.adobe.FilterMask
-
- getColorSpaceID() - Method in class com.icafe4j.image.meta.adobe.UserMask
-
- getColorTransform() - Method in class com.icafe4j.image.meta.jpeg.Adobe
-
- getColorType() - Method in class com.icafe4j.image.ImageParam
-
- getColorType() - Method in class com.icafe4j.image.png.IHDRReader
-
- getColourMap() - Method in class com.icafe4j.image.quant.NeuQuant
-
- getComment() - Method in class com.icafe4j.image.jpeg.COMReader
-
- getComments() - Method in class com.icafe4j.image.meta.image.Comments
-
- getComponentColorPalette() - Method in class com.icafe4j.image.ImageParam
-
- getComponents() - Method in class com.icafe4j.image.jpeg.SOFReader
-
- getCompressedDataLen() - Method in class com.icafe4j.image.compression.ccitt.G31DEncoder
-
- getCompressedDataLen() - Method in class com.icafe4j.image.compression.deflate.DeflateEncoder
-
- getCompressedDataLen() - Method in class com.icafe4j.image.compression.huffman.HuffmanEncoder
-
- getCompressedDataLen() - Method in interface com.icafe4j.image.compression.ImageEncoder
-
- getCompressedDataLen() - Method in class com.icafe4j.image.compression.lzw.LZWHashEncoder
-
- getCompressedDataLen() - Method in class com.icafe4j.image.compression.lzw.LZWTreeEncoder
-
This method is only intended to be called after calling finish()
- getCompressedImage() - Method in class com.icafe4j.image.meta.Thumbnail
-
- getCompressedSize() - Method in class com.icafe4j.image.meta.adobe.ThumbnailResource
-
- getCompressionLevel() - Method in class com.icafe4j.image.options.PNGOptions
-
- getCompressionMethod() - Method in class com.icafe4j.image.png.IHDRReader
-
- getCompressionTypeDescrition(int) - Static method in class com.icafe4j.image.png.PNGDescriptor
-
- getCRC() - Method in class com.icafe4j.image.png.Chunk
-
- getData() - Method in class com.icafe4j.image.gif.ApplicationExtension
-
- getData() - Method in class com.icafe4j.image.jpeg.QTable
-
- getData() - Method in class com.icafe4j.image.jpeg.Segment
-
- getData() - Method in class com.icafe4j.image.meta.adobe._8BIM
-
- getData() - Method in class com.icafe4j.image.meta.adobe.DDBEntry
-
- getData() - Method in class com.icafe4j.image.meta.icc.ProfileTagTable.TagEntry
-
- getData() - Method in class com.icafe4j.image.meta.iptc.IPTCDataSet
-
- getData() - Method in class com.icafe4j.image.meta.jpeg.DuckyDataSet
-
- getData() - Method in class com.icafe4j.image.meta.Metadata
-
- getData() - Method in class com.icafe4j.image.meta.png.TIMEChunk
-
- getData() - Method in class com.icafe4j.image.meta.xmp.XMP
-
- getData() - Method in class com.icafe4j.image.png.Chunk
-
- getData() - Method in class com.icafe4j.image.png.IDATReader
-
- getData() - Method in class com.icafe4j.image.png.UnknownChunkReader
-
- getData() - Method in class com.icafe4j.image.tiff.AbstractByteField
-
- getData() - Method in class com.icafe4j.image.tiff.AbstractLongField
-
- getData() - Method in class com.icafe4j.image.tiff.AbstractRationalField
-
- getData() - Method in class com.icafe4j.image.tiff.AbstractShortField
-
- getData() - Method in class com.icafe4j.image.tiff.DoubleField
-
- getData() - Method in class com.icafe4j.image.tiff.FloatField
-
- getData() - Method in class com.icafe4j.image.tiff.TiffField
-
- getData() - Method in class com.icafe4j.image.tiff.UndefinedField
-
- getDataAsLong() - Method in class com.icafe4j.image.tiff.AbstractLongField
-
- getDataAsLong() - Method in class com.icafe4j.image.tiff.AbstractRationalField
-
- getDataAsLong() - Method in class com.icafe4j.image.tiff.ShortField
-
- getDataAsLong() - Method in class com.icafe4j.image.tiff.SShortField
-
- getDataAsLong() - Method in class com.icafe4j.image.tiff.TiffField
-
Return an integer array representing TIFF long field
- getDataAsString(byte[]) - Method in enum com.icafe4j.image.meta.iptc.IPTCApplicationTag
-
- getDataAsString() - Method in class com.icafe4j.image.meta.iptc.IPTCDataSet
-
- getDataAsString(byte[]) - Method in enum com.icafe4j.image.meta.iptc.IPTCEnvelopeTag
-
- getDataAsString(byte[]) - Method in enum com.icafe4j.image.meta.iptc.IPTCFotoStationTag
-
- getDataAsString(byte[]) - Method in enum com.icafe4j.image.meta.iptc.IPTCNewsPhotoTag
-
- getDataAsString(byte[]) - Method in enum com.icafe4j.image.meta.iptc.IPTCObjectDataTag
-
- getDataAsString(byte[]) - Method in enum com.icafe4j.image.meta.iptc.IPTCPostObjectDataTag
-
- getDataAsString(byte[]) - Method in enum com.icafe4j.image.meta.iptc.IPTCPreObjectDataTag
-
- getDataAsString(byte[]) - Method in interface com.icafe4j.image.meta.iptc.IPTCTag
-
- getDataAsString() - Method in class com.icafe4j.image.tiff.AbstractByteField
-
- getDataAsString() - Method in class com.icafe4j.image.tiff.ASCIIField
-
- getDataAsString() - Method in class com.icafe4j.image.tiff.DoubleField
-
- getDataAsString() - Method in class com.icafe4j.image.tiff.FloatField
-
- getDataAsString() - Method in class com.icafe4j.image.tiff.IFDField
-
- getDataAsString() - Method in class com.icafe4j.image.tiff.LongField
-
- getDataAsString() - Method in class com.icafe4j.image.tiff.RationalField
-
- getDataAsString() - Method in class com.icafe4j.image.tiff.ShortField
-
- getDataAsString() - Method in class com.icafe4j.image.tiff.SLongField
-
- getDataAsString() - Method in class com.icafe4j.image.tiff.SRationalField
-
- getDataAsString() - Method in class com.icafe4j.image.tiff.SShortField
-
- getDataAsString() - Method in class com.icafe4j.image.tiff.TiffField
-
- getDataAsString() - Method in class com.icafe4j.image.tiff.UndefinedField
-
- getDataLen() - Method in class com.icafe4j.image.meta.adobe.Channel
-
- getDataLength() - Method in class com.icafe4j.image.meta.icc.ProfileTagTable.TagEntry
-
- getDataOffset() - Method in class com.icafe4j.image.meta.icc.ProfileTagTable.TagEntry
-
- getDataOffset() - Method in class com.icafe4j.image.tiff.TiffField
-
Used to update field data when necessary.
- getDataSet(IPTCTag) - Method in class com.icafe4j.image.meta.adobe.IPTC_NAA
-
Get a list of IPTCDataSet associated with a key
- getDataSet(IPTCTag) - Method in class com.icafe4j.image.meta.iptc.IPTC
-
Get a list of IPTCDataSet associated with a key
- getDataSets() - Method in class com.icafe4j.image.meta.adobe.IPTC_NAA
-
Get all the IPTCDataSet as a map for this IPTC data
- getDataSets() - Method in class com.icafe4j.image.meta.iptc.IPTC
-
Get all the IPTCDataSet as a map for this IPTC data
- getDataSets() - Method in class com.icafe4j.image.meta.jpeg.Ducky
-
- getDataType() - Method in class com.icafe4j.image.meta.adobe.ThumbnailResource
-
- getDataType() - Method in class com.icafe4j.image.meta.Thumbnail
-
- getDataTypeAsString() - Method in class com.icafe4j.image.meta.Thumbnail
-
- getDate() - Method in class com.icafe4j.date.DateTime
-
- getDateTimeCreated() - Method in class com.icafe4j.image.meta.icc.ICCProfile
-
- getDay() - Method in class com.icafe4j.image.meta.png.TIMEChunk
-
- getDay() - Method in class com.icafe4j.image.png.TIMEReader
-
- getDayOfMonth() - Method in class com.icafe4j.date.DateTime
-
- getDayOfWeek() - Method in class com.icafe4j.date.DateTime
-
- getDCChrominanceBits() - Static method in class com.icafe4j.image.jpeg.JPGConsts
-
- getDCChrominanceValues() - Static method in class com.icafe4j.image.jpeg.JPGConsts
-
- getDCLuminanceBits() - Static method in class com.icafe4j.image.jpeg.JPGConsts
-
- getDCLuminanceValues() - Static method in class com.icafe4j.image.jpeg.JPGConsts
-
- getDCTableNumber() - Method in class com.icafe4j.image.jpeg.Component
-
- getDCTables() - Method in class com.icafe4j.image.jpeg.DHTReader
-
- getDCTEncodeVersion() - Method in class com.icafe4j.image.meta.jpeg.Adobe
-
- getDefaultChrominanceMatrix(int) - Static method in class com.icafe4j.image.jpeg.JPGConsts
-
- getDefaultLuminanceMatrix(int) - Static method in class com.icafe4j.image.jpeg.JPGConsts
-
- getDeflateCompressionLevel() - Method in class com.icafe4j.image.options.TIFFOptions
-
- getDelay() - Method in class com.icafe4j.image.gif.GIFFrame
-
- getDensityUnit() - Method in class com.icafe4j.image.meta.jpeg.JFIF
-
- getDescription() - Method in enum com.icafe4j.image.bmp.BmpCompression
-
- getDescription() - Method in enum com.icafe4j.image.jpeg.Marker
-
- getDescription() - Method in enum com.icafe4j.image.meta.adobe.BlendModeKey
-
- getDescription() - Method in enum com.icafe4j.image.meta.adobe.ColorSpaceID
-
- getDescription() - Method in enum com.icafe4j.image.meta.adobe.DataBlockType
-
- getDescription() - Method in enum com.icafe4j.image.meta.adobe.ImageResourceID
-
- getDescription() - Method in enum com.icafe4j.image.meta.icc.ProfileTag
-
- getDescription() - Method in enum com.icafe4j.image.png.ColorType
-
- getDescription() - Method in enum com.icafe4j.image.tiff.TiffFieldEnum.Compression
-
- getDescription() - Method in enum com.icafe4j.image.tiff.TiffFieldEnum.PhotoMetric
-
- getDescription() - Method in enum com.icafe4j.image.tiff.TiffFieldEnum.PlanarConfiguration
-
- getDescription() - Method in enum com.icafe4j.image.tiff.TiffFieldEnum.ResolutionUnit
-
- getDeviceAttributes() - Method in class com.icafe4j.image.meta.icc.ICCProfile
-
- getDeviceManufacturer() - Method in class com.icafe4j.image.meta.icc.ICCProfile
-
- getDeviceModel() - Method in class com.icafe4j.image.meta.icc.ICCProfile
-
- getDeZigzagMatrix() - Static method in class com.icafe4j.image.jpeg.JPGConsts
-
- getDisposalMethod() - Method in class com.icafe4j.image.gif.GIFFrame
-
- getDitherMatrix() - Method in class com.icafe4j.image.ImageParam
-
- getDitherMethod() - Method in class com.icafe4j.image.ImageParam
-
- getElement(int) - Method in class com.icafe4j.util.GrowableArray
-
Get the element at index j.
- getEncoderCodeTable() - Method in class com.icafe4j.image.compression.huffman.HuffmanTbl
-
- getEncoderSizeTable() - Method in class com.icafe4j.image.compression.huffman.HuffmanTbl
-
- getEndian() - Method in class com.icafe4j.io.RandomAccessInputStream
-
- getEndian() - Method in class com.icafe4j.io.RandomAccessOutputStream
-
- getEndOffset() - Method in class com.icafe4j.image.tiff.IFD
-
- getEntries() - Method in class com.icafe4j.image.meta.adobe.DDB
-
- getExifIFD() - Method in class com.icafe4j.image.meta.exif.Exif
-
- getExtendedXmpData() - Method in class com.icafe4j.image.meta.xmp.XMP
-
- getExtendedXmpDocument() - Method in class com.icafe4j.image.meta.xmp.XMP
-
- getExtension() - Method in enum com.icafe4j.image.ImageType
-
- getField(Tag) - Method in class com.icafe4j.image.tiff.IFD
-
- getField(Tag) - Method in class com.icafe4j.image.tiff.TIFFImage
-
- getFieldAsString(Object) - Method in enum com.icafe4j.image.meta.exif.ExifTag
-
Intended to be overridden by certain tags to provide meaningful string
representation of the field value such as compression, photo metric interpretation etc.
- getFieldAsString(Object) - Method in enum com.icafe4j.image.meta.exif.GPSTag
-
Intended to be overridden by certain tags to provide meaningful string
representation of the field value such as compression, photo metric interpretation etc.
- getFieldAsString(Object) - Method in enum com.icafe4j.image.meta.exif.InteropTag
-
Intended to be overridden by certain tags to provide meaningful string
representation of the field value such as compression, photo metric interpretation etc.
- getFieldAsString(Tag) - Method in class com.icafe4j.image.tiff.IFD
-
Return a String representation of the field
- getFieldAsString(Object) - Method in interface com.icafe4j.image.tiff.Tag
-
- getFieldAsString(Object) - Method in enum com.icafe4j.image.tiff.TiffTag
-
Intended to be overridden by certain tags to provide meaningful string
representation of the field value such as compression, photo metric interpretation etc.
- getFields() - Method in class com.icafe4j.image.tiff.IFD
-
Get all the fields for this IFD from the internal map.
- getFieldType() - Method in enum com.icafe4j.image.meta.exif.ExifTag
-
- getFieldType() - Method in enum com.icafe4j.image.meta.exif.GPSTag
-
- getFieldType() - Method in enum com.icafe4j.image.meta.exif.InteropTag
-
- getFieldType() - Method in interface com.icafe4j.image.tiff.Tag
-
- getFieldType() - Method in enum com.icafe4j.image.tiff.TiffTag
-
- getFilePointer() - Method in class com.icafe4j.io.FileCacheSeekableStream
-
Returns the current offset in this file.
- getFilePointer() - Method in class com.icafe4j.io.ForwardSeekableStream
-
Returns the current position in the stream (bytes read).
- getFilePointer() - Method in class com.icafe4j.io.MemoryCacheSeekableStream
-
Returns the current offset in this file.
- getFilePointer() - Method in class com.icafe4j.io.SeekableStream
-
Returns the current offset in this stream.
- getFileVersion() - Method in class com.icafe4j.image.meta.adobe.VersionInfo
-
- getFilterDescription(int) - Static method in class com.icafe4j.image.png.PNGDescriptor
-
- getFilterMethod() - Method in class com.icafe4j.image.png.IHDRReader
-
- getFilterType() - Method in class com.icafe4j.image.options.PNGOptions
-
- getFilterTypeDescription(int) - Static method in class com.icafe4j.image.png.PNGDescriptor
-
- getFlag() - Method in class com.icafe4j.image.meta.adobe.UserMask
-
- getFlushPos() - Method in class com.icafe4j.io.FileCacheRandomAccessOutputStream
-
- getFlushPos() - Method in class com.icafe4j.io.MemoryCacheRandomAccessOutputStream
-
- getFlushPos() - Method in class com.icafe4j.io.RandomAccessOutputStream
-
- getFormat() - Method in class com.icafe4j.image.meta.adobe.JPGQuality
-
- getFormatAsString() - Method in class com.icafe4j.image.meta.adobe.JPGQuality
-
- getFrame() - Method in class com.icafe4j.image.gif.GIFFrame
-
- getFrame() - Method in class com.icafe4j.image.ImageFrame
-
- getFrame(int) - Method in class com.icafe4j.image.reader.GIFReader
-
- getFrame(int) - Method in class com.icafe4j.image.reader.ImageReader
-
- getFrame(int) - Method in class com.icafe4j.image.reader.TIFFReader
-
- getFrameAsBufferedImage(InputStream) - Method in class com.icafe4j.image.reader.GIFReader
-
Gets the current frame as a BufferedImage.
- getFrameAsBufferedImageEx(InputStream) - Method in class com.icafe4j.image.reader.GIFReader
-
Gets the current frame as a BufferedImage the same size as the logical screen.
- getFrameCount() - Method in class com.icafe4j.image.reader.GIFReader
-
Get the total number of frames read by this GIFReader.
- getFrameCount() - Method in class com.icafe4j.image.reader.ImageReader
-
- getFrameCount() - Method in class com.icafe4j.image.reader.TIFFReader
-
- getFrameHeight() - Method in class com.icafe4j.image.gif.GIFFrame
-
- getFrameHeight() - Method in class com.icafe4j.image.jpeg.SOFReader
-
- getFrameParam() - Method in class com.icafe4j.image.ImageFrame
-
- getFrames() - Method in class com.icafe4j.image.reader.GIFReader
-
Get the total frames read by this GIFRreader.
- getFrames() - Method in class com.icafe4j.image.reader.ImageReader
-
- getFrames() - Method in class com.icafe4j.image.reader.TIFFReader
-
- getFrameWidth() - Method in class com.icafe4j.image.gif.GIFFrame
-
- getFrameWidth() - Method in class com.icafe4j.image.jpeg.SOFReader
-
- getGenericTypeArguments(Method, int) - Static method in class com.icafe4j.util.LangUtils
-
- getGIFFrame(InputStream) - Method in class com.icafe4j.image.gif.FrameReader
-
- getGIFFrame(int) - Method in class com.icafe4j.image.reader.GIFReader
-
- getGIFFrameEx(InputStream) - Method in class com.icafe4j.image.gif.FrameReader
-
- getGIFFrames() - Method in class com.icafe4j.image.reader.GIFReader
-
- getGPSIFD() - Method in class com.icafe4j.image.meta.exif.Exif
-
- getGreenMap() - Method in class com.icafe4j.image.png.PLTEReader
-
- getHeight() - Method in class com.icafe4j.image.meta.adobe.ThumbnailResource
-
- getHeight() - Method in class com.icafe4j.image.meta.Thumbnail
-
- getHeight() - Method in class com.icafe4j.image.png.IHDRReader
-
- getHour() - Method in class com.icafe4j.image.meta.png.TIMEChunk
-
- getHour() - Method in class com.icafe4j.image.png.TIMEReader
-
- getHSampleFactor() - Method in class com.icafe4j.image.jpeg.Component
-
- getICCColorSpace(String) - Static method in class com.icafe4j.image.util.IMGUtils
-
- getICCProfile() - Method in class com.icafe4j.image.ImageParam
-
- getICCProfile(InputStream) - Static method in class com.icafe4j.image.jpeg.JPGTweaker
-
- getICCProfile() - Method in class com.icafe4j.image.reader.PNGReader
-
- getICCProfile(String) - Static method in class com.icafe4j.image.util.IMGUtils
-
- getId() - Method in class com.icafe4j.image.jpeg.Component
-
- getID() - Method in class com.icafe4j.image.jpeg.HTable
-
- getID() - Method in class com.icafe4j.image.jpeg.QTable
-
- getID() - Method in class com.icafe4j.image.meta.adobe._8BIM
-
- getID() - Method in class com.icafe4j.image.meta.adobe.Channel
-
- getIFD() - Method in class com.icafe4j.image.writer.TIFFWriter
-
Copy the internal IFD
- getIFDs() - Method in class com.icafe4j.image.tiff.TIFFImage
-
- getImageHeight() - Method in class com.icafe4j.image.ImageParam
-
- getImageIFD() - Method in class com.icafe4j.image.meta.exif.Exif
-
- getImageOptions() - Method in class com.icafe4j.image.ImageParam
-
- getImageParam() - Method in class com.icafe4j.image.reader.ImageReader
-
- getImageParam() - Method in class com.icafe4j.image.writer.ImageWriter
-
- getImageType() - Method in class com.icafe4j.image.options.BMPOptions
-
- getImageType() - Method in class com.icafe4j.image.options.GIFOptions
-
- getImageType() - Method in class com.icafe4j.image.options.ImageOptions
-
- getImageType() - Method in class com.icafe4j.image.options.JPGOptions
-
- getImageType() - Method in class com.icafe4j.image.options.PNGOptions
-
- getImageType() - Method in class com.icafe4j.image.options.TIFFOptions
-
- getImageType() - Method in class com.icafe4j.image.writer.BMPWriter
-
- getImageType() - Method in class com.icafe4j.image.writer.GIFWriter
-
- getImageType() - Method in class com.icafe4j.image.writer.ImageWriter
-
- getImageType() - Method in class com.icafe4j.image.writer.JPGWriter
-
- getImageType() - Method in class com.icafe4j.image.writer.PNGWriter
-
- getImageType() - Method in class com.icafe4j.image.writer.TIFFWriter
-
- getImageWidth() - Method in class com.icafe4j.image.ImageParam
-
- getInputStream() - Method in class com.icafe4j.image.tiff.TIFFImage
-
- getInstance() - Static method in class com.icafe4j.image.color.CMYKColorSpace
-
Returns an instance of CMYKColorSpace.
- getInstance() - Static method in class com.icafe4j.image.compression.huffman.T4BlackCodeHuffmanTreeNode
-
- getInstance() - Static method in class com.icafe4j.image.compression.huffman.T4WhiteCodeHuffmanTreeNode
-
- getInstance() - Static method in class com.icafe4j.io.ReadStrategyII
-
- getInstance() - Static method in class com.icafe4j.io.ReadStrategyMM
-
- getInstance() - Static method in class com.icafe4j.io.WriteStrategyII
-
- getInstance() - Static method in class com.icafe4j.io.WriteStrategyMM
-
- getInterlaceMethod() - Method in class com.icafe4j.image.png.IHDRReader
-
- getInterlaceTypeDescription(int) - Static method in class com.icafe4j.image.png.PNGDescriptor
-
- getJPEGQuality() - Method in class com.icafe4j.image.options.TIFFOptions
-
- getKey() - Method in class com.icafe4j.image.meta.MetadataEntry
-
- getKeyByValue(Map<T, E>, E) - Static method in class com.icafe4j.util.CollectionUtils
-
- getKeysByValue(Map<T, E>, E) - Static method in class com.icafe4j.util.CollectionUtils
-
- getKeyValMap() - Method in class com.icafe4j.image.meta.png.TextualChunks
-
- getKeyword() - Method in class com.icafe4j.image.png.TextReader
-
- getLeftPosition() - Method in class com.icafe4j.image.gif.GIFFrame
-
- getLength() - Method in class com.icafe4j.image.jpeg.Segment
-
- getLength() - Method in class com.icafe4j.image.jpeg.SOFReader
-
- getLength() - Method in class com.icafe4j.image.png.Chunk
-
- getLength() - Method in class com.icafe4j.image.tiff.TiffField
-
- getLength() - Method in class com.icafe4j.io.FileCacheRandomAccessOutputStream
-
- getLength() - Method in class com.icafe4j.io.MemoryCacheRandomAccessOutputStream
-
Returns the total length of data that has been cached,
regardless of whether any early blocks have been disposed.
- getLength() - Method in class com.icafe4j.io.RandomAccessOutputStream
-
Returns the total length of data that has been cached,
regardless of whether any early blocks have been disposed.
- getList(E) - Method in class com.icafe4j.util.SeparateChainingHashTable
-
- getLoadedClassLocation(Class<?>) - Static method in class com.icafe4j.util.LangUtils
-
Java language specific classes return null cSource
- getLoadedClassLocation(String) - Static method in class com.icafe4j.util.LangUtils
-
- getLoadedClassURL(String) - Static method in class com.icafe4j.util.LangUtils
-
- getLogicalScreenHeight() - Method in class com.icafe4j.image.reader.GIFReader
-
- getLogicalScreenWidth() - Method in class com.icafe4j.image.reader.GIFReader
-
- getMajorVersion() - Method in class com.icafe4j.image.meta.jpeg.JFIF
-
- getMarker() - Method in class com.icafe4j.image.jpeg.Segment
-
- getMarkerValue() - Method in class com.icafe4j.image.jpeg.UnknownSegment
-
- getMaxCodeTable() - Method in class com.icafe4j.image.compression.huffman.HuffmanTbl
-
- getMergedDocument() - Method in class com.icafe4j.image.meta.xmp.XMP
-
Merge the standard XMP and the extended XMP DOM
- getMetadata() - Method in class com.icafe4j.image.reader.JPGReader
-
- getMetadataEntries() - Method in class com.icafe4j.image.meta.MetadataEntry
-
- getMetadataEntry() - Method in class com.icafe4j.image.meta.adobe._8BIM
-
- getMetadataEntry() - Method in class com.icafe4j.image.meta.adobe.DDBEntry
-
- getMetadataEntry() - Method in class com.icafe4j.image.meta.adobe.FilterMask
-
- getMetadataEntry() - Method in class com.icafe4j.image.meta.adobe.IPTC_NAA
-
- getMetadataEntry() - Method in class com.icafe4j.image.meta.adobe.JPGQuality
-
- getMetadataEntry() - Method in class com.icafe4j.image.meta.adobe.LayerData
-
- getMetadataEntry() - Method in class com.icafe4j.image.meta.adobe.UserMask
-
- getMetadataEntry() - Method in class com.icafe4j.image.meta.adobe.VersionInfo
-
- getMetadataEntry() - Method in class com.icafe4j.image.meta.jpeg.DuckyDataSet
-
- getMinCodeTable() - Method in class com.icafe4j.image.compression.huffman.HuffmanTbl
-
- getMinorVersion() - Method in class com.icafe4j.image.meta.jpeg.JFIF
-
- getMinute() - Method in class com.icafe4j.image.meta.png.TIMEChunk
-
- getMinute() - Method in class com.icafe4j.image.png.TIMEReader
-
- getMonth() - Method in class com.icafe4j.date.DateTime
-
- getMonth() - Method in class com.icafe4j.image.meta.png.TIMEChunk
-
- getMonth() - Method in class com.icafe4j.image.png.TIMEReader
-
- getName() - Method in class com.icafe4j.image.meta.adobe._8BIM
-
- getName() - Method in enum com.icafe4j.image.meta.exif.ExifTag
-
- getName() - Method in enum com.icafe4j.image.meta.exif.GPSTag
-
- getName() - Method in enum com.icafe4j.image.meta.exif.InteropTag
-
- getName() - Method in enum com.icafe4j.image.meta.iptc.IPTCApplicationTag
-
- getName() - Method in class com.icafe4j.image.meta.iptc.IPTCDataSet
-
- getName() - Method in enum com.icafe4j.image.meta.iptc.IPTCEnvelopeTag
-
- getName() - Method in enum com.icafe4j.image.meta.iptc.IPTCFotoStationTag
-
- getName() - Method in enum com.icafe4j.image.meta.iptc.IPTCNewsPhotoTag
-
- getName() - Method in enum com.icafe4j.image.meta.iptc.IPTCObjectDataTag
-
- getName() - Method in enum com.icafe4j.image.meta.iptc.IPTCPostObjectDataTag
-
- getName() - Method in enum com.icafe4j.image.meta.iptc.IPTCPreObjectDataTag
-
- getName() - Method in enum com.icafe4j.image.meta.iptc.IPTCRecord
-
- getName() - Method in interface com.icafe4j.image.meta.iptc.IPTCTag
-
- getName() - Method in enum com.icafe4j.image.meta.jpeg.DuckyTag
-
- getName() - Method in enum com.icafe4j.image.png.ChunkType
-
- getName() - Method in enum com.icafe4j.image.tiff.FieldType
-
- getName() - Method in interface com.icafe4j.image.tiff.Tag
-
- getName() - Method in enum com.icafe4j.image.tiff.TiffTag
-
- getNames() - Method in enum com.icafe4j.image.png.ChunkType.Attribute
-
- getNameWithoutExtension(File) - Static method in class com.icafe4j.util.FileUtils
-
- getNearestColorIndex(int) - Method in class com.icafe4j.image.util.InverseColorMap
-
- getNearestColorIndex(int, int, int) - Method in class com.icafe4j.image.util.InverseColorMap
-
- getNearestColorIndex(byte, byte, byte) - Method in class com.icafe4j.image.util.InverseColorMap
-
- getNextPage(InputStream) - Method in class com.icafe4j.image.tiff.PageReader
-
- getNormalizedComponents(Object, float[], int) - Method in class com.icafe4j.image.color.Int32ComponentColorModel
-
- getNumOfComponents() - Method in class com.icafe4j.image.jpeg.SOFReader
-
- getNumOfPages() - Method in class com.icafe4j.image.tiff.TIFFImage
-
- getNumOfPlanes() - Method in class com.icafe4j.image.meta.adobe.ThumbnailResource
-
- getOpacity() - Method in class com.icafe4j.image.meta.adobe.FilterMask
-
- getOpacity() - Method in class com.icafe4j.image.meta.adobe.UserMask
-
- getPackedBytes() - Method in class com.icafe4j.image.util.BytePacker
-
- getPaddedRowBytes() - Method in class com.icafe4j.image.meta.adobe.ThumbnailResource
-
- getPageCount(RandomAccessInputStream) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
Get the total number of pages for the TIFF image
- getPattern() - Method in class com.icafe4j.string.StringSearchTool
-
- getPatternLength() - Method in class com.icafe4j.string.StringSearchTool
-
- getPCS() - Method in class com.icafe4j.image.meta.icc.ICCProfile
-
- getPCSXYZ() - Method in class com.icafe4j.image.meta.icc.ICCProfile
-
- getPhotoMetric() - Method in class com.icafe4j.image.options.TIFFOptions
-
- getPrecision() - Method in class com.icafe4j.image.jpeg.QTable
-
- getPrecision() - Method in class com.icafe4j.image.jpeg.SOFReader
-
- getPreferredCMMType() - Method in class com.icafe4j.image.meta.icc.ICCProfile
-
- getPrimaryPlatformSignature() - Method in class com.icafe4j.image.meta.icc.ICCProfile
-
- getProfileClass() - Method in class com.icafe4j.image.meta.icc.ICCProfile
-
- getProfileClassDescription() - Method in class com.icafe4j.image.meta.icc.ICCProfile
-
- getProfileCreator() - Method in class com.icafe4j.image.meta.icc.ICCProfile
-
- getProfileFileSignature() - Method in class com.icafe4j.image.meta.icc.ICCProfile
-
- getProfileFlags() - Method in class com.icafe4j.image.meta.icc.ICCProfile
-
- getProfileID() - Method in class com.icafe4j.image.meta.icc.ICCProfile
-
- getProfileSize() - Method in class com.icafe4j.image.meta.icc.ICCProfile
-
- getProfileTag() - Method in class com.icafe4j.image.meta.icc.ProfileTagTable.TagEntry
-
- getProfileVersionNumber() - Method in class com.icafe4j.image.meta.icc.ICCProfile
-
- getProgressiveScans() - Method in class com.icafe4j.image.meta.adobe.JPGQuality
-
- getProgressiveScansAsString() - Method in class com.icafe4j.image.meta.adobe.JPGQuality
-
- getQTableNumber() - Method in class com.icafe4j.image.jpeg.Component
-
- getQuality() - Method in class com.icafe4j.image.meta.adobe.JPGQuality
-
- getQuality() - Method in class com.icafe4j.image.options.JPGOptions
-
- getQualityAsString() - Method in class com.icafe4j.image.meta.adobe.JPGQuality
-
- getQuantMethod() - Method in class com.icafe4j.image.ImageParam
-
- getQuantQuality() - Method in class com.icafe4j.image.ImageParam
-
- getRanking() - Method in enum com.icafe4j.image.png.ChunkType
-
Ranking is used for sorting chunks to make them conform to PNG specification
before passing them to PNGWriter.
- getRawImage() - Method in class com.icafe4j.image.meta.Thumbnail
-
- getReader(ImageType) - Static method in class com.icafe4j.image.ImageIO
-
ImageReader factory
- getReader(PeekHeadInputStream) - Static method in class com.icafe4j.image.ImageIO
-
Creates an ImageReader for the image specified by the PeekHeadInputStream.
- getReader() - Method in enum com.icafe4j.image.ImageType
-
- getReaderName() - Method in class com.icafe4j.image.meta.adobe.VersionInfo
-
- getRecordNumber() - Method in enum com.icafe4j.image.meta.iptc.IPTCApplicationTag
-
- getRecordNumber() - Method in class com.icafe4j.image.meta.iptc.IPTCDataSet
-
- getRecordNumber() - Method in enum com.icafe4j.image.meta.iptc.IPTCEnvelopeTag
-
- getRecordNumber() - Method in enum com.icafe4j.image.meta.iptc.IPTCFotoStationTag
-
- getRecordNumber() - Method in enum com.icafe4j.image.meta.iptc.IPTCNewsPhotoTag
-
- getRecordNumber() - Method in enum com.icafe4j.image.meta.iptc.IPTCObjectDataTag
-
- getRecordNumber() - Method in enum com.icafe4j.image.meta.iptc.IPTCPostObjectDataTag
-
- getRecordNumber() - Method in enum com.icafe4j.image.meta.iptc.IPTCPreObjectDataTag
-
- getRecordNumber() - Method in enum com.icafe4j.image.meta.iptc.IPTCRecord
-
- getRecordNumber() - Method in interface com.icafe4j.image.meta.iptc.IPTCTag
-
- getRecordType() - Method in class com.icafe4j.image.meta.iptc.IPTCDataSet
-
- getRedMap() - Method in class com.icafe4j.image.png.PLTEReader
-
- getRenderingIntent() - Method in class com.icafe4j.image.meta.icc.ICCProfile
-
- getRenderingIntent() - Method in class com.icafe4j.image.png.SRGBReader
-
sRGB rendering intent:
- getRenderingIntentDescription() - Method in class com.icafe4j.image.meta.icc.ICCProfile
-
- getResolutionUnit() - Method in class com.icafe4j.image.options.TIFFOptions
-
- getResouceID() - Method in class com.icafe4j.image.meta.adobe.ThumbnailResource
-
- getRGB(BufferedImage) - Static method in class com.icafe4j.image.util.IMGUtils
-
Retrieves RGB values from Raster.
- getRGB2(BufferedImage) - Static method in class com.icafe4j.image.util.IMGUtils
-
Retrieves RGB values from DataBuffer.
- getRGBColorPalette() - Method in class com.icafe4j.image.ImageParam
-
- getRunLen() - Method in enum com.icafe4j.image.compression.ccitt.T42DCode
-
- getRunLen() - Method in enum com.icafe4j.image.compression.ccitt.T4BlackCode
-
- getRunLen() - Method in interface com.icafe4j.image.compression.ccitt.T4Code
-
- getRunLen() - Method in enum com.icafe4j.image.compression.ccitt.T4WhiteCode
-
- getScaledInstance(BufferedImage, int, int, Object, boolean) - Static method in class com.icafe4j.image.util.IMGUtils
-
Convenience method that returns a scaled instance of the
provided BufferedImage
.
- getSearchType() - Method in class com.icafe4j.string.StringSearchTool
-
- getSecond() - Method in class com.icafe4j.image.meta.png.TIMEChunk
-
- getSecond() - Method in class com.icafe4j.image.png.TIMEReader
-
- getSize() - Method in class com.icafe4j.image.meta.adobe._8BIM
-
- getSize() - Method in class com.icafe4j.image.meta.adobe.DDBEntry
-
- getSize() - Method in class com.icafe4j.image.meta.iptc.IPTCDataSet
-
- getSize() - Method in class com.icafe4j.image.meta.jpeg.DuckyDataSet
-
- getSize() - Method in class com.icafe4j.image.tiff.IFD
-
- getSize() - Method in class com.icafe4j.util.GrowableArray
-
- getSize() - Method in class com.icafe4j.util.LeftistHeap
-
- getSlices() - Method in class com.icafe4j.image.meta.adobe.Slices
-
- getStartOffset() - Method in class com.icafe4j.image.tiff.IFD
-
- getStreamPointer() - Method in class com.icafe4j.io.FileCacheRandomAccessInputStream
-
Returns the current offset in this stream.
- getStreamPointer() - Method in class com.icafe4j.io.FileCacheRandomAccessOutputStream
-
- getStreamPointer() - Method in class com.icafe4j.io.MemoryCacheRandomAccessInputStream
-
- getStreamPointer() - Method in class com.icafe4j.io.MemoryCacheRandomAccessOutputStream
-
- getStreamPointer() - Method in class com.icafe4j.io.RandomAccessInputStream
-
- getStreamPointer() - Method in class com.icafe4j.io.RandomAccessOutputStream
-
- getString(String) - Static method in class com.icafe4j.io.PropertyUtil
-
- getTables() - Method in class com.icafe4j.image.jpeg.DQTReader
-
- getTag() - Method in enum com.icafe4j.image.meta.iptc.IPTCApplicationTag
-
- getTag() - Method in class com.icafe4j.image.meta.iptc.IPTCDataSet
-
- getTag() - Method in enum com.icafe4j.image.meta.iptc.IPTCEnvelopeTag
-
- getTag() - Method in enum com.icafe4j.image.meta.iptc.IPTCFotoStationTag
-
- getTag() - Method in enum com.icafe4j.image.meta.iptc.IPTCNewsPhotoTag
-
- getTag() - Method in enum com.icafe4j.image.meta.iptc.IPTCObjectDataTag
-
- getTag() - Method in enum com.icafe4j.image.meta.iptc.IPTCPostObjectDataTag
-
- getTag() - Method in enum com.icafe4j.image.meta.iptc.IPTCPreObjectDataTag
-
- getTag() - Method in interface com.icafe4j.image.meta.iptc.IPTCTag
-
- getTag() - Method in class com.icafe4j.image.meta.jpeg.DuckyDataSet
-
- getTag() - Method in enum com.icafe4j.image.meta.jpeg.DuckyTag
-
- getTag() - Method in class com.icafe4j.image.tiff.TiffField
-
- getTagCount() - Method in class com.icafe4j.image.meta.icc.ProfileTagTable
-
- getTagEntries() - Method in class com.icafe4j.image.meta.icc.ProfileTagTable
-
- getTagEntry(ProfileTag) - Method in class com.icafe4j.image.meta.icc.ProfileTagTable
-
- getTagEnum() - Method in class com.icafe4j.image.meta.iptc.IPTCDataSet
-
- getTagTable() - Method in class com.icafe4j.image.meta.icc.ICCProfile
-
- getTagType() - Method in enum com.icafe4j.image.meta.icc.ProfileTag
-
- getText() - Method in class com.icafe4j.image.png.TextReader
-
- getThumbnail() - Method in class com.icafe4j.image.meta.adobe.IRB
-
- getThumbnail() - Method in class com.icafe4j.image.meta.adobe.ThumbnailResource
-
- getThumbnail() - Method in class com.icafe4j.image.meta.exif.Exif
-
- getThumbnail() - Method in class com.icafe4j.image.meta.jpeg.JFIF
-
- getThumbnailHeight() - Method in class com.icafe4j.image.meta.jpeg.JFIF
-
- getThumbnailResource() - Method in class com.icafe4j.image.meta.adobe.IRB
-
- getThumbnails() - Method in class com.icafe4j.image.ImageParam
-
- getThumbnails() - Method in class com.icafe4j.image.meta.image.ImageMetadata
-
- getThumbnailWidth() - Method in class com.icafe4j.image.meta.jpeg.JFIF
-
- getTiffCompression() - Method in class com.icafe4j.image.options.TIFFOptions
-
- getTopPosition() - Method in class com.icafe4j.image.gif.GIFFrame
-
- getTotalSize() - Method in class com.icafe4j.image.meta.adobe.ThumbnailResource
-
- getTransparencyFlag() - Method in class com.icafe4j.image.gif.GIFFrame
-
- getTransparentColor() - Method in class com.icafe4j.image.gif.GIFFrame
-
- getTransparentColor() - Method in class com.icafe4j.image.ImageParam
-
- getTransparentColor() - Method in class com.icafe4j.image.reader.GIFReader
-
- getType() - Method in class com.icafe4j.image.meta.adobe.Channel
-
- getType() - Method in class com.icafe4j.image.meta.adobe.DDBEntry
-
- getType() - Method in class com.icafe4j.image.meta.Metadata
-
- getType() - Method in interface com.icafe4j.image.meta.MetadataReader
-
- getType() - Method in class com.icafe4j.image.tiff.TiffField
-
- getTypeEnum() - Method in class com.icafe4j.image.meta.adobe.DDBEntry
-
- getUncompressedStripByteCounts(IFD, int) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
- getUserInputFlag() - Method in class com.icafe4j.image.gif.GIFFrame
-
- getUTCTimeInMillis() - Method in class com.icafe4j.date.DateTime
-
- getValPTRTable() - Method in class com.icafe4j.image.compression.huffman.HuffmanTbl
-
- getValue() - Method in enum com.icafe4j.image.bmp.BmpCompression
-
- getValue() - Method in enum com.icafe4j.image.jpeg.Marker
-
- getValue() - Method in enum com.icafe4j.image.meta.adobe.BlendModeKey
-
- getValue() - Method in enum com.icafe4j.image.meta.adobe.ColorSpaceID
-
- getValue() - Method in enum com.icafe4j.image.meta.adobe.DataBlockType
-
- getValue() - Method in enum com.icafe4j.image.meta.adobe.ImageResourceID
-
- getValue() - Method in enum com.icafe4j.image.meta.adobe.JPGQuality.Format
-
- getValue() - Method in enum com.icafe4j.image.meta.adobe.JPGQuality.ProgressiveScans
-
- getValue() - Method in enum com.icafe4j.image.meta.adobe.JPGQuality.Quality
-
- getValue() - Method in enum com.icafe4j.image.meta.exif.ExifTag
-
- getValue() - Method in enum com.icafe4j.image.meta.exif.GPSTag
-
- getValue() - Method in enum com.icafe4j.image.meta.exif.InteropTag
-
- getValue() - Method in enum com.icafe4j.image.meta.icc.ProfileTag
-
- getValue() - Method in class com.icafe4j.image.meta.MetadataEntry
-
- getValue() - Method in enum com.icafe4j.image.png.ChunkType
-
- getValue() - Method in enum com.icafe4j.image.png.ColorType
-
- getValue() - Method in enum com.icafe4j.image.tiff.FieldType
-
- getValue() - Method in interface com.icafe4j.image.tiff.Tag
-
- getValue() - Method in enum com.icafe4j.image.tiff.TiffFieldEnum.Compression
-
- getValue() - Method in enum com.icafe4j.image.tiff.TiffFieldEnum.PhotoMetric
-
- getValue() - Method in enum com.icafe4j.image.tiff.TiffFieldEnum.PlanarConfiguration
-
- getValue() - Method in enum com.icafe4j.image.tiff.TiffFieldEnum.ResolutionUnit
-
- getValue() - Method in enum com.icafe4j.image.tiff.TiffTag
-
- getValue() - Method in interface com.icafe4j.util.zip.Checksum
-
- getValue() - Method in class com.icafe4j.util.zip.CRC32
-
- getValues() - Method in class com.icafe4j.image.jpeg.HTable
-
- getValues() - Method in enum com.icafe4j.image.png.ChunkType.Attribute
-
- getValueTable() - Method in class com.icafe4j.image.compression.huffman.HuffmanTbl
-
- getVersion() - Method in class com.icafe4j.image.meta.adobe.VersionInfo
-
- getVSampleFactor() - Method in class com.icafe4j.image.jpeg.Component
-
- getWidth() - Method in class com.icafe4j.image.meta.adobe.ThumbnailResource
-
- getWidth() - Method in class com.icafe4j.image.meta.Thumbnail
-
- getWidth() - Method in class com.icafe4j.image.png.IHDRReader
-
- getWriter(ImageType) - Static method in class com.icafe4j.image.ImageIO
-
ImageWriter factory
- getWriter() - Method in enum com.icafe4j.image.ImageType
-
- getWriterName() - Method in class com.icafe4j.image.meta.adobe.VersionInfo
-
- getXDensity() - Method in class com.icafe4j.image.meta.jpeg.JFIF
-
- getXmpDocument() - Method in class com.icafe4j.image.meta.xmp.XMP
-
- getXResolution() - Method in class com.icafe4j.image.options.TIFFOptions
-
- getYDensity() - Method in class com.icafe4j.image.meta.jpeg.JFIF
-
- getYear() - Method in class com.icafe4j.date.DateTime
-
- getYear() - Method in class com.icafe4j.image.meta.png.TIMEChunk
-
- getYear() - Method in class com.icafe4j.image.png.TIMEReader
-
- getYResolution() - Method in class com.icafe4j.image.options.TIFFOptions
-
- getZigzagMatrix() - Static method in class com.icafe4j.image.jpeg.JPGConsts
-
- GIFFrame - Class in com.icafe4j.image.gif
-
Wrapper for GIF frame
- GIFFrame(BufferedImage) - Constructor for class com.icafe4j.image.gif.GIFFrame
-
- GIFFrame(BufferedImage, int) - Constructor for class com.icafe4j.image.gif.GIFFrame
-
- GIFFrame(BufferedImage, int, int) - Constructor for class com.icafe4j.image.gif.GIFFrame
-
- GIFFrame(BufferedImage, int, int, int, int) - Constructor for class com.icafe4j.image.gif.GIFFrame
-
- GIFFrame(BufferedImage, int, int, int, int, int, int, int) - Constructor for class com.icafe4j.image.gif.GIFFrame
-
- GIFOptions - Class in com.icafe4j.image.options
-
- GIFOptions() - Constructor for class com.icafe4j.image.options.GIFOptions
-
- GIFReader - Class in com.icafe4j.image.reader
-
Decodes and shows images in GIF format, supports both Gif87a and Gif89a.
- GIFReader() - Constructor for class com.icafe4j.image.reader.GIFReader
-
- GIFTweaker - Class in com.icafe4j.image.gif
-
GIF image tweaking tool
- GIFWriter - Class in com.icafe4j.image.writer
-
A light-weight GIF encoder implemented using tree search as demonstrated
by Bob Montgomery in "LZW compression used to encode/decode a GIF file"
- GIFWriter() - Constructor for class com.icafe4j.image.writer.GIFWriter
-
- GIFWriter(ImageParam) - Constructor for class com.icafe4j.image.writer.GIFWriter
-
- GifXMP - Class in com.icafe4j.image.meta.gif
-
- GifXMP(byte[]) - Constructor for class com.icafe4j.image.meta.gif.GifXMP
-
- GifXMP(String) - Constructor for class com.icafe4j.image.meta.gif.GifXMP
-
- GifXMP(String, String) - Constructor for class com.icafe4j.image.meta.gif.GifXMP
-
- gpsSubIFD - Variable in class com.icafe4j.image.meta.exif.Exif
-
- GPSTag - Enum in com.icafe4j.image.meta.exif
-
Defines GPS tags
- GRAPHIC_CONTROL_LABEL - Static variable in class com.icafe4j.image.gif.GIFTweaker
-
- greenMap(byte[]) - Method in class com.icafe4j.image.png.PLTEBuilder
-
- GrowableArray<E> - Class in com.icafe4j.util
-
A Vector-like growable array, but more simple.
- GrowableArray(int, int) - Constructor for class com.icafe4j.util.GrowableArray
-
Construct an array with initial size inisize
and increment inc
- guessImageType(byte[]) - Static method in class com.icafe4j.image.util.IMGUtils
-
- guessImageType(PeekHeadInputStream) - Static method in class com.icafe4j.image.util.IMGUtils
-
- guessImageType(RandomAccessInputStream) - Static method in class com.icafe4j.image.util.IMGUtils
-
- ICC_PROFILE_ID - Static variable in class com.icafe4j.image.jpeg.JPGConsts
-
- iccp2rgbRaster(WritableRaster, ColorModel) - Static method in class com.icafe4j.image.util.IMGUtils
-
Convert ICC_ColorSpace raster to RGB raster w/o alpha
- ICCPBuilder - Class in com.icafe4j.image.png
-
PNG iCCP chunk builder
- ICCPBuilder() - Constructor for class com.icafe4j.image.png.ICCPBuilder
-
- iccProfile(byte[]) - Method in class com.icafe4j.image.ImageParam.ImageParamBuilder
-
- ICCProfile - Class in com.icafe4j.image.meta.icc
-
International Color Consortium Profile (ICC Profile)
- ICCProfile(byte[]) - Constructor for class com.icafe4j.image.meta.icc.ICCProfile
-
- ICCProfile(InputStream) - Constructor for class com.icafe4j.image.meta.icc.ICCProfile
-
- IDATBuilder - Class in com.icafe4j.image.png
-
PNG IDAT chunk builder
- IDATBuilder() - Constructor for class com.icafe4j.image.png.IDATBuilder
-
- IDATBuilder(int) - Constructor for class com.icafe4j.image.png.IDATBuilder
-
- IDATReader - Class in com.icafe4j.image.png
-
PNG IDAT chunk reader
- IDATReader() - Constructor for class com.icafe4j.image.png.IDATReader
-
- IDATReader(int) - Constructor for class com.icafe4j.image.png.IDATReader
-
- IENDBuilder - Class in com.icafe4j.image.png
-
PNG IEND chunk builder
- IENDBuilder() - Constructor for class com.icafe4j.image.png.IENDBuilder
-
- IENDReader - Class in com.icafe4j.image.png
-
PNG IEND chunk reader
- IENDReader(Chunk) - Constructor for class com.icafe4j.image.png.IENDReader
-
- IFD - Class in com.icafe4j.image.tiff
-
Image File Directory
- IFD() - Constructor for class com.icafe4j.image.tiff.IFD
-
- IFD(IFD) - Constructor for class com.icafe4j.image.tiff.IFD
-
- IFDField - Class in com.icafe4j.image.tiff
-
TIFF IFD type field.
- IFDField(short, int[]) - Constructor for class com.icafe4j.image.tiff.IFDField
-
- ifds - Variable in class com.icafe4j.image.reader.TIFFReader
-
- IHDRBuilder - Class in com.icafe4j.image.png
-
PNG IHDR chunk builder
- IHDRBuilder() - Constructor for class com.icafe4j.image.png.IHDRBuilder
-
- IHDRReader - Class in com.icafe4j.image.png
-
PNG IHDR chunk reader
- IHDRReader(Chunk) - Constructor for class com.icafe4j.image.png.IHDRReader
-
- IMAGE_MAGIC_NUMBER_LEN - Static variable in class com.icafe4j.image.ImageIO
-
- IMAGE_MAGIC_NUMBER_LEN - Static variable in class com.icafe4j.image.meta.Metadata
-
- IMAGE_SEPARATOR - Static variable in class com.icafe4j.image.gif.GIFTweaker
-
- IMAGE_TRAILER - Static variable in class com.icafe4j.image.gif.GIFTweaker
-
- image_x - Variable in class com.icafe4j.image.reader.GIFReader
-
- image_y - Variable in class com.icafe4j.image.reader.GIFReader
-
- ImageColorType - Enum in com.icafe4j.image
-
Image color types
- ImageDecoder - Interface in com.icafe4j.image.compression
-
- ImageEncoder - Interface in com.icafe4j.image.compression
-
- ImageFrame - Class in com.icafe4j.image
-
Wrapper for an image frame
- ImageFrame(BufferedImage) - Constructor for class com.icafe4j.image.ImageFrame
-
- ImageFrame(BufferedImage, ImageParam) - Constructor for class com.icafe4j.image.ImageFrame
-
- imageIFD - Variable in class com.icafe4j.image.meta.exif.Exif
-
- ImageIO - Class in com.icafe4j.image
-
- ImageMetadata - Class in com.icafe4j.image.meta.image
-
- ImageMetadata() - Constructor for class com.icafe4j.image.meta.image.ImageMetadata
-
- ImageMetadata(Map<String, Thumbnail>) - Constructor for class com.icafe4j.image.meta.image.ImageMetadata
-
- imageOptions(ImageOptions) - Method in class com.icafe4j.image.ImageParam.ImageParamBuilder
-
- ImageOptions - Class in com.icafe4j.image.options
-
- ImageOptions() - Constructor for class com.icafe4j.image.options.ImageOptions
-
- ImageParam - Class in com.icafe4j.image
-
Image meta data created by internal meta data builder.
- ImageParam.ImageParamBuilder - Class in com.icafe4j.image
-
- ImageReader - Class in com.icafe4j.image.reader
-
Abstract base class for image readers.
- ImageReader() - Constructor for class com.icafe4j.image.reader.ImageReader
-
- ImageResourceID - Enum in com.icafe4j.image.meta.adobe
-
Defines Image Resource IDs for Adobe Image Resource Block (IRB)
- ImageType - Enum in com.icafe4j.image
-
Image types supported by ImageReader and ImageWriter.
- ImageWriter - Class in com.icafe4j.image.writer
-
The template class for other image writers
This class defines a set of common data and
methods for all image writers.
- ImageWriter() - Constructor for class com.icafe4j.image.writer.ImageWriter
-
- ImageWriter(ImageParam) - Constructor for class com.icafe4j.image.writer.ImageWriter
-
- IMGUtils - Class in com.icafe4j.image.util
-
This utility class contains static methods
to help with image manipulation and IO.
- includeTables() - Method in class com.icafe4j.image.options.JPGOptions
-
- index - Variable in class com.icafe4j.io.RandomInputStreamAdaptor
-
- initalpha - Static variable in class com.icafe4j.image.quant.NeuQuant
-
- initBiasRadius - Static variable in class com.icafe4j.image.quant.NeuQuant
-
- initialize() - Method in class com.icafe4j.image.compression.ccitt.G31DEncoder
-
- initialize() - Method in class com.icafe4j.image.compression.deflate.DeflateEncoder
-
- initialize() - Method in class com.icafe4j.image.compression.huffman.HuffmanEncoder
-
- initialize() - Method in interface com.icafe4j.image.compression.ImageEncoder
-
- initialize() - Method in class com.icafe4j.image.compression.lzw.LZWHashEncoder
-
- initialize() - Method in class com.icafe4j.image.compression.lzw.LZWTreeEncoder
-
- initrad - Static variable in class com.icafe4j.image.quant.NeuQuant
-
- input - Variable in class com.icafe4j.image.compression.ccitt.G31DDecoder
-
- input - Variable in class com.icafe4j.io.RandomInputStreamAdaptor
-
- inputStreamToByteArray(InputStream) - Static method in class com.icafe4j.io.IOUtils
-
- insert(E) - Method in class com.icafe4j.util.BinarySearchTree
-
Insert into the tree.
- insert(E) - Method in class com.icafe4j.util.LeftistHeap
-
Insert into the priority queue, maintaining heap order.
- insert(E, LinkedListItr<E>) - Method in class com.icafe4j.util.LinkedList
-
Insert after p.
- insertArrayElement(int, E) - Method in class com.icafe4j.util.GrowableArray
-
Creates a new array from objarray inserting a new element
at index j with value o.
- insertChunk(Chunk, InputStream, OutputStream) - Static method in class com.icafe4j.image.png.PNGTweaker
-
- insertChunks(InputStream, OutputStream, Chunk...) - Static method in class com.icafe4j.image.png.PNGTweaker
-
- insertChunks(List<Chunk>, InputStream, OutputStream) - Static method in class com.icafe4j.image.png.PNGTweaker
-
- insertComment(InputStream, OutputStream, String) - Static method in class com.icafe4j.image.meta.Metadata
-
- insertComments(InputStream, OutputStream, List<String>) - Static method in class com.icafe4j.image.gif.GIFTweaker
-
- insertComments(InputStream, OutputStream, List<String>) - Static method in class com.icafe4j.image.jpeg.JPGTweaker
-
- insertComments(InputStream, OutputStream, List<String>) - Static method in class com.icafe4j.image.meta.Metadata
-
- insertComments(InputStream, OutputStream, List<String>) - Static method in class com.icafe4j.image.png.PNGTweaker
-
- insertComments(List<String>, RandomAccessInputStream, RandomAccessOutputStream) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
- insertComments(List<String>, int, RandomAccessInputStream, RandomAccessOutputStream) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
- insertExif(InputStream, OutputStream, Exif, boolean) - Static method in class com.icafe4j.image.jpeg.JPGTweaker
-
- insertExif(InputStream, OutputStream, Exif) - Static method in class com.icafe4j.image.meta.Metadata
-
- insertExif(InputStream, OutputStream, Exif, boolean) - Static method in class com.icafe4j.image.meta.Metadata
-
- insertExif(RandomAccessInputStream, RandomAccessOutputStream, Exif, boolean) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
- insertExif(RandomAccessInputStream, RandomAccessOutputStream, Exif, int, boolean) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
Insert EXIF data with optional thumbnail IFD
- insertICCProfile(InputStream, OutputStream, byte[]) - Static method in class com.icafe4j.image.jpeg.JPGTweaker
-
Insert ICC_Profile as one or more APP2 segments
- insertICCProfile(InputStream, OutputStream, ICC_Profile) - Static method in class com.icafe4j.image.jpeg.JPGTweaker
-
- insertICCProfile(InputStream, OutputStream, ICCProfile) - Static method in class com.icafe4j.image.jpeg.JPGTweaker
-
- insertICCProfile(InputStream, OutputStream, ICC_Profile) - Static method in class com.icafe4j.image.meta.Metadata
-
- insertICCProfile(InputStream, OutputStream, byte[]) - Static method in class com.icafe4j.image.meta.Metadata
-
- insertICCProfile(String, byte[], InputStream, OutputStream) - Static method in class com.icafe4j.image.png.PNGTweaker
-
- insertICCProfile(String, ICC_Profile, InputStream, OutputStream) - Static method in class com.icafe4j.image.png.PNGTweaker
-
- insertICCProfile(byte[], int, RandomAccessInputStream, RandomAccessOutputStream) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
Insert ICC_Profile into TIFF page
- insertICCProfile(ICC_Profile, RandomAccessInputStream, RandomAccessOutputStream) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
- insertICCProfile(ICC_Profile, int, RandomAccessInputStream, RandomAccessOutputStream) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
Insert ICC_Profile into TIFF page
- insertionsort(int[]) - Static method in class com.icafe4j.util.ArrayUtils
-
- insertionsort(int[], int, int) - Static method in class com.icafe4j.util.ArrayUtils
-
- insertionsort(T[]) - Static method in class com.icafe4j.util.ArrayUtils
-
- insertionsort(T[], int, int) - Static method in class com.icafe4j.util.ArrayUtils
-
- insertIPTC(InputStream, OutputStream, Collection<IPTCDataSet>, boolean) - Static method in class com.icafe4j.image.jpeg.JPGTweaker
-
Inserts a list of IPTCDataSet into a JPEG APP13 Photoshop IRB segment
- insertIPTC(InputStream, OutputStream, Collection<IPTCDataSet>) - Static method in class com.icafe4j.image.meta.Metadata
-
- insertIPTC(InputStream, OutputStream, Collection<IPTCDataSet>, boolean) - Static method in class com.icafe4j.image.meta.Metadata
-
- insertIPTC(RandomAccessInputStream, RandomAccessOutputStream, Collection<IPTCDataSet>, boolean) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
- insertIPTC(RandomAccessInputStream, RandomAccessOutputStream, int, Collection<IPTCDataSet>, boolean) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
Insert IPTC data into TIFF image.
- insertIRB(InputStream, OutputStream, Collection<_8BIM>, boolean) - Static method in class com.icafe4j.image.jpeg.JPGTweaker
-
Inserts a collection of _8BIM into a JPEG APP13 Photoshop IRB segment
- insertIRB(InputStream, OutputStream, Collection<_8BIM>) - Static method in class com.icafe4j.image.meta.Metadata
-
- insertIRB(InputStream, OutputStream, Collection<_8BIM>, boolean) - Static method in class com.icafe4j.image.meta.Metadata
-
- insertIRB(RandomAccessInputStream, RandomAccessOutputStream, Collection<_8BIM>, boolean) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
- insertIRB(RandomAccessInputStream, RandomAccessOutputStream, int, Collection<_8BIM>, boolean) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
- insertIRBThumbnail(InputStream, OutputStream, BufferedImage) - Static method in class com.icafe4j.image.jpeg.JPGTweaker
-
- insertIRBThumbnail(InputStream, OutputStream, BufferedImage) - Static method in class com.icafe4j.image.meta.Metadata
-
- insertLeadingPI(Document, String, String) - Static method in class com.icafe4j.string.XMLUtils
-
- insertMetadata(Collection<Metadata>, InputStream, OutputStream) - Static method in class com.icafe4j.image.jpeg.JPGTweaker
-
Insert a collection of Metadata into an image
- insertMetadata(Collection<Metadata>, InputStream, OutputStream) - Static method in class com.icafe4j.image.meta.Metadata
-
Insert a collection of Metadata into an image
- insertMetadata(RandomAccessInputStream, RandomAccessOutputStream, Collection<Metadata>) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
- insertMetadata(RandomAccessInputStream, RandomAccessOutputStream, int, Collection<Metadata>) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
Insert a collection of Metadata into TIFF page specified by the pageNumber
- insertPage(BufferedImage, int, RandomAccessOutputStream, List<IFD>, int, TIFFWriter) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
Insert a single page into a TIFF image
- insertPage(ImageFrame, int, RandomAccessOutputStream, List<IFD>, int, TIFFWriter) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
- insertPages(RandomAccessInputStream, RandomAccessOutputStream, int, BufferedImage...) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
- insertPages(RandomAccessInputStream, RandomAccessOutputStream, int, ImageFrame...) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
Insert ImageFrames into existing TIFF image.
- insertPages(RandomAccessInputStream, RandomAccessOutputStream, int, ImageParam[], BufferedImage...) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
Insert pages into a TIFF image.
- insertTextChunk(ChunkType, String, String, InputStream, OutputStream) - Static method in class com.icafe4j.image.png.PNGTweaker
-
- insertTextChunks(TextualChunks, InputStream, OutputStream) - Static method in class com.icafe4j.image.png.PNGTweaker
-
- insertThumbnail(RandomAccessInputStream, RandomAccessOutputStream, BufferedImage) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
Insert a thumbnail into PHOTOSHOP private tag field
- insertTiffImage(File, File, int, File) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
Insert a TIFF image into another TIFF image or append it to the end of the first image in case the first image
is only one page.
- insertTiffImage(RandomAccessInputStream, RandomAccessInputStream, int, RandomAccessOutputStream) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
Insert a TIFF image into another TIFF image or append it to the end of the first image in case the first image
is only one page.
- insertTrailingPI(Document, String, String) - Static method in class com.icafe4j.string.XMLUtils
-
- insertXMP(InputStream, OutputStream, XMP) - Static method in class com.icafe4j.image.jpeg.JPGTweaker
-
Insert a XMP instance into the image.
- insertXMP(InputStream, OutputStream, String, String) - Static method in class com.icafe4j.image.jpeg.JPGTweaker
-
Insert XMP into single APP1 or multiple segments.
- insertXMP(InputStream, OutputStream, XMP) - Static method in class com.icafe4j.image.meta.Metadata
-
- insertXMP(InputStream, OutputStream, String) - Static method in class com.icafe4j.image.meta.Metadata
-
- insertXMP(InputStream, OutputStream, XMP) - Static method in class com.icafe4j.image.png.PNGTweaker
-
- insertXMP(InputStream, OutputStream, String) - Static method in class com.icafe4j.image.png.PNGTweaker
-
- insertXMP(XMP, RandomAccessInputStream, RandomAccessOutputStream) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
- insertXMP(XMP, int, RandomAccessInputStream, RandomAccessOutputStream) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
- insertXMP(byte[], RandomAccessInputStream, RandomAccessOutputStream) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
- insertXMP(byte[], int, RandomAccessInputStream, RandomAccessOutputStream) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
Insert XMP data into TIFF image
- insertXMP(String, RandomAccessInputStream, RandomAccessOutputStream) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
- insertXMPApplicationBlock(InputStream, OutputStream, XMP) - Static method in class com.icafe4j.image.gif.GIFTweaker
-
- insertXMPApplicationBlock(InputStream, OutputStream, byte[]) - Static method in class com.icafe4j.image.gif.GIFTweaker
-
- insertXMPApplicationBlock(InputStream, OutputStream, String) - Static method in class com.icafe4j.image.gif.GIFTweaker
-
- Int32ComponentColorModel - Class in com.icafe4j.image.color
-
A workaround for the bug of Java ComponentColorModel cannot handle 32 bit
sample correctly.
- Int32ComponentColorModel(ColorSpace, boolean) - Constructor for class com.icafe4j.image.color.Int32ComponentColorModel
-
- integerListToIntArray(List<Integer>) - Static method in class com.icafe4j.util.CollectionUtils
-
- interlaceMethod(int) - Method in class com.icafe4j.image.png.IHDRBuilder
-
- InteropTag - Enum in com.icafe4j.image.meta.exif
-
Defines Interoperability tags
- IntHashtable<E> - Class in com.icafe4j.util
-
A hash table using primitive integer keys.
- IntHashtable() - Constructor for class com.icafe4j.util.IntHashtable
-
Construct the hash table.
- IntHashtable(int) - Constructor for class com.icafe4j.util.IntHashtable
-
Construct the hash table.
- intToHexString(int) - Static method in class com.icafe4j.string.StringUtils
-
- intToHexStringMM(int) - Static method in class com.icafe4j.string.StringUtils
-
- InverseColorMap - Class in com.icafe4j.image.util
-
Helper class used for the dithering process to provide an efficient
nearest color searching in a predefined color map for a given color.
- InverseColorMap() - Constructor for class com.icafe4j.image.util.InverseColorMap
-
- InverseColorMap(int) - Constructor for class com.icafe4j.image.util.InverseColorMap
-
- inverseDCT(float[][]) - Static method in class com.icafe4j.image.util.DCT
-
- invertBits(byte[], int) - Static method in class com.icafe4j.image.util.IMGUtils
-
- invertBits(short[], int) - Static method in class com.icafe4j.image.util.IMGUtils
-
- InvokeMain - Class in com.icafe4j.test
-
- InvokeMain() - Constructor for class com.icafe4j.test.InvokeMain
-
- invokeMain(String...) - Static method in class com.icafe4j.util.LangUtils
-
- IOUtils - Class in com.icafe4j.io
-
General purpose IO helper class
- IPTC - Class in com.icafe4j.image.meta.iptc
-
- IPTC() - Constructor for class com.icafe4j.image.meta.iptc.IPTC
-
- IPTC(byte[]) - Constructor for class com.icafe4j.image.meta.iptc.IPTC
-
- IPTC_NAA - Class in com.icafe4j.image.meta.adobe
-
- IPTC_NAA() - Constructor for class com.icafe4j.image.meta.adobe.IPTC_NAA
-
- IPTC_NAA(String) - Constructor for class com.icafe4j.image.meta.adobe.IPTC_NAA
-
- IPTC_NAA(String, byte[]) - Constructor for class com.icafe4j.image.meta.adobe.IPTC_NAA
-
- IPTCApplicationTag - Enum in com.icafe4j.image.meta.iptc
-
Defines DataSet tags for IPTC Application Record - Record number 2.
- IPTCDataSet - Class in com.icafe4j.image.meta.iptc
-
International Press Telecommunications Council (IPTC) data set
- IPTCDataSet(int, byte[]) - Constructor for class com.icafe4j.image.meta.iptc.IPTCDataSet
-
- IPTCDataSet(int, int, int, byte[], int) - Constructor for class com.icafe4j.image.meta.iptc.IPTCDataSet
-
- IPTCDataSet(int, String) - Constructor for class com.icafe4j.image.meta.iptc.IPTCDataSet
-
- IPTCDataSet(IPTCApplicationTag, byte[]) - Constructor for class com.icafe4j.image.meta.iptc.IPTCDataSet
-
- IPTCDataSet(IPTCApplicationTag, String) - Constructor for class com.icafe4j.image.meta.iptc.IPTCDataSet
-
- IPTCDataSet(IPTCRecord, int, byte[]) - Constructor for class com.icafe4j.image.meta.iptc.IPTCDataSet
-
- IPTCDataSet(IPTCRecord, int, String) - Constructor for class com.icafe4j.image.meta.iptc.IPTCDataSet
-
- IPTCEnvelopeTag - Enum in com.icafe4j.image.meta.iptc
-
Defines DataSet tags for IPTC Envelope Record - Record number 1.
- IPTCFotoStationTag - Enum in com.icafe4j.image.meta.iptc
-
Defines DataSet tags for IPTC FotoStation Record - Record number 240.
- IPTCNewsPhotoTag - Enum in com.icafe4j.image.meta.iptc
-
Defines DataSet tags for IPTC NewsPhoto Record - Record number 3.
- IPTCObjectDataTag - Enum in com.icafe4j.image.meta.iptc
-
Defines DataSet tags for IPTC ObjectData Record - Record number 8.
- IPTCPostObjectDataTag - Enum in com.icafe4j.image.meta.iptc
-
Defines DataSet tags for IPTC PostObjectData Record - Record number 9.
- IPTCPreObjectDataTag - Enum in com.icafe4j.image.meta.iptc
-
Defines DataSet tags for IPTC PreObjectData Record - Record number 7.
- IPTCRecord - Enum in com.icafe4j.image.meta.iptc
-
Defines IPTC data set record number
*
- IPTCTag - Interface in com.icafe4j.image.meta.iptc
-
- IPTCTagComparator - Class in com.icafe4j.image.meta.iptc
-
- IPTCTagComparator() - Constructor for class com.icafe4j.image.meta.iptc.IPTCTagComparator
-
- IRB - Class in com.icafe4j.image.meta.adobe
-
- IRB(byte[]) - Constructor for class com.icafe4j.image.meta.adobe.IRB
-
- IRBThumbnail - Class in com.icafe4j.image.meta.adobe
-
Photoshop Image Resource Block thumbnail.
- IRBThumbnail() - Constructor for class com.icafe4j.image.meta.adobe.IRBThumbnail
-
- IRBThumbnail(BufferedImage) - Constructor for class com.icafe4j.image.meta.adobe.IRBThumbnail
-
- IRBThumbnail(int, int, int, byte[]) - Constructor for class com.icafe4j.image.meta.adobe.IRBThumbnail
-
- IRBThumbnail(IRBThumbnail) - Constructor for class com.icafe4j.image.meta.adobe.IRBThumbnail
-
- isApplyAdaptiveFilter() - Method in class com.icafe4j.image.options.PNGOptions
-
- isApplyDither() - Method in class com.icafe4j.image.ImageParam
-
- isApplyPredictor() - Method in class com.icafe4j.image.options.TIFFOptions
-
- isColor() - Method in class com.icafe4j.image.meta.icc.ICCProfile
-
- isCritical() - Method in enum com.icafe4j.image.meta.exif.ExifTag
-
- isCritical() - Method in enum com.icafe4j.image.meta.exif.GPSTag
-
- isCritical() - Method in enum com.icafe4j.image.meta.exif.InteropTag
-
- isCritical() - Method in interface com.icafe4j.image.tiff.Tag
-
- isCritical() - Method in enum com.icafe4j.image.tiff.TiffTag
-
- isDataRead - Variable in class com.icafe4j.image.meta.Metadata
-
- isDataRead() - Method in class com.icafe4j.image.meta.Metadata
-
- isDataRead() - Method in interface com.icafe4j.image.meta.MetadataReader
-
- isEmbeddedInFile() - Method in class com.icafe4j.image.meta.icc.ICCProfile
-
- isEmpty() - Method in class com.icafe4j.util.BinarySearchTree
-
Test if the tree is logically empty.
- isEmpty() - Method in class com.icafe4j.util.DoublyLinkedList
-
- isEmpty() - Method in class com.icafe4j.util.DoublyLinkedListQueue
-
- isEmpty() - Method in class com.icafe4j.util.LeftistHeap
-
Test if the priority queue is logically empty.
- isEmpty() - Method in class com.icafe4j.util.LinkedList
-
Test if the list is logically empty.
- isEmpty() - Method in class com.icafe4j.util.LinkedListQueue
-
- isEmpty() - Method in class com.icafe4j.util.LinkedListStack
-
- isEmpty() - Method in class com.icafe4j.util.LRUCache
-
- isEmpty() - Method in class com.icafe4j.util.SinglyLinkedList
-
- isEmpty() - Method in class com.icafe4j.util.SortedSinglyLinkedList
-
- isGlossy() - Method in class com.icafe4j.image.meta.icc.ICCProfile
-
- isInCharset(String, String) - Static method in class com.icafe4j.string.StringUtils
-
- isMetadataEntryGroup() - Method in class com.icafe4j.image.meta.MetadataEntry
-
- isNullOrEmpty(CharSequence) - Static method in class com.icafe4j.string.StringUtils
-
Checks if a string is null, empty, or consists only of white spaces
- isPastEnd() - Method in class com.icafe4j.util.LinkedListItr
-
Test if the current position is past the end of the list.
- isPositive() - Method in class com.icafe4j.image.meta.icc.ICCProfile
-
- isReflective() - Method in class com.icafe4j.image.meta.icc.ICCProfile
-
- isThumbnailRequired() - Method in class com.icafe4j.image.meta.exif.Exif
-
- isTiffFlavor() - Method in class com.icafe4j.image.options.JPGOptions
-
- isTransparent() - Method in class com.icafe4j.image.ImageParam
-
Specifies whether or not single-color transparency is set.
- isTransparent() - Method in class com.icafe4j.image.reader.GIFReader
-
- isValidCRC() - Method in class com.icafe4j.image.png.Chunk
-
- isValidCRC() - Method in class com.icafe4j.image.png.UnknownChunk
-
- isValidDateStr(String, String) - Static method in class com.icafe4j.date.DateUtils
-
- isValidDateStr(String, String, Locale) - Static method in class com.icafe4j.date.DateUtils
-
Checks if a date string conforms to a specific format for the given locale
- iterator() - Method in class com.icafe4j.image.meta.adobe.DDB
-
- iterator() - Method in class com.icafe4j.image.meta.adobe.IRB
-
- iterator() - Method in class com.icafe4j.image.meta.exif.Exif
-
- iterator() - Method in class com.icafe4j.image.meta.icc.ICCProfile
-
- iterator() - Method in class com.icafe4j.image.meta.image.Comments
-
- iterator() - Method in class com.icafe4j.image.meta.image.ImageMetadata
-
- iterator() - Method in class com.icafe4j.image.meta.iptc.IPTC
-
- iterator() - Method in class com.icafe4j.image.meta.jpeg.Adobe
-
- iterator() - Method in class com.icafe4j.image.meta.jpeg.Ducky
-
- iterator() - Method in class com.icafe4j.image.meta.jpeg.JFIF
-
- iterator() - Method in class com.icafe4j.image.meta.Metadata
-
- iterator() - Method in class com.icafe4j.image.meta.png.TextualChunks
-
- iterator() - Method in class com.icafe4j.image.meta.png.TIMEChunk
-
- iterator() - Method in class com.icafe4j.image.meta.xmp.XMP
-
- iterator() - Method in class com.icafe4j.image.tiff.TIFFImage
-
- radiusbias - Static variable in class com.icafe4j.image.quant.NeuQuant
-
- radiusbiasshift - Static variable in class com.icafe4j.image.quant.NeuQuant
-
- radiusdec - Static variable in class com.icafe4j.image.quant.NeuQuant
-
- RandomAccessInputStream - Class in com.icafe4j.io
-
Implements a random access input stream
- RandomAccessInputStream(InputStream) - Constructor for class com.icafe4j.io.RandomAccessInputStream
-
- RandomAccessOutputStream - Class in com.icafe4j.io
-
Based on javax.imageio.stream.MemoryCache.java.
- RandomAccessOutputStream(OutputStream) - Constructor for class com.icafe4j.io.RandomAccessOutputStream
-
- RandomInputStreamAdaptor<E> - Class in com.icafe4j.io
-
- RandomInputStreamAdaptor(E[]) - Constructor for class com.icafe4j.io.RandomInputStreamAdaptor
-
- rationalArrayToString(int[], boolean) - Static method in class com.icafe4j.string.StringUtils
-
Formats TIFF rational data field.
- RationalField - Class in com.icafe4j.image.tiff
-
TIFF Rational type field.
- RationalField(short, int[]) - Constructor for class com.icafe4j.image.tiff.RationalField
-
- rationalToString(DecimalFormat, boolean, int...) - Static method in class com.icafe4j.string.StringUtils
-
- read(InputStream) - Method in class com.icafe4j.image.gif.FrameReader
-
- read(File) - Static method in class com.icafe4j.image.ImageIO
-
- read(InputStream) - Static method in class com.icafe4j.image.ImageIO
-
Read the image or the first frame of the image as a BufferedImage
from the InputStream for the image.
- read(String) - Static method in class com.icafe4j.image.ImageIO
-
- read() - Method in class com.icafe4j.image.jpeg.COMReader
-
- read() - Method in class com.icafe4j.image.jpeg.DHTReader
-
- read() - Method in class com.icafe4j.image.jpeg.DQTReader
-
- read() - Method in class com.icafe4j.image.jpeg.SOFReader
-
- read() - Method in class com.icafe4j.image.jpeg.SOSReader
-
- read() - Method in class com.icafe4j.image.meta.adobe.DDB
-
- read() - Method in class com.icafe4j.image.meta.adobe.IRB
-
- read() - Method in class com.icafe4j.image.meta.exif.Exif
-
- read() - Method in class com.icafe4j.image.meta.icc.ICCProfile
-
- read(byte[]) - Method in class com.icafe4j.image.meta.icc.ProfileTagTable
-
- read() - Method in class com.icafe4j.image.meta.image.Comments
-
- read() - Method in class com.icafe4j.image.meta.image.ImageMetadata
-
- read() - Method in class com.icafe4j.image.meta.iptc.IPTC
-
- read() - Method in class com.icafe4j.image.meta.jpeg.Adobe
-
- read() - Method in class com.icafe4j.image.meta.jpeg.Ducky
-
- read() - Method in class com.icafe4j.image.meta.jpeg.JFIF
-
- read() - Method in class com.icafe4j.image.meta.png.TextualChunks
-
- read() - Method in class com.icafe4j.image.meta.png.TIMEChunk
-
- read() - Method in class com.icafe4j.image.meta.xmp.XMP
-
- read() - Method in class com.icafe4j.image.png.IDATReader
-
- read() - Method in class com.icafe4j.image.png.IENDReader
-
- read() - Method in class com.icafe4j.image.png.IHDRReader
-
- read() - Method in class com.icafe4j.image.png.PLTEReader
-
- read() - Method in class com.icafe4j.image.png.SRGBReader
-
- read() - Method in class com.icafe4j.image.png.TextReader
-
- read() - Method in class com.icafe4j.image.png.TIMEReader
-
Read the tIME chunk.
- read() - Method in class com.icafe4j.image.png.TRNSReader
-
- read() - Method in class com.icafe4j.image.png.UnknownChunkReader
-
- read(InputStream) - Method in class com.icafe4j.image.reader.BMPReader
-
- read(InputStream) - Method in class com.icafe4j.image.reader.GIFReader
-
- read(InputStream) - Method in class com.icafe4j.image.reader.ImageReader
-
- read(InputStream) - Method in class com.icafe4j.image.reader.JPGReader
-
- read(InputStream) - Method in class com.icafe4j.image.reader.PCXReader
-
- read(InputStream) - Method in class com.icafe4j.image.reader.PNGReader
-
- read(InputStream) - Method in class com.icafe4j.image.reader.TGAReader
-
- read(InputStream) - Method in class com.icafe4j.image.reader.TIFFReader
-
- read(InputStream) - Method in class com.icafe4j.image.tiff.PageReader
-
- read() - Method in class com.icafe4j.io.EndianAwareInputStream
-
- read() - Method in class com.icafe4j.io.FileCacheRandomAccessInputStream
-
- read(byte[], int, int) - Method in class com.icafe4j.io.FileCacheRandomAccessInputStream
-
- read() - Method in class com.icafe4j.io.FileCacheSeekableStream
-
Reads the next byte of data from the input stream.
- read(byte[], int, int) - Method in class com.icafe4j.io.FileCacheSeekableStream
-
Reads up to len
bytes of data from the input stream into
an array of bytes.
- read() - Method in class com.icafe4j.io.ForwardSeekableStream
-
Forwards the request to the real InputStream
.
- read(byte[], int, int) - Method in class com.icafe4j.io.ForwardSeekableStream
-
Forwards the request to the real InputStream
.
- read(InputStream) - Static method in class com.icafe4j.io.IOUtils
-
- read(InputStream, byte[]) - Static method in class com.icafe4j.io.IOUtils
-
- read(InputStream, byte[], int, int) - Static method in class com.icafe4j.io.IOUtils
-
- read() - Method in class com.icafe4j.io.MemoryCacheRandomAccessInputStream
-
- read(byte[], int, int) - Method in class com.icafe4j.io.MemoryCacheRandomAccessInputStream
-
- read() - Method in class com.icafe4j.io.MemoryCacheSeekableStream
-
Reads the next byte of data from the input stream.
- read(byte[], int, int) - Method in class com.icafe4j.io.MemoryCacheSeekableStream
-
Reads up to len
bytes of data from the input stream into
an array of bytes.
- read() - Method in class com.icafe4j.io.PeekHeadInputStream
-
- read(byte[], int, int) - Method in class com.icafe4j.io.PeekHeadInputStream
-
- read() - Method in class com.icafe4j.io.RandomAccessInputStream
-
- read(byte[], int, int) - Method in class com.icafe4j.io.RandomAccessInputStream
-
- read() - Method in class com.icafe4j.io.SeekableStream
-
Reads the next byte of data from the input stream.
- read(byte[], int, int) - Method in class com.icafe4j.io.SeekableStream
-
Reads up to len
bytes of data from the input stream into
an array of bytes.
- read() - Method in interface com.icafe4j.util.Reader
-
- read1(InputStream) - Method in class com.icafe4j.image.reader.JPGReader
-
- readBoolean() - Method in class com.icafe4j.io.EndianAwareInputStream
-
- readBoolean() - Method in class com.icafe4j.io.RandomAccessInputStream
-
- readBoolean() - Method in class com.icafe4j.io.SeekableStream
-
Reads a boolean
from this stream.
- readByte() - Method in class com.icafe4j.io.EndianAwareInputStream
-
- readByte() - Method in class com.icafe4j.io.RandomAccessInputStream
-
- readByte() - Method in class com.icafe4j.io.SeekableStream
-
Reads a signed eight-bit value from this stream.
- readChar() - Method in class com.icafe4j.io.EndianAwareInputStream
-
- readChar() - Method in class com.icafe4j.io.RandomAccessInputStream
-
- readChar() - Method in class com.icafe4j.io.SeekableStream
-
Reads a Unicode character from this stream.
- readCharLE() - Method in class com.icafe4j.io.SeekableStream
-
Reads a Unicode character from this stream in little-endian order.
- readChunks(InputStream) - Static method in class com.icafe4j.image.png.PNGTweaker
-
- readDouble() - Method in class com.icafe4j.io.EndianAwareInputStream
-
- readDouble(InputStream) - Static method in class com.icafe4j.io.IOUtils
-
- readDouble() - Method in class com.icafe4j.io.RandomAccessInputStream
-
- readDouble() - Method in class com.icafe4j.io.SeekableStream
-
Reads a double
from this stream.
- readDoubleLE() - Method in class com.icafe4j.io.SeekableStream
-
Reads a double
from this stream in little-endian order.
- readDoubleMM(InputStream) - Static method in class com.icafe4j.io.IOUtils
-
- Reader - Interface in com.icafe4j.util
-
- readFloat() - Method in class com.icafe4j.io.EndianAwareInputStream
-
- readFloat(InputStream) - Static method in class com.icafe4j.io.IOUtils
-
- readFloat() - Method in class com.icafe4j.io.RandomAccessInputStream
-
- readFloat() - Method in class com.icafe4j.io.SeekableStream
-
Reads a float
from this stream.
- readFloatLE() - Method in class com.icafe4j.io.SeekableStream
-
Reads a float
from this stream in little-endian order.
- readFloatMM(InputStream) - Static method in class com.icafe4j.io.IOUtils
-
- readFully(byte[]) - Method in class com.icafe4j.io.EndianAwareInputStream
-
- readFully(byte[], int, int) - Method in class com.icafe4j.io.EndianAwareInputStream
-
- readFully(InputStream, int) - Static method in class com.icafe4j.io.IOUtils
-
- readFully(InputStream, byte[]) - Static method in class com.icafe4j.io.IOUtils
-
- readFully(InputStream, byte[], int, int) - Static method in class com.icafe4j.io.IOUtils
-
- readFully(byte[]) - Method in class com.icafe4j.io.RandomAccessInputStream
-
- readFully(byte[], int, int) - Method in class com.icafe4j.io.RandomAccessInputStream
-
- readFully(byte[]) - Method in class com.icafe4j.io.SeekableStream
-
Reads b.length
bytes from this stream into the byte
array, starting at the current stream pointer.
- readFully(byte[], int, int) - Method in class com.icafe4j.io.SeekableStream
-
Reads exactly len
bytes from this stream into the byte
array, starting at the current stream pointer.
- readICCProfileChunk(InputStream) - Static method in class com.icafe4j.image.png.PNGTweaker
-
- readIFDs(InputStream) - Method in class com.icafe4j.image.reader.TIFFReader
-
- readIFDs(List<IFD>, RandomAccessInputStream) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
- readInt() - Method in class com.icafe4j.io.EndianAwareInputStream
-
- readInt(byte[], int) - Static method in class com.icafe4j.io.IOUtils
-
- readInt(InputStream) - Static method in class com.icafe4j.io.IOUtils
-
- readInt() - Method in class com.icafe4j.io.RandomAccessInputStream
-
- readInt(byte[], int) - Method in interface com.icafe4j.io.ReadStrategy
-
- readInt(InputStream) - Method in interface com.icafe4j.io.ReadStrategy
-
- readInt(byte[], int) - Method in class com.icafe4j.io.ReadStrategyII
-
- readInt(InputStream) - Method in class com.icafe4j.io.ReadStrategyII
-
- readInt(byte[], int) - Method in class com.icafe4j.io.ReadStrategyMM
-
- readInt(InputStream) - Method in class com.icafe4j.io.ReadStrategyMM
-
- readInt() - Method in class com.icafe4j.io.SeekableStream
-
Reads a signed 32-bit integer from this stream.
- readIntLE() - Method in class com.icafe4j.io.SeekableStream
-
Reads a signed 32-bit integer from this stream in little-endian order.
- readIntMM(byte[], int) - Static method in class com.icafe4j.io.IOUtils
-
- readIntMM(InputStream) - Static method in class com.icafe4j.io.IOUtils
-
- readLine() - Method in class com.icafe4j.io.EndianAwareInputStream
-
Deprecated.
- readLine() - Method in class com.icafe4j.io.RandomAccessInputStream
-
Deprecated.
- readLine() - Method in class com.icafe4j.io.SeekableStream
-
Reads the next line of text from this stream.
- readLong() - Method in class com.icafe4j.io.EndianAwareInputStream
-
- readLong(byte[], int) - Static method in class com.icafe4j.io.IOUtils
-
- readLong(InputStream) - Static method in class com.icafe4j.io.IOUtils
-
- readLong() - Method in class com.icafe4j.io.RandomAccessInputStream
-
- readLong(byte[], int) - Method in interface com.icafe4j.io.ReadStrategy
-
- readLong(InputStream) - Method in interface com.icafe4j.io.ReadStrategy
-
- readLong(byte[], int) - Method in class com.icafe4j.io.ReadStrategyII
-
- readLong(InputStream) - Method in class com.icafe4j.io.ReadStrategyII
-
- readLong(byte[], int) - Method in class com.icafe4j.io.ReadStrategyMM
-
- readLong(InputStream) - Method in class com.icafe4j.io.ReadStrategyMM
-
- readLong() - Method in class com.icafe4j.io.SeekableStream
-
Reads a signed 64-bit integer from this stream.
- readLongLE() - Method in class com.icafe4j.io.SeekableStream
-
Reads a signed 64-bit integer from this stream in little-endian
order.
- readLongMM(byte[], int) - Static method in class com.icafe4j.io.IOUtils
-
- readLongMM(InputStream) - Static method in class com.icafe4j.io.IOUtils
-
- readMetadata(InputStream) - Static method in class com.icafe4j.image.bmp.BMPTweaker
-
- readMetadata(InputStream) - Static method in class com.icafe4j.image.gif.GIFTweaker
-
- readMetadata(InputStream) - Static method in class com.icafe4j.image.jpeg.JPGTweaker
-
Reads metadata from the input image stream.
- readMetadata(File) - Static method in class com.icafe4j.image.meta.Metadata
-
- readMetadata(InputStream) - Static method in class com.icafe4j.image.meta.Metadata
-
Reads all metadata associated with the input image
- readMetadata(String) - Static method in class com.icafe4j.image.meta.Metadata
-
- readMetadata(InputStream) - Static method in class com.icafe4j.image.png.PNGTweaker
-
- readMetadata(RandomAccessInputStream) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
- readMetadata(RandomAccessInputStream, int) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
- readS15Fixed16MMNumber(byte[], int) - Static method in class com.icafe4j.io.IOUtils
-
- readS15Fixed16MMNumber(InputStream) - Static method in class com.icafe4j.io.IOUtils
-
- readS15Fixed16Number() - Method in class com.icafe4j.io.EndianAwareInputStream
-
- readS15Fixed16Number(byte[], int) - Static method in class com.icafe4j.io.IOUtils
-
- readS15Fixed16Number(InputStream) - Static method in class com.icafe4j.io.IOUtils
-
- readS15Fixed16Number() - Method in class com.icafe4j.io.RandomAccessInputStream
-
- readS15Fixed16Number(byte[], int) - Method in interface com.icafe4j.io.ReadStrategy
-
- readS15Fixed16Number(InputStream) - Method in interface com.icafe4j.io.ReadStrategy
-
- readS15Fixed16Number(byte[], int) - Method in class com.icafe4j.io.ReadStrategyII
-
- readS15Fixed16Number(InputStream) - Method in class com.icafe4j.io.ReadStrategyII
-
- readS15Fixed16Number(byte[], int) - Method in class com.icafe4j.io.ReadStrategyMM
-
- readS15Fixed16Number(InputStream) - Method in class com.icafe4j.io.ReadStrategyMM
-
- readShort() - Method in class com.icafe4j.io.EndianAwareInputStream
-
- readShort(byte[], int) - Static method in class com.icafe4j.io.IOUtils
-
- readShort(InputStream) - Static method in class com.icafe4j.io.IOUtils
-
- readShort() - Method in class com.icafe4j.io.RandomAccessInputStream
-
- readShort(byte[], int) - Method in interface com.icafe4j.io.ReadStrategy
-
- readShort(InputStream) - Method in interface com.icafe4j.io.ReadStrategy
-
- readShort(byte[], int) - Method in class com.icafe4j.io.ReadStrategyII
-
- readShort(InputStream) - Method in class com.icafe4j.io.ReadStrategyII
-
- readShort(byte[], int) - Method in class com.icafe4j.io.ReadStrategyMM
-
- readShort(InputStream) - Method in class com.icafe4j.io.ReadStrategyMM
-
- readShort() - Method in class com.icafe4j.io.SeekableStream
-
Reads a signed 16-bit number from this stream.
- readShortLE() - Method in class com.icafe4j.io.SeekableStream
-
Reads a signed 16-bit number from this stream in little-endian order.
- readShortMM(byte[], int) - Static method in class com.icafe4j.io.IOUtils
-
- readShortMM(InputStream) - Static method in class com.icafe4j.io.IOUtils
-
- readStrategy - Variable in class com.icafe4j.image.meta.adobe.DDBEntry
-
- ReadStrategy - Interface in com.icafe4j.io
-
- ReadStrategyII - Class in com.icafe4j.io
-
Read strategy for Intel byte order LITTLE-ENDIAN stream.
- ReadStrategyMM - Class in com.icafe4j.io
-
Read strategy for Motorola byte order BIG-ENDIAN stream.
- readTextChunks(File) - Static method in class com.icafe4j.image.png.PNGTweaker
-
- readTextChunks(InputStream) - Static method in class com.icafe4j.image.png.PNGTweaker
-
- readTextChunks(String) - Static method in class com.icafe4j.image.png.PNGTweaker
-
- readU16Fixed16Number() - Method in class com.icafe4j.io.EndianAwareInputStream
-
- readU16Fixed16Number() - Method in class com.icafe4j.io.RandomAccessInputStream
-
- readU16Fixed16Number(byte[], int) - Method in interface com.icafe4j.io.ReadStrategy
-
- readU16Fixed16Number(InputStream) - Method in interface com.icafe4j.io.ReadStrategy
-
- readU16Fixed16Number(byte[], int) - Method in class com.icafe4j.io.ReadStrategyII
-
- readU16Fixed16Number(InputStream) - Method in class com.icafe4j.io.ReadStrategyII
-
- readU16Fixed16Number(byte[], int) - Method in class com.icafe4j.io.ReadStrategyMM
-
- readU16Fixed16Number(InputStream) - Method in class com.icafe4j.io.ReadStrategyMM
-
- readU8Fixed8Number() - Method in class com.icafe4j.io.EndianAwareInputStream
-
- readU8Fixed8Number() - Method in class com.icafe4j.io.RandomAccessInputStream
-
- readU8Fixed8Number(byte[], int) - Method in interface com.icafe4j.io.ReadStrategy
-
- readU8Fixed8Number(InputStream) - Method in interface com.icafe4j.io.ReadStrategy
-
- readU8Fixed8Number(byte[], int) - Method in class com.icafe4j.io.ReadStrategyII
-
- readU8Fixed8Number(InputStream) - Method in class com.icafe4j.io.ReadStrategyII
-
- readU8Fixed8Number(byte[], int) - Method in class com.icafe4j.io.ReadStrategyMM
-
- readU8Fixed8Number(InputStream) - Method in class com.icafe4j.io.ReadStrategyMM
-
- readUnsignedByte() - Method in class com.icafe4j.io.EndianAwareInputStream
-
- readUnsignedByte() - Method in class com.icafe4j.io.RandomAccessInputStream
-
- readUnsignedByte() - Method in class com.icafe4j.io.SeekableStream
-
Reads an unsigned eight-bit number from this stream.
- readUnsignedInt() - Method in class com.icafe4j.io.EndianAwareInputStream
-
- readUnsignedInt(byte[], int) - Static method in class com.icafe4j.io.IOUtils
-
- readUnsignedInt(InputStream) - Static method in class com.icafe4j.io.IOUtils
-
- readUnsignedInt() - Method in class com.icafe4j.io.RandomAccessInputStream
-
- readUnsignedInt(byte[], int) - Method in interface com.icafe4j.io.ReadStrategy
-
- readUnsignedInt(InputStream) - Method in interface com.icafe4j.io.ReadStrategy
-
- readUnsignedInt(byte[], int) - Method in class com.icafe4j.io.ReadStrategyII
-
- readUnsignedInt(InputStream) - Method in class com.icafe4j.io.ReadStrategyII
-
- readUnsignedInt(byte[], int) - Method in class com.icafe4j.io.ReadStrategyMM
-
- readUnsignedInt(InputStream) - Method in class com.icafe4j.io.ReadStrategyMM
-
- readUnsignedInt() - Method in class com.icafe4j.io.SeekableStream
-
Reads an unsigned 32-bit integer from this stream.
- readUnsignedIntLE() - Method in class com.icafe4j.io.SeekableStream
-
Reads an unsigned 32-bit integer from this stream in little-endian
order.
- readUnsignedIntMM(byte[], int) - Static method in class com.icafe4j.io.IOUtils
-
- readUnsignedIntMM(InputStream) - Static method in class com.icafe4j.io.IOUtils
-
- readUnsignedShort() - Method in class com.icafe4j.io.EndianAwareInputStream
-
- readUnsignedShort(byte[], int) - Static method in class com.icafe4j.io.IOUtils
-
- readUnsignedShort(InputStream) - Static method in class com.icafe4j.io.IOUtils
-
- readUnsignedShort() - Method in class com.icafe4j.io.RandomAccessInputStream
-
- readUnsignedShort(byte[], int) - Method in interface com.icafe4j.io.ReadStrategy
-
- readUnsignedShort(InputStream) - Method in interface com.icafe4j.io.ReadStrategy
-
- readUnsignedShort(byte[], int) - Method in class com.icafe4j.io.ReadStrategyII
-
- readUnsignedShort(InputStream) - Method in class com.icafe4j.io.ReadStrategyII
-
- readUnsignedShort(byte[], int) - Method in class com.icafe4j.io.ReadStrategyMM
-
- readUnsignedShort(InputStream) - Method in class com.icafe4j.io.ReadStrategyMM
-
- readUnsignedShort() - Method in class com.icafe4j.io.SeekableStream
-
Reads an unsigned 16-bit number from this stream.
- readUnsignedShortLE() - Method in class com.icafe4j.io.SeekableStream
-
Reads an unsigned 16-bit number from this stream in little-endian order.
- readUnsignedShortMM(byte[], int) - Static method in class com.icafe4j.io.IOUtils
-
- readUnsignedShortMM(InputStream) - Static method in class com.icafe4j.io.IOUtils
-
- readUTF() - Method in class com.icafe4j.io.EndianAwareInputStream
-
Due to the current implementation, writeUTF and readUTF are the
only methods which are machine or byte sequence independent as
they are actually both Motorola byte sequence under the hood.
- readUTF() - Method in class com.icafe4j.io.RandomAccessInputStream
-
Due to the current implementation, writeUTF and readUTF are the
only methods which are machine or byte sequence independent as
they are actually both Motorola byte sequence under the hood.
- readUTF() - Method in class com.icafe4j.io.SeekableStream
-
Reads in a string from this stream.
- redMap(byte[]) - Method in class com.icafe4j.image.png.PLTEBuilder
-
- reduceColors(QuantMethod, int[], int, byte[], int[], boolean) - Static method in class com.icafe4j.image.util.IMGUtils
-
- reduceColorsDiffusionDither(int[], int, int, int, byte[], int[]) - Static method in class com.icafe4j.image.util.IMGUtils
-
Reduces a true color image to an indexed-color image with no_of_color using "Popularity algorithm"
followed by Floyd-Steinberg error diffusion dithering.
- reduceColorsDiffusionDither(QuantMethod, int[], int, int, int, byte[], int[]) - Static method in class com.icafe4j.image.util.IMGUtils
-
- reduceColorsOrderedDither(int[], int, int, int, byte[], int[], int[][]) - Static method in class com.icafe4j.image.util.IMGUtils
-
- reduceColorsOrderedDither(QuantMethod, int[], int, int, int, byte[], int[], int[][]) - Static method in class com.icafe4j.image.util.IMGUtils
-
- relativize(URI, URI) - Static method in class com.icafe4j.util.LangUtils
-
- remove(E) - Method in class com.icafe4j.util.BinarySearchTree
-
Remove from the tree..
- remove() - Method in class com.icafe4j.util.DoublyLinkedList
-
- remove(E) - Method in class com.icafe4j.util.DoublyLinkedList
-
- remove(E) - Method in class com.icafe4j.util.DoublyLinkedListQueue
-
- remove(K) - Method in class com.icafe4j.util.ExternalChainingHashTable
-
Remove from the hash table.
- remove(int) - Method in class com.icafe4j.util.IntHashtable
-
Remove from the hash table.
- remove(E) - Method in class com.icafe4j.util.LinkedList
-
Remove the first occurrence of an item.
- remove(E) - Method in class com.icafe4j.util.LinkedListQueue
-
- remove(E) - Method in class com.icafe4j.util.LinkedListStack
-
- remove(Object) - Method in class com.icafe4j.util.LRUCache
-
- remove(K) - Method in class com.icafe4j.util.QuadraticProbingHashTable
-
Remove from the hash table.
- remove(E) - Method in class com.icafe4j.util.SeparateChainingHashTable
-
Remove from the hash table.
- remove() - Method in class com.icafe4j.util.SinglyLinkedList
-
- remove(E) - Method in class com.icafe4j.util.SinglyLinkedList
-
- remove(Object) - Method in class com.icafe4j.util.SoftHashMap
-
- remove(E) - Method in class com.icafe4j.util.SortedSinglyLinkedList
-
Removes the first occurrence of an item.
- removeAllFields() - Method in class com.icafe4j.image.tiff.IFD
-
Remove all the entries from the IDF fields map
- removeAncillaryChunks(InputStream, Set<ChunkType>) - Static method in class com.icafe4j.image.png.PNGTweaker
-
- removeAncillaryChunks(List<Chunk>) - Static method in class com.icafe4j.image.png.PNGTweaker
-
- removeAncillaryChunks(String, Set<ChunkType>) - Static method in class com.icafe4j.image.png.PNGTweaker
-
Removes ancillary chunks either specified by "args" or predefined by REMOVABLE EnumSet.
- removeAPPn(Marker, InputStream, OutputStream) - Static method in class com.icafe4j.image.jpeg.JPGTweaker
-
- removeArrayElement(int) - Method in class com.icafe4j.util.GrowableArray
-
Creates a new array from objarray skipping element j.
- removeArrayElement(E) - Method in class com.icafe4j.util.GrowableArray
-
Creates a new array from objarray skipping the first element
with the same value as o.
- removeAttribute(Document, String, String) - Static method in class com.icafe4j.string.XMLUtils
-
- removeChild(Tag) - Method in class com.icafe4j.image.tiff.IFD
-
- removeChunks(List<Chunk>, ChunkType) - Static method in class com.icafe4j.image.png.PNGTweaker
-
- removeChunks(List<Chunk>, Set<ChunkType>) - Static method in class com.icafe4j.image.png.PNGTweaker
-
Removes chunks which have the same ChunkType values from the chunkEnumSet.
- removeCommasFromNumber(Object) - Static method in class com.icafe4j.util.NumberUtils
-
- removeDuplicates(int[]) - Static method in class com.icafe4j.util.ArrayUtils
-
Remove duplicate elements from an int array
- removeField(Tag) - Method in class com.icafe4j.image.tiff.IFD
-
Remove a specific field associated with the given tag
- removeField(Tag) - Method in class com.icafe4j.image.tiff.TIFFImage
-
- removeFromHead() - Method in class com.icafe4j.util.DoublyLinkedList
-
- removeFromHead() - Method in class com.icafe4j.util.SinglyLinkedList
-
- removeFromHead() - Method in class com.icafe4j.util.SortedSinglyLinkedList
-
- removeFromTail() - Method in class com.icafe4j.util.DoublyLinkedList
-
- removeFromTail() - Method in class com.icafe4j.util.SinglyLinkedList
-
- removeFromTail() - Method in class com.icafe4j.util.SortedSinglyLinkedList
-
- removeMetadata(InputStream, OutputStream, MetadataType...) - Static method in class com.icafe4j.image.jpeg.JPGTweaker
-
Removes metadata specified by the input MetadataType set.
- removeMetadata(Set<MetadataType>, InputStream, OutputStream) - Static method in class com.icafe4j.image.jpeg.JPGTweaker
-
Removes metadata specified by the input MetadataType set.
- removeMetadata(InputStream, OutputStream, MetadataType...) - Static method in class com.icafe4j.image.meta.Metadata
-
Remove meta data from image
- removeMetadata(int, RandomAccessInputStream, RandomAccessOutputStream, MetadataType...) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
Remove meta data from TIFF image
- removeMetadata(RandomAccessInputStream, RandomAccessOutputStream, MetadataType...) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
Remove meta data from TIFF image
- removeMetadata(Set<MetadataType>, int, RandomAccessInputStream, RandomAccessOutputStream) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
Remove meta data from TIFF image
- removeMetadata(Set<MetadataType>, RandomAccessInputStream, RandomAccessOutputStream) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
Remove meta data from TIFF image
- removeMinItem() - Method in class com.icafe4j.util.BinarySearchTree
-
Remove minimum item from the tree.
- removePage(int) - Method in class com.icafe4j.image.tiff.TIFFImage
-
- removePages(int, int, RandomAccessInputStream, RandomAccessOutputStream) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
Remove a range of pages from a multiple page TIFF image
- removePages(RandomAccessInputStream, RandomAccessOutputStream, int...) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
Remove pages from a multiple page TIFF image
- removeTextChunks(List<Chunk>) - Static method in class com.icafe4j.image.png.PNGTweaker
-
- renderingIntent(byte) - Method in class com.icafe4j.image.png.SRGBBuilder
-
- replaceLast(String, String, String) - Static method in class com.icafe4j.string.StringUtils
-
Replaces the last occurrence of the string represented by the regular expression
- reset() - Method in class com.icafe4j.image.ImageParam.ImageParamBuilder
-
ImageReader can reset this ImageBuilder to read another image.
- reset(int, int, int) - Method in class com.icafe4j.image.util.BytePacker
-
- reset() - Method in class com.icafe4j.io.FileCacheRandomAccessOutputStream
-
- reset() - Method in class com.icafe4j.io.ForwardSeekableStream
-
Forwards the request to the real InputStream
.
- reset() - Method in class com.icafe4j.io.MemoryCacheRandomAccessOutputStream
-
- reset() - Method in class com.icafe4j.io.RandomAccessOutputStream
-
Reset this stream to be used again
- reset() - Method in class com.icafe4j.io.SeekableStream
-
Returns the file position to its position at the time of
the immediately previous call to the mark()
method.
- reset() - Method in interface com.icafe4j.util.zip.Checksum
-
- reset() - Method in class com.icafe4j.util.zip.CRC32
-
- retainPages(int, int, RandomAccessInputStream, RandomAccessOutputStream) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
- retainPages(RandomAccessInputStream, RandomAccessOutputStream, int...) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
- retrieve() - Method in class com.icafe4j.util.LinkedListItr
-
Return the item stored in the current position.
- reverse(String) - Static method in class com.icafe4j.string.StringUtils
-
- reverse(String, String) - Static method in class com.icafe4j.string.StringUtils
-
- reverse(byte[]) - Static method in class com.icafe4j.util.ArrayUtils
-
- reverse(T[]) - Static method in class com.icafe4j.util.ArrayUtils
-
- reverse() - Method in class com.icafe4j.util.SinglyLinkedList
-
- reverse(SinglyLinkedListNode<E>) - Method in class com.icafe4j.util.SinglyLinkedList
-
- reverse2(String) - Static method in class com.icafe4j.string.StringUtils
-
- reverse2(String, String) - Static method in class com.icafe4j.string.StringUtils
-
- reverseBits(byte[]) - Static method in class com.icafe4j.util.ArrayUtils
-
- reverseBits(byte) - Static method in class com.icafe4j.util.NumberUtils
-
- reverseBits(int) - Static method in class com.icafe4j.util.NumberUtils
-
- reverseLinkedList(LinkedList<T>) - Static method in class com.icafe4j.util.CollectionUtils
-
- reverseWords(String) - Static method in class com.icafe4j.string.StringUtils
-
- rgb2bilevel(int[]) - Static method in class com.icafe4j.image.util.IMGUtils
-
- rgb2bilevelDiffusionDither(int[], int, int) - Static method in class com.icafe4j.image.util.IMGUtils
-
RGB to bilevel image conversion with Floyd-Steinberg dither
- rgb2bilevelOrderedDither(int[], int, int, int[][]) - Static method in class com.icafe4j.image.util.IMGUtils
-
- RGB2CMYK(ICC_ColorSpace, int[], float[][], float[][], float[][], float[][], int, int) - Static method in class com.icafe4j.image.util.IMGUtils
-
- RGB2CMYK(ICC_ColorSpace, int[], int, int, boolean) - Static method in class com.icafe4j.image.util.IMGUtils
-
- RGB2CMYK_Inverted(ICC_ColorSpace, int[], float[][], float[][], float[][], float[][], int, int) - Static method in class com.icafe4j.image.util.IMGUtils
-
- rgb2grayscale(int[]) - Static method in class com.icafe4j.image.util.IMGUtils
-
- rgb2grayscale(int[], int, int) - Static method in class com.icafe4j.image.util.IMGUtils
-
- rgb2grayscaleA(int[]) - Static method in class com.icafe4j.image.util.IMGUtils
-
- RGB2YCbCr(int[]) - Static method in class com.icafe4j.image.util.IMGUtils
-
- RGB2YCbCr(int[], float[][], float[][], float[][], int, int) - Static method in class com.icafe4j.image.util.IMGUtils
-
- RGB2YCbCr(int[][], int[][], int[][], float[][], float[][], float[][], int, int) - Static method in class com.icafe4j.image.util.IMGUtils
-
- RGB2YCbCrA(int[]) - Static method in class com.icafe4j.image.util.IMGUtils
-
- RGB2YCCK_Inverted(ICC_ColorSpace, int[], float[][], float[][], float[][], float[][], int, int) - Static method in class com.icafe4j.image.util.IMGUtils
-
- rgbColorPalette(int[]) - Method in class com.icafe4j.image.ImageParam.ImageParamBuilder
-
- rgbColorPalette - Variable in class com.icafe4j.image.reader.ImageReader
-
- right() - Method in class com.icafe4j.image.compression.huffman.T4CodeHuffmanTreeNode
-
- rowsPerStrip - Variable in class com.icafe4j.image.compression.ccitt.G31DDecoder
-
- runLenArray - Static variable in interface com.icafe4j.image.compression.ccitt.T4Code
-
- SByteField - Class in com.icafe4j.image.tiff
-
TIFF SByte type field.
- SByteField(short, byte[]) - Constructor for class com.icafe4j.image.tiff.SByteField
-
- SCAN_MODE_BOTTOM_LEFT - Static variable in class com.icafe4j.image.reader.TGAReader
-
- SCAN_MODE_BOTTOM_RIGHT - Static variable in class com.icafe4j.image.reader.TGAReader
-
- SCAN_MODE_TOP_LEFT - Static variable in class com.icafe4j.image.reader.TGAReader
-
- SCAN_MODE_TOP_RIGHT - Static variable in class com.icafe4j.image.reader.TGAReader
-
- scanLineWidth - Variable in class com.icafe4j.image.compression.ccitt.G31DDecoder
-
- scanLineWidth - Variable in class com.icafe4j.image.compression.ccitt.G31DEncoder
-
- search - Variable in class com.icafe4j.string.StringSearchTool
-
- SEARCH_CASELESS - Static variable in class com.icafe4j.string.StringSearchTool
-
- SEARCH_EXACT - Static variable in class com.icafe4j.string.StringSearchTool
-
- second(int) - Method in class com.icafe4j.image.png.TIMEBuilder
-
- seek(long) - Method in class com.icafe4j.io.FileCacheRandomAccessInputStream
-
Sets the stream-pointer offset, measured from the beginning of this
file, at which the next read occurs.
- seek(long) - Method in class com.icafe4j.io.FileCacheRandomAccessOutputStream
-
- seek(long) - Method in class com.icafe4j.io.FileCacheSeekableStream
-
Sets the file-pointer offset, measured from the beginning of this
file, at which the next read occurs.
- seek(long) - Method in class com.icafe4j.io.ForwardSeekableStream
-
Seeks forward to the given position in the stream.
- seek(long) - Method in class com.icafe4j.io.MemoryCacheRandomAccessInputStream
-
- seek(long) - Method in class com.icafe4j.io.MemoryCacheRandomAccessOutputStream
-
- seek(long) - Method in class com.icafe4j.io.MemoryCacheSeekableStream
-
Sets the file-pointer offset, measured from the beginning of this
file, at which the next read occurs.
- seek(long) - Method in class com.icafe4j.io.RandomAccessInputStream
-
- seek(long) - Method in class com.icafe4j.io.RandomAccessOutputStream
-
- seek(long) - Method in class com.icafe4j.io.SeekableStream
-
Sets the offset, measured from the beginning of this
stream, at which the next read occurs.
- SeekableStream - Class in com.icafe4j.io
-
An abstract subclass of java.io.InputStream
that allows seeking
within the input, similar to the RandomAccessFile
class.
- SeekableStream() - Constructor for class com.icafe4j.io.SeekableStream
-
- Segment - Class in com.icafe4j.image.jpeg
-
JPEG segment.
- Segment(Marker, int, byte[]) - Constructor for class com.icafe4j.image.jpeg.Segment
-
- SegmentBuilder - Class in com.icafe4j.image.jpeg
-
Base builder for JPEG segments.
- SegmentBuilder(Marker) - Constructor for class com.icafe4j.image.jpeg.SegmentBuilder
-
- send_code_to_buffer(int, int) - Method in class com.icafe4j.image.compression.ccitt.G31DEncoder
-
- SeparateChainingHashTable<E> - Class in com.icafe4j.util
-
Separate chaining hash table.
- SeparateChainingHashTable() - Constructor for class com.icafe4j.util.SeparateChainingHashTable
-
Construct the hash table.
- SeparateChainingHashTable(int) - Constructor for class com.icafe4j.util.SeparateChainingHashTable
-
Construct the hash table.
- serializeChunks(List<Chunk>, OutputStream) - Static method in class com.icafe4j.image.png.PNGTweaker
-
- serializeToByteArray(Document) - Static method in class com.icafe4j.string.XMLUtils
-
- serializeToString(Document) - Static method in class com.icafe4j.string.XMLUtils
-
- serializeToString(Node, String) - Static method in class com.icafe4j.string.XMLUtils
-
Serialize XML Document to string using Transformer
- serializeToStringLS(Document) - Static method in class com.icafe4j.string.XMLUtils
-
Serialize XML Document to string using DOM Level 3 Load/Save
- serializeToStringLS(Document, Node) - Static method in class com.icafe4j.string.XMLUtils
-
Serialize XML Document to string using DOM Level 3 Load/Save
- serializeToStringLS(Document, Node, String) - Static method in class com.icafe4j.string.XMLUtils
-
Serialize XML Node to string
- set() - Method in class com.icafe4j.image.quant.NQCanvas
-
- set(Image) - Method in class com.icafe4j.image.quant.NQCanvas
-
- setACTableNumber(byte) - Method in class com.icafe4j.image.jpeg.Component
-
- setAlignment(int) - Method in class com.icafe4j.image.options.BMPOptions
-
- setApplyAdaptiveFilter(boolean) - Method in class com.icafe4j.image.options.PNGOptions
-
- setApplyPredictor(boolean) - Method in class com.icafe4j.image.options.TIFFOptions
-
- setBits(byte[]) - Method in class com.icafe4j.image.compression.huffman.HuffmanTbl
-
- setBmpCompression(BmpCompression) - Method in class com.icafe4j.image.options.BMPOptions
-
- setByteOrder(ByteOrder) - Method in class com.icafe4j.image.options.TIFFOptions
-
- setColorSpace(int) - Method in class com.icafe4j.image.options.JPGOptions
-
- setCompressed(boolean) - Method in class com.icafe4j.image.png.TextBuilder
-
- setCompressionLevel(int) - Method in class com.icafe4j.image.options.PNGOptions
-
- setDCTableNumber(byte) - Method in class com.icafe4j.image.jpeg.Component
-
- setDeflateCompressionLevel(int) - Method in class com.icafe4j.image.options.TIFFOptions
-
- setElement(int, E) - Method in class com.icafe4j.util.GrowableArray
-
Set the element at index j.
- setEncodingTables(int[][], int[][], int[][], int[][]) - Method in class com.icafe4j.image.compression.huffman.HuffmanEncoder
-
- setExifIFD(IFD) - Method in class com.icafe4j.image.meta.exif.Exif
-
- setExtendedXMPData(byte[]) - Method in class com.icafe4j.image.meta.xmp.XMP
-
- setExtraFlush(boolean) - Method in class com.icafe4j.image.compression.ccitt.G31DEncoder
-
- setFileVersion(int) - Method in class com.icafe4j.image.meta.adobe.VersionInfo
-
- setFilterType(int) - Method in class com.icafe4j.image.options.PNGOptions
-
- setFinish(boolean) - Method in class com.icafe4j.image.png.IDATBuilder
-
- setFormat(JPGQuality.Format) - Method in class com.icafe4j.image.meta.adobe.JPGQuality
-
- setFrameParam(ImageParam) - Method in class com.icafe4j.image.ImageFrame
-
- setGPSIFD(IFD) - Method in class com.icafe4j.image.meta.exif.Exif
-
- setHasRealMergedData(boolean) - Method in class com.icafe4j.image.meta.adobe.VersionInfo
-
- setImage(BufferedImage) - Method in class com.icafe4j.image.meta.Thumbnail
-
- setImage(int, int, int, byte[]) - Method in class com.icafe4j.image.meta.Thumbnail
-
- setImageIFD(IFD) - Method in class com.icafe4j.image.meta.exif.Exif
-
- setImageParam(ImageParam) - Method in class com.icafe4j.image.writer.ImageWriter
-
- setIncludeTables(boolean) - Method in class com.icafe4j.image.options.JPGOptions
-
- setInput(byte[]) - Method in class com.icafe4j.image.compression.ccitt.G31DDecoder
-
- setInput(byte[], int, int) - Method in class com.icafe4j.image.compression.ccitt.G31DDecoder
-
- setInput(byte[]) - Method in class com.icafe4j.image.compression.deflate.DeflateDecoder
-
- setInput(byte[], int, int) - Method in class com.icafe4j.image.compression.deflate.DeflateDecoder
-
- setInput(byte[]) - Method in interface com.icafe4j.image.compression.ImageDecoder
-
- setInput(byte[], int, int) - Method in interface com.icafe4j.image.compression.ImageDecoder
-
- setInput(byte[]) - Method in class com.icafe4j.image.compression.lzw.LZWTreeDecoder
-
- setInput(byte[], int, int) - Method in class com.icafe4j.image.compression.lzw.LZWTreeDecoder
-
- setInput(Chunk) - Method in class com.icafe4j.image.png.TextReader
-
- setJPEGQuality(int) - Method in class com.icafe4j.image.options.TIFFOptions
-
- setLoopCount(int) - Method in class com.icafe4j.image.writer.GIFWriter
-
- setNextIFDOffset(RandomAccessOutputStream, int) - Method in class com.icafe4j.image.tiff.IFD
-
Set the next IFD offset pointer
- setPattern(String) - Method in class com.icafe4j.string.BoyerMoore
-
- setPattern(String) - Method in class com.icafe4j.string.StringSearchTool
-
- setPhotoMetric(TiffFieldEnum.PhotoMetric) - Method in class com.icafe4j.image.options.TIFFOptions
-
- setProgressiveScans(JPGQuality.ProgressiveScans) - Method in class com.icafe4j.image.meta.adobe.JPGQuality
-
- setQuality(JPGQuality.Quality) - Method in class com.icafe4j.image.meta.adobe.JPGQuality
-
- setQuality(int) - Method in class com.icafe4j.image.options.JPGOptions
-
- setReaderName(String) - Method in class com.icafe4j.image.meta.adobe.VersionInfo
-
- setReadStrategy(ReadStrategy) - Method in class com.icafe4j.io.EndianAwareInputStream
-
- setReadStrategy(ReadStrategy) - Method in class com.icafe4j.io.RandomAccessInputStream
-
- setResolutionUnit(TiffFieldEnum.ResolutionUnit) - Method in class com.icafe4j.image.options.TIFFOptions
-
- setSOFReader(SOFReader) - Method in class com.icafe4j.image.jpeg.SOSReader
-
- setThumbnail(ExifThumbnail) - Method in class com.icafe4j.image.meta.exif.Exif
-
- setThumbnailImage(BufferedImage) - Method in class com.icafe4j.image.meta.exif.Exif
-
- setThumbnailRequired(boolean) - Method in class com.icafe4j.image.meta.exif.Exif
-
- setTiffCompression(TiffFieldEnum.Compression) - Method in class com.icafe4j.image.options.TIFFOptions
-
- setTiffFlavor(boolean) - Method in class com.icafe4j.image.options.JPGOptions
-
- setValues(byte[]) - Method in class com.icafe4j.image.compression.huffman.HuffmanTbl
-
- setVersion(int) - Method in class com.icafe4j.image.meta.adobe.VersionInfo
-
- setWorkingPage(int) - Method in class com.icafe4j.image.tiff.TIFFImage
-
- setWriteICCProfile(boolean) - Method in class com.icafe4j.image.options.JPGOptions
-
- setWriteICCProfile(boolean) - Method in class com.icafe4j.image.options.TIFFOptions
-
- setWriteQuality(int) - Method in class com.icafe4j.image.meta.Thumbnail
-
- setWriterName(String) - Method in class com.icafe4j.image.meta.adobe.VersionInfo
-
- setWriteStrategy(WriteStrategy) - Method in class com.icafe4j.io.EndianAwareOutputStream
-
- setWriteStrategy(WriteStrategy) - Method in class com.icafe4j.io.RandomAccessOutputStream
-
- setXResolution(int) - Method in class com.icafe4j.image.options.TIFFOptions
-
- setYResolution(int) - Method in class com.icafe4j.image.options.TIFFOptions
-
- shallowClose() - Method in class com.icafe4j.io.FileCacheRandomAccessInputStream
-
- shallowClose() - Method in class com.icafe4j.io.FileCacheRandomAccessOutputStream
-
- shallowClose() - Method in class com.icafe4j.io.MemoryCacheRandomAccessInputStream
-
- shallowClose() - Method in class com.icafe4j.io.MemoryCacheRandomAccessOutputStream
-
- shallowClose() - Method in class com.icafe4j.io.PeekHeadInputStream
-
- shallowClose() - Method in class com.icafe4j.io.RandomAccessInputStream
-
Closes the RandomAccessInputStream and but keeps it's underlying stream open
- shallowClose() - Method in class com.icafe4j.io.RandomAccessOutputStream
-
Closes the RandomAccessInputStream and it's underlying stream
- shellsort(int[]) - Static method in class com.icafe4j.util.ArrayUtils
-
- shellsort(int[], int, int) - Static method in class com.icafe4j.util.ArrayUtils
-
- shellsort(T[]) - Static method in class com.icafe4j.util.ArrayUtils
-
- shellsort(T[], int, int) - Static method in class com.icafe4j.util.ArrayUtils
-
- shortArrayToString(short[], boolean) - Static method in class com.icafe4j.string.StringUtils
-
Formats TIFF short data field.
- shortArrayToString(short[], int, int, boolean) - Static method in class com.icafe4j.string.StringUtils
-
- ShortField - Class in com.icafe4j.image.tiff
-
TIFF Short type field.
- ShortField(short, short[]) - Constructor for class com.icafe4j.image.tiff.ShortField
-
- shortToHexString(short) - Static method in class com.icafe4j.string.StringUtils
-
- shortToHexStringMM(short) - Static method in class com.icafe4j.string.StringUtils
-
- showDDB(byte[], ReadStrategy) - Static method in class com.icafe4j.image.meta.adobe.DDB
-
- showDDB(InputStream, ReadStrategy) - Static method in class com.icafe4j.image.meta.adobe.DDB
-
- showICCProfile(InputStream) - Static method in class com.icafe4j.image.png.PNGTweaker
-
- showIPTC(byte[]) - Static method in class com.icafe4j.image.meta.iptc.IPTC
-
- showIPTC(InputStream) - Static method in class com.icafe4j.image.meta.iptc.IPTC
-
- showIRB(byte[]) - Static method in class com.icafe4j.image.meta.adobe.IRB
-
- showIRB(InputStream) - Static method in class com.icafe4j.image.meta.adobe.IRB
-
- showProfile(byte[]) - Static method in class com.icafe4j.image.meta.icc.ICCProfile
-
- showProfile(InputStream) - Static method in class com.icafe4j.image.meta.icc.ICCProfile
-
- showXML(Document) - Static method in class com.icafe4j.string.XMLUtils
-
- showXMP(XMP) - Static method in class com.icafe4j.image.meta.xmp.XMP
-
- shrink() - Method in class com.icafe4j.util.GrowableArray
-
- SIGNATURE - Static variable in class com.icafe4j.image.reader.PNGReader
-
- SinglyLinkedList<E> - Class in com.icafe4j.util
-
Singly linked list implementation.
- SinglyLinkedList() - Constructor for class com.icafe4j.util.SinglyLinkedList
-
- size - Variable in class com.icafe4j.image.meta.adobe._8BIM
-
- size() - Method in class com.icafe4j.util.DoublyLinkedList
-
- size() - Method in class com.icafe4j.util.DoublyLinkedListQueue
-
- size() - Method in class com.icafe4j.util.LinkedListQueue
-
- size() - Method in class com.icafe4j.util.LinkedListStack
-
- size() - Method in class com.icafe4j.util.LRUCache
-
- size() - Method in class com.icafe4j.util.SinglyLinkedList
-
- size() - Method in class com.icafe4j.util.SoftHashMap
-
- size() - Method in class com.icafe4j.util.SortedSinglyLinkedList
-
- skip(long) - Method in class com.icafe4j.io.ForwardSeekableStream
-
Forwards the request to the real InputStream
.
- skip(InputStream, long) - Static method in class com.icafe4j.io.IOUtils
-
- skipBytes(int) - Method in class com.icafe4j.io.EndianAwareInputStream
-
- skipBytes(int) - Method in class com.icafe4j.io.RandomAccessInputStream
-
- skipBytes(int) - Method in class com.icafe4j.io.SeekableStream
-
Attempts to skip over n
bytes of input discarding the
skipped bytes.
- skipFully(InputStream, int) - Static method in class com.icafe4j.io.IOUtils
-
- Slice - Class in com.icafe4j.image.meta.adobe
-
- Slice() - Constructor for class com.icafe4j.image.meta.adobe.Slice
-
- Slice.Descriptor - Class in com.icafe4j.image.meta.adobe
-
- SliceHeader() - Constructor for class com.icafe4j.image.meta.adobe.Slices.SliceHeader
-
- Slices - Class in com.icafe4j.image.meta.adobe
-
- Slices() - Constructor for class com.icafe4j.image.meta.adobe.Slices
-
- Slices(String) - Constructor for class com.icafe4j.image.meta.adobe.Slices
-
- Slices(String, byte[]) - Constructor for class com.icafe4j.image.meta.adobe.Slices
-
- Slices.SliceHeader - Class in com.icafe4j.image.meta.adobe
-
- SLongField - Class in com.icafe4j.image.tiff
-
TIFF SLong type field.
- SLongField(short, int[]) - Constructor for class com.icafe4j.image.tiff.SLongField
-
- SOFReader - Class in com.icafe4j.image.jpeg
-
JPEG SOF segment reader
- SOFReader(Segment) - Constructor for class com.icafe4j.image.jpeg.SOFReader
-
- SoftHashMap<K,V> - Class in com.icafe4j.util
-
SoftHashMap with values wrapped by SoftReferences.
- SoftHashMap() - Constructor for class com.icafe4j.util.SoftHashMap
-
- SortedSinglyLinkedList<E extends java.lang.Comparable<? super E>> - Class in com.icafe4j.util
-
Sorted singly linked list implementation.
- SortedSinglyLinkedList() - Constructor for class com.icafe4j.util.SortedSinglyLinkedList
-
- SOSReader - Class in com.icafe4j.image.jpeg
-
- SOSReader(Segment) - Constructor for class com.icafe4j.image.jpeg.SOSReader
-
- SOSReader(Segment, SOFReader) - Constructor for class com.icafe4j.image.jpeg.SOSReader
-
- specials - Static variable in class com.icafe4j.image.quant.NeuQuant
-
- splitAnimatedGIF(InputStream, String) - Static method in class com.icafe4j.image.gif.GIFTweaker
-
Split animated GIF to individual GIF images.
- splitAnimatedGIF(InputStream, ImageWriter, String) - Static method in class com.icafe4j.image.gif.GIFTweaker
-
Split animated GIF to individual frames.
- splitFrames(InputStream, String) - Static method in class com.icafe4j.image.gif.GIFTweaker
-
Split an animated GIF into individual frames and save them as GIF images.
- splitFrames2(InputStream, ImageWriter, String) - Static method in class com.icafe4j.image.gif.GIFTweaker
-
- splitIDATChunk(Chunk, int) - Static method in class com.icafe4j.image.png.PNGTweaker
-
- splitIDATChunks(List<Chunk>, int) - Static method in class com.icafe4j.image.png.PNGTweaker
-
- splitPages(RandomAccessInputStream, List<byte[]>) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
Split a multiple page TIFF into single page TIFFs byte arrays
- splitPages(RandomAccessInputStream, String) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
Split a multiple page TIFF into single page TIFFs
- splitPages(RandomAccessInputStream, String, int) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
Split a multiple page TIFF into multiple page TIFF with size pages each
- splitPages(RandomAccessInputStream, List<byte[]>, int) - Static method in class com.icafe4j.image.tiff.TIFFTweaker
-
Split a multiple page TIFF into size pages TIFFs byte arrays
- SRationalField - Class in com.icafe4j.image.tiff
-
TIFF SRational type field.
- SRationalField(short, int[]) - Constructor for class com.icafe4j.image.tiff.SRationalField
-
- src - Variable in class com.icafe4j.io.RandomAccessInputStream
-
The source stream.
- SRGBBuilder - Class in com.icafe4j.image.png
-
PNG sRGB chunk builder
- SRGBBuilder() - Constructor for class com.icafe4j.image.png.SRGBBuilder
-
- SRGBReader - Class in com.icafe4j.image.png
-
PNG sRGB chunk reader
- SRGBReader(Chunk) - Constructor for class com.icafe4j.image.png.SRGBReader
-
- SShortField - Class in com.icafe4j.image.tiff
-
TIFF SShort type field.
- SShortField(short, short[]) - Constructor for class com.icafe4j.image.tiff.SShortField
-
- stackTraceToString(Throwable) - Static method in class com.icafe4j.string.StringUtils
-
Converts stack trace to string
- Stream2RandomInputStreamAdaptor - Class in com.icafe4j.io
-
- Stream2RandomInputStreamAdaptor(InputStream[]) - Constructor for class com.icafe4j.io.Stream2RandomInputStreamAdaptor
-
- STREAM_HEAD - Static variable in class com.icafe4j.image.writer.TIFFWriter
-
- stringIterator(String) - Static method in class com.icafe4j.string.StringUtils
-
A read-only String iterator from stackoverflow.com
- StringSearchTool - Class in com.icafe4j.string
-
- StringSearchTool() - Constructor for class com.icafe4j.string.StringSearchTool
-
- StringSearchTool(String) - Constructor for class com.icafe4j.string.StringSearchTool
-
- StringSearchTool(String, int) - Constructor for class com.icafe4j.string.StringSearchTool
-
- StringUtils - Class in com.icafe4j.string
-
String utility class
- SUB - Static variable in class com.icafe4j.image.png.Filter
-
- subArray(byte[], int, int) - Static method in class com.icafe4j.util.ArrayUtils
-
- SUBSAMPLING_420 - Static variable in class com.icafe4j.image.jpeg.JPGConsts
-
- SUBSAMPLING_422 - Static variable in class com.icafe4j.image.jpeg.JPGConsts
-
- SUBSAMPLING_NONE - Static variable in class com.icafe4j.image.jpeg.JPGConsts
-
- validateData(FieldType, Object) - Static method in enum com.icafe4j.image.tiff.FieldType
-
- value() - Method in class com.icafe4j.image.compression.huffman.T4CodeHuffmanTreeNode
-
- valueOf(String) - Static method in enum com.icafe4j.image.bmp.BmpCompression
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.compression.ccitt.T42DCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.compression.ccitt.T42DCodingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.compression.ccitt.T4BlackCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.compression.ccitt.T4WhiteCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.ImageColorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.ImageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.jpeg.Marker.Attribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.jpeg.Marker
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.meta.adobe.BlendModeKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.meta.adobe.ColorSpaceID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.meta.adobe.DataBlockType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.meta.adobe.ImageResourceID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.meta.adobe.JPGQuality.Format
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.meta.adobe.JPGQuality.ProgressiveScans
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.meta.adobe.JPGQuality.Quality
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.meta.exif.ExifTag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.meta.exif.GPSTag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.meta.exif.InteropTag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.meta.icc.ProfileTag.TagType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.meta.icc.ProfileTag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.meta.iptc.IPTCApplicationTag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.meta.iptc.IPTCEnvelopeTag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.meta.iptc.IPTCFotoStationTag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.meta.iptc.IPTCNewsPhotoTag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.meta.iptc.IPTCObjectDataTag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.meta.iptc.IPTCPostObjectDataTag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.meta.iptc.IPTCPreObjectDataTag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.meta.iptc.IPTCRecord
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.meta.jpeg.DuckyTag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.meta.MetadataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.png.ChunkType.Attribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.png.ChunkType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.png.ColorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.quant.DitherMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.quant.QuantMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.quant.QuantQuality
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.tiff.FieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.tiff.TiffFieldEnum.Compression
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.tiff.TiffFieldEnum.PhotoMetric
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.tiff.TiffFieldEnum.PlanarConfiguration
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.tiff.TiffFieldEnum.ResolutionUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.tiff.TiffTag.Attribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.image.tiff.TiffTag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.icafe4j.io.ByteOrder
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.icafe4j.image.bmp.BmpCompression
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.compression.ccitt.T42DCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.compression.ccitt.T42DCodingMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.compression.ccitt.T4BlackCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.compression.ccitt.T4WhiteCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.ImageColorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.ImageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.jpeg.Marker.Attribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.jpeg.Marker
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.meta.adobe.BlendModeKey
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.meta.adobe.ColorSpaceID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.meta.adobe.DataBlockType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.meta.adobe.ImageResourceID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.meta.adobe.JPGQuality.Format
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.meta.adobe.JPGQuality.ProgressiveScans
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.meta.adobe.JPGQuality.Quality
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.meta.exif.ExifTag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.meta.exif.GPSTag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.meta.exif.InteropTag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.meta.icc.ProfileTag.TagType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.meta.icc.ProfileTag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.meta.iptc.IPTCApplicationTag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.meta.iptc.IPTCEnvelopeTag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.meta.iptc.IPTCFotoStationTag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.meta.iptc.IPTCNewsPhotoTag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.meta.iptc.IPTCObjectDataTag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.meta.iptc.IPTCPostObjectDataTag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.meta.iptc.IPTCPreObjectDataTag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.meta.iptc.IPTCRecord
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.meta.jpeg.DuckyTag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.meta.MetadataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.png.ChunkType.Attribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.png.ChunkType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.png.ColorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.quant.DitherMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.quant.QuantMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.quant.QuantQuality
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.tiff.FieldType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.tiff.TiffFieldEnum.Compression
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.tiff.TiffFieldEnum.PhotoMetric
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.tiff.TiffFieldEnum.PlanarConfiguration
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.tiff.TiffFieldEnum.ResolutionUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.tiff.TiffTag.Attribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.image.tiff.TiffTag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.icafe4j.io.ByteOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class com.icafe4j.util.LRUCache
-
- VersionInfo - Class in com.icafe4j.image.meta.adobe
-
- VersionInfo() - Constructor for class com.icafe4j.image.meta.adobe.VersionInfo
-
- VersionInfo(String) - Constructor for class com.icafe4j.image.meta.adobe.VersionInfo
-
- VersionInfo(String, byte[]) - Constructor for class com.icafe4j.image.meta.adobe.VersionInfo
-
- VersionInfo(int, boolean, String, String, int) - Constructor for class com.icafe4j.image.meta.adobe.VersionInfo
-
- VersionInfo(String, int, boolean, String, String, int) - Constructor for class com.icafe4j.image.meta.adobe.VersionInfo
-