- GenericRefinementRegion - Class in com.levigo.jbig2.segments
-
This class represents a generic refinement region and implements the procedure described in JBIG2
ISO standard, 6.3 and 7.4.7.
- GenericRefinementRegion() - Constructor for class com.levigo.jbig2.segments.GenericRefinementRegion
-
- GenericRefinementRegion(SubInputStream) - Constructor for class com.levigo.jbig2.segments.GenericRefinementRegion
-
- GenericRefinementRegion(SubInputStream, SegmentHeader) - Constructor for class com.levigo.jbig2.segments.GenericRefinementRegion
-
- GenericRefinementRegion.Template - Class in com.levigo.jbig2.segments
-
- GenericRefinementRegion.Template() - Constructor for class com.levigo.jbig2.segments.GenericRefinementRegion.Template
-
- GenericRegion - Class in com.levigo.jbig2.segments
-
This class represents a generic region segment.
- GenericRegion() - Constructor for class com.levigo.jbig2.segments.GenericRegion
-
- GenericRegion(SubInputStream) - Constructor for class com.levigo.jbig2.segments.GenericRegion
-
- get(Object) - Method in interface com.levigo.jbig2.util.cache.Cache
-
- get(Object) - Method in class com.levigo.jbig2.util.cache.SoftReferenceCache
-
- getAsTree(String) - Method in class com.levigo.jbig2.JBIG2ImageMetadata
-
- getBitmapHeight() - Method in class com.levigo.jbig2.segments.PageInformation
-
- getBitmapHeight() - Method in class com.levigo.jbig2.segments.RegionSegmentInformation
-
- getBitmapWidth() - Method in class com.levigo.jbig2.segments.PageInformation
-
- getBitmapWidth() - Method in class com.levigo.jbig2.segments.RegionSegmentInformation
-
- getBitOffset(int) - Method in class com.levigo.jbig2.Bitmap
-
Computes the offset of the given x coordinate in its byte.
- getBounds() - Method in class com.levigo.jbig2.Bitmap
-
- getByte(int) - Method in class com.levigo.jbig2.Bitmap
-
Simply returns a byte from the bitmap byte array.
- getByteArray() - Method in class com.levigo.jbig2.Bitmap
-
Simply returns the byte array of this bitmap.
- getByteAsInteger(int) - Method in class com.levigo.jbig2.Bitmap
-
Converts the byte at specified index into an integer and returns the value.
- getByteIndex(int, int) - Method in class com.levigo.jbig2.Bitmap
-
Returns the index of the byte that contains the pixel, specified by the pixel's x and y
coordinates.
- getCache() - Method in interface com.levigo.jbig2.util.cache.CacheBridge
-
- getCache(ClassLoader) - Static method in class com.levigo.jbig2.util.cache.CacheFactory
-
- getCache() - Static method in class com.levigo.jbig2.util.cache.CacheFactory
-
- getCache() - Method in class com.levigo.jbig2.util.cache.SoftReferenceCacheBridge
-
- getCombinationOperator() - Method in class com.levigo.jbig2.segments.HalftoneRegion
-
- getCombinationOperator() - Method in class com.levigo.jbig2.segments.PageInformation
-
- getCombinationOperator() - Method in class com.levigo.jbig2.segments.RegionSegmentInformation
-
- getDataInputStream() - Method in class com.levigo.jbig2.SegmentHeader
-
Creates and returns a new
SubInputStream that provides the data part of this segment.
- getDefaultFilterType() - Static method in enum com.levigo.jbig2.image.FilterType
-
- getDefaultPixelValue() - Method in class com.levigo.jbig2.segments.PageInformation
-
- getDefaultReadParam() - Method in class com.levigo.jbig2.JBIG2ImageReader
-
- getDescription(Locale) - Method in class com.levigo.jbig2.JBIG2ImageReaderSpi
-
- getDictionary() - Method in interface com.levigo.jbig2.Dictionary
-
Decodes a dictionary segment and returns the result.
- getDictionary() - Method in class com.levigo.jbig2.segments.PatternDictionary
-
This method decodes a pattern dictionary segment and returns an array of
Bitmap s.
- getDictionary() - Method in class com.levigo.jbig2.segments.SymbolDictionary
-
6.5.5 Decoding the symbol dictionary
- getGbAtX() - Method in class com.levigo.jbig2.segments.GenericRegion
-
- getGbAtY() - Method in class com.levigo.jbig2.segments.GenericRegion
-
- getGbTemplate() - Method in class com.levigo.jbig2.segments.GenericRegion
-
- getGlobals() - Method in class com.levigo.jbig2.JBIG2ImageReader
-
Returns decoded segments that has been set as globals.
- getGrayMax() - Method in class com.levigo.jbig2.segments.PatternDictionary
-
- getHDefaultPixel() - Method in class com.levigo.jbig2.segments.HalftoneRegion
-
- getHdpHeight() - Method in class com.levigo.jbig2.segments.PatternDictionary
-
- getHdpWidth() - Method in class com.levigo.jbig2.segments.PatternDictionary
-
- getHdTemplate() - Method in class com.levigo.jbig2.segments.PatternDictionary
-
- getHeight() - Method in class com.levigo.jbig2.Bitmap
-
Simply returns the height of this bitmap.
- getHeight(int) - Method in class com.levigo.jbig2.JBIG2ImageReader
-
Calculates the height of the specified page.
- getHeight() - Method in class com.levigo.jbig2.segments.PageInformation
-
- getHGridHeight() - Method in class com.levigo.jbig2.segments.HalftoneRegion
-
- getHGridWidth() - Method in class com.levigo.jbig2.segments.HalftoneRegion
-
- getHGridX() - Method in class com.levigo.jbig2.segments.HalftoneRegion
-
- getHGridY() - Method in class com.levigo.jbig2.segments.HalftoneRegion
-
- getHRegionX() - Method in class com.levigo.jbig2.segments.HalftoneRegion
-
- getHRegionY() - Method in class com.levigo.jbig2.segments.HalftoneRegion
-
- getHTemplate() - Method in class com.levigo.jbig2.segments.HalftoneRegion
-
- getHtHigh() - Method in class com.levigo.jbig2.segments.Table
-
- getHtLow() - Method in class com.levigo.jbig2.segments.Table
-
- getHtOOB() - Method in class com.levigo.jbig2.segments.Table
-
- getHtPS() - Method in class com.levigo.jbig2.segments.Table
-
- getHtRS() - Method in class com.levigo.jbig2.segments.Table
-
- getImageMetadata(int) - Method in class com.levigo.jbig2.JBIG2ImageReader
-
- getImageTypes(int) - Method in class com.levigo.jbig2.JBIG2ImageReader
-
Returns the iterator for available image types.
- getIndex() - Method in class com.levigo.jbig2.decoder.arithmetic.CX
-
- getInputStream(InputStream) - Method in class com.levigo.jbig2.io.DefaultInputStreamFactory
-
- getInputStream(InputStream) - Method in interface com.levigo.jbig2.io.InputStreamFactory
-
- getInstance() - Static method in class com.levigo.jbig2.JBIG2ImageMetadataFormat
-
- getLineNumber() - Method in class com.levigo.jbig2.segments.EndOfStripe
-
- getLogger(Class<?>) - Method in class com.levigo.jbig2.util.log.JDKLoggerBridge
-
- getLogger(Class<?>) - Method in interface com.levigo.jbig2.util.log.LoggerBridge
-
- getLogger(Class<?>, ClassLoader) - Static method in class com.levigo.jbig2.util.log.LoggerFactory
-
- getLogger(Class<?>) - Static method in class com.levigo.jbig2.util.log.LoggerFactory
-
- getMaxStripeSize() - Method in class com.levigo.jbig2.segments.PageInformation
-
- getMemorySize() - Method in class com.levigo.jbig2.Bitmap
-
- getNumImages(boolean) - Method in class com.levigo.jbig2.JBIG2ImageReader
-
- getPageAssociation() - Method in class com.levigo.jbig2.SegmentHeader
-
- getPixel(int, int) - Method in class com.levigo.jbig2.Bitmap
-
Returns the value of a pixel specified by the given coordinates.
- getRegionBitmap() - Method in interface com.levigo.jbig2.Region
-
Decodes and returns a regions content.
- getRegionBitmap() - Method in class com.levigo.jbig2.segments.GenericRefinementRegion
-
Decode using a template and arithmetic coding, as described in 6.3.5.6
- getRegionBitmap() - Method in class com.levigo.jbig2.segments.GenericRegion
-
The procedure is described in 6.2.5.7, page 17.
- getRegionBitmap() - Method in class com.levigo.jbig2.segments.HalftoneRegion
-
The procedure is described in JBIG2 ISO standard, 6.6.5.
- getRegionBitmap() - Method in class com.levigo.jbig2.segments.TextRegion
-
- getRegionInfo() - Method in interface com.levigo.jbig2.Region
-
- getRegionInfo() - Method in class com.levigo.jbig2.segments.GenericRefinementRegion
-
- getRegionInfo() - Method in class com.levigo.jbig2.segments.GenericRegion
-
- getRegionInfo() - Method in class com.levigo.jbig2.segments.HalftoneRegion
-
- getRegionInfo() - Method in class com.levigo.jbig2.segments.TextRegion
-
- getResolutionX() - Method in class com.levigo.jbig2.segments.PageInformation
-
- getResolutionY() - Method in class com.levigo.jbig2.segments.PageInformation
-
- getRetainFlag() - Method in class com.levigo.jbig2.SegmentHeader
-
- getRowStride() - Method in class com.levigo.jbig2.Bitmap
-
Simply returns the row stride of this bitmap.
- getRtSegments() - Method in class com.levigo.jbig2.SegmentHeader
-
- getSegment(int) - Method in class com.levigo.jbig2.JBIG2Globals
-
- getSegmentData() - Method in class com.levigo.jbig2.SegmentHeader
-
Retrieves the segments' data part.
- getSegmentDataLength() - Method in class com.levigo.jbig2.SegmentHeader
-
- getSegmentDataStartOffset() - Method in class com.levigo.jbig2.SegmentHeader
-
- getSegmentHeaderLength() - Method in class com.levigo.jbig2.SegmentHeader
-
- getSegmentNr() - Method in class com.levigo.jbig2.SegmentHeader
-
- getSegmentType() - Method in class com.levigo.jbig2.SegmentHeader
-
- getServices(Class<B>) - Method in class com.levigo.jbig2.util.ServiceLookup
-
- getServices(Class<B>, ClassLoader) - Method in class com.levigo.jbig2.util.ServiceLookup
-
- getStandardDimensionNode() - Method in class com.levigo.jbig2.JBIG2ImageMetadata
-
- getStreamMetadata() - Method in class com.levigo.jbig2.JBIG2ImageReader
-
- getSubInputStream() - Method in class com.levigo.jbig2.segments.Table
-
- getTable(int) - Static method in class com.levigo.jbig2.decoder.huffman.StandardTables
-
- getWidth() - Method in class com.levigo.jbig2.Bitmap
-
Simply returns the width of this bitmap.
- getWidth(int) - Method in class com.levigo.jbig2.JBIG2ImageReader
-
Calculates the width of the specified page.
- getWidth() - Method in class com.levigo.jbig2.segments.PageInformation
-
- getXLocation() - Method in class com.levigo.jbig2.segments.RegionSegmentInformation
-
- getYLocation() - Method in class com.levigo.jbig2.segments.RegionSegmentInformation
-