Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

abort - Variable in class net.sourceforge.jiu.ops.Operation
 
ABOUT - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
acEntropyTable - Variable in class net.sourceforge.jiu.codecs.jpeg.JPEGScanComponentSpecification
 
actionPerformed(ActionEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.CropDialog
Hides (closes) this dialog if the OK button was source of the action event (e.g.
actionPerformed(ActionEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.GammaCorrectionDialog
Hides (closes) this dialog if the OK button was source of the action event (e.g.
actionPerformed(ActionEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.HueSaturationValueDialog
Hides (closes) this dialog if the OK button was source of the action event (e.g.
actionPerformed(ActionEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.InfoDialog
Hides (closes) this dialog if the OK button was source of the action event (e.g.
actionPerformed(ActionEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.IntegerDialog
Hides (closes) this dialog if the OK button was source of the action event (e.g.
actionPerformed(ActionEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.MapToArbitraryPaletteDialog
Hides (closes) this dialog if the OK button was source of the action event (e.g.
actionPerformed(ActionEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog
Hides (closes) this dialog if the OK button was source of the action event (e.g.
actionPerformed(ActionEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.OctreeDialog
Hides (closes) this dialog if the OK button was source of the action event (e.g.
actionPerformed(ActionEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.ReduceGrayscaleDialog
Hides (closes) this dialog if the OK button was source of the action event (e.g.
actionPerformed(ActionEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.ScaleDialog
Hides (closes) this dialog if the OK button was source of the action event (e.g.
actionPerformed(ActionEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.ShearDialog
Hides (closes) this dialog if the OK button was source of the action event (e.g.
actionPerformed(ActionEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
Hides (closes) this dialog if the OK button was source of the action event (e.g.
actionPerformed(ActionEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.WindowSizeDialog
Hides (closes) this dialog if the OK button was source of the action event (e.g.
actionPerformed(ActionEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.YesNoDialog
Hides (closes) this dialog if the OK button was source of the action event (e.g.
actionPerformed(ActionEvent) - Method in class net.sourceforge.jiu.gui.awt.JiuAwtFrame
Processes event objects that get created when menu items are picked.
ADAM7_COLUMN_INCREMENT - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
ADAM7_FIRST_COLUMN - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
ADAM7_FIRST_ROW - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
ADAM7_NUM_PASSES - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
ADAM7_ROW_INCREMENT - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
add(OctreeNode, int, int, int, int) - Static method in class net.sourceforge.jiu.color.quantization.OctreeNode
Add a color red-green-blue to the octree, given by its root node.
addDirectoryTree(String) - Method in class net.sourceforge.jiu.ops.BatchProcessorOperation
Adds the argument to the list of directories to be completely processed.
addDirectoryTree(String, String) - Method in class net.sourceforge.jiu.ops.BatchProcessorOperation
Adds the first argument to the list of directories to be completely processed, writes all output files to the directory tree specified by the second argument.
addHuffmanTable(JPEGHuffmanTable) - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGData
 
addImageToRedo(PixelImage, boolean) - Method in class net.sourceforge.jiu.apps.EditorState
 
addImageToUndo(PixelImage, boolean) - Method in class net.sourceforge.jiu.apps.EditorState
 
addInputFileName(String) - Method in class net.sourceforge.jiu.ops.BatchProcessorOperation
Adds a single name to the list of file names to be processed.
addInputFileNames(Vector) - Method in class net.sourceforge.jiu.ops.BatchProcessorOperation
Adds a number of file names to the internal list of file names to be processed.
addInputImage(PixelImage) - Method in class net.sourceforge.jiu.ops.ImagesToImageOperation
Adds an image to the end of the internal list of input images.
addNodes(MedianCutNode[], MedianCutNode) - Method in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
 
addProgressListener(ProgressListener) - Method in class net.sourceforge.jiu.apps.EditorState
Adds the argument progress listener to the internal list of progress listeners to be notified by progress updates.
addProgressListener(ProgressListener) - Method in class net.sourceforge.jiu.ops.Operation
Adds the argument progress listener to the internal list of progress listeners.
addProgressListeners(Vector) - Method in class net.sourceforge.jiu.ops.Operation
Adds several progress listeners to this operation object.
addQuantizationTable(JPEGQuantizationTable) - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGData
 
addScan(JPEGScan) - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGData
 
adjust(int[], int[], float) - Method in class net.sourceforge.jiu.color.adjustment.HueSaturationValue
 
adjust(int, int) - Static method in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
Clamps the argument value to interval 0..max.
adjust(PixelImage, int) - Static method in class net.sourceforge.jiu.color.adjustment.Brightness
This static helper method is more simple to use when all you need are the standard options.
adjust(PixelImage, int) - Static method in class net.sourceforge.jiu.color.adjustment.Contrast
This static helper method is more simple to use when all you need are the standard options.
ADJUST - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
ADJUST_BRIGHTNESS - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
ADJUST_CONTRAST - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
ADJUST_GAMMA - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
ADJUST_HUE_SATURATION_AND_VALUE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
adjustColor(PixelImage) - Method in class net.sourceforge.jiu.apps.ColorIndexer
 
adjustInt(int, int) - Method in class net.sourceforge.jiu.codecs.tiff.TIFFCodec
If the current byte order is TIFFCodec.BYTE_ORDER_MOTOROLA and the type argument is TiffConstants.TAG_TYPE_BYTE or TiffConstants.TAG_TYPE_SHORT, the value parameter must be adjusted by some bitshifting.
adjustmentValueChanged(AdjustmentEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.IntegerDialog
 
adjustmentValueChanged(AdjustmentEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.ReduceGrayscaleDialog
 
adjustmentValueChanged(AdjustmentEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
 
algorithms - Variable in class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog
 
ALGORITHMS_NONE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
allocate() - Method in class net.sourceforge.jiu.codecs.PSDCodec
 
allocateImage() - Method in class net.sourceforge.jiu.codecs.PNGCodec
Allocates the right image to private field image, taking into consideration the fields width, height, precision and colorType.
allocateMemory() - Method in class net.sourceforge.jiu.codecs.PCDCodec
 
alpha - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
angle - Variable in class net.sourceforge.jiu.geometry.Shear
 
angleTextField - Variable in class net.sourceforge.jiu.gui.awt.dialogs.ShearDialog
 
APP_NAME - Static variable in class net.sourceforge.jiu.gui.awt.JiuAwtFrame
The name of this application, jiuawt, plus the version number taken from JiuInfo.
append(TIFFTag) - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
Adds a tag to the end of the internal list of tags.
appendComment(String) - Method in class net.sourceforge.jiu.codecs.ImageCodec
Appends a comment to the internal list of comments.
apply(float) - Method in class net.sourceforge.jiu.geometry.BellFilter
 
apply(float) - Method in class net.sourceforge.jiu.geometry.BoxFilter
 
apply(float) - Method in class net.sourceforge.jiu.geometry.BSplineFilter
 
apply(float) - Method in class net.sourceforge.jiu.geometry.HermiteFilter
 
apply(float) - Method in class net.sourceforge.jiu.geometry.Lanczos3Filter
 
apply(float) - Method in class net.sourceforge.jiu.geometry.MitchellFilter
 
apply(float) - Method in class net.sourceforge.jiu.geometry.ResampleFilter
Returns the weight of the sample at the distance given by the argument value.
apply(float) - Method in class net.sourceforge.jiu.geometry.TriangleFilter
 
APPLY_MAXIMUM_FILTER - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
APPLY_MEAN_FILTER - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
APPLY_MEDIAN_FILTER - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
APPLY_MINIMUM_FILTER - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
APPLY_OIL_FILTER - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
ArbitraryPaletteQuantizer - Class in net.sourceforge.jiu.color.quantization
A color quantizer that maps an RGBImage to any given palette.
ArbitraryPaletteQuantizer(Palette) - Constructor for class net.sourceforge.jiu.color.quantization.ArbitraryPaletteQuantizer
Creates a quantizer that will be able to map pixels (or a complete image) to the argument palette.
arbQuantizer - Variable in class net.sourceforge.jiu.color.quantization.PopularityQuantizer
 
AreaFilterOperation - Class in net.sourceforge.jiu.filters
Base class for operations that convert images to images and determine an output sample by doing calculations on the input sample at the same position plus some neighboring samples.
AreaFilterOperation() - Constructor for class net.sourceforge.jiu.filters.AreaFilterOperation
 
areaHeight - Variable in class net.sourceforge.jiu.filters.AreaFilterOperation
 
areaHeight - Variable in class net.sourceforge.jiu.filters.BorderSampleGenerator
 
areaWidth - Variable in class net.sourceforge.jiu.filters.AreaFilterOperation
 
areaWidth - Variable in class net.sourceforge.jiu.filters.BorderSampleGenerator
 
ArrayConverter - Class in net.sourceforge.jiu.util
Helper class with static methods to convert between byte arrays and primitive types.
ArrayConverter() - Constructor for class net.sourceforge.jiu.util.ArrayConverter
 
ArrayHistogram1D - Class in net.sourceforge.jiu.color.data
A one-dimensional histogram data class that stores its counters in memory.
ArrayHistogram1D(int) - Constructor for class net.sourceforge.jiu.color.data.ArrayHistogram1D
Creates a histogram with the argument's number of values, from 0 to numValues - 1.
ArrayRotation - Class in net.sourceforge.jiu.util
Provides static methods to rotate (in steps of 90 degrees), flip and mirror array elements.
ArrayRotation() - Constructor for class net.sourceforge.jiu.util.ArrayRotation
 
ArrayScaling - Class in net.sourceforge.jiu.util
This class currently only scales up an image given as a one-dimensional array of values.
ArrayScaling() - Constructor for class net.sourceforge.jiu.util.ArrayScaling
 
artist - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
ascii - Variable in class net.sourceforge.jiu.codecs.PNMCodec
 
assignPaletteIndexValues(OctreeNode, int) - Method in class net.sourceforge.jiu.color.quantization.OctreeColorQuantizer
If node is a leaf node, this method assigns palette index values and determines the representative color, otherwise it simply recursively calls itself for all child nodes.
AutoDetectColorType - Class in net.sourceforge.jiu.color.reduction
Detects the minimum (in terms of memory) color type of an image.
AutoDetectColorType() - Constructor for class net.sourceforge.jiu.color.reduction.AutoDetectColorType
 
AwtInfo - Class in net.sourceforge.jiu.gui.awt
Retrieve some information on the current graphical environment.
AwtInfo() - Constructor for class net.sourceforge.jiu.gui.awt.AwtInfo
 
AwtMenuWrapper - Class in net.sourceforge.jiu.gui.awt
A wrapper around an AWT MenuBar object.
AwtMenuWrapper(Strings, ActionListener) - Constructor for class net.sourceforge.jiu.gui.awt.AwtMenuWrapper
Internally creates a MenuBar object and provides methods to update that menu bar.
AwtOperationProcessor - Class in net.sourceforge.jiu.gui.awt
Performs operations specified by parent class OperationProcessor, uses various AWT dialogs to get parameters from user in a GUI application.
AwtOperationProcessor(EditorState, JiuAwtFrame) - Constructor for class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
axis - Variable in class net.sourceforge.jiu.color.quantization.MedianCutNode
 
axisDetermined - Variable in class net.sourceforge.jiu.color.quantization.MedianCutNode
 

B

B - Variable in class net.sourceforge.jiu.geometry.MitchellFilter
 
backgroundColor - Variable in class net.sourceforge.jiu.codecs.GIFCodec
 
BaseCoOccurrenceFrequencyMatrix - Class in net.sourceforge.jiu.color.data
This abstract class encapsulates all data of a co-occurrence frequency matrix except for the frequency values.
BaseCoOccurrenceFrequencyMatrix() - Constructor for class net.sourceforge.jiu.color.data.BaseCoOccurrenceFrequencyMatrix
 
BatchProcessorOperation - Class in net.sourceforge.jiu.ops
Abstract base class to do batch processing on files and complete directory trees.
BatchProcessorOperation() - Constructor for class net.sourceforge.jiu.ops.BatchProcessorOperation
 
BellFilter - Class in net.sourceforge.jiu.geometry
A Bell resample filter.
BellFilter() - Constructor for class net.sourceforge.jiu.geometry.BellFilter
 
bias - Variable in class net.sourceforge.jiu.filters.ConvolutionKernelData
 
BILEVEL - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
BilevelImage - Interface in net.sourceforge.jiu.data
An interface for bilevel pixel image data classes.
bitBuffer - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFDecoderModifiedHuffman
 
bitLabel - Variable in class net.sourceforge.jiu.gui.awt.dialogs.ReduceGrayscaleDialog
 
bitOffset - Variable in class net.sourceforge.jiu.codecs.GIFCodec
 
BITS_PER_PIXEL - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
bitsPerPixel - Variable in class net.sourceforge.jiu.codecs.GIFCodec
 
bitsPerPixel - Variable in class net.sourceforge.jiu.codecs.PalmCodec
 
bitsPerPixel - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
bitsPerRow - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
bitsPerSample - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
BLACK - Static variable in class net.sourceforge.jiu.apps.ColorIndexer
 
BLACK - Static variable in interface net.sourceforge.jiu.data.BilevelImage
The value for a black pixel.
BLACK_CODES - Static variable in class net.sourceforge.jiu.codecs.tiff.TIFFFaxCodes
The code words and their meanings for black codes.
block - Variable in class net.sourceforge.jiu.codecs.GIFCodec
 
BLOCK_EDGE_LENGTH - Static variable in class net.sourceforge.jiu.codecs.jpeg.JPEGConstants
Length of sample block edge, in samples (8).
blockLength - Variable in class net.sourceforge.jiu.codecs.GIFCodec
 
blue - Variable in class net.sourceforge.jiu.color.quantization.OctreeNode
 
BLUE - Static variable in class net.sourceforge.jiu.apps.ColorIndexer
 
BLUE - Variable in class net.sourceforge.jiu.color.quantization.ArbitraryPaletteQuantizer
 
BLUE_BITS - Variable in class net.sourceforge.jiu.color.quantization.UniformPaletteQuantizer
 
BLUE_RIGHT_SHIFT - Variable in class net.sourceforge.jiu.color.quantization.UniformPaletteQuantizer
 
BLUE_SHIFT - Static variable in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
BLUE_VALUES - Variable in class net.sourceforge.jiu.color.quantization.UniformPaletteQuantizer
 
blueBits - Variable in class net.sourceforge.jiu.codecs.PalmCodec
 
blueBits - Variable in class net.sourceforge.jiu.color.dithering.OrderedDither
 
blueLabel - Variable in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
 
blueScrollbar - Variable in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
 
blueSum - Variable in class net.sourceforge.jiu.color.quantization.OctreeNode
 
blueValues - Variable in class net.sourceforge.jiu.color.quantization.OctreeColorQuantizer
 
blueWeight - Variable in class net.sourceforge.jiu.color.reduction.RGBToGrayConversion
 
BLUR - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
BLUR_DATA - Static variable in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
 
BMPCodec - Class in net.sourceforge.jiu.codecs
A codec to read and write Windows BMP image files.
BMPCodec() - Constructor for class net.sourceforge.jiu.codecs.BMPCodec
 
BMPSwitch - Class in net.sourceforge.jiu.apps
 
BMPSwitch() - Constructor for class net.sourceforge.jiu.apps.BMPSwitch
 
BorderSampleGenerator - Class in net.sourceforge.jiu.filters
Abstract base class for classes that fill an int array with samples from a rectangular region of an image's channel by (1) copying int samples from an IntegerImage object and by (2) generating samples that lie outside of the image.
BorderSampleGenerator(IntegerImage, int, int) - Constructor for class net.sourceforge.jiu.filters.BorderSampleGenerator
Initialize width and height of the area to be covered in every call to BorderSampleGenerator.fill(int, int, int[]), also provides the image to be used for data copying.
BOTTOM_ROW - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
bottomRow - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFDecoder
 
boundsAvail - Variable in class net.sourceforge.jiu.codecs.ImageCodec
 
boundsHeight - Variable in class net.sourceforge.jiu.codecs.ImageCodec
 
boundsWidth - Variable in class net.sourceforge.jiu.codecs.ImageCodec
 
boundsX1 - Variable in class net.sourceforge.jiu.codecs.ImageCodec
 
boundsX2 - Variable in class net.sourceforge.jiu.codecs.ImageCodec
 
boundsY1 - Variable in class net.sourceforge.jiu.codecs.ImageCodec
 
boundsY2 - Variable in class net.sourceforge.jiu.codecs.ImageCodec
 
BoxFilter - Class in net.sourceforge.jiu.geometry
A box filter (also known as nearest neighbor).
BoxFilter() - Constructor for class net.sourceforge.jiu.geometry.BoxFilter
 
bpp - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
brightness - Variable in class net.sourceforge.jiu.color.adjustment.Brightness
 
Brightness - Class in net.sourceforge.jiu.color.adjustment
Adjusts the brightness of an image.
Brightness() - Constructor for class net.sourceforge.jiu.color.adjustment.Brightness
 
BRIGHTNESS_MENU_ITEM - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
BSplineFilter - Class in net.sourceforge.jiu.geometry
A B-spline resample filter.
BSplineFilter() - Constructor for class net.sourceforge.jiu.geometry.BSplineFilter
 
buffer - Variable in class net.sourceforge.jiu.util.SeekableByteArrayOutputStream
 
BufferedRGB24Image - Class in net.sourceforge.jiu.gui.awt
A bridge class to use BufferedImage objects (class defined in the standard runtime library, package java.awt.image) as RGB24Image objects within JIU.
BufferedRGB24Image(BufferedImage) - Constructor for class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
Creates a new BufferedRGB24Image object, storing the argument BufferedImage object internally.
bufferIndex - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFDecoder
 
buffers - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
BURKES_DATA - Static variable in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
 
BURKES_ERROR_DIFFUSION - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
BYTE_ORDER_INTEL - Static variable in class net.sourceforge.jiu.codecs.tiff.TIFFCodec
 
BYTE_ORDER_MOTOROLA - Static variable in class net.sourceforge.jiu.codecs.tiff.TIFFCodec
 
ByteChannelImage - Interface in net.sourceforge.jiu.data
An extension of the IntegerImage interface that restricts the image to byte samples.
byteOrder - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFCodec
 
BYTES_PER_ROW - Variable in class net.sourceforge.jiu.data.MemoryBilevelImage
 
bytesBetweenSamples - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
bytesLeft - Variable in class net.sourceforge.jiu.codecs.PngIdatInputStream
 
bytesPerRow - Variable in class net.sourceforge.jiu.codecs.PalmCodec
 
bytesPerRow - Variable in class net.sourceforge.jiu.codecs.RASCodec
 
bytesPerRow - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
bytesPerSample - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 

C

C - Variable in class net.sourceforge.jiu.geometry.MitchellFilter
 
c11 - Static variable in class net.sourceforge.jiu.color.conversion.PCDYCbCrConversion
 
c12 - Static variable in class net.sourceforge.jiu.color.conversion.PCDYCbCrConversion
 
c13 - Static variable in class net.sourceforge.jiu.color.conversion.PCDYCbCrConversion
 
c21 - Static variable in class net.sourceforge.jiu.color.conversion.PCDYCbCrConversion
 
c22 - Static variable in class net.sourceforge.jiu.color.conversion.PCDYCbCrConversion
 
c23 - Static variable in class net.sourceforge.jiu.color.conversion.PCDYCbCrConversion
 
c31 - Static variable in class net.sourceforge.jiu.color.conversion.PCDYCbCrConversion
 
c32 - Static variable in class net.sourceforge.jiu.color.conversion.PCDYCbCrConversion
 
c33 - Static variable in class net.sourceforge.jiu.color.conversion.PCDYCbCrConversion
 
camg - Variable in class net.sourceforge.jiu.codecs.IFFCodec
 
canBeSplit() - Method in class net.sourceforge.jiu.color.quantization.MedianCutNode
Returns if this node can be split into two.
cancel - Variable in class net.sourceforge.jiu.gui.awt.dialogs.CropDialog
 
cancel - Variable in class net.sourceforge.jiu.gui.awt.dialogs.GammaCorrectionDialog
 
cancel - Variable in class net.sourceforge.jiu.gui.awt.dialogs.HueSaturationValueDialog
 
cancel - Variable in class net.sourceforge.jiu.gui.awt.dialogs.IntegerDialog
 
cancel - Variable in class net.sourceforge.jiu.gui.awt.dialogs.MapToArbitraryPaletteDialog
 
cancel - Variable in class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog
 
cancel - Variable in class net.sourceforge.jiu.gui.awt.dialogs.OctreeDialog
 
cancel - Variable in class net.sourceforge.jiu.gui.awt.dialogs.ReduceGrayscaleDialog
 
cancel - Variable in class net.sourceforge.jiu.gui.awt.dialogs.ScaleDialog
 
cancel - Variable in class net.sourceforge.jiu.gui.awt.dialogs.ShearDialog
 
cancel - Variable in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
 
cancel - Variable in class net.sourceforge.jiu.gui.awt.dialogs.WindowSizeDialog
 
cancel - Variable in class net.sourceforge.jiu.gui.awt.dialogs.YesNoDialog
 
CANCEL - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
canInAndOutBeEqual - Variable in class net.sourceforge.jiu.ops.ImageToImageOperation
 
canInputAndOutputBeEqual() - Method in class net.sourceforge.jiu.ops.ImageToImageOperation
Returns if input and output image are allowed to be the same object.
canRedo() - Method in class net.sourceforge.jiu.apps.EditorState
Returns if a redo operation is possible right now.
canUndo() - Method in class net.sourceforge.jiu.apps.EditorState
Returns if an undo operation is possible right now.
canvas - Variable in class net.sourceforge.jiu.gui.awt.JiuAwtFrame
 
center() - Method in class net.sourceforge.jiu.gui.awt.dialogs.InfoDialog
Centers the dialog on screen.
center() - Method in class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog
Centers the dialog on screen.
center() - Method in class net.sourceforge.jiu.gui.awt.dialogs.OctreeDialog
Centers the dialog on screen.
center() - Method in class net.sourceforge.jiu.gui.awt.dialogs.ReduceGrayscaleDialog
Centers the dialog on screen.
center() - Method in class net.sourceforge.jiu.gui.awt.dialogs.ScaleDialog
Centers the dialog on screen.
center() - Method in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
Centers the dialog on screen.
center(Window) - Static method in class net.sourceforge.jiu.gui.awt.dialogs.Dialogs
Centers the argument window on screen.
channelIndex - Variable in class net.sourceforge.jiu.color.analysis.Histogram1DCreator
 
channelIndex - Variable in class net.sourceforge.jiu.filters.BorderSampleGenerator
 
channels - Variable in class net.sourceforge.jiu.codecs.PSDCodec
 
check() - Method in class net.sourceforge.jiu.filters.ConvolutionKernelData
Checks if this kernel's data is valid and throws an IllegalArgumentException if anything is wrong.
check(JiuConvertSettings) - Method in class net.sourceforge.jiu.apps.BMPSwitch
 
check(JiuConvertSettings) - Method in class net.sourceforge.jiu.apps.Switch
 
checkAndLoad() - Method in class net.sourceforge.jiu.codecs.IFFCodec
 
checkAreaHeight(int) - Method in class net.sourceforge.jiu.filters.AreaFilterOperation
Checks if the argument is a valid area height value.
checkAreaWidth(int) - Method in class net.sourceforge.jiu.filters.AreaFilterOperation
Checks if the argument is a valid area width value.
checkArray(byte[], int, int) - Static method in class net.sourceforge.jiu.color.conversion.PCDYCbCrConversion
 
checkArray(byte[], int, int) - Static method in class net.sourceforge.jiu.util.ArrayConverter
Makes sure that the arguments define a valid (existing) array interval.
checkBitOffset(int) - Method in class net.sourceforge.jiu.data.MemoryBilevelImage
 
checkBounds() - Method in class net.sourceforge.jiu.geometry.Crop
 
checkBounds(int, int) - Method in class net.sourceforge.jiu.codecs.ImageCodec
If bounds were defined for this codec, this method tests if the bounds rectangle fits into the rectangle (0, 0) / (width - 1, height - 1).
checkboxes - Variable in class net.sourceforge.jiu.gui.awt.dialogs.MapToArbitraryPaletteDialog
 
checkColorTypeAndPrecision() - Method in class net.sourceforge.jiu.codecs.PNGCodec
checkContent() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
checkedIn - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
checkImageResolution() - Method in class net.sourceforge.jiu.codecs.ImageCodec
If an image object was provided to be used for loading via ImageCodec.setImage(net.sourceforge.jiu.data.PixelImage), this method checks if its resolution is the same as the bounds' resolution.
checkPalette(Palette) - Static method in class net.sourceforge.jiu.data.MemoryPaletted8Image
 
checkPixelArray(int[], int, int) - Static method in class net.sourceforge.jiu.util.ArrayRotation
This method checks several properties of the arguments.
checkPositionAndNumber(int, int, int, int) - Method in class net.sourceforge.jiu.data.MemoryBilevelImage
 
checkPositionAndNumber(int, int, int, int, int) - Method in class net.sourceforge.jiu.data.MemoryByteChannelImage
Throws an exception if the arguments do not form a valid horizontal sequence of samples.
checkPositionAndNumber(int, int, int, int, int) - Method in class net.sourceforge.jiu.data.MemoryShortChannelImage
Throws an exception if the arguments do not form a valid horizontal sequence of samples.
checksum - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
checkValue(int) - Method in class net.sourceforge.jiu.data.MemoryBilevelImage
 
children - Variable in class net.sourceforge.jiu.color.quantization.OctreeNode
 
CHOOSE_DITHERING_METHOD - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
CHOOSE_PALETTE_TYPE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
CHUNK_CRC32_IEND - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
CHUNK_SIZE_IHDR - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
CHUNK_TYPE_IDAT - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
CHUNK_TYPE_IEND - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
CHUNK_TYPE_IHDR - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
CHUNK_TYPE_PHYS - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
CHUNK_TYPE_PLTE - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
CHUNK_TYPE_TEXT - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
CHUNK_TYPE_TIME - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
chunkCounter - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
classAcDc - Variable in class net.sourceforge.jiu.codecs.jpeg.JPEGHuffmanTable
 
clear() - Method in class net.sourceforge.jiu.color.data.ArrayHistogram1D
 
clear() - Method in interface net.sourceforge.jiu.color.data.CoOccurrenceFrequencyMatrix
Sets all frequency values in this matrix to 0.0.
clear() - Method in interface net.sourceforge.jiu.color.data.CoOccurrenceMatrix
Sets all counters to zero.
clear() - Method in interface net.sourceforge.jiu.color.data.Histogram1D
Sets all counters to zero.
clear() - Method in interface net.sourceforge.jiu.color.data.Histogram3D
Sets all counters to zero.
clear() - Method in class net.sourceforge.jiu.color.data.MemoryCoOccurrenceFrequencyMatrix
Sets all values of this matrix to zero.
clear() - Method in class net.sourceforge.jiu.color.data.MemoryCoOccurrenceMatrix
 
clear() - Method in class net.sourceforge.jiu.color.data.NaiveHistogram3D
Sets all counters to zero.
clear() - Method in class net.sourceforge.jiu.color.data.OnDemandHistogram3D
 
clear(byte) - Method in interface net.sourceforge.jiu.data.ByteChannelImage
Sets all samples of the first channel to the argument byte value.
clear(byte) - Method in class net.sourceforge.jiu.data.MemoryByteChannelImage
 
clear(byte) - Method in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
Sets all the RGB samples in this image to the argument, keeping the alpha value.
clear(int) - Method in interface net.sourceforge.jiu.data.IntegerImage
Sets all samples in the first channel to the argument value.
clear(int) - Method in class net.sourceforge.jiu.data.MemoryBilevelImage
 
clear(int) - Method in class net.sourceforge.jiu.data.MemoryByteChannelImage
 
clear(int) - Method in class net.sourceforge.jiu.data.MemoryShortChannelImage
 
clear(int) - Method in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
clear(int, byte) - Method in interface net.sourceforge.jiu.data.ByteChannelImage
Sets all samples of one channel to a new value.
clear(int, byte) - Method in class net.sourceforge.jiu.data.MemoryByteChannelImage
 
clear(int, byte) - Method in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
clear(int, int) - Method in interface net.sourceforge.jiu.data.IntegerImage
Sets all samples of the channelIndex'th channel to newValue.
clear(int, int) - Method in class net.sourceforge.jiu.data.MemoryBilevelImage
 
clear(int, int) - Method in class net.sourceforge.jiu.data.MemoryByteChannelImage
 
clear(int, int) - Method in class net.sourceforge.jiu.data.MemoryShortChannelImage
 
clear(int, int) - Method in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
clear(int, short) - Method in class net.sourceforge.jiu.data.MemoryShortChannelImage
 
clear(int, short) - Method in interface net.sourceforge.jiu.data.ShortChannelImage
Sets all samples of one channel to a new value.
clear(short) - Method in class net.sourceforge.jiu.data.MemoryShortChannelImage
 
clear(short) - Method in interface net.sourceforge.jiu.data.ShortChannelImage
Sets all samples of the first channel to the argument short value.
clearCode - Variable in class net.sourceforge.jiu.codecs.GIFCodec
 
clearRedo() - Method in class net.sourceforge.jiu.apps.EditorState
 
clearUndo() - Method in class net.sourceforge.jiu.apps.EditorState
 
CList() - Constructor for class net.sourceforge.jiu.geometry.Resample.CList
 
clone() - Method in class net.sourceforge.jiu.data.Palette
Creates a copy of this palette, allocating a new Palette object and copying each RGB triplet to the new palette.
close() - Method in class net.sourceforge.jiu.codecs.ImageCodec
Calls the close method of all input and output I/O objects that were given to this object.
close() - Method in class net.sourceforge.jiu.util.SeekableByteArrayOutputStream
Closes this output stream.
CLOSE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
CLOSE_FILE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
closed - Variable in class net.sourceforge.jiu.util.SeekableByteArrayOutputStream
 
ClusteredDotDither - Class in net.sourceforge.jiu.color.dithering
Apply a clustered dot ordered dither to a grayscale image, converting it to a bilevel image in the process.
ClusteredDotDither() - Constructor for class net.sourceforge.jiu.color.dithering.ClusteredDotDither
 
CMYKConversion - Class in net.sourceforge.jiu.color.conversion
Convert from CMYK color space to RGB color space.
CMYKConversion() - Constructor for class net.sourceforge.jiu.color.conversion.CMYKConversion
 
CODE_ARRAY_LENGTH - Static variable in class net.sourceforge.jiu.codecs.GIFCodec
 
codec - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFDecoder
 
CodecMode - Class in net.sourceforge.jiu.codecs
This class is an enumeration type for the two modes that an image codec can be used in, CodecMode.LOAD and CodecMode.SAVE.
CodecMode() - Constructor for class net.sourceforge.jiu.codecs.CodecMode
 
codes - Variable in class net.sourceforge.jiu.codecs.jpeg.JPEGHuffmanTable
 
codeSize - Variable in class net.sourceforge.jiu.codecs.GIFCodec
 
cofMean - Variable in class net.sourceforge.jiu.color.data.BaseCoOccurrenceFrequencyMatrix
co-occurrence frequency mean $\mu_{C(j)}$
cofStddev - Variable in class net.sourceforge.jiu.color.data.BaseCoOccurrenceFrequencyMatrix
co-occurrence frequency standard deviation $\sigma_{C(j)}$
collectErrors - Variable in class net.sourceforge.jiu.ops.BatchProcessorOperation
 
COLOR - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
COLOR - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
COLOR_ADJUST - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
COLOR_ADJUST_BRIGHTNESS - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
COLOR_ADJUST_CONTRAST - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
COLOR_ADJUST_GAMMA - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
COLOR_ADJUST_HUESATURATIONVALUE - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
COLOR_CONVERTTOMINIMUMCOLORTYPE - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
COLOR_HISTOGRAM - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
COLOR_HISTOGRAM_COUNTCOLORSUSED - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
COLOR_HISTOGRAM_EQUALIZE - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
COLOR_HISTOGRAM_NORMALIZE - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
COLOR_HISTOGRAM_SAVECOOCCURRENCEFREQUENCYMATRIXAS - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
COLOR_HISTOGRAM_SAVECOOCCURRENCEMATRIXAS - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
COLOR_HISTOGRAM_SAVEHISTOGRAMAS - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
COLOR_HISTOGRAM_TEXTUREPROPERTIES - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
COLOR_IMAGE_QUANTIZATION - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
COLOR_INVERT - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
COLOR_MODE_GRAYSCALE - Static variable in class net.sourceforge.jiu.codecs.PSDCodec
 
COLOR_MODE_INDEXED - Static variable in class net.sourceforge.jiu.codecs.PSDCodec
 
COLOR_MODE_RGB_TRUECOLOR - Static variable in class net.sourceforge.jiu.codecs.PSDCodec
 
COLOR_NAMES - Static variable in class net.sourceforge.jiu.apps.ColorIndexer
 
COLOR_PALETTE - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
COLOR_PALETTE_SAVEAS - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
COLOR_PROMOTE - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
COLOR_PROMOTE_PROMOTETOGRAY16 - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
COLOR_PROMOTE_PROMOTETOGRAY8 - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
COLOR_PROMOTE_PROMOTETOPALETTED - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
COLOR_PROMOTE_PROMOTETORGB24 - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
COLOR_PROMOTE_PROMOTETORGB48 - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
COLOR_REDUCE - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
COLOR_REDUCE_CONVERTTOGRAYSCALE - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
COLOR_REDUCE_MAPTOARBITRARYPALETTE - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
COLOR_REDUCE_MEDIANCUT - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
COLOR_REDUCE_OCTREE - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
COLOR_REDUCE_REDUCENUMBEROFSHADESOFGRAY - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
COLOR_REDUCE_REDUCETOBILEVELTHRESHOLD - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
COLOR_REDUCE_UNIFORMPALETTE - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
COLOR_TYPE_ALPHA - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
COLOR_TYPE_GRAY - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
COLOR_TYPE_GRAY_ALPHA - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
COLOR_TYPE_INDEXED - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
COLOR_TYPE_RGB - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
COLOR_TYPE_RGB_ALPHA - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
colorAdjustBrightness() - Method in class net.sourceforge.jiu.apps.OperationProcessor
Adjust the brightness of the current image.
colorAdjustBrightness() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
colorAdjustContrast() - Method in class net.sourceforge.jiu.apps.OperationProcessor
Adjust the contrast of the current image.
colorAdjustContrast() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
colorAdjustGamma() - Method in class net.sourceforge.jiu.apps.OperationProcessor
Adjust the gamma value of the current image.
colorAdjustGamma() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
colorAdjustHueSaturationValue() - Method in class net.sourceforge.jiu.apps.OperationProcessor
Adjust hue, saturation and value of the current image.
colorAdjustHueSaturationValue() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
colorConvertToMinimumColorType() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
colorConvertToMinimumColorType() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
colorDepth - Variable in class net.sourceforge.jiu.codecs.BMPCodec
 
colorHistogramCountColorsUsed() - Method in class net.sourceforge.jiu.apps.OperationProcessor
Count the number of colors used in the current image.
colorHistogramCountColorsUsed() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
colorHistogramEqualize() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
colorHistogramEqualize() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
colorHistogramNormalize() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
colorHistogramNormalize() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
colorHistogramSaveCoOccurrenceFrequencyMatrixAs() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
colorHistogramSaveCoOccurrenceFrequencyMatrixAs() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
colorHistogramSaveCoOccurrenceMatrixAs() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
colorHistogramSaveCoOccurrenceMatrixAs() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
colorHistogramSaveHistogramAs() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
colorHistogramSaveHistogramAs() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
colorHistogramTextureProperties() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
colorHistogramTextureProperties() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
ColorIndexer - Class in net.sourceforge.jiu.apps
Loads image files and generates color index information for them.
ColorIndexer() - Constructor for class net.sourceforge.jiu.apps.ColorIndexer
 
colorInvert() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
colorInvert() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
colorMode - Variable in class net.sourceforge.jiu.codecs.PSDCodec
 
colorPaletteSaveAs() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
colorPaletteSaveAs() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
colorPanel - Variable in class net.sourceforge.jiu.gui.awt.dialogs.HueSaturationValueDialog
 
colorPromotePromoteToGray16() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
colorPromotePromoteToGray16() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
colorPromotePromoteToGray8() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
colorPromotePromoteToGray8() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
colorPromotePromoteToPaletted() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
colorPromotePromoteToPaletted() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
colorPromotePromoteToRgb24() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
colorPromotePromoteToRgb24() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
colorPromotePromoteToRgb48() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
colorPromotePromoteToRgb48() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
colorReduceConvertToGrayscale() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
colorReduceConvertToGrayscale() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
colorReduceMapToArbitraryPalette() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
colorReduceMapToArbitraryPalette() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
colorReduceMedianCut() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
colorReduceMedianCut() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
colorReduceOctree() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
colorReduceOctree() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
colorReduceReduceNumberOfShadesOfGray() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
colorReduceReduceNumberOfShadesOfGray() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
colorReduceReduceToBilevelThreshold() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
colorReduceReduceToBilevelThreshold() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
colorReduceUniformPalette() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
colorReduceUniformPalette() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
colorType - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
columns - Variable in class net.sourceforge.jiu.codecs.PNMCodec
 
comments - Variable in class net.sourceforge.jiu.codecs.ImageCodec
 
ComparatorInterface - Interface in net.sourceforge.jiu.util
To be able to do sorting in Java 1.1 as defined in java.util.Arrays (which is only available in Java 1.2 and higher), we offer a java.util.Comparator clone under a different name: ComparatorInterface.
compare(Object, Object) - Method in class net.sourceforge.jiu.color.quantization.ContouringColorPair
 
compare(Object, Object) - Method in class net.sourceforge.jiu.color.quantization.OctreeNode
 
compare(Object, Object) - Method in class net.sourceforge.jiu.color.quantization.RGBColorComparator
 
compare(Object, Object) - Method in interface net.sourceforge.jiu.util.ComparatorInterface
Compares the two argument objects and returns their relation.
compareTo(RGBColor, int) - Method in class net.sourceforge.jiu.color.quantization.RGBColor
Compares this color to the argument color, using the sortOrder argument (which is one of the three index values defined in RGBIndex.
component - Variable in class net.sourceforge.jiu.codecs.jpeg.JPEGScanComponentSpecification
 
componentHidden(ComponentEvent) - Method in class net.sourceforge.jiu.gui.awt.JiuAwtFrame
 
componentId - Variable in class net.sourceforge.jiu.codecs.jpeg.JPEGFrameComponent
 
componentMoved(ComponentEvent) - Method in class net.sourceforge.jiu.gui.awt.JiuAwtFrame
 
componentResized(ComponentEvent) - Method in class net.sourceforge.jiu.gui.awt.JiuAwtFrame
 
components - Variable in class net.sourceforge.jiu.codecs.jpeg.JPEGFrame
 
componentShown(ComponentEvent) - Method in class net.sourceforge.jiu.gui.awt.JiuAwtFrame
 
compressedDataOffset - Variable in class net.sourceforge.jiu.codecs.PalmCodec
 
compressedSize - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFDecoderDeflated
 
compressedSize - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFDecoderLogLuv
 
compressibleNodes - Variable in class net.sourceforge.jiu.color.quantization.MedianCutContourRemoval
 
compression - Variable in class net.sourceforge.jiu.codecs.BMPCodec
 
compression - Variable in class net.sourceforge.jiu.codecs.IFFCodec
 
compression - Variable in class net.sourceforge.jiu.codecs.PalmCodec
 
compression - Variable in class net.sourceforge.jiu.codecs.PSDCodec
 
compression - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
COMPRESSION_CCITT_GROUP3_1D_MODIFIED_HUFFMAN - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
COMPRESSION_CCITT_T4 - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
COMPRESSION_CCITT_T6 - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
COMPRESSION_DEFLATE - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
COMPRESSION_DEFLATED_INOFFICIAL - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
COMPRESSION_DEFLATED_OFFICIAL - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
COMPRESSION_JBIG - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
COMPRESSION_JBIG2 - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
COMPRESSION_JPEG_6_0 - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
COMPRESSION_JPEG_POST_6_0 - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
COMPRESSION_LZW - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
COMPRESSION_NEXT - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
COMPRESSION_NONE - Static variable in class net.sourceforge.jiu.codecs.IFFCodec
 
COMPRESSION_NONE - Static variable in class net.sourceforge.jiu.codecs.PalmCodec
Constant for compression type Uncompressed.
COMPRESSION_NONE - Static variable in class net.sourceforge.jiu.codecs.PSDCodec
 
COMPRESSION_NONE - Static variable in class net.sourceforge.jiu.codecs.RASCodec
 
COMPRESSION_NONE - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
COMPRESSION_NONE_WORD_ALIGNED - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
COMPRESSION_PACKBITS - Static variable in class net.sourceforge.jiu.codecs.PalmCodec
Constant for compression type Packbits.
COMPRESSION_PACKBITS - Static variable in class net.sourceforge.jiu.codecs.PSDCodec
 
COMPRESSION_PACKBITS - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
COMPRESSION_RLE - Static variable in class net.sourceforge.jiu.codecs.IFFCodec
 
COMPRESSION_RLE - Static variable in class net.sourceforge.jiu.codecs.PalmCodec
Constant for compression type RLE (run length encoding).
COMPRESSION_SCANLINE - Static variable in class net.sourceforge.jiu.codecs.PalmCodec
Constant for compression type Scanline.
COMPRESSION_SGI_LOG_24_PACKED - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
COMPRESSION_SGI_LOG_RLE - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
COMPRESSION_THUNDERSCAN - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
compressionType - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
compSpecs - Variable in class net.sourceforge.jiu.codecs.jpeg.JPEGScan
 
compute(double, double) - Method in class net.sourceforge.jiu.color.dithering.DiamondSpotFunction
 
compute(double, double) - Method in class net.sourceforge.jiu.color.dithering.LineSpotFunction
 
compute(double, double) - Method in class net.sourceforge.jiu.color.dithering.RoundSpotFunction
 
compute(double, double) - Method in interface net.sourceforge.jiu.color.dithering.SpotFunction
Compute the spot intensity at the given position.
compute(CoOccurrenceMatrix) - Static method in class net.sourceforge.jiu.color.analysis.TextureAnalysis
Create a TextureAnalysis operation with the results computed from a given matrix.
compute(IntegerImage, int) - Static method in class net.sourceforge.jiu.color.analysis.TextureAnalysis
For one channel of the argument image, create a TextureAnalysis operation with all attributes
compute(PixelImage, PixelImage) - Static method in class net.sourceforge.jiu.color.analysis.MeanDifference
Compute the mean difference between two images.
computeBytesPerRow(int) - Method in class net.sourceforge.jiu.codecs.PNGCodec
Computes a number of bytes for a given number of pixels, regarding precision and availability of an alpha channel.
computeColumnsAdam7(int) - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
computeCoOccurrenceFrequencyMeanValues() - Method in class net.sourceforge.jiu.color.data.BaseCoOccurrenceFrequencyMatrix
 
computeCoOccurrenceFrequencyStandardDeviationValues() - Method in class net.sourceforge.jiu.color.data.BaseCoOccurrenceFrequencyMatrix
 
computeDiff(int, int) - Static method in class net.sourceforge.jiu.color.analysis.MeanDifference
Returns abs(a - b).
computeDistance(int, int) - Method in class net.sourceforge.jiu.color.quantization.MedianCutContourRemoval
 
computeDistance(int, int, int, int, int, int) - Static method in class net.sourceforge.jiu.color.quantization.RGBColor
For two RGB triplets (r1, g1, b1) and (r2, g2, b2) this will return the distance between those colors in RGB color space.
computeIndex(int, int, int, int) - Static method in class net.sourceforge.jiu.color.quantization.OctreeNode
 
computeMean(double[]) - Static method in class net.sourceforge.jiu.util.Statistics
Computes the mean value for the argument array.
computeMean(double[], int, int) - Static method in class net.sourceforge.jiu.util.Statistics
Computes the mean value for some elements of the argument array.
computeNewImageWidth(int, int, double) - Static method in class net.sourceforge.jiu.geometry.Shear
For a given image width and shearing angle this method computes the width of the resulting image.
computeNumBytes(int) - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
TODO: regard extra samples
computeRgbDistance(MedianCutNode) - Method in class net.sourceforge.jiu.color.quantization.MedianCutNode
Computes the distance in RGB color space between the representative color of this node and the argument node and returns it as non-negative value.
computeSample(int[], int) - Method in class net.sourceforge.jiu.filters.AreaFilterOperation
Determine the resulting sample for an array with the source sample and zero or more of its neighbors.
computeSample(int[], int) - Method in class net.sourceforge.jiu.filters.MaximumFilter
 
computeSample(int[], int) - Method in class net.sourceforge.jiu.filters.MeanFilter
 
computeSample(int[], int) - Method in class net.sourceforge.jiu.filters.MedianFilter
 
computeSample(int[], int) - Method in class net.sourceforge.jiu.filters.MinimumFilter
 
computeSample(int[], int) - Method in class net.sourceforge.jiu.filters.OilFilter
 
computeSelfCoOccurrenceFrequencyMeanValue() - Method in class net.sourceforge.jiu.color.data.BaseCoOccurrenceFrequencyMatrix
 
computeSelfCoOccurrenceFrequencyStandardDeviationValue() - Method in class net.sourceforge.jiu.color.data.BaseCoOccurrenceFrequencyMatrix
 
computeStandardDeviation(double[]) - Static method in class net.sourceforge.jiu.util.Statistics
Computes the standard deviation for the argument array of values.
computeStandardDeviation(double[], double) - Static method in class net.sourceforge.jiu.util.Statistics
Computes the standard deviation for the argument array of values.
computeStandardDeviation(double[], int, int) - Static method in class net.sourceforge.jiu.util.Statistics
Computes the standard deviation for some of the argument array's values.
computeStandardDeviation(double[], int, int, double) - Static method in class net.sourceforge.jiu.util.Statistics
Computes the standard deviation for some of the argument array's values.
computeStatistics() - Method in class net.sourceforge.jiu.color.data.BaseCoOccurrenceFrequencyMatrix
Assumes that the co-occurrence frequency values have been initialized.
computeStatistics() - Method in interface net.sourceforge.jiu.color.data.CoOccurrenceFrequencyMatrix
Computes mean, standard deviation and the sum of those two so that these values can be queried by the appropriate get methods.
computeStatistics(CoOccurrenceFrequencyMatrix) - Method in class net.sourceforge.jiu.color.quantization.MedianCutContourRemoval
Computes the mean and standard deviation (stddev) values and from the argument matrix and initializes the mean / stddev fields of this class with them.
computeVariance(double[]) - Static method in class net.sourceforge.jiu.util.Statistics
Computes the variance for the argument array.
computeVariance(double[], double) - Static method in class net.sourceforge.jiu.util.Statistics
Computes the variance for some of the argument array's values.
computeVariance(double[], int, int) - Static method in class net.sourceforge.jiu.util.Statistics
Computes the variance for some of the argument array's values.
computeVariance(double[], int, int, double) - Static method in class net.sourceforge.jiu.util.Statistics
Computes the variance for some of the argument array's values.
computeZoomToFitSize() - Method in class net.sourceforge.jiu.gui.awt.ImageCanvas
 
CONTOUR_REMOVAL - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
CONTOUR_REMOVAL_NUM_PASSES - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
CONTOUR_REMOVAL_TAU - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
ContouringColorPair - Class in net.sourceforge.jiu.color.quantization
A data structure for storing the index values of a pair of contouring colors plus their respective self co-occurrence frequency values.
ContouringColorPair() - Constructor for class net.sourceforge.jiu.color.quantization.ContouringColorPair
Creates a new object of this class.
ContouringColorPair(int, int, double, double) - Constructor for class net.sourceforge.jiu.color.quantization.ContouringColorPair
Creates a new object of this class.
contouringPairs - Variable in class net.sourceforge.jiu.color.quantization.MedianCutContourRemoval
 
contrast - Variable in class net.sourceforge.jiu.color.adjustment.Contrast
 
contrast - Variable in class net.sourceforge.jiu.color.analysis.TextureAnalysis
 
Contrast - Class in net.sourceforge.jiu.color.adjustment
Adjusts the contrast of an image.
Contrast() - Constructor for class net.sourceforge.jiu.color.adjustment.Contrast
 
CONTRAST - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
CONTRAST_MENU_ITEM - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
contrastChange - Variable in class net.sourceforge.jiu.apps.ColorIndexer
 
Contributor() - Constructor for class net.sourceforge.jiu.geometry.Resample.Contributor
 
convert(PixelImage) - Static method in class net.sourceforge.jiu.color.reduction.RGBToGrayConversion
Static convenience method to convert an RGB image to a grayscale image.
CONVERT_TO_GRAYSCALE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
CONVERT_TO_MINIMUM_COLOR_TYPE_MENU_ITEM - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
convertCMYK32InterleavedToRGB24Planar(byte[], int, byte[], int, byte[], int, byte[], int, int) - Static method in class net.sourceforge.jiu.color.conversion.CMYKConversion
Converts a number of CMYK pixels stored in interleaved order (all samples of one pixel together: CMYKCMYKCMYK...) to RGB pixels which are stored as planes (all red samples together, etc.).
convertCMYK32PlanarToRGB24Planar(byte[], int, byte[], int, byte[], int, byte[], int, byte[], int, byte[], int, byte[], int, int) - Static method in class net.sourceforge.jiu.color.conversion.CMYKConversion
 
convertCMYK32ToRGB24(int, int, int, int, int[]) - Static method in class net.sourceforge.jiu.color.conversion.CMYKConversion
Converts a 32 bit CMYK pixel to a 24 bit RGB pixel.
convertDoubleToByte(double) - Static method in class net.sourceforge.jiu.color.conversion.LogLuvConversion
 
convertFromGray16(short[], int, int, int[], int, int) - Static method in class net.sourceforge.jiu.gui.awt.RGBA
Convert a number of 16 bit grayscale pixels to RGBA type int pixels, adding the given alpha value.
convertFromGray8(byte[], int, int, int[], int, int) - Static method in class net.sourceforge.jiu.gui.awt.RGBA
Convert a number of 8 bit grayscale pixels, shades of gray between 0 (for black) and 255 (for white), given as bytes, to RGBA type int pixels, adding the given alpha value.
convertFromPackedBilevel(byte[], int, int, int[], int, int) - Static method in class net.sourceforge.jiu.gui.awt.RGBA
Converts pixels from bilevel packed bytes to RGBA format.
convertFromPaletted8(byte[], int, int, int[], int[], int[], int[], int, int) - Static method in class net.sourceforge.jiu.gui.awt.RGBA
Converts a byte array of palette index values to an array of RGBA values, using palette color data.
convertFromRGB24(byte[], int, byte[], int, byte[], int, int, int[], int, int) - Static method in class net.sourceforge.jiu.gui.awt.RGBA
Converts 24 bit RGB truecolor data to RGBA int values.
convertFromRGB48(short[], int, short[], int, short[], int, int, int[], int, int) - Static method in class net.sourceforge.jiu.gui.awt.RGBA
Converts 48 bit RGB truecolor data to RGBA int values, dropping the least significant eight bits of each short sample.
convertImageToPalette(RGB24Image) - Static method in class net.sourceforge.jiu.color.io.PaletteSerialization
Create a palette from the pixels of the argument image.
convertImageToRGB24Image(Image) - Static method in class net.sourceforge.jiu.gui.awt.ImageCreator
Creates an RGB24Image from the argument AWT image instance.
convertLogL10toY(int) - Static method in class net.sourceforge.jiu.color.conversion.LogLuvConversion
Converts an unsigned 10 bit value (the argument must lie in the interval 0 to 1023) to a double luminance (brightness) value between 0.0 and 1.0.
convertLogL16toGray8(byte[], byte[], int) - Static method in class net.sourceforge.jiu.color.conversion.LogLuvConversion
Converts a number of 16 bit LogL samples to 8 bit grayscale samples.
convertLogL16toY(int) - Static method in class net.sourceforge.jiu.color.conversion.LogLuvConversion
Converts a signed 16 bit value (the argument must lie in the interval -32768 to 32767) to a double luminance (brightness) value between 0.0 and 1.0.
convertLogLuv24InterleavedtoRGB24Planar(byte[], byte[], byte[], byte[], int) - Static method in class net.sourceforge.jiu.color.conversion.LogLuvConversion
Converts a number of 24 bit LogLuv pixels to 24 bit RGB pixels.
convertLogLuv32InterleavedtoRGB24Planar(byte[], byte[], byte[], byte[], int) - Static method in class net.sourceforge.jiu.color.conversion.LogLuvConversion
Converts a number of 32 bit LogLuv pixels to 24 bit RGB pixels.
convertPacked2BitIntensityTo8Bit(byte[], int, byte[], int, int) - Static method in class net.sourceforge.jiu.util.ArrayConverter
Converts bytes with two four-bit-intensity samples to 8 byte intensity values, each stored in one byte.
convertPacked4BitIntensityTo8Bit(byte[], int, byte[], int, int) - Static method in class net.sourceforge.jiu.util.ArrayConverter
Converts bytes with four two-bit-intensity samples to byte-sized intensity values.
convertPaletteToImage(Palette) - Static method in class net.sourceforge.jiu.color.io.PaletteSerialization
Creates an RGB24Image from the palette entries, each entry becomes a pixel in an image of width 1 and height palette.getNumEntries().
convertRow(byte[][], byte[][]) - Method in class net.sourceforge.jiu.codecs.IFFCodec
Converts input planes to index or truecolor output values.
convertToAwtBufferedImage(PixelImage) - Static method in class net.sourceforge.jiu.gui.awt.ImageCreator
 
convertToAwtBufferedImage(RGB24Image) - Static method in class net.sourceforge.jiu.gui.awt.ImageCreator
Convert a JIU RGB24Image to a BufferedImage with the given alpha value (use RGBA.DEFAULT_ALPHA as default).
convertToAwtImage(BilevelImage, int) - Static method in class net.sourceforge.jiu.gui.awt.ImageCreator
Convert a BilevelImage object to an AWT image object.
convertToAwtImage(Gray16Image, int) - Static method in class net.sourceforge.jiu.gui.awt.ImageCreator
Creates an AWT Image object from a Gray16Image object and an alpha value.
convertToAwtImage(Gray8Image, int) - Static method in class net.sourceforge.jiu.gui.awt.ImageCreator
Creates an AWT Image object from a Gray8Image object and an alpha value.
convertToAwtImage(Paletted8Image, int) - Static method in class net.sourceforge.jiu.gui.awt.ImageCreator
 
convertToAwtImage(PixelImage, int) - Static method in class net.sourceforge.jiu.gui.awt.ImageCreator
Creates an instance of Image from an instance of RGB24Image.
convertToAwtImage(RGB24Image, int) - Static method in class net.sourceforge.jiu.gui.awt.ImageCreator
 
convertToAwtImage(RGB48Image, int) - Static method in class net.sourceforge.jiu.gui.awt.ImageCreator
 
convertToByte(int) - Static method in class net.sourceforge.jiu.color.conversion.CMYKConversion
 
convertToRgb(int, int) - Method in class net.sourceforge.jiu.codecs.PCDCodec
 
convertToRgb24(PixelImage) - Method in class net.sourceforge.jiu.apps.ColorIndexer
 
convertUniformToErrorDiffusion(int) - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
convertYccToRgb(byte[], byte[], byte[], int, byte[], byte[], byte[], int, int) - Static method in class net.sourceforge.jiu.color.conversion.PCDYCbCrConversion
Converts pixels from YCbCr to RGB color space.
ConvolutionKernelData - Class in net.sourceforge.jiu.filters
This class encapsulates the information for a specific convolution kernel filter.
ConvolutionKernelData(String, int[], int, int, int, int) - Constructor for class net.sourceforge.jiu.filters.ConvolutionKernelData
Creates a new kernel from the arguments.
ConvolutionKernelFilter - Class in net.sourceforge.jiu.filters
Applies a convolution kernel filter to an image.
ConvolutionKernelFilter() - Constructor for class net.sourceforge.jiu.filters.ConvolutionKernelFilter
 
CoOccurrenceFrequencyMatrix - Interface in net.sourceforge.jiu.color.data
An interface for a co-occurrence frequency matrix.
CoOccurrenceMatrix - Interface in net.sourceforge.jiu.color.data
An interface for co-occurrence matrices.
copyChildSums() - Method in class net.sourceforge.jiu.color.quantization.OctreeNode
Adds the sums for red, green and blue values and the pixel count values of all child nodes and stores the results in this node.
copyPackedBytes(byte[], int, int, byte[], int, int, int) - Static method in class net.sourceforge.jiu.util.ArrayConverter
Copies a number of bit values from one byte array to another.
copyright - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
copyRow(IntegerImage, int, int, int[], int, int) - Method in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
Copies row data from input image to buffer and replicates samples at the left and right border.
correlation - Variable in class net.sourceforge.jiu.color.analysis.TextureAnalysis
 
CORRELATION - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
COULD_NOT_CREATE_HISTOGRAM - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
count - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFTag
 
count(IntegerImage) - Static method in class net.sourceforge.jiu.color.analysis.Histogram1DCreator
Static convenience method to count the number of different samples in the first channel of the argument image.
count(IntegerImage) - Static method in class net.sourceforge.jiu.color.analysis.Histogram3DCreator
Static convenience method to count the number of colors in any three channel IntegerImage object.
count(IntegerImage, int) - Static method in class net.sourceforge.jiu.color.analysis.Histogram1DCreator
Static convenience method to count the number of different samples in one of the channels of the argument image.
count(PixelImage) - Method in class net.sourceforge.jiu.apps.ColorIndexer
 
COUNT_COLORS_USED - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
counter - Variable in class net.sourceforge.jiu.color.data.Histogram3DNode
 
counter - Variable in class net.sourceforge.jiu.color.quantization.RGBColor
Stores how many times this colors appears in a certain image.
CPU_ENDIANNESS - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
CPU_ISALIST - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
create() - Static method in class net.sourceforge.jiu.color.WebsafePaletteCreator
Creates a new palette with the 216 websafe colors.
createBilevelFromGrayOrRgb(IntegerImage) - Method in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
Creates a bilevel image from any grayscale (or RGB) image that has been checked to be bilevel.
createBilevelFromPaletted(Paletted8Image) - Method in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
 
createCodec(int) - Static method in class net.sourceforge.jiu.codecs.ImageLoader
Creates an instance of one of the codec classes known to ImageLoader.
createColorList(RGB24Image) - Method in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
 
createCompatibleImage(int, int) - Method in class net.sourceforge.jiu.data.MemoryBilevelImage
 
createCompatibleImage(int, int) - Method in class net.sourceforge.jiu.data.MemoryByteChannelImage
 
createCompatibleImage(int, int) - Method in class net.sourceforge.jiu.data.MemoryGray16Image
 
createCompatibleImage(int, int) - Method in class net.sourceforge.jiu.data.MemoryGray8Image
 
createCompatibleImage(int, int) - Method in class net.sourceforge.jiu.data.MemoryPaletted8Image
 
createCompatibleImage(int, int) - Method in class net.sourceforge.jiu.data.MemoryRGB24Image
 
createCompatibleImage(int, int) - Method in class net.sourceforge.jiu.data.MemoryRGB48Image
 
createCompatibleImage(int, int) - Method in class net.sourceforge.jiu.data.MemoryShortChannelImage
 
createCompatibleImage(int, int) - Method in interface net.sourceforge.jiu.data.PixelImage
Creates an instance of the same class as this one, with width and height given by the arguments.
createCompatibleImage(int, int) - Method in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
createContouringIndexList() - Method in class net.sourceforge.jiu.color.quantization.MedianCutContourRemoval
Takes
createCoOccurrenceFrequencyMatrix(CoOccurrenceMatrix) - Static method in class net.sourceforge.jiu.color.analysis.MatrixCreator
Creates a new co-occurrence frequency with the same dimension as the argument co-occurrence matrix, calls MatrixCreator.initCoOccurrenceFrequencyMatrix(net.sourceforge.jiu.color.data.CoOccurrenceMatrix, net.sourceforge.jiu.color.data.CoOccurrenceFrequencyMatrix) with them to initialize the new matrix, then returns it.
createCoOccurrenceMatrix(Gray16Image) - Static method in class net.sourceforge.jiu.color.analysis.MatrixCreator
Create a co-occurrence matrix for a 16 bit grayscale image.
createCoOccurrenceMatrix(Gray8Image) - Static method in class net.sourceforge.jiu.color.analysis.MatrixCreator
 
createCoOccurrenceMatrix(IntegerImage, int) - Static method in class net.sourceforge.jiu.color.analysis.MatrixCreator
 
createCoOccurrenceMatrix(Paletted8Image) - Static method in class net.sourceforge.jiu.color.analysis.MatrixCreator
 
createCopy() - Method in class net.sourceforge.jiu.data.MemoryBilevelImage
 
createCopy() - Method in class net.sourceforge.jiu.data.MemoryByteChannelImage
 
createCopy() - Method in class net.sourceforge.jiu.data.MemoryShortChannelImage
 
createCopy() - Method in interface net.sourceforge.jiu.data.PixelImage
Creates an new image object that will be of the same type as this one, with the same image data, using entirely new resources.
createCopy() - Method in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
createDecoder(TIFFCodec, TIFFImageFileDirectory, int) - Static method in class net.sourceforge.jiu.codecs.tiff.TIFFCodec
 
createDecoderTables() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGHuffmanTable
 
createExtraHalfbritePalette() - Method in class net.sourceforge.jiu.codecs.IFFCodec
 
createFilenameFilter() - Static method in class net.sourceforge.jiu.codecs.ImageLoader
Returns a filename filter (FilenameFilter) that accepts files with name extensions typical for the image file formats known to ImageLoader.
createFilter(int) - Static method in class net.sourceforge.jiu.geometry.Resample
 
createGray8FromGray16(Gray16Image) - Method in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
 
createGray8FromPaletted8(Paletted8Image, Gray8Image) - Method in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
 
createGrayFromRgb(IntegerImage, IntegerImage) - Method in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
 
createHistogramIfNecessary() - Method in class net.sourceforge.jiu.color.analysis.Histogram1DCreator
 
createHistogramIfNecessary() - Method in class net.sourceforge.jiu.color.analysis.Histogram3DCreator
 
createImage(int[], int, int) - Static method in class net.sourceforge.jiu.gui.awt.ImageCreator
Creates a Image object from a pixel array.
createImage(int, int) - Method in class net.sourceforge.jiu.codecs.PCDCodec
 
createLeafList() - Method in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
Creates a linear list of leaf nodes.
createLookupTable(int) - Method in class net.sourceforge.jiu.color.adjustment.GammaCorrection
Creates a lookup table that holds all new values for samples 0 to numSamples - 1.
createLookupTable(int, int) - Method in class net.sourceforge.jiu.color.adjustment.Brightness
Creates a lookup table that holds all new values for samples 0 to numSamples - 1.
createLookupTable(int, int) - Method in class net.sourceforge.jiu.color.adjustment.Contrast
 
createLut(int) - Method in class net.sourceforge.jiu.color.reduction.ReduceShadesOfGray
 
createMenu(Strings, int) - Method in class net.sourceforge.jiu.gui.awt.AwtMenuWrapper
 
createMenuShortcut(int) - Method in class net.sourceforge.jiu.gui.awt.AwtMenuWrapper
 
createNode(int, int, int) - Method in class net.sourceforge.jiu.color.data.OnDemandHistogram3D
 
createPalette() - Method in class net.sourceforge.jiu.color.quantization.ArbitraryPaletteQuantizer
Returns a copy of the palette that was given to the constructor of this class.
createPalette() - Method in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
Creates a palette with the representative colors of all leaf nodes.
createPalette() - Method in class net.sourceforge.jiu.color.quantization.OctreeColorQuantizer
 
createPalette() - Method in class net.sourceforge.jiu.color.quantization.PopularityQuantizer
 
createPalette() - Method in interface net.sourceforge.jiu.color.quantization.RGBQuantizer
Return a Palette object with the list of colors to be used in the quantization process.
createPalette() - Method in class net.sourceforge.jiu.color.quantization.UniformPaletteQuantizer
 
createPalette(short[][]) - Static method in class net.sourceforge.jiu.codecs.PalmCodec
 
createPaletted8FromRgb24(RGB24Image) - Method in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
 
createPaletted8FromRgb48(RGB48Image) - Method in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
 
createRgb24FromRgb48(RGB48Image, RGB24Image) - Method in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
 
createSwitches() - Static method in class net.sourceforge.jiu.apps.jiuconvert
 
createSystem2BitGrayscalePalette() - Static method in class net.sourceforge.jiu.codecs.PalmCodec
Creates the 2 bits per pixel Palm system palette with grayscale values.
createSystem4BitColorPalette() - Static method in class net.sourceforge.jiu.codecs.PalmCodec
Creates the 4 bits per pixel Palm system palette with color values.
createSystem4BitGrayscalePalette() - Static method in class net.sourceforge.jiu.codecs.PalmCodec
Creates the 4 bits per pixel Palm system palette with grayscale values.
createSystem8BitPalette() - Static method in class net.sourceforge.jiu.codecs.PalmCodec
Creates the 8 bits per pixel Palm system palette.
Crop - Class in net.sourceforge.jiu.geometry
Copies a rectangular area of one image to another image that is exactly as large as that rectangular area.
Crop() - Constructor for class net.sourceforge.jiu.geometry.Crop
 
CROP_IMAGE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
CROP_MENU_ITEM - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
CropDialog - Class in net.sourceforge.jiu.gui.awt.dialogs
A dialog to enter the parameters for an image crop operation.
CropDialog(Frame, Strings, int, int) - Constructor for class net.sourceforge.jiu.gui.awt.dialogs.CropDialog
 
currentBufferIndex - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
currentCode - Variable in class net.sourceforge.jiu.codecs.GIFCodec
 
currentColumn - Variable in class net.sourceforge.jiu.codecs.GIFCodec
 
currentDirectory - Variable in class net.sourceforge.jiu.apps.EditorState
 
currentImage - Variable in class net.sourceforge.jiu.apps.EditorState
 
currentInterlacingPass - Variable in class net.sourceforge.jiu.codecs.GIFCodec
 
currentRow - Variable in class net.sourceforge.jiu.codecs.GIFCodec
 
currentRow - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFDecoder
 
CYAN - Static variable in class net.sourceforge.jiu.apps.ColorIndexer
 

D

data - Variable in class net.sourceforge.jiu.apps.Strings
 
data - Variable in class net.sourceforge.jiu.codecs.jpeg.JPEGQuantizationTable
 
data - Variable in class net.sourceforge.jiu.codecs.PCDCodec
 
data - Variable in class net.sourceforge.jiu.color.data.ArrayHistogram1D
 
data - Variable in class net.sourceforge.jiu.color.data.MemoryCoOccurrenceFrequencyMatrix
co occurrence frequency values
data - Variable in class net.sourceforge.jiu.color.data.MemoryCoOccurrenceMatrix
 
data - Variable in class net.sourceforge.jiu.color.data.NaiveHistogram3D
 
data - Variable in class net.sourceforge.jiu.data.MemoryBilevelImage
 
data - Variable in class net.sourceforge.jiu.data.MemoryByteChannelImage
 
data - Variable in class net.sourceforge.jiu.data.MemoryShortChannelImage
 
data - Variable in class net.sourceforge.jiu.data.Palette
 
data - Variable in class net.sourceforge.jiu.filters.ConvolutionKernelData
 
dataOffset - Variable in class net.sourceforge.jiu.codecs.BMPCodec
 
date - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
dateTime - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
dcEntropyTable - Variable in class net.sourceforge.jiu.codecs.jpeg.JPEGScanComponentSpecification
 
decode() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoder
Decode data from input and write the decompressed pixel data to the image associated with this decoder.
decode() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoderDeflated
 
decode() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoderLogLuv
 
decode() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoderModifiedHuffman
 
decode() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoderPackbits
 
decode() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoderUncompressed
 
decodeBlackRun() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoderModifiedHuffman
 
decodePacked1Bit(byte[], int, byte[], int, int) - Static method in class net.sourceforge.jiu.util.ArrayConverter
 
decodePacked2Bit(byte[], int, byte[], int, int) - Static method in class net.sourceforge.jiu.util.ArrayConverter
Decodes bytes with four two-bit samples to single bytes.
decodePacked4Bit(byte[], int, byte[], int, int) - Static method in class net.sourceforge.jiu.util.ArrayConverter
Decodes bytes with two four-bit samples to single bytes.
decodePackedRGB565BigEndianToRGB24(byte[], int, byte[], int, byte[], int, byte[], int, int) - Static method in class net.sourceforge.jiu.util.ArrayConverter
Convert 16 bit RGB samples stored in big endian (BE) byte order with 5 bits for red and blue and 6 bits for green to 24 bit RGB byte samples.
decodeRow(byte[]) - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoderLogLuv
 
decodeRow(byte[]) - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoderModifiedHuffman
 
decodeRowPacked24(byte[]) - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoderLogLuv
 
decodeRowRLE(byte[]) - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoderLogLuv
 
decoders - Static variable in class net.sourceforge.jiu.codecs.tiff.TIFFCodec
 
decodeRun(int[][][], int) - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoderModifiedHuffman
 
decodeScan(JPEGData) - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGCodec
 
decodeWhiteRun() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoderModifiedHuffman
 
DEFAULT_ALPHA - Static variable in class net.sourceforge.jiu.gui.awt.ImageCreator
The default transparency value to be used: full opacity.
DEFAULT_ALPHA - Static variable in class net.sourceforge.jiu.gui.awt.RGBA
The default value for the alpha part of RGBA.
DEFAULT_BLUE_WEIGHT - Static variable in class net.sourceforge.jiu.color.reduction.RGBToGrayConversion
The default weight for blue samples in the conversion, 0.11f.
DEFAULT_ENCODING_MIN_IDAT_SIZE - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
DEFAULT_GREEN_WEIGHT - Static variable in class net.sourceforge.jiu.color.reduction.RGBToGrayConversion
The default weight for green samples in the conversion, 0.59f.
DEFAULT_INTERPOLATION - Static variable in class net.sourceforge.jiu.apps.EditorState
The default interpolation type, one of the three INTERPOLATION_xyz constants.
DEFAULT_LANGUAGE - Static variable in class net.sourceforge.jiu.apps.Strings
Constant of the default language, Strings.LANG_ENGLISH.
DEFAULT_LANGUAGE_ISO_639_CODE - Static variable in class net.sourceforge.jiu.apps.Strings
The ISO 639 code for the default language Strings.DEFAULT_LANGUAGE.
DEFAULT_MAX_REDO_IMAGES - Static variable in class net.sourceforge.jiu.apps.EditorState
The default number of redo steps possible.
DEFAULT_MAX_UNDO_IMAGES - Static variable in class net.sourceforge.jiu.apps.EditorState
The default number of undo steps possible.
DEFAULT_METHOD_REPR_COLOR - Static variable in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
The default method to determine the representative color from a list of colors.
DEFAULT_NUM_PASSES - Static variable in class net.sourceforge.jiu.color.quantization.MedianCutContourRemoval
The default number of passes, used if they are not specified with MedianCutContourRemoval.setNumPasses(int).
DEFAULT_PALETTE_SIZE - Static variable in class net.sourceforge.jiu.color.quantization.OctreeColorQuantizer
The default number of colors in the palette.
DEFAULT_RED_WEIGHT - Static variable in class net.sourceforge.jiu.color.reduction.RGBToGrayConversion
The default weight for red samples in the conversion, 0.3f.
DEFAULT_TAU - Static variable in class net.sourceforge.jiu.color.quantization.MedianCutContourRemoval
The default tau value, used if none is specified with MedianCutContourRemoval.setTau(double).
DEFAULT_TYPE - Static variable in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
The default error diffusion type, to be used if none is specified by the user: (@link #TYPE_FLOYD_STEINBERG}.
deflateLevel - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
deflateStrategy - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
denominator - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFRational
 
depth - Variable in class net.sourceforge.jiu.codecs.PSDCodec
 
depth - Variable in class net.sourceforge.jiu.codecs.RASCodec
 
destBits - Variable in class net.sourceforge.jiu.color.reduction.ReduceRGB
Number of significant bits per channel in the destination RGB image.
destBits - Variable in class net.sourceforge.jiu.color.reduction.ReduceShadesOfGray
Number of significant bits in the destination grayscale image.
destinationDirectory - Variable in class net.sourceforge.jiu.apps.JiuConvertSettings
 
DestinationDirectorySwitch - Class in net.sourceforge.jiu.apps
 
DestinationDirectorySwitch() - Constructor for class net.sourceforge.jiu.apps.DestinationDirectorySwitch
 
determineImageTypeFromFileName(String) - Static method in class net.sourceforge.jiu.codecs.PNMCodec
Attempts to find the appropriate image type by looking at a file's name.
determineIsoCodeFromDefaultLocale() - Static method in class net.sourceforge.jiu.apps.Strings
 
determineMiddleIndex() - Method in class net.sourceforge.jiu.color.quantization.MedianCutNode
Computes the middle index value of this node.
determinePalette() - Method in class net.sourceforge.jiu.color.quantization.PopularityQuantizer
 
determineRepresentativeColor() - Method in class net.sourceforge.jiu.color.quantization.OctreeNode
 
determineSuitableIsoCode() - Static method in class net.sourceforge.jiu.apps.Strings
Determines an ISO 639 code of a language suitable for the environment in which the JVM is currently running.
Dialogs - Class in net.sourceforge.jiu.gui.awt.dialogs
Convenience class that provides a number of static helper methods to deal with dialogs.
Dialogs() - Constructor for class net.sourceforge.jiu.gui.awt.dialogs.Dialogs
 
DiamondSpotFunction - Class in net.sourceforge.jiu.color.dithering
A diamond spot function.
DiamondSpotFunction() - Constructor for class net.sourceforge.jiu.color.dithering.DiamondSpotFunction
 
diff - Variable in class net.sourceforge.jiu.color.analysis.MeanDifference
 
diff - Variable in class net.sourceforge.jiu.color.quantization.MedianCutNode
 
dimension - Variable in class net.sourceforge.jiu.color.data.MemoryCoOccurrenceFrequencyMatrix
will be initialized in constructor and never changed
dimension - Variable in class net.sourceforge.jiu.color.data.MemoryCoOccurrenceMatrix
 
dimSquare - Variable in class net.sourceforge.jiu.color.data.MemoryCoOccurrenceMatrix
 
din - Variable in class net.sourceforge.jiu.codecs.ImageCodec
 
DirectoryTree - Class in net.sourceforge.jiu.ops
Small data class for names of directories that are to be processed.
DirectoryTree() - Constructor for class net.sourceforge.jiu.ops.DirectoryTree
 
directoryTrees - Variable in class net.sourceforge.jiu.ops.BatchProcessorOperation
 
DISK_SPACE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
dissimilarity - Variable in class net.sourceforge.jiu.color.analysis.TextureAnalysis
 
DISSIMILARITY - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
ditherData - Variable in class net.sourceforge.jiu.color.dithering.ClusteredDotDither
 
ditherHeight - Variable in class net.sourceforge.jiu.color.dithering.ClusteredDotDither
 
dithering - Variable in class net.sourceforge.jiu.gui.awt.dialogs.MapToArbitraryPaletteDialog
 
dithering - Variable in class net.sourceforge.jiu.gui.awt.dialogs.OctreeDialog
 
DITHERING_METHOD - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
DITHERING_METHODS - Variable in class net.sourceforge.jiu.gui.awt.dialogs.ReduceGrayscaleDialog
 
DITHERING_METHODS - Variable in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
 
DITHERING_NONE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
DITHERING_STRING_CONSTANTS - Static variable in class net.sourceforge.jiu.gui.awt.dialogs.MapToArbitraryPaletteDialog
 
DITHERING_STRINGS - Variable in class net.sourceforge.jiu.gui.awt.dialogs.OctreeDialog
 
DITHERING_TYPES - Variable in class net.sourceforge.jiu.gui.awt.dialogs.OctreeDialog
 
ditheringMethod - Variable in class net.sourceforge.jiu.gui.awt.dialogs.ReduceGrayscaleDialog
 
ditheringMethod - Variable in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
 
ditherWidth - Variable in class net.sourceforge.jiu.color.dithering.ClusteredDotDither
 
div - Variable in class net.sourceforge.jiu.filters.ConvolutionKernelData
 
DO_YOU_REALLY_WANT_TO_CLOSE_WITHOUT_SAVING - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
DO_YOU_REALLY_WANT_TO_QUIT_WITHOUT_SAVING - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
doConvert - Variable in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
 
doNotMap - Variable in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
 
doNotMap - Variable in class net.sourceforge.jiu.color.quantization.PopularityQuantizer
 
dout - Variable in class net.sourceforge.jiu.codecs.ImageCodec
 
dpiX - Variable in class net.sourceforge.jiu.codecs.ImageCodec
 
dpiX - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
dpiY - Variable in class net.sourceforge.jiu.codecs.ImageCodec
 
dpiY - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
dumpcodecs - Class in net.sourceforge.jiu.apps
Command line program that lists all codecs registered with ImageLoader.
dumpcodecs() - Constructor for class net.sourceforge.jiu.apps.dumpcodecs
 

E

EDGE_DETECTION - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
EDGE_DETECTION_DATA - Static variable in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
 
EDIT - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
EDIT - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
EDIT_REDO - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
EDIT_REDO - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
EDIT_UNDO - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
EDIT_UNDO - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
editor - Variable in class net.sourceforge.jiu.gui.awt.JiuAwtFrame
 
EditorState - Class in net.sourceforge.jiu.apps
Represents the state of the editor, including image(s), modified flag, current file name and directories and more.
EditorState() - Constructor for class net.sourceforge.jiu.apps.EditorState
Create new EditorState object and initialize its private fields to default values.
editRedo() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
editRedo() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
editUndo() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
editUndo() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
ehb - Variable in class net.sourceforge.jiu.codecs.IFFCodec
 
elementPrecision - Variable in class net.sourceforge.jiu.codecs.jpeg.JPEGQuantizationTable
 
EMBOSS - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
EMBOSS_DATA - Static variable in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
 
encodePacked2Bit(byte[], int, byte[], int, int) - Static method in class net.sourceforge.jiu.util.ArrayConverter
 
encodePacked4Bit(byte[], int, byte[], int, int) - Static method in class net.sourceforge.jiu.util.ArrayConverter
 
encodeRGB24ToPackedRGB565BigEndian(byte[], int, byte[], int, byte[], int, byte[], int, int) - Static method in class net.sourceforge.jiu.util.ArrayConverter
Convert 24 bit RGB pixels to 16 bit pixels stored in big endian (BE) byte order with 5 bits for red and blue and 6 bits for green.
encodingMinIdatSize - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
endOfInformationCode - Variable in class net.sourceforge.jiu.codecs.GIFCodec
 
energy - Variable in class net.sourceforge.jiu.color.analysis.TextureAnalysis
 
ENERGY - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
ensureImagesHaveSameResolution() - Method in class net.sourceforge.jiu.ops.ImagesToImageOperation
Checks if all images have the same resolution as given by their getWidth and getHeight methods.
ensureImagesHaveSameResolution() - Method in class net.sourceforge.jiu.ops.ImageToImageOperation
If both an input and an output image have been specified (both non-null), this method compares their width and height properties and throws an exception if the two images do not have the same resolution.
ensureInputImageIsAvailable() - Method in class net.sourceforge.jiu.ops.ImageToImageOperation
If ImageToImageOperation.getInputImage() returns null this method throws a MissingParameterException complaining that an input image is missing.
ensureOutputImageResolution(int, int) - Method in class net.sourceforge.jiu.ops.ImagesToImageOperation
If an output image has been specified this method will compare its resolution with the argument resolution and throw an exception if the resolutions differ.
ensureOutputImageResolution(int, int) - Method in class net.sourceforge.jiu.ops.ImageToImageOperation
If an output image has been specified this method will compare its resolution with the argument resolution and throw an exception if the resolutions differ.
ensureSpace(int) - Method in class net.sourceforge.jiu.util.SeekableByteArrayOutputStream
 
ensureStringsAvailable() - Method in class net.sourceforge.jiu.apps.EditorState
 
ENTER_BRIGHTNESS_VALUE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
ENTER_CONTRAST_VALUE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
ENTER_GAMMA_VALUE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
ENTER_THRESHOLD_VALUE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
ENTER_WINDOW_SIZE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
entropy - Variable in class net.sourceforge.jiu.color.analysis.TextureAnalysis
 
ENTROPY - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
EQUALIZE_HISTOGRAM_MENU_ITEM - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
EqualizeHistogram - Class in net.sourceforge.jiu.color.adjustment
Equalize the image using histogram information separately for each channel.
EqualizeHistogram(IntegerImage) - Constructor for class net.sourceforge.jiu.color.adjustment.EqualizeHistogram
Creates an object of this class and initializes the lookup tables with the argument input image.
equals(Object) - Method in class net.sourceforge.jiu.color.data.Histogram3DNode
 
equals(Object) - Method in class net.sourceforge.jiu.color.quantization.RGBColor
Compares this color with another instance of RGBColor and returns true if all intensity values are equal, false otherwise.
ERROR_DIFFUSION - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
ERROR_DIFFUSION_STRINGS - Variable in class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog
 
ERROR_DIFFUSION_TYPES - Static variable in class net.sourceforge.jiu.gui.awt.dialogs.MapToArbitraryPaletteDialog
 
ERROR_DIFFUSION_TYPES - Variable in class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog
 
ERROR_LOADING_IMAGE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
ERROR_MESSAGE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
ERROR_NO_MORE_THAN_8_BITS - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
errorDen - Variable in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
 
errorDiffusion - Variable in class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog
 
ErrorDiffusionDithering - Class in net.sourceforge.jiu.color.dithering
This class is used to apply error diffusion dithering to images that are being reduced in their color depth.
ErrorDiffusionDithering() - Constructor for class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
Creates a new object of this class and set the dithering type to ErrorDiffusionDithering.DEFAULT_TYPE.
errorMessages - Variable in class net.sourceforge.jiu.ops.BatchProcessorOperation
 
errorNum - Variable in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
 
exit(JiuConvertSettings, int) - Static method in class net.sourceforge.jiu.apps.jiuconvert
 
EXIT - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
extraSamples - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 

F

FEEDBACK - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
FILE - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
FILE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
FILE_CLOSE - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
FILE_EXIT - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
FILE_FORMAT_UNKNOWN - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
FILE_IMAGE_1 - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
FILE_OPEN - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
FILE_SAVEAS - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
FILE_SAVEAS_GIF - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
FILE_SAVEAS_PALM - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
FILE_SAVEAS_PBM - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
FILE_SAVEAS_PGM - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
FILE_SAVEAS_PNG - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
FILE_SAVEAS_PPM - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
FILE_SAVEAS_SUNRASTER - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
FILE_SAVEAS_WINDOWSBMP - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
fileClose() - Method in class net.sourceforge.jiu.apps.OperationProcessor
If there is an image loaded in the application, remove the image.
fileClose() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
fileExit() - Method in class net.sourceforge.jiu.apps.OperationProcessor
Terminate the application.
fileExit() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
fileExtensions - Static variable in class net.sourceforge.jiu.codecs.ImageLoader
 
fileFormat - Variable in class net.sourceforge.jiu.apps.JiuConvertSettings
 
fileName - Variable in class net.sourceforge.jiu.apps.EditorState
 
fileOpen(String) - Method in class net.sourceforge.jiu.apps.OperationProcessor
Load an image in the application.
fileOpen(String) - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
fileSaveAsBmp() - Method in class net.sourceforge.jiu.apps.OperationProcessor
Save the current image as a Windows BMP file.
fileSaveAsBmp() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
fileSaveAsGif() - Method in class net.sourceforge.jiu.apps.OperationProcessor
Save the current image as a GIF file.
fileSaveAsGif() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
fileSaveAsPalm() - Method in class net.sourceforge.jiu.apps.OperationProcessor
Save the current image as a Palm image file.
fileSaveAsPalm() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
fileSaveAsPbm() - Method in class net.sourceforge.jiu.apps.OperationProcessor
Save the current image as a Portable Bitmap file.
fileSaveAsPbm() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
fileSaveAsPgm() - Method in class net.sourceforge.jiu.apps.OperationProcessor
Save the current image as a Portable Graymap file.
fileSaveAsPgm() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
fileSaveAsPng() - Method in class net.sourceforge.jiu.apps.OperationProcessor
Save the current image as a Portable Network Graphics file.
fileSaveAsPng() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
fileSaveAsPnm() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
fileSaveAsPpm() - Method in class net.sourceforge.jiu.apps.OperationProcessor
Save the current image as a Portable Pixmap file.
fileSaveAsPpm() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
fileSaveAsRas() - Method in class net.sourceforge.jiu.apps.OperationProcessor
Save the current image as a Sun Raster file.
fileSaveAsRas() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
fill(int, int, int[]) - Method in class net.sourceforge.jiu.filters.BorderSampleGenerator
Fills the argument array with samples from the current channel of the image given to the constructor, generating samples that lie outside of the image.
fillBuffer(int, int, int[], int) - Method in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
Copies data from input image to argument buffer.
fillRowBuffer(int, byte[], int) - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
filter - Variable in class net.sourceforge.jiu.geometry.Resample
 
filter(PixelImage, int) - Static method in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
Filters argument image with argument kernel type and returns output image.
filter(PixelImage, ConvolutionKernelData) - Static method in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
 
FILTER_TYPE_AVERAGE - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
FILTER_TYPE_B_SPLINE - Static variable in class net.sourceforge.jiu.geometry.Resample
Constant for the B-Spline filter.
FILTER_TYPE_BELL - Static variable in class net.sourceforge.jiu.geometry.Resample
Constant for the Bell filter.
FILTER_TYPE_BOX - Static variable in class net.sourceforge.jiu.geometry.Resample
Constant for the Box filter (also known as Nearest Neighbor filter).
FILTER_TYPE_HERMITE - Static variable in class net.sourceforge.jiu.geometry.Resample
Constant for the Hermite filter.
FILTER_TYPE_LANCZOS3 - Static variable in class net.sourceforge.jiu.geometry.Resample
Constant for the Lanczos3 filter.
FILTER_TYPE_MITCHELL - Static variable in class net.sourceforge.jiu.geometry.Resample
Constant for the Mitchell filter.
FILTER_TYPE_NONE - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
FILTER_TYPE_PAETH - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
FILTER_TYPE_SUB - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
FILTER_TYPE_TRIANGLE - Static variable in class net.sourceforge.jiu.geometry.Resample
Constant for the Triangle filter (also known as Linear filter or Bilinear filter).
FILTER_TYPE_UP - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
filterConvolutionFilter(int) - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
FILTERING_ADAPTIVE - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
FILTERS - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
FILTERS - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
FILTERS_BLUR - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
FILTERS_EDGEDETECTION - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
FILTERS_EMBOSS - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
FILTERS_HORIZONTALPREWITT - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
FILTERS_HORIZONTALSOBEL - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
FILTERS_LITHOGRAPH - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
FILTERS_MAXIMUM - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
FILTERS_MEAN - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
FILTERS_MEDIAN - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
FILTERS_MINIMUM - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
FILTERS_OIL - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
FILTERS_PSYCHEDELICDISTILLATION - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
FILTERS_SHARPEN - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
FILTERS_VERTICALPREWITT - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
FILTERS_VERTICALSOBEL - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
filtersBlur() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
filtersBlur() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
filtersEdgeDetection() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
filtersEdgeDetection() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
filtersEmboss() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
filtersEmboss() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
filtersHorizontalPrewitt() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
filtersHorizontalPrewitt() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
filtersHorizontalSobel() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
filtersHorizontalSobel() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
filtersLithograph() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
filtersLithograph() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
filtersMaximum() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
filtersMaximum() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
filtersMean() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
filtersMean() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
filtersMedian() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
filtersMedian() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
filtersMinimum() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
filtersMinimum() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
filtersOil() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
filtersOil() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
filtersPsychedelicDistillation() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
filtersPsychedelicDistillation() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
filtersSharpen() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
filtersSharpen() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
filtersVerticalPrewitt() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
filtersVerticalPrewitt() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
filtersVerticalSobel() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
filtersVerticalSobel() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
filterType - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
find(int[], int, int) - Static method in class net.sourceforge.jiu.util.Median
Find the median value of the specified interval of the argument array.
findAllRepresentativeColors() - Method in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
 
findColorPairs(CoOccurrenceFrequencyMatrix, CoOccurrenceMatrix) - Method in class net.sourceforge.jiu.color.quantization.MedianCutContourRemoval
 
findExtrema(int, int) - Method in class net.sourceforge.jiu.color.quantization.RGBColorList
In a given interval of the list this method searches for the color axis that has the largest distribution of values.
findIndex(Object) - Method in class net.sourceforge.jiu.apps.MenuWrapper
Attempts to find the index of a given object that represents a menu element.
findIndex(Object) - Method in class net.sourceforge.jiu.gui.awt.AwtMenuWrapper
Attempts to find one of the menu items in the internal list.
findLanguageCode(String) - Static method in class net.sourceforge.jiu.apps.Strings
 
findLeafToBeSplit(MedianCutNode) - Method in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
Traverses tree given by argument node and returns leaf with largest distribution of samples for any of its three components.
findNearestNeighbor(int[]) - Method in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
For a given RGB value, searches the node in the internal node tree whose representative color is closest to this color.
findNearestNeighbor(MedianCutNode[], int, int, int) - Method in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
For each node in the argument array computes the distance between the representative color of that node and the color given by the three argument samples.
findPalette() - Method in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
 
findRepresentativeColor(int, int) - Method in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
Computes a representative color for a set of colors in the color list.
findRepresentativeColors(MedianCutNode) - Method in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
Calls findRepresentativeColor with node if node is a leaf.
firstChannel - Variable in class net.sourceforge.jiu.data.MemoryByteChannelImage
 
firstChannel - Variable in class net.sourceforge.jiu.data.MemoryShortChannelImage
 
FLAG_COLOR_TABLE - Static variable in class net.sourceforge.jiu.codecs.PalmCodec
 
FLAG_COMPRESSED - Static variable in class net.sourceforge.jiu.codecs.PalmCodec
 
FLAG_DIRECT_COLOR - Static variable in class net.sourceforge.jiu.codecs.PalmCodec
 
FLAG_TRANSPARENCY - Static variable in class net.sourceforge.jiu.codecs.PalmCodec
 
flags - Variable in class net.sourceforge.jiu.codecs.PalmCodec
 
flip(boolean, int[], int, int) - Static method in class net.sourceforge.jiu.util.ArrayRotation
Flips the image given by the arguments.
flip(int[], int, int) - Static method in class net.sourceforge.jiu.util.ArrayRotation
 
Flip - Class in net.sourceforge.jiu.geometry
Flips images (top row becomes bottom row and vice versa, and so on).
Flip() - Constructor for class net.sourceforge.jiu.geometry.Flip
 
FLIP - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
flipInPlace(int[], int, int) - Static method in class net.sourceforge.jiu.util.ArrayRotation
Flips the argument image, i.e., the top line becomes the bottom line and vice versa, etc.
floatToByte(float) - Static method in class net.sourceforge.jiu.color.conversion.PCDYCbCrConversion
 
FLOYD_STEINBERG_DATA - Static variable in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
 
FLOYD_STEINBERG_ERROR_DIFFUSION - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
FORMAT_BMP - Static variable in class net.sourceforge.jiu.apps.JiuConvertSettings
 
FORMAT_PALM - Static variable in class net.sourceforge.jiu.apps.JiuConvertSettings
 
FORMAT_PNM - Static variable in class net.sourceforge.jiu.apps.JiuConvertSettings
 
FORMAT_UNKNOWN - Static variable in class net.sourceforge.jiu.apps.JiuConvertSettings
 
formatNumber(long, Locale) - Static method in class net.sourceforge.jiu.apps.ImageDescriptionCreator
 
formatter - Variable in class net.sourceforge.jiu.apps.ColorIndexer
 
frame - Variable in class net.sourceforge.jiu.codecs.jpeg.JPEGData
 
frame - Variable in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
frame - Static variable in class net.sourceforge.jiu.gui.awt.ImageCreator
 
frame - Static variable in class net.sourceforge.jiu.gui.awt.ToolkitLoader
 
FREE_MEMORY - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
freeCode - Variable in class net.sourceforge.jiu.codecs.GIFCodec
 

G

gamma - Variable in class net.sourceforge.jiu.color.adjustment.GammaCorrection
 
GAMMA_MENU_ITEM - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
GammaCorrection - Class in net.sourceforge.jiu.color.adjustment
Corrects the gamma of an image.
GammaCorrection() - Constructor for class net.sourceforge.jiu.color.adjustment.GammaCorrection
 
GammaCorrectionDialog - Class in net.sourceforge.jiu.gui.awt.dialogs
A dialog to enter the parameters for a gamma correction operation.
GammaCorrectionDialog(Frame, Strings, double, double) - Constructor for class net.sourceforge.jiu.gui.awt.dialogs.GammaCorrectionDialog
Creates a GammaCorrectionDialog.
gammaTextField - Variable in class net.sourceforge.jiu.gui.awt.dialogs.GammaCorrectionDialog
 
generateCodeTable() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGHuffmanTable
Initialize huffCode from huffSize.
generateSizeTable() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGHuffmanTable
Initialize huffSize and lastK from codes.
get(int) - Method in class net.sourceforge.jiu.apps.Strings
Gets the String denoted by the argument index.
getAbort() - Method in class net.sourceforge.jiu.ops.Operation
Returns the current abort status.
getAcEntropyTable() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGScanComponentSpecification
 
getAllocatedMemory() - Method in class net.sourceforge.jiu.data.MemoryBilevelImage
 
getAllocatedMemory() - Method in class net.sourceforge.jiu.data.MemoryByteChannelImage
 
getAllocatedMemory() - Method in class net.sourceforge.jiu.data.MemoryPaletted8Image
 
getAllocatedMemory() - Method in class net.sourceforge.jiu.data.MemoryShortChannelImage
 
getAllocatedMemory() - Method in class net.sourceforge.jiu.data.Palette
Returns the amount of memory in bytes allocated for this palette.
getAllocatedMemory() - Method in interface net.sourceforge.jiu.data.PixelImage
Returns the number of bytes that were dynamically allocated for this image object.
getAllocatedMemory() - Method in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
getAlphaChannelImage() - Method in interface net.sourceforge.jiu.data.TransparencyInformation
Returns an image object that contains an alpha channel.
getAngle() - Method in class net.sourceforge.jiu.geometry.Shear
Returns the angle associated with this shearing operation object.
getAppletInfo() - Method in class net.sourceforge.jiu.apps.jiuawtapplet
 
getAreaHeight() - Method in class net.sourceforge.jiu.filters.AreaFilterOperation
Returns the current area height.
getAreaHeight() - Method in class net.sourceforge.jiu.filters.BorderSampleGenerator
Returns the number of rows from which data is copied or generated with every call to BorderSampleGenerator.fill(int, int, int[]).
getAreaWidth() - Method in class net.sourceforge.jiu.filters.AreaFilterOperation
Returns the current area width.
getAreaWidth() - Method in class net.sourceforge.jiu.filters.BorderSampleGenerator
Returns the number of columns from which data is copied or generated with every call to BorderSampleGenerator.fill(int, int, int[]).
getArtist() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
Returns information on the person who created the image (as stored in tag TIFFConstants.TAG_ARTIST).
getAscii() - Method in class net.sourceforge.jiu.codecs.PNMCodec
Returns if ASCII mode was used for loading an image or will be used to store an image.
getAsDouble() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFRational
Returns the fraction as a double value.
getAsFloat() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFRational
Returns the fraction as a float value.
getAwtInfo(Strings) - Static method in class net.sourceforge.jiu.gui.awt.AwtInfo
Returns information on the current AWT settings, regarding the current language by using a Strings resource.
getAxisOfLargestDistribution() - Method in class net.sourceforge.jiu.color.quantization.MedianCutNode
Returns the axis of the channel whose samples are most widely distributed among the colors that belong to this node.
getBackgroundColor() - Method in class net.sourceforge.jiu.codecs.GIFCodec
Returns the index of the background color.
getBias() - Method in class net.sourceforge.jiu.filters.ConvolutionKernelData
Returns this kernel's bias value.
getBitsPerPixel() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
Returns the number of bits per pixel (not including transparency information).
getBitsPerPixel() - Method in class net.sourceforge.jiu.data.MemoryBilevelImage
 
getBitsPerPixel() - Method in class net.sourceforge.jiu.data.MemoryByteChannelImage
 
getBitsPerPixel() - Method in class net.sourceforge.jiu.data.MemoryShortChannelImage
 
getBitsPerPixel() - Method in interface net.sourceforge.jiu.data.PixelImage
Returns the number of bits per pixel of this image.
getBitsPerPixel() - Method in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
getBlue() - Method in class net.sourceforge.jiu.color.quantization.OctreeNode
 
getBlueBits() - Method in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
 
getBoundsHeight() - Method in class net.sourceforge.jiu.codecs.ImageCodec
Returns the height of the rectangle specified by bounds.
getBoundsWidth() - Method in class net.sourceforge.jiu.codecs.ImageCodec
Returns the width of the rectangle specified by bounds.
getBoundsX1() - Method in class net.sourceforge.jiu.codecs.ImageCodec
Returns x coordinate of the upper left corner of the bounds.
getBoundsX2() - Method in class net.sourceforge.jiu.codecs.ImageCodec
Returns x coordinate of the lower right corner of the bounds.
getBoundsY1() - Method in class net.sourceforge.jiu.codecs.ImageCodec
Returns y coordinate of the upper left corner of the bounds.
getBoundsY2() - Method in class net.sourceforge.jiu.codecs.ImageCodec
Returns y coordinate of the lower right corner of the bounds.
getByteCount(int) - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
Returns the number of compressed byte for a given tile.
getByteOrder() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFCodec
Returns the current byte order, either TIFFCodec.BYTE_ORDER_INTEL or TIFFCodec.BYTE_ORDER_MOTOROLA.
getByteSample(int, int) - Method in interface net.sourceforge.jiu.data.ByteChannelImage
Returns a single byte sample from the first channel and the specified position.
getByteSample(int, int) - Method in class net.sourceforge.jiu.data.MemoryByteChannelImage
 
getByteSample(int, int) - Method in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
getByteSample(int, int, int) - Method in interface net.sourceforge.jiu.data.ByteChannelImage
Returns a single byte sample from the image.
getByteSample(int, int, int) - Method in class net.sourceforge.jiu.data.MemoryByteChannelImage
 
getByteSample(int, int, int) - Method in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
getByteSamples(int, int, int, int, byte[], int) - Method in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
getByteSamples(int, int, int, int, int, byte[], int) - Method in interface net.sourceforge.jiu.data.ByteChannelImage
Copies samples from this image to a byte array.
getByteSamples(int, int, int, int, int, byte[], int) - Method in class net.sourceforge.jiu.data.MemoryByteChannelImage
 
getByteSamples(int, int, int, int, int, byte[], int) - Method in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
getBytesPerRow() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoder
Returns the number of bytes per row for the strip or tile that this decoder deals with.
getBytesPerRow() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
getChannelIndex() - Method in class net.sourceforge.jiu.filters.BorderSampleGenerator
Returns the index of the channel of the image from which data is copied.
getChildren() - Method in class net.sourceforge.jiu.color.quantization.OctreeNode
 
getChunkName(int) - Static method in class net.sourceforge.jiu.codecs.IFFCodec
 
getChunkName(int) - Static method in class net.sourceforge.jiu.codecs.PNGCodec
Creates a four-letter String from the parameter, an int value, supposed to be storing a chunk name.
getClassAcDc() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGHuffmanTable
 
getCodec() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoder
Returns the codec from which this decoder is used.
getCodes() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGHuffmanTable
 
getColor(int) - Method in class net.sourceforge.jiu.color.quantization.RGBColorList
Returns an RGBColor object from this list, given by its zero-based index value.
getColorIndex(boolean) - Method in class net.sourceforge.jiu.color.quantization.ContouringColorPair
 
getColorTypeName(int) - Static method in class net.sourceforge.jiu.codecs.PSDCodec
 
getComment(int) - Method in class net.sourceforge.jiu.codecs.ImageCodec
Returns a comment from the internal list of comments.
getComponent() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGScanComponentSpecification
 
getComponentId() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGFrameComponent
 
getComponents() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGFrame
 
getCompression() - Method in class net.sourceforge.jiu.codecs.PalmCodec
Returns the Palm compression method.
getCompression() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
Returns the compression method, encoded as a number as found in TIFFConstants (more specifically, the COMPRESSION_xyz constants).
getCompressionName(int) - Static method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
Returns the name of a TIFF compression method.
getCompressionTypes() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoder
Returns an array with Integer values of all compression types supported by this decoder (see the COMPRESSION_xyz constants in TIFFConstants.
getCompressionTypes() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoderDeflated
 
getCompressionTypes() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoderLogLuv
 
getCompressionTypes() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoderModifiedHuffman
 
getCompressionTypes() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoderPackbits
 
getCompressionTypes() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoderUncompressed
 
getCompSpecs() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGScan
 
getContrast() - Method in class net.sourceforge.jiu.color.adjustment.Contrast
Returns the contrast adjustment value associated with this opperation.
getContrast() - Method in class net.sourceforge.jiu.color.analysis.TextureAnalysis
Returns the contrast value determined in TextureAnalysis.process().
getCopyright() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
getCorrelation() - Method in class net.sourceforge.jiu.color.analysis.TextureAnalysis
Returns the correlation determined in TextureAnalysis.process().
getCount() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFTag
Returns the number of items stored in this tag.
getCounter() - Method in class net.sourceforge.jiu.color.data.Histogram3DNode
 
getCounter() - Method in class net.sourceforge.jiu.color.quantization.RGBColor
 
getCurrentDirectory() - Method in class net.sourceforge.jiu.apps.EditorState
Returns the current directory.
getData() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGQuantizationTable
 
getData() - Method in class net.sourceforge.jiu.filters.ConvolutionKernelData
Returns the kernel data.
getDataInput() - Method in class net.sourceforge.jiu.codecs.ImageCodec
Returns a DataInput object if one was provided via ImageCodec.setDataInput(DataInput) or null otherwise.
getDataOutput() - Method in class net.sourceforge.jiu.codecs.ImageCodec
Returns a DataOutput object if one was provided via ImageCodec.setDataOutput(DataOutput) or null otherwise.
getDateTime() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
If a date / time tag was found in this image file directory and TIFFImageFileDirectory.initFromTags(boolean) was called already, it was attempted to create a Date object from it.
getDateTimeString() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
If there was a date / time tag in this IFD, its String value is returned.
getDcEntropyTable() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGScanComponentSpecification
 
getDenominator() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFRational
Returns the denominator value that was given to the constructor.
getDescription() - Method in class net.sourceforge.jiu.apps.BMPSwitch
 
getDescription() - Method in class net.sourceforge.jiu.apps.DestinationDirectorySwitch
 
getDescription() - Method in class net.sourceforge.jiu.apps.NoAwtLoadingSwitch
 
getDescription() - Method in class net.sourceforge.jiu.apps.OverwriteSwitch
 
getDescription() - Method in class net.sourceforge.jiu.apps.PalmSwitch
 
getDescription() - Method in class net.sourceforge.jiu.apps.PNMSwitch
 
getDescription() - Method in class net.sourceforge.jiu.apps.PrintHelpSwitch
 
getDescription() - Method in class net.sourceforge.jiu.apps.PrintVersionSwitch
 
getDescription() - Method in class net.sourceforge.jiu.apps.QuietSwitch
 
getDescription() - Method in class net.sourceforge.jiu.apps.Switch
 
getDescription() - Method in class net.sourceforge.jiu.apps.TestSwitch
 
getDescription() - Method in class net.sourceforge.jiu.apps.VerbositySwitch
 
getDescription(PixelImage, Locale, Strings) - Static method in class net.sourceforge.jiu.apps.ImageDescriptionCreator
Returns a description of the argument image using the language as specified by the argument locale's two-letter language code.
getDifference() - Method in class net.sourceforge.jiu.color.analysis.MeanDifference
After a call to process, returns the determined mean difference value.
getDifferenceOfLargestDistribution() - Method in class net.sourceforge.jiu.color.quantization.MedianCutNode
 
getDimension() - Method in interface net.sourceforge.jiu.color.data.CoOccurrenceFrequencyMatrix
Returns the dimension of this matrix.
getDimension() - Method in interface net.sourceforge.jiu.color.data.CoOccurrenceMatrix
Returns the dimension of this matrix.
getDimension() - Method in class net.sourceforge.jiu.color.data.MemoryCoOccurrenceFrequencyMatrix
 
getDimension() - Method in class net.sourceforge.jiu.color.data.MemoryCoOccurrenceMatrix
 
getDissimilarity() - Method in class net.sourceforge.jiu.color.analysis.TextureAnalysis
Returns the dissimilarity value determined in TextureAnalysis.process().
getDitheringMethod() - Method in class net.sourceforge.jiu.gui.awt.dialogs.ReduceGrayscaleDialog
 
getDitheringMethod() - Method in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
 
getDiv() - Method in class net.sourceforge.jiu.filters.ConvolutionKernelData
Returns this kernel's div value.
getDoubleValue(TextField) - Method in class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog
 
getDpiX() - Method in class net.sourceforge.jiu.codecs.ImageCodec
Returns the horizontal physical resolution of the image associated with this codec.
getDpiX() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
getDpiY() - Method in class net.sourceforge.jiu.codecs.ImageCodec
Returns the vertical physical resolution of the image associated with this codec.
getDpiY() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
getEditorState() - Method in class net.sourceforge.jiu.apps.OperationProcessor
Returns the EditorState object given to this object's constructor.
getElementAsInt(int) - Method in class net.sourceforge.jiu.codecs.tiff.TIFFTag
Returns an item stored in this tag an int value.
getElementPrecision() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGQuantizationTable
 
getEnergy() - Method in class net.sourceforge.jiu.color.analysis.TextureAnalysis
Returns the energy value determined in TextureAnalysis.process().
getEntropy() - Method in class net.sourceforge.jiu.color.analysis.TextureAnalysis
Returns the entropy value determined in TextureAnalysis.process().
getEntry(int) - Method in class net.sourceforge.jiu.color.data.ArrayHistogram1D
 
getEntry(int) - Method in interface net.sourceforge.jiu.color.data.Histogram1D
Returns the counter value for the given index.
getEntry(int, int, int) - Method in interface net.sourceforge.jiu.color.data.Histogram3D
Returns the counter value of (index1, index2, index3).
getEntry(int, int, int) - Method in class net.sourceforge.jiu.color.data.NaiveHistogram3D
Returns the counter value of (index1, index2, index3).
getEntry(int, int, int) - Method in class net.sourceforge.jiu.color.data.OnDemandHistogram3D
 
getErrorDiffusion() - Method in class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog
 
getErrorDiffusion() - Method in class net.sourceforge.jiu.gui.awt.dialogs.OctreeDialog
 
getErrorDiffusionType() - Method in class net.sourceforge.jiu.gui.awt.dialogs.MapToArbitraryPaletteDialog
If the use of error diffusion was selected, this method returns on of the ErrorDiffusionDithering TYPE constants
getErrorMessages() - Method in class net.sourceforge.jiu.ops.BatchProcessorOperation
Returns a list of error messages collected during the execution of BatchProcessorOperation.process().
getFileExtensions() - Method in class net.sourceforge.jiu.codecs.BMPCodec
 
getFileExtensions() - Method in class net.sourceforge.jiu.codecs.GIFCodec
 
getFileExtensions() - Method in class net.sourceforge.jiu.codecs.IFFCodec
 
getFileExtensions() - Method in class net.sourceforge.jiu.codecs.ImageCodec
Returns all file extensions that are typical for this file format.
getFileExtensions() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGCodec
 
getFileExtensions() - Method in class net.sourceforge.jiu.codecs.PCDCodec
 
getFileName() - Method in class net.sourceforge.jiu.apps.EditorState
Returns the name of the file from which the current image was loaded.
getFileName(int) - Static method in class net.sourceforge.jiu.apps.Strings
 
getFilter() - Method in class net.sourceforge.jiu.geometry.Resample
Returns the filter to be used in this operation.
getFilterNames() - Static method in class net.sourceforge.jiu.geometry.Resample
Returns the names of all predefined filters.
getFilterType() - Method in class net.sourceforge.jiu.gui.awt.dialogs.ScaleDialog
 
getFormatName() - Method in class net.sourceforge.jiu.codecs.BMPCodec
 
getFormatName() - Method in class net.sourceforge.jiu.codecs.GIFCodec
 
getFormatName() - Method in class net.sourceforge.jiu.codecs.IFFCodec
 
getFormatName() - Method in class net.sourceforge.jiu.codecs.ImageCodec
Returns the name of the file format supported by this codec.
getFormatName() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGCodec
 
getFormatName() - Method in class net.sourceforge.jiu.codecs.PalmCodec
 
getFormatName() - Method in class net.sourceforge.jiu.codecs.PCDCodec
 
getFormatName() - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
getFormatName() - Method in class net.sourceforge.jiu.codecs.PNMCodec
 
getFormatName() - Method in class net.sourceforge.jiu.codecs.PSDCodec
 
getFormatName() - Method in class net.sourceforge.jiu.codecs.RASCodec
 
getFormatName() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFCodec
 
getFrame() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGData
 
getGamma() - Method in class net.sourceforge.jiu.color.adjustment.GammaCorrection
Returns the gamma value to be used for this operation.
getGreen() - Method in class net.sourceforge.jiu.color.quantization.OctreeNode
 
getGreenBits() - Method in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
 
getHeight() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGFrame
 
getHeight() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
getHeight() - Method in class net.sourceforge.jiu.data.MemoryBilevelImage
 
getHeight() - Method in class net.sourceforge.jiu.data.MemoryByteChannelImage
 
getHeight() - Method in class net.sourceforge.jiu.data.MemoryShortChannelImage
 
getHeight() - Method in interface net.sourceforge.jiu.data.PixelImage
Returns the vertical resolution of the image in pixels.
getHeight() - Method in class net.sourceforge.jiu.filters.ConvolutionKernelData
Returns this kernel's height, an odd positive number.
getHeight() - Method in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
getHeight() - Method in class net.sourceforge.jiu.gui.awt.dialogs.CropDialog
 
getHeightValue() - Method in class net.sourceforge.jiu.gui.awt.dialogs.ScaleDialog
 
getHeightValue() - Method in class net.sourceforge.jiu.gui.awt.dialogs.WindowSizeDialog
 
getHistogram() - Method in class net.sourceforge.jiu.color.analysis.Histogram1DCreator
Returns the histogram used in this operation.
getHistogram() - Method in class net.sourceforge.jiu.color.analysis.Histogram3DCreator
Returns the histogram initialized in this operation.
getHomogeneity() - Method in class net.sourceforge.jiu.color.analysis.TextureAnalysis
Returns the homogeneity value determined in TextureAnalysis.process().
getHorizontalSamplingFactor() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGFrameComponent
 
getHostComputer() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
getHue() - Method in class net.sourceforge.jiu.gui.awt.dialogs.HueSaturationValueDialog
 
getId() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGHuffmanTable
 
getId() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGQuantizationTable
 
getId() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFTag
Returns the ID of this tag, which may be one of the TAG_xyz constants.
getImage() - Method in class net.sourceforge.jiu.apps.EditorState
Returns the image object currently loaded.
getImage() - Method in class net.sourceforge.jiu.codecs.ImageCodec
Returns the image object stored in this codec.
getImage() - Method in class net.sourceforge.jiu.filters.BorderSampleGenerator
Returns the image from which data is copied.
getImageDescription() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
getImageFileDirectory() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoder
Returns the IFD for the image this decoder is supposed to uncompress (partially).
getImageIndex() - Method in class net.sourceforge.jiu.codecs.ImageCodec
Returns the zero-based index of the image to be loaded.
getImageType() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
getImageType() - Method in class net.sourceforge.jiu.data.MemoryBilevelImage
 
getImageType() - Method in class net.sourceforge.jiu.data.MemoryGray16Image
 
getImageType() - Method in class net.sourceforge.jiu.data.MemoryGray8Image
 
getImageType() - Method in class net.sourceforge.jiu.data.MemoryPaletted8Image
 
getImageType() - Method in class net.sourceforge.jiu.data.MemoryRGB24Image
 
getImageType() - Method in class net.sourceforge.jiu.data.MemoryRGB48Image
 
getImageType() - Method in interface net.sourceforge.jiu.data.PixelImage
If there is a single interface or class that describes the image data type of this class, the Class object associated with that interface (or class) is returned (or null otherwise).
getImageType() - Method in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
getImageType(PixelImage) - Static method in class net.sourceforge.jiu.apps.ImageDescriptionCreator
 
getInput() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoder
Returns the input stream from which this decoder is supposed to read data.
getInputAsDataInput() - Method in class net.sourceforge.jiu.codecs.ImageCodec
Returns a DataInput object if one was specified using ImageCodec.setDataInput(DataInput), or creates a DataInputStream if an InputStream was specified, or returns a RandomAccessFile if one was specified (RandomAccessFile implements DataInput).
getInputImage() - Method in class net.sourceforge.jiu.ops.ImageToImageOperation
Returns the input image stored in this object.
getInputImage(int) - Method in class net.sourceforge.jiu.ops.ImagesToImageOperation
Returns the input image stored in this object.
getInputStream() - Method in class net.sourceforge.jiu.codecs.ImageCodec
Returns an InputStream object that was given to this codec via ImageCodec.setInputStream(InputStream) (or null otherwise).
getIntBE(byte[], int) - Static method in class net.sourceforge.jiu.util.ArrayConverter
Reads four consecutive bytes from the given array at the given position in big endian order and returns them as an int.
getInteger(Frame, String, String, int, int, int, String, String) - Static method in class net.sourceforge.jiu.gui.awt.dialogs.Dialogs
Creates a new IntegerDialog, displays it and returns the Integer value specified by the user (or null if the dialog was canceled).
getInterpolation() - Method in class net.sourceforge.jiu.apps.EditorState
Returns the current interpolation type, one of the INTERPOLATION_xyz constants.
getIntLE(byte[], int) - Static method in class net.sourceforge.jiu.util.ArrayConverter
Reads four consecutive bytes from the given array at the given position in little endian order and returns them as an int.
getIntValue(TextField) - Method in class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog
 
getIntValue(TextField) - Method in class net.sourceforge.jiu.gui.awt.dialogs.OctreeDialog
 
getLanguage() - Method in class net.sourceforge.jiu.apps.Strings
Returns the language of this object as one of the LANG_xyz constants of this class.
getLeftIndex() - Method in class net.sourceforge.jiu.color.quantization.MedianCutNode
 
getLeftSuccessor() - Method in class net.sourceforge.jiu.color.quantization.MedianCutNode
Returns left successor node (or null if this node is a leaf).
getLocale() - Method in class net.sourceforge.jiu.apps.EditorState
Returns the Locale object currently used.
getMaxColorSample(int) - Method in class net.sourceforge.jiu.color.quantization.MedianCutNode
 
getMaxSample(int) - Method in interface net.sourceforge.jiu.data.IntegerImage
Returns the maximum value for one of the image's channels.
getMaxSample(int) - Method in class net.sourceforge.jiu.data.MemoryBilevelImage
 
getMaxSample(int) - Method in class net.sourceforge.jiu.data.MemoryByteChannelImage
 
getMaxSample(int) - Method in class net.sourceforge.jiu.data.MemoryPaletted8Image
 
getMaxSample(int) - Method in class net.sourceforge.jiu.data.MemoryShortChannelImage
 
getMaxSample(int) - Method in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
getMaxValue() - Method in class net.sourceforge.jiu.color.data.ArrayHistogram1D
 
getMaxValue() - Method in interface net.sourceforge.jiu.color.data.Histogram1D
Returns the maximum allowed index.
getMaxValue() - Method in class net.sourceforge.jiu.data.Palette
Returns the maximum value allowed for a sample.
getMaxValue(int) - Method in interface net.sourceforge.jiu.color.data.Histogram3D
Returns the maximum index value for one of the three indexes.
getMaxValue(int) - Method in class net.sourceforge.jiu.color.data.NaiveHistogram3D
 
getMaxValue(int) - Method in class net.sourceforge.jiu.color.data.OnDemandHistogram3D
 
getMean(int) - Method in class net.sourceforge.jiu.color.data.BaseCoOccurrenceFrequencyMatrix
Returns the mean of the co-occurrence frequency values.
getMean(int) - Method in interface net.sourceforge.jiu.color.data.CoOccurrenceFrequencyMatrix
Returns the mean for all pairs (index, i), with i running from 0 to CoOccurrenceFrequencyMatrix.getDimension() - 1.
getMedianValue() - Method in class net.sourceforge.jiu.color.quantization.MedianCutNode
 
getMemoryInfo(Strings) - Static method in class net.sourceforge.jiu.util.SystemInfo
 
getMenuBar() - Method in class net.sourceforge.jiu.gui.awt.AwtMenuWrapper
Returns the encapsulated MenuBar object.
getMethodToDetermineRepresentativeColors() - Method in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
Returns the method (to be) used to determine the representative color for the list of colors of a node.
getMiddleIndex() - Method in class net.sourceforge.jiu.color.quantization.MedianCutNode
 
getMimeTypes() - Method in class net.sourceforge.jiu.codecs.BMPCodec
 
getMimeTypes() - Method in class net.sourceforge.jiu.codecs.GIFCodec
 
getMimeTypes() - Method in class net.sourceforge.jiu.codecs.IFFCodec
 
getMimeTypes() - Method in class net.sourceforge.jiu.codecs.ImageCodec
Return the MIME (Multipurpose Internet Mail Extensions) type strings for this format, or null if none are available.
getMimeTypes() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGCodec
 
getMimeTypes() - Method in class net.sourceforge.jiu.codecs.PalmCodec
 
getMimeTypes() - Method in class net.sourceforge.jiu.codecs.PCDCodec
 
getMimeTypes() - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
getMimeTypes() - Method in class net.sourceforge.jiu.codecs.PNMCodec
 
getMimeTypes() - Method in class net.sourceforge.jiu.codecs.PSDCodec
 
getMimeTypes() - Method in class net.sourceforge.jiu.codecs.RASCodec
 
getMimeTypes() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFCodec
 
getMinColorSample(int) - Method in class net.sourceforge.jiu.color.quantization.MedianCutNode
 
getMinParameters() - Method in class net.sourceforge.jiu.apps.DestinationDirectorySwitch
 
getMinParameters() - Method in class net.sourceforge.jiu.apps.Switch
 
getMode() - Method in class net.sourceforge.jiu.codecs.ImageCodec
Returns the mode this codec is in.
getModel() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
getModified() - Method in class net.sourceforge.jiu.apps.EditorState
Returns the current modified state (true if image was modified and not saved after modification, false otherwise).
getName() - Method in class net.sourceforge.jiu.filters.ConvolutionKernelData
Returns this kernel's name.
getName() - Method in class net.sourceforge.jiu.geometry.BellFilter
 
getName() - Method in class net.sourceforge.jiu.geometry.BoxFilter
 
getName() - Method in class net.sourceforge.jiu.geometry.BSplineFilter
 
getName() - Method in class net.sourceforge.jiu.geometry.HermiteFilter
 
getName() - Method in class net.sourceforge.jiu.geometry.Lanczos3Filter
 
getName() - Method in class net.sourceforge.jiu.geometry.MitchellFilter
 
getName() - Method in class net.sourceforge.jiu.geometry.ResampleFilter
Return the name of this filter.
getName() - Method in class net.sourceforge.jiu.geometry.TriangleFilter
 
getNextSample() - Method in class net.sourceforge.jiu.codecs.GIFCodec
 
getNumBits() - Method in class net.sourceforge.jiu.gui.awt.dialogs.ReduceGrayscaleDialog
 
getNumChannels() - Method in class net.sourceforge.jiu.data.MemoryBilevelImage
 
getNumChannels() - Method in class net.sourceforge.jiu.data.MemoryByteChannelImage
 
getNumChannels() - Method in class net.sourceforge.jiu.data.MemoryShortChannelImage
 
getNumChannels() - Method in interface net.sourceforge.jiu.data.PixelImage
Returns the number of channels in this image.
getNumChannels() - Method in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
getNumChildren() - Method in class net.sourceforge.jiu.color.quantization.OctreeNode
 
getNumCodecs() - Static method in class net.sourceforge.jiu.codecs.ImageLoader
Returns the number of codec classes currently known to ImageLoader.
getNumColors() - Method in class net.sourceforge.jiu.color.quantization.MedianCutNode
 
getNumColors() - Method in class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog
 
getNumColors() - Method in class net.sourceforge.jiu.gui.awt.dialogs.OctreeDialog
 
getNumComments() - Method in class net.sourceforge.jiu.codecs.ImageCodec
Returns the current number of comments in the internal comment list.
getNumComponents() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGFrame
 
getNumComponents() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGScan
 
getNumEntries() - Method in class net.sourceforge.jiu.color.quantization.RGBColorList
Returns the number of color objects in this list.
getNumEntries() - Method in class net.sourceforge.jiu.data.Palette
Returns the number of entries in this palette.
getNumerator() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFRational
Returns the numerator value that was given to the constructor.
getNumFilters() - Static method in class net.sourceforge.jiu.geometry.Resample
Returns the number of predefined filters.
getNumHorizontalTiles() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
getNumInputImages() - Method in class net.sourceforge.jiu.ops.ImagesToImageOperation
Return the number of input images currently stored in this operation.
getNumPasses() - Method in class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog
 
getNumStrips() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
getNumTables() - Method in class net.sourceforge.jiu.ops.LookupTableOperation
Returns the number of tables in this operation.
getNumTiles() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
getNumUsedEntries() - Method in class net.sourceforge.jiu.color.data.ArrayHistogram1D
 
getNumUsedEntries() - Method in interface net.sourceforge.jiu.color.data.Histogram1D
Returns the number of used entries (those entries with a counter value larger than zero).
getNumUsedEntries() - Method in interface net.sourceforge.jiu.color.data.Histogram3D
Returns the number of used entries (those entries with a counter value larger than zero).
getNumUsedEntries() - Method in class net.sourceforge.jiu.color.data.NaiveHistogram3D
Returns the number of used entries (those entries with a counter value larger than zero).
getNumUsedEntries() - Method in class net.sourceforge.jiu.color.data.OnDemandHistogram3D
 
getNumVerticalTiles() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
getObject(int) - Method in class net.sourceforge.jiu.codecs.tiff.TIFFTag
Returns an object from this tag's Vector of items, or null if no such Vector exists.
getOffset() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFTag
Returns the offset value stored in this tag.
getOutputAsDataOutput() - Method in class net.sourceforge.jiu.codecs.ImageCodec
Attempts to return an output object as a DataOutput object.
getOutputImage() - Method in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
Returns the reduced output image if one was created in AutoDetectColorType.process().
getOutputImage() - Method in class net.sourceforge.jiu.ops.ImagesToImageOperation
Returns the output image stored in this object.
getOutputImage() - Method in class net.sourceforge.jiu.ops.ImageToImageOperation
Returns the output image stored in this object.
getOutputStream() - Method in class net.sourceforge.jiu.codecs.ImageCodec
Returns an OutputStream object that was given to this codec via ImageCodec.setOutputStream(OutputStream) (or null otherwise).
getOverwrite() - Method in class net.sourceforge.jiu.ops.BatchProcessorOperation
Returns the current overwrite setting.
getPackedBytes(int, int, int, byte[], int, int) - Method in interface net.sourceforge.jiu.data.BilevelImage
Sets a number of samples in the argument array from this image.
getPackedBytes(int, int, int, byte[], int, int) - Method in class net.sourceforge.jiu.data.MemoryBilevelImage
 
getPaeth(byte, byte, byte) - Static method in class net.sourceforge.jiu.codecs.PNGCodec
 
getPalette() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
getPalette() - Method in class net.sourceforge.jiu.data.MemoryPaletted8Image
Returns this image's palette.
getPalette() - Method in interface net.sourceforge.jiu.data.PalettedImage
Gets the palette of this image.
getPaletteIndex() - Method in class net.sourceforge.jiu.color.quantization.MedianCutNode
 
getPaletteIndex() - Method in class net.sourceforge.jiu.color.quantization.OctreeNode
 
getPaletteSize() - Method in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
Returns the number of colors in the destination image.
getPaletteSize() - Method in class net.sourceforge.jiu.color.quantization.PopularityQuantizer
Returns the number of colors in the destination image.
getPaletteType() - Method in class net.sourceforge.jiu.gui.awt.dialogs.MapToArbitraryPaletteDialog
Return the palette type (one of the PALETTE_xyz constants of this class) that is currently selected in the dialog.
getParameters() - Method in class net.sourceforge.jiu.apps.DestinationDirectorySwitch
 
getParameters() - Method in class net.sourceforge.jiu.apps.Switch
 
getParentNode() - Method in class net.sourceforge.jiu.color.quantization.MedianCutNode
Returns parent node (or null if this node is the root node).
getPhotometricInterpretation() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
getPosition() - Method in class net.sourceforge.jiu.util.SeekableByteArrayOutputStream
Returns the current offset in the output stream.
getPredictor() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
getPreferredSize() - Method in class net.sourceforge.jiu.gui.awt.ImageCanvas
 
getProgressListeners() - Method in class net.sourceforge.jiu.apps.EditorState
Returns the internal list of progress listeners.
getQuantizationTable(int) - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGData
Return a quantization table with a given id or null on failure to find it.
getQuantizationTableId() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGFrameComponent
 
getRandomAccessFile() - Method in class net.sourceforge.jiu.codecs.ImageCodec
Returns a RandomAccessFile object that was given to this codec via ImageCodec.setRandomAccessFile(RandomAccessFile, CodecMode) (or null otherwise).
getRecommendedSamplingRadius() - Method in class net.sourceforge.jiu.geometry.BellFilter
 
getRecommendedSamplingRadius() - Method in class net.sourceforge.jiu.geometry.BoxFilter
 
getRecommendedSamplingRadius() - Method in class net.sourceforge.jiu.geometry.BSplineFilter
 
getRecommendedSamplingRadius() - Method in class net.sourceforge.jiu.geometry.HermiteFilter
 
getRecommendedSamplingRadius() - Method in class net.sourceforge.jiu.geometry.Lanczos3Filter
 
getRecommendedSamplingRadius() - Method in class net.sourceforge.jiu.geometry.MitchellFilter
 
getRecommendedSamplingRadius() - Method in class net.sourceforge.jiu.geometry.ResampleFilter
Returns a recommendation for the sampling radius to be used with this filter.
getRecommendedSamplingRadius() - Method in class net.sourceforge.jiu.geometry.TriangleFilter
 
getRed() - Method in class net.sourceforge.jiu.color.quantization.OctreeNode
 
getRedBits() - Method in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
 
getReprColorMethod() - Method in class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog
 
getRepresentativeColor() - Method in class net.sourceforge.jiu.color.quantization.MedianCutNode
 
getResult() - Method in class net.sourceforge.jiu.gui.awt.dialogs.YesNoDialog
Returns one of the RESULT_xyz constants of this class.
getRightIndex() - Method in class net.sourceforge.jiu.color.quantization.MedianCutNode
 
getRightSuccessor() - Method in class net.sourceforge.jiu.color.quantization.MedianCutNode
Returns right successor node (or null if this node is a leaf).
getRowsPerStrip() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
getSample(int) - Method in class net.sourceforge.jiu.color.quantization.RGBColor
 
getSample(int, int) - Method in interface net.sourceforge.jiu.data.IntegerImage
Returns one sample of the first channel (index 0).
getSample(int, int) - Method in class net.sourceforge.jiu.data.MemoryBilevelImage
 
getSample(int, int) - Method in class net.sourceforge.jiu.data.MemoryByteChannelImage
 
getSample(int, int) - Method in class net.sourceforge.jiu.data.MemoryShortChannelImage
 
getSample(int, int) - Method in class net.sourceforge.jiu.data.Palette
Returns one of the samples of this palette.
getSample(int, int) - Method in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
getSample(int, int, int) - Method in interface net.sourceforge.jiu.data.IntegerImage
Returns one sample, specified by its channel index and location.
getSample(int, int, int) - Method in class net.sourceforge.jiu.data.MemoryBilevelImage
 
getSample(int, int, int) - Method in class net.sourceforge.jiu.data.MemoryByteChannelImage
 
getSample(int, int, int) - Method in class net.sourceforge.jiu.data.MemoryShortChannelImage
 
getSample(int, int, int) - Method in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
getSample1() - Method in class net.sourceforge.jiu.color.data.Histogram3DNode
 
getSample2() - Method in class net.sourceforge.jiu.color.data.Histogram3DNode
 
getSample3() - Method in class net.sourceforge.jiu.color.data.Histogram3DNode
 
getSamplePrecision() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGFrame
 
getSamples(int) - Method in class net.sourceforge.jiu.data.Palette
Returns all samples of one channel as an int array.
getSamples(int, int, int, int, int[], int) - Method in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
getSamples(int, int, int, int, int, int[], int) - Method in interface net.sourceforge.jiu.data.IntegerImage
Copies a number of samples from this image to an int[] object.
getSamples(int, int, int, int, int, int[], int) - Method in class net.sourceforge.jiu.data.MemoryBilevelImage
 
getSamples(int, int, int, int, int, int[], int) - Method in class net.sourceforge.jiu.data.MemoryByteChannelImage
 
getSamples(int, int, int, int, int, int[], int) - Method in class net.sourceforge.jiu.data.MemoryShortChannelImage
 
getSamples(int, int, int, int, int, int[], int) - Method in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
getSamplesPerPixel() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
getSamplingRadius() - Method in class net.sourceforge.jiu.geometry.ResampleFilter
Returns the sampling radius of this object.
getSaturation() - Method in class net.sourceforge.jiu.gui.awt.dialogs.HueSaturationValueDialog
 
getScofMean() - Method in class net.sourceforge.jiu.color.data.BaseCoOccurrenceFrequencyMatrix
Returns the mean of all self co-occurrence frequency values.
getScofMean() - Method in interface net.sourceforge.jiu.color.data.CoOccurrenceFrequencyMatrix
Returns the sum of mean and standard deviation for all pairs (index, x), with x running from 0 to getDimension() - 1.
getScofStddev() - Method in class net.sourceforge.jiu.color.data.BaseCoOccurrenceFrequencyMatrix
Returns the standard deviation of all self co-occurrence frequency values.
getScofStddev() - Method in interface net.sourceforge.jiu.color.data.CoOccurrenceFrequencyMatrix
Returns the standard deviation for all pairs (i, i), with i running from 0 to getDimension() - 1.
getScofSum() - Method in class net.sourceforge.jiu.color.data.BaseCoOccurrenceFrequencyMatrix
Return the sum of mean and standard deviation of the self co-occurrence frequency values.
getScofSum() - Method in interface net.sourceforge.jiu.color.data.CoOccurrenceFrequencyMatrix
 
getShortBE(byte[], int) - Static method in class net.sourceforge.jiu.util.ArrayConverter
Reads two consecutive bytes from the given array at the given position in big endian order and returns them as a short.
getShortBEAsInt(byte[], int) - Static method in class net.sourceforge.jiu.util.ArrayConverter
 
getShortLE(byte[], int) - Static method in class net.sourceforge.jiu.util.ArrayConverter
Reads two consecutive bytes from the given array at the given position in little endian order and returns them as a short.
getShortSample(int, int) - Method in class net.sourceforge.jiu.data.MemoryShortChannelImage
 
getShortSample(int, int) - Method in interface net.sourceforge.jiu.data.ShortChannelImage
Returns a single short sample from the first channel and the specified position.
getShortSample(int, int, int) - Method in class net.sourceforge.jiu.data.MemoryShortChannelImage
 
getShortSample(int, int, int) - Method in interface net.sourceforge.jiu.data.ShortChannelImage
Returns a single short sample from the image.
getShortSamples(int, int, int, int, int, short[], int) - Method in class net.sourceforge.jiu.data.MemoryShortChannelImage
 
getShortSamples(int, int, int, int, int, short[], int) - Method in interface net.sourceforge.jiu.data.ShortChannelImage
Copies samples from this image to a short array.
getSize() - Method in class net.sourceforge.jiu.util.SeekableByteArrayOutputStream
Returns the current size of the output stream.
getSoftware() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
getStartupImageName() - Method in class net.sourceforge.jiu.apps.EditorState
 
getStddev(int) - Method in class net.sourceforge.jiu.color.data.BaseCoOccurrenceFrequencyMatrix
 
getStddev(int) - Method in interface net.sourceforge.jiu.color.data.CoOccurrenceFrequencyMatrix
Returns the standard deviation of the values getValue(index, i) with i running from 0 to CoOccurrenceFrequencyMatrix.getDimension() - 1.
getString() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFTag
If this tag has a Vector of items and if the first item is a String, that String is returned, null otherwise.
getStringIndex(int) - Method in class net.sourceforge.jiu.apps.MenuWrapper
For one of the values in MenuIndexConstants, returns the corresponding constant in StringIndexConstants.
getStrings() - Method in class net.sourceforge.jiu.apps.EditorState
Returns the Strings object currently in use.
getStripOffsets() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
getSuccessor(int[]) - Method in class net.sourceforge.jiu.color.quantization.MedianCutNode
 
getSum() - Method in class net.sourceforge.jiu.color.analysis.TextureAnalysis
Returns the sum of all entries in the matrix.
getSystemInfo(Strings) - Static method in class net.sourceforge.jiu.util.SystemInfo
Returns a multiple-line text with information on the Java Virtual Machine, the path settings and the operating system used, regarding the current language by using a Strings resource.
getT4Options() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
getT6Options() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
getTable(int) - Method in class net.sourceforge.jiu.ops.LookupTableOperation
Returns one of the internal int lookup tables.
getTagName(int) - Static method in class net.sourceforge.jiu.codecs.tiff.TIFFCodec
Returns the name of a tag in English.
getTau() - Method in class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog
 
getThreshold() - Method in class net.sourceforge.jiu.color.reduction.ReduceToBilevelThreshold
Returns the current threshold value, or null if none was specified and the operation's process method was not run yet.
getTileHeight() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
getTileIndex() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoder
Returns the zero-based index of the tile or strip this decoder is supposed to be decompressing.
getTileOffset(int) - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
getTileWidth() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
getTileX1(int) - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
getTileX2(int) - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
getTileY1(int) - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
getTileY2(int) - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
getTransparencyIndex() - Method in class net.sourceforge.jiu.codecs.PalmCodec
Returns the transpareny index if one is available (PalmCodec.hasTransparencyIndex() returns true) or an undefined value otherwise.
getTransparencyIndex() - Method in interface net.sourceforge.jiu.data.TransparencyInformation
If there is a transparency index, this method returns it.
getTruecolorOutput() - Method in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
Returns if this operation is supposed to generate truecolor or paletted output.
getType() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFTag
Returns the type of this tag's content as a TAG_TYPE_xyz constant.
getType() - Method in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
Returns the type of the minimum image type found (one of the TYPE_xyz constants of this class).
getTypeDescription() - Method in class net.sourceforge.jiu.data.MemoryPaletted8Image
 
getTypicalFileExtension(int) - Static method in class net.sourceforge.jiu.codecs.PNMCodec
Returns the typical file extension (including leading dot) for an image type.
getUserFileName(String, int, int) - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
getUserSaveAsFileName(String, int) - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
getValue() - Method in class net.sourceforge.jiu.gui.awt.dialogs.GammaCorrectionDialog
 
getValue() - Method in class net.sourceforge.jiu.gui.awt.dialogs.HueSaturationValueDialog
 
getValue() - Method in class net.sourceforge.jiu.gui.awt.dialogs.IntegerDialog
 
getValue() - Method in class net.sourceforge.jiu.gui.awt.dialogs.ShearDialog
 
getValue(int) - Method in interface net.sourceforge.jiu.color.data.CoOccurrenceFrequencyMatrix
Returns the value for the self co-occurrence frequency of i (i being from 0 to CoOccurrenceFrequencyMatrix.getDimension() - 1).
getValue(int) - Method in class net.sourceforge.jiu.color.data.MemoryCoOccurrenceFrequencyMatrix
Returns the value of this matrix at row i, column i.
getValue(int, int) - Method in interface net.sourceforge.jiu.color.data.CoOccurrenceFrequencyMatrix
 
getValue(int, int) - Method in interface net.sourceforge.jiu.color.data.CoOccurrenceMatrix
Returns the matrix value at a given position.
getValue(int, int) - Method in class net.sourceforge.jiu.color.data.MemoryCoOccurrenceFrequencyMatrix
Returns the value of this matrix at row j, column i.
getValue(int, int) - Method in class net.sourceforge.jiu.color.data.MemoryCoOccurrenceMatrix
 
getValue(TextComponent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.CropDialog
Attempts to convert the content of the argument text component to an int; if successful, returns that int, otherwise -1 is returned.
getValue(TextComponent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.HueSaturationValueDialog
Attempts to convert the content of the argument text component to an int; if successful, returns that int, otherwise -1000 is returned.
getValue(TextComponent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.ScaleDialog
 
getValue(TextComponent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.WindowSizeDialog
Attempts to convert the content of the argument text component to an int; if successful, returns that int, otherwise -1000 is returned.
getValue(TextField) - Method in class net.sourceforge.jiu.gui.awt.dialogs.GammaCorrectionDialog
 
getValue(TextField) - Method in class net.sourceforge.jiu.gui.awt.dialogs.ShearDialog
 
getValues() - Method in class net.sourceforge.jiu.apps.BMPSwitch
 
getValues() - Method in class net.sourceforge.jiu.apps.DestinationDirectorySwitch
 
getValues() - Method in class net.sourceforge.jiu.apps.NoAwtLoadingSwitch
 
getValues() - Method in class net.sourceforge.jiu.apps.OverwriteSwitch
 
getValues() - Method in class net.sourceforge.jiu.apps.PalmSwitch
 
getValues() - Method in class net.sourceforge.jiu.apps.PNMSwitch
 
getValues() - Method in class net.sourceforge.jiu.apps.PrintHelpSwitch
 
getValues() - Method in class net.sourceforge.jiu.apps.PrintVersionSwitch
 
getValues() - Method in class net.sourceforge.jiu.apps.QuietSwitch
 
getValues() - Method in class net.sourceforge.jiu.apps.Switch
 
getValues() - Method in class net.sourceforge.jiu.apps.TestSwitch
 
getValues() - Method in class net.sourceforge.jiu.apps.VerbositySwitch
 
getVector() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFTag
Returns the Vector encapsulating the items stored in this tag.
getVerticalSamplingFactor() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGFrameComponent
 
getWidth() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGFrame
 
getWidth() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
getWidth() - Method in class net.sourceforge.jiu.data.MemoryBilevelImage
 
getWidth() - Method in class net.sourceforge.jiu.data.MemoryByteChannelImage
 
getWidth() - Method in class net.sourceforge.jiu.data.MemoryShortChannelImage
 
getWidth() - Method in interface net.sourceforge.jiu.data.PixelImage
Returns the horizontal resolution of the image in pixels.
getWidth() - Method in class net.sourceforge.jiu.filters.ConvolutionKernelData
Returns this kernel's width, an odd positive number.
getWidth() - Method in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
getWidth() - Method in class net.sourceforge.jiu.gui.awt.dialogs.CropDialog
Returns the width of the to-be-cropped image as given by the current values in the text fields for left column and right column.
getWidthValue() - Method in class net.sourceforge.jiu.gui.awt.dialogs.ScaleDialog
 
getWidthValue() - Method in class net.sourceforge.jiu.gui.awt.dialogs.WindowSizeDialog
 
getX1() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoder
Returns the leftmost column of the image strip / tile to be read by this decoder.
getX1() - Method in class net.sourceforge.jiu.gui.awt.dialogs.CropDialog
 
getX2() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoder
Returns the rightmost column of the image strip / tile to be read by this decoder.
getX2() - Method in class net.sourceforge.jiu.gui.awt.dialogs.CropDialog
 
getY1() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoder
Returns the top row of the image strip / tile to be read by this decoder.
getY1() - Method in class net.sourceforge.jiu.gui.awt.dialogs.CropDialog
 
getY2() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoder
Returns the bottom row of the image strip / tile to be read by this decoder.
getY2() - Method in class net.sourceforge.jiu.gui.awt.dialogs.CropDialog
 
getZoomFactorX() - Method in class net.sourceforge.jiu.apps.EditorState
Returns the current zoom factor in horizontal direction.
getZoomFactorX() - Method in class net.sourceforge.jiu.gui.awt.ImageCanvas
 
getZoomFactorY() - Method in class net.sourceforge.jiu.apps.EditorState
Returns the current zoom factor in vertical direction.
getZoomFactorY() - Method in class net.sourceforge.jiu.gui.awt.ImageCanvas
 
getZoomPercentageX() - Method in class net.sourceforge.jiu.gui.awt.ImageCanvas
 
getZoomPercentageY() - Method in class net.sourceforge.jiu.gui.awt.ImageCanvas
 
getZoomToFit() - Method in class net.sourceforge.jiu.apps.EditorState
Returns if image display is currently set to "zoom to fit" Zoom to fit means that the image is always zoomed to fit exactly into the window.
GIF - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
GIFCodec - Class in net.sourceforge.jiu.codecs
A codec to write Compuserve GIF (Graphics Interchange Format) files.
GIFCodec() - Constructor for class net.sourceforge.jiu.codecs.GIFCodec
 
Gray16Image - Interface in net.sourceforge.jiu.data
Interface for grayscale images using integer samples that are sixteen bits large.
gray8Image - Variable in class net.sourceforge.jiu.codecs.PSDCodec
 
Gray8Image - Interface in net.sourceforge.jiu.data
Interface for grayscale images using integer samples that are eight bits large.
grayBits - Variable in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
 
grayBits - Variable in class net.sourceforge.jiu.color.dithering.OrderedDither
 
GrayImage - Interface in net.sourceforge.jiu.data
An interface for grayscale images.
GrayIntegerImage - Interface in net.sourceforge.jiu.data
An empty interface for grayscale images which have integer values of up to 32 bits (int or smaller) as samples.
GRAYSCALE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
green - Variable in class net.sourceforge.jiu.color.quantization.OctreeNode
 
GREEN - Static variable in class net.sourceforge.jiu.apps.ColorIndexer
 
GREEN - Variable in class net.sourceforge.jiu.color.quantization.ArbitraryPaletteQuantizer
 
GREEN_BITS - Variable in class net.sourceforge.jiu.color.quantization.UniformPaletteQuantizer
 
GREEN_LEFT_SHIFT - Variable in class net.sourceforge.jiu.color.quantization.UniformPaletteQuantizer
 
GREEN_RIGHT_SHIFT - Variable in class net.sourceforge.jiu.color.quantization.UniformPaletteQuantizer
 
GREEN_SHIFT - Static variable in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
GREEN_VALUES - Variable in class net.sourceforge.jiu.color.quantization.UniformPaletteQuantizer
 
greenBits - Variable in class net.sourceforge.jiu.codecs.PalmCodec
 
greenBits - Variable in class net.sourceforge.jiu.color.dithering.OrderedDither
 
greenLabel - Variable in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
 
greenScrollbar - Variable in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
 
greenSum - Variable in class net.sourceforge.jiu.color.quantization.OctreeNode
 
greenValues - Variable in class net.sourceforge.jiu.color.quantization.OctreeColorQuantizer
 
greenWeight - Variable in class net.sourceforge.jiu.color.reduction.RGBToGrayConversion
 

H

ham - Variable in class net.sourceforge.jiu.codecs.IFFCodec
 
ham6 - Variable in class net.sourceforge.jiu.codecs.IFFCodec
 
ham8 - Variable in class net.sourceforge.jiu.codecs.IFFCodec
 
handleKeys(KeyEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.GammaCorrectionDialog
 
handleKeys(KeyEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.IntegerDialog
 
handleKeys(KeyEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.ScaleDialog
 
handleKeys(KeyEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.ShearDialog
 
hasBounds() - Method in class net.sourceforge.jiu.codecs.ImageCodec
Returns if bounds have been specified.
hash - Variable in class net.sourceforge.jiu.color.data.OnDemandHistogram3D
 
hashCode() - Method in class net.sourceforge.jiu.color.data.Histogram3DNode
 
hasIhdr - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
hasImage() - Method in class net.sourceforge.jiu.apps.EditorState
Returns if this state encapsulates an image object.
hasPressedOk() - Method in class net.sourceforge.jiu.gui.awt.dialogs.CropDialog
 
hasPressedOk() - Method in class net.sourceforge.jiu.gui.awt.dialogs.GammaCorrectionDialog
 
hasPressedOk() - Method in class net.sourceforge.jiu.gui.awt.dialogs.HueSaturationValueDialog
 
hasPressedOk() - Method in class net.sourceforge.jiu.gui.awt.dialogs.MapToArbitraryPaletteDialog
Returns true if the OK button was pressed, false if it was the Cancel button.
hasPressedOk() - Method in class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog
 
hasPressedOk() - Method in class net.sourceforge.jiu.gui.awt.dialogs.OctreeDialog
 
hasPressedOk() - Method in class net.sourceforge.jiu.gui.awt.dialogs.ReduceGrayscaleDialog
 
hasPressedOk() - Method in class net.sourceforge.jiu.gui.awt.dialogs.ScaleDialog
 
hasPressedOk() - Method in class net.sourceforge.jiu.gui.awt.dialogs.ShearDialog
 
hasPressedOk() - Method in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
 
hasPressedOk() - Method in class net.sourceforge.jiu.gui.awt.dialogs.WindowSizeDialog
 
hasTransparencyIndex() - Method in class net.sourceforge.jiu.codecs.PalmCodec
Returns whether a transpareny index is available and can be retrieved via PalmCodec.getTransparencyIndex().
height - Variable in class net.sourceforge.jiu.codecs.GIFCodec
 
height - Variable in class net.sourceforge.jiu.codecs.IFFCodec
 
height - Variable in class net.sourceforge.jiu.codecs.jpeg.JPEGFrame
 
height - Variable in class net.sourceforge.jiu.codecs.PalmCodec
 
height - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
height - Variable in class net.sourceforge.jiu.codecs.PNMCodec
 
height - Variable in class net.sourceforge.jiu.codecs.PSDCodec
 
height - Variable in class net.sourceforge.jiu.codecs.RASCodec
 
height - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
height - Variable in class net.sourceforge.jiu.data.MemoryByteChannelImage
 
height - Variable in class net.sourceforge.jiu.data.MemoryShortChannelImage
 
height - Variable in class net.sourceforge.jiu.filters.ConvolutionKernelData
 
height - Variable in class net.sourceforge.jiu.gui.awt.dialogs.CropDialog
 
height - Variable in class net.sourceforge.jiu.gui.awt.dialogs.WindowSizeDialog
 
height - Variable in class net.sourceforge.jiu.gui.awt.ImageCanvas
 
HEIGHT - Variable in class net.sourceforge.jiu.data.MemoryBilevelImage
 
HEIGHT - Variable in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
heightTextField - Variable in class net.sourceforge.jiu.gui.awt.dialogs.ScaleDialog
 
HELP - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
HELP - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
HELP_ABOUT - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
HELP_SYSTEMINFORMATION - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
helpAbout() - Method in class net.sourceforge.jiu.apps.OperationProcessor
Display information about the application: name, version, feedback email address, website.
helpAbout() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
helpSystemInformation() - Method in class net.sourceforge.jiu.apps.OperationProcessor
Display information on the system this application is currently running on.
helpSystemInformation() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
HermiteFilter - Class in net.sourceforge.jiu.geometry
A Hermite resampling filter.
HermiteFilter() - Constructor for class net.sourceforge.jiu.geometry.HermiteFilter
 
hist - Variable in class net.sourceforge.jiu.color.analysis.Histogram1DCreator
 
hist - Variable in class net.sourceforge.jiu.color.analysis.Histogram3DCreator
 
hist - Variable in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
 
hist - Variable in class net.sourceforge.jiu.filters.OilFilter
 
HISTOGRAM - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
Histogram1D - Interface in net.sourceforge.jiu.color.data
An interface for a one-dimensional histogram.
Histogram1DCreator - Class in net.sourceforge.jiu.color.analysis
This class creates one-dimensional histograms for images with integer samples.
Histogram1DCreator() - Constructor for class net.sourceforge.jiu.color.analysis.Histogram1DCreator
 
Histogram3D - Interface in net.sourceforge.jiu.color.data
An interface for classes that store three-dimensional histograms.
Histogram3DCreator - Class in net.sourceforge.jiu.color.analysis
This class creates three-dimensional histograms for images with integer samples.
Histogram3DCreator() - Constructor for class net.sourceforge.jiu.color.analysis.Histogram3DCreator
 
Histogram3DNode - Class in net.sourceforge.jiu.color.data
Internal data class for the on demand histogram.
Histogram3DNode(int, int, int) - Constructor for class net.sourceforge.jiu.color.data.Histogram3DNode
 
HistogramSerialization - Class in net.sourceforge.jiu.color.io
This class has static methods for saving histograms.
HistogramSerialization() - Constructor for class net.sourceforge.jiu.color.io.HistogramSerialization
 
HOMEPAGE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
homogeneity - Variable in class net.sourceforge.jiu.color.analysis.TextureAnalysis
 
HOMOGENEITY - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
HORIZONTAL_PREWITT - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
HORIZONTAL_PREWITT_DATA - Static variable in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
 
HORIZONTAL_SOBEL - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
HORIZONTAL_SOBEL_DATA - Static variable in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
 
horizontalSamplingFactor - Variable in class net.sourceforge.jiu.codecs.jpeg.JPEGFrameComponent
 
horizontalTiles - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
hostComputer - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
hue - Variable in class net.sourceforge.jiu.color.adjustment.HueSaturationValue
 
hue - Variable in class net.sourceforge.jiu.gui.awt.dialogs.HueSaturationValueDialog
 
HUE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
HUE_SATURATION_VALUE_MENU_ITEM - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
HueSaturationValue - Class in net.sourceforge.jiu.color.adjustment
Adjusts saturation and value of a color image, optionally hue as well.
HueSaturationValue() - Constructor for class net.sourceforge.jiu.color.adjustment.HueSaturationValue
 
HueSaturationValueDialog - Class in net.sourceforge.jiu.gui.awt.dialogs
A dialog to enter the parameters for an hue/saturation/value adjustment operation.
HueSaturationValueDialog(Frame, Strings, boolean, int, int, int) - Constructor for class net.sourceforge.jiu.gui.awt.dialogs.HueSaturationValueDialog
 
huffCode - Variable in class net.sourceforge.jiu.codecs.jpeg.JPEGHuffmanTable
 
huffmanTables - Variable in class net.sourceforge.jiu.codecs.jpeg.JPEGData
 
huffSize - Variable in class net.sourceforge.jiu.codecs.jpeg.JPEGHuffmanTable
 

I

id - Variable in class net.sourceforge.jiu.codecs.jpeg.JPEGHuffmanTable
 
id - Variable in class net.sourceforge.jiu.codecs.jpeg.JPEGQuantizationTable
 
id - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFTag
 
IDAT - Static variable in class net.sourceforge.jiu.codecs.PngIdatInputStream
 
ifd - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFDecoder
 
IFFCodec - Class in net.sourceforge.jiu.codecs
A codec to read Amiga IFF image files.
IFFCodec() - Constructor for class net.sourceforge.jiu.codecs.IFFCodec
 
image - Variable in class net.sourceforge.jiu.codecs.ImageCodec
 
image - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
image - Variable in class net.sourceforge.jiu.color.analysis.Histogram1DCreator
 
image - Variable in class net.sourceforge.jiu.color.analysis.Histogram3DCreator
 
image - Variable in class net.sourceforge.jiu.filters.BorderSampleGenerator
 
image - Variable in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
image - Variable in class net.sourceforge.jiu.gui.awt.ImageCanvas
 
IMAGE_1 - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
IMAGE_TYPE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
IMAGE_TYPE_BILEVEL - Static variable in class net.sourceforge.jiu.codecs.PNMCodec
Image type constant for bilevel images, stored in PBM files.
IMAGE_TYPE_COLOR - Static variable in class net.sourceforge.jiu.codecs.PNMCodec
Image type constant for RGB truecolor images, stored in PPM files.
IMAGE_TYPE_FILE_EXTENSIONS - Static variable in class net.sourceforge.jiu.codecs.PNMCodec
 
IMAGE_TYPE_GRAY - Static variable in class net.sourceforge.jiu.codecs.PNMCodec
Image type constant for grayscale images, stored in PGM files.
IMAGE_TYPE_UNKNOWN - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
IMAGE_TYPE_UNKNOWN - Static variable in class net.sourceforge.jiu.codecs.PNMCodec
Image type constant for images of unknown type.
image1 - Variable in class net.sourceforge.jiu.color.analysis.MeanDifference
 
image2 - Variable in class net.sourceforge.jiu.color.analysis.MeanDifference
 
ImageCanvas - Class in net.sourceforge.jiu.gui.awt
An AWT canvas that displays an Image object.
ImageCanvas(ScrollPane) - Constructor for class net.sourceforge.jiu.gui.awt.ImageCanvas
 
ImageCodec - Class in net.sourceforge.jiu.codecs
The base class for image codecs, operations to read images from or write them to streams.
ImageCodec() - Constructor for class net.sourceforge.jiu.codecs.ImageCodec
This constructor will be called by descendants.
imageCodecClasses - Static variable in class net.sourceforge.jiu.codecs.ImageLoader
 
ImageCreator - Class in net.sourceforge.jiu.gui.awt
A class to create Image objects from various JIU image data types and vice versa.
ImageCreator() - Constructor for class net.sourceforge.jiu.gui.awt.ImageCreator
 
imageDescription - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
ImageDescriptionCreator - Class in net.sourceforge.jiu.apps
Returns textual descriptions of the properties of JIU image objects.
ImageDescriptionCreator() - Constructor for class net.sourceforge.jiu.apps.ImageDescriptionCreator
 
imageHeight - Variable in class net.sourceforge.jiu.codecs.BMPCodec
 
imageHeight - Variable in class net.sourceforge.jiu.gui.awt.dialogs.ShearDialog
 
imageIndex - Variable in class net.sourceforge.jiu.codecs.ImageCodec
 
ImageLoader - Class in net.sourceforge.jiu.codecs
A convenience class with static methods to load images from files using JIU codecs.
ImageLoader() - Constructor for class net.sourceforge.jiu.codecs.ImageLoader
 
ImagesToImageOperation - Class in net.sourceforge.jiu.ops
An operation that takes several input images and produces one output image.
ImagesToImageOperation() - Constructor for class net.sourceforge.jiu.ops.ImagesToImageOperation
Constructs a new ImagesToImageOperation and initializes input images and output image to null.
ImagesToImageOperation(Vector, PixelImage) - Constructor for class net.sourceforge.jiu.ops.ImagesToImageOperation
Constructs a new ImagesToImageOperation and initializes input images and output image to the arguments.
imageToBeSaved - Variable in class net.sourceforge.jiu.codecs.GIFCodec
 
ImageToImageOperation - Class in net.sourceforge.jiu.ops
An operation that acesses an input image and produces data for an output image.
ImageToImageOperation() - Constructor for class net.sourceforge.jiu.ops.ImageToImageOperation
Creates an object of this class and sets both input image and output image to null.
ImageToImageOperation(PixelImage) - Constructor for class net.sourceforge.jiu.ops.ImageToImageOperation
Creates an object of this class and sets the input image to the argument value, output image to null.
ImageToImageOperation(PixelImage, PixelImage) - Constructor for class net.sourceforge.jiu.ops.ImageToImageOperation
Creates an object of this class and sets input image and output image to the argument values.
imageType - Variable in class net.sourceforge.jiu.codecs.PNMCodec
 
imageType - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
imageWidth - Variable in class net.sourceforge.jiu.codecs.BMPCodec
 
imageWidth - Variable in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
 
imageWidth - Variable in class net.sourceforge.jiu.gui.awt.dialogs.ShearDialog
 
in - Variable in class net.sourceforge.jiu.apps.StringLoader
 
in - Variable in class net.sourceforge.jiu.codecs.BMPCodec
 
in - Variable in class net.sourceforge.jiu.codecs.ImageCodec
 
in - Variable in class net.sourceforge.jiu.codecs.jpeg.JPEGCodec
 
in - Variable in class net.sourceforge.jiu.codecs.PCDCodec
 
in - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
in - Variable in class net.sourceforge.jiu.codecs.PngIdatInputStream
 
in - Variable in class net.sourceforge.jiu.codecs.PNMCodec
 
in - Variable in class net.sourceforge.jiu.codecs.PSDCodec
 
in - Variable in class net.sourceforge.jiu.codecs.RASCodec
 
in - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFDecoderDeflated
 
in - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFDecoderLogLuv
 
in - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFDecoderModifiedHuffman
 
increase() - Method in class net.sourceforge.jiu.color.data.Histogram3DNode
 
increaseBuffer(int) - Method in class net.sourceforge.jiu.util.SeekableByteArrayOutputStream
 
increaseEntry(int) - Method in class net.sourceforge.jiu.color.data.ArrayHistogram1D
 
increaseEntry(int) - Method in interface net.sourceforge.jiu.color.data.Histogram1D
Increases the counter value of the given index by one.
increaseEntry(int, int, int) - Method in interface net.sourceforge.jiu.color.data.Histogram3D
Increases the counter value of (index1, index2, index3) by one.
increaseEntry(int, int, int) - Method in class net.sourceforge.jiu.color.data.NaiveHistogram3D
Increases the counter value of (index1, index2, index3) by one.
increaseEntry(int, int, int) - Method in class net.sourceforge.jiu.color.data.OnDemandHistogram3D
 
incrementStep - Variable in class net.sourceforge.jiu.util.SeekableByteArrayOutputStream
 
incValue(int, int) - Method in interface net.sourceforge.jiu.color.data.CoOccurrenceMatrix
Increases the counter for pair (i, j) by one.
incValue(int, int) - Method in class net.sourceforge.jiu.color.data.MemoryCoOccurrenceMatrix
 
INDEX_BLUE - Static variable in interface net.sourceforge.jiu.data.RGBIndex
The index value for the blue channel.
INDEX_CB - Static variable in interface net.sourceforge.jiu.color.YCbCrIndex
Index value for the blue chrominance component.
INDEX_CODE_VALUE - Static variable in class net.sourceforge.jiu.codecs.tiff.TIFFFaxCodes
Index of the code value in the int[] value pairs.
INDEX_CODE_WORD - Static variable in class net.sourceforge.jiu.codecs.tiff.TIFFFaxCodes
Index of the code word in the int[] value pairs.
INDEX_CR - Static variable in interface net.sourceforge.jiu.color.YCbCrIndex
Index value for the red chrominance component.
INDEX_ERROR_DENOMINATOR - Static variable in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
The index of the denominator of the relative part of the error of a neighbor pixel.
INDEX_ERROR_NUMERATOR - Static variable in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
The index of the numerator of the relative part of the error of a neighbor pixel.
INDEX_GREEN - Static variable in interface net.sourceforge.jiu.data.RGBIndex
The index value for the green channel.
INDEX_RED - Static variable in interface net.sourceforge.jiu.data.RGBIndex
The index value for the red channel.
INDEX_X_POS - Static variable in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
The index for the horizontal position of a neighbor pixel.
INDEX_Y - Static variable in interface net.sourceforge.jiu.color.YCbCrIndex
Index value for the luminance (gray) component.
INDEX_Y_POS - Static variable in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
The index for the vertical position of a neighbor pixel.
index1 - Variable in class net.sourceforge.jiu.color.analysis.Histogram3DCreator
 
index1 - Variable in class net.sourceforge.jiu.color.quantization.ContouringColorPair
 
index1 - Variable in class net.sourceforge.jiu.color.quantization.MedianCutNode
 
index2 - Variable in class net.sourceforge.jiu.color.analysis.Histogram3DCreator
 
index2 - Variable in class net.sourceforge.jiu.color.quantization.ContouringColorPair
 
index2 - Variable in class net.sourceforge.jiu.color.quantization.MedianCutNode
 
index3 - Variable in class net.sourceforge.jiu.color.analysis.Histogram3DCreator
 
indexLut - Variable in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
 
infl - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
inflateBytes(byte[], int) - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
InfoDialog - Class in net.sourceforge.jiu.gui.awt.dialogs
A modal AWT dialog that displays text in a non-editable text area component (so that it can be selected and easily copied to the system's clipboard).
InfoDialog(Frame, String, String) - Constructor for class net.sourceforge.jiu.gui.awt.dialogs.InfoDialog
Creates an InfoDialog, a modal dialog to display a text message, centered on the desktop.
infoLabel1 - Variable in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
 
infoLabel2 - Variable in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
 
init() - Method in class net.sourceforge.jiu.apps.jiuawtapplet
 
init() - Method in class net.sourceforge.jiu.color.quantization.OctreeColorQuantizer
Creates an octree and prepares this quantizer so that colors can be mapped to palette index values.
init(int[][], int) - Method in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
 
init(String[], int, JiuConvertSettings) - Method in class net.sourceforge.jiu.apps.BMPSwitch
 
init(String[], int, JiuConvertSettings) - Method in class net.sourceforge.jiu.apps.DestinationDirectorySwitch
 
init(String[], int, JiuConvertSettings) - Method in class net.sourceforge.jiu.apps.NoAwtLoadingSwitch
 
init(String[], int, JiuConvertSettings) - Method in class net.sourceforge.jiu.apps.OverwriteSwitch
 
init(String[], int, JiuConvertSettings) - Method in class net.sourceforge.jiu.apps.PalmSwitch
 
init(String[], int, JiuConvertSettings) - Method in class net.sourceforge.jiu.apps.PNMSwitch
 
init(String[], int, JiuConvertSettings) - Method in class net.sourceforge.jiu.apps.PrintHelpSwitch
 
init(String[], int, JiuConvertSettings) - Method in class net.sourceforge.jiu.apps.PrintVersionSwitch
 
init(String[], int, JiuConvertSettings) - Method in class net.sourceforge.jiu.apps.QuietSwitch
 
init(String[], int, JiuConvertSettings) - Method in class net.sourceforge.jiu.apps.Switch
 
init(String[], int, JiuConvertSettings) - Method in class net.sourceforge.jiu.apps.TestSwitch
 
init(String[], int, JiuConvertSettings) - Method in class net.sourceforge.jiu.apps.VerbositySwitch
 
init(Strings) - Method in class net.sourceforge.jiu.gui.awt.AwtMenuWrapper
Initializes an object of type MenuBar.
initCoOccurrenceFrequencyMatrix(CoOccurrenceMatrix, CoOccurrenceFrequencyMatrix) - Static method in class net.sourceforge.jiu.color.analysis.MatrixCreator
Initializes a co-occurrence frequency matrix from a co-occurrence matrix.
initCoOccurrenceMatrix(IntegerImage, int, CoOccurrenceMatrix) - Static method in class net.sourceforge.jiu.color.analysis.MatrixCreator
Initializes a co-occurrence matrix from the input image, using the direct four neighbor pixels.
initEncoding() - Method in class net.sourceforge.jiu.codecs.GIFCodec
 
initFromArguments(String[]) - Static method in class net.sourceforge.jiu.apps.jiuconvert
 
initFromTags(boolean) - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
initialCodeSize - Variable in class net.sourceforge.jiu.codecs.GIFCodec
 
initialize() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoder
Check if all necessary parameters have been given to this decoder and initialize several internal fields from them.
initialize() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoderDeflated
 
initialize() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoderLogLuv
 
initialize() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoderModifiedHuffman
 
initMembers() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
initModeFromIOObjects() - Method in class net.sourceforge.jiu.codecs.ImageCodec
 
initOctree() - Method in class net.sourceforge.jiu.color.quantization.OctreeColorQuantizer
 
initPalette(OctreeNode, Palette) - Method in class net.sourceforge.jiu.color.quantization.OctreeColorQuantizer
 
initTables(IntegerImage) - Method in class net.sourceforge.jiu.color.adjustment.EqualizeHistogram
 
initTables(IntegerImage) - Method in class net.sourceforge.jiu.color.adjustment.NormalizeHistogram
 
input - Variable in class net.sourceforge.jiu.ops.DirectoryTree
Input directory name, as found in the file system.
inputFileNames - Variable in class net.sourceforge.jiu.apps.JiuConvertSettings
 
inputFileNames - Variable in class net.sourceforge.jiu.ops.BatchProcessorOperation
 
inputImage - Variable in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
 
inputImage - Variable in class net.sourceforge.jiu.ops.ImageToImageOperation
 
inputImages - Variable in class net.sourceforge.jiu.ops.ImagesToImageOperation
 
installProgressListeners(Operation) - Method in class net.sourceforge.jiu.apps.EditorState
Adds all ProgressListener objects from the internal list of listeners to the argument operation.
INT_SIZE - Static variable in class net.sourceforge.jiu.util.ArrayConverter
 
IntegerDialog - Class in net.sourceforge.jiu.gui.awt.dialogs
An AWT dialog to select an int value from a given interval.
IntegerDialog(Frame, String, String, int, int, int, String, String) - Constructor for class net.sourceforge.jiu.gui.awt.dialogs.IntegerDialog
Creates an IntegerDialog, a modal dialog that lets the user select one int value from a given interval.
IntegerImage - Interface in net.sourceforge.jiu.data
Extends the PixelImage interface to access image data as int values.
interlaced - Variable in class net.sourceforge.jiu.codecs.GIFCodec
 
interlaceType - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
INTERLACING_ADAM7 - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
INTERLACING_FIRST_ROW - Static variable in class net.sourceforge.jiu.codecs.GIFCodec
 
INTERLACING_INCREMENT - Static variable in class net.sourceforge.jiu.codecs.GIFCodec
 
INTERLACING_NONE - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
interpolation - Variable in class net.sourceforge.jiu.apps.EditorState
 
INTERPOLATION_BICUBIC - Static variable in class net.sourceforge.jiu.apps.EditorState
Integer constant for bicubic interpolation.
INTERPOLATION_BILINEAR - Static variable in class net.sourceforge.jiu.apps.EditorState
Integer constant for bilinear neighbor interpolation.
INTERPOLATION_NEAREST_NEIGHBOR - Static variable in class net.sourceforge.jiu.apps.EditorState
Integer constant for nearest neighbor interpolation.
intTables - Variable in class net.sourceforge.jiu.ops.LookupTableOperation
 
InvalidFileStructureException - Exception in net.sourceforge.jiu.codecs
This exception is thrown during image loading, when the decoding process is made impossible by errors in the image file.
InvalidFileStructureException(String) - Constructor for exception net.sourceforge.jiu.codecs.InvalidFileStructureException
 
InvalidImageIndexException - Exception in net.sourceforge.jiu.codecs
This exception is thrown when the caller has defined an image index that specifies the image to be loaded in a multiple-image file and that index is unavailable.
InvalidImageIndexException(String) - Constructor for exception net.sourceforge.jiu.codecs.InvalidImageIndexException
Creates new exception object with a given error message.
invert(PixelImage) - Static method in class net.sourceforge.jiu.color.Invert
Helper method to return an inverted image from the argument image.
Invert - Class in net.sourceforge.jiu.color
Creates an inverted (negated) version of an image.
Invert() - Constructor for class net.sourceforge.jiu.color.Invert
 
INVERT - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
invertBilevelData(byte[]) - Method in class net.sourceforge.jiu.codecs.PalmCodec
 
invertGraySamples - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
isAvailable(int) - Method in class net.sourceforge.jiu.apps.OperationProcessor
Returns if the operation given by the menu index (from MenuIndexConstants is available regarding the current editor state.
isAxisDetermined() - Method in class net.sourceforge.jiu.color.quantization.MedianCutNode
 
isBalanced() - Method in class net.sourceforge.jiu.color.dithering.DiamondSpotFunction
 
isBalanced() - Method in class net.sourceforge.jiu.color.dithering.LineSpotFunction
 
isBalanced() - Method in class net.sourceforge.jiu.color.dithering.RoundSpotFunction
 
isBalanced() - Method in interface net.sourceforge.jiu.color.dithering.SpotFunction
Returns if this spot function is balanced.
isBlack(int, int) - Method in interface net.sourceforge.jiu.data.GrayImage
Returns if the pixel specified by the location in the arguments is black.
isBlack(int, int) - Method in class net.sourceforge.jiu.data.MemoryBilevelImage
 
isBlack(int, int) - Method in class net.sourceforge.jiu.data.MemoryGray16Image
 
isBlack(int, int) - Method in class net.sourceforge.jiu.data.MemoryGray8Image
 
isBlackAndWhite() - Method in class net.sourceforge.jiu.data.Palette
Checks if all entries of this palette are either black or white.
isEqualPalette(Palette, short[][]) - Static method in class net.sourceforge.jiu.codecs.PalmCodec
 
isGray() - Method in class net.sourceforge.jiu.data.Palette
Checks if this palette is gray, i.e., checks if all entries are gray.
isGray16Gray8(Gray16Image) - Method in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
 
isGrayBilevel(IntegerImage) - Method in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
 
isGrayscale() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
isHueSet() - Method in class net.sourceforge.jiu.gui.awt.dialogs.HueSaturationValueDialog
 
isInt() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFTag
Returns if the value(s) stored in this tag are of type BYTE, SHORT or LONG.
isInterlaced() - Method in class net.sourceforge.jiu.codecs.GIFCodec
Returns if the image will be stored in interlaced (true) or non-interlaced mode (false).
isLeaf() - Method in class net.sourceforge.jiu.color.quantization.MedianCutNode
Returns if this node is a leaf by checking if both successors are null.
isLeaf() - Method in class net.sourceforge.jiu.color.quantization.OctreeNode
 
isLoadingSupported() - Method in class net.sourceforge.jiu.codecs.BMPCodec
 
isLoadingSupported() - Method in class net.sourceforge.jiu.codecs.GIFCodec
 
isLoadingSupported() - Method in class net.sourceforge.jiu.codecs.IFFCodec
 
isLoadingSupported() - Method in class net.sourceforge.jiu.codecs.ImageCodec
Returns if this codec is able to load images in the file format supported by this codec.
isLoadingSupported() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGCodec
 
isLoadingSupported() - Method in class net.sourceforge.jiu.codecs.PalmCodec
 
isLoadingSupported() - Method in class net.sourceforge.jiu.codecs.PCDCodec
 
isLoadingSupported() - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
isLoadingSupported() - Method in class net.sourceforge.jiu.codecs.PNMCodec
 
isLoadingSupported() - Method in class net.sourceforge.jiu.codecs.PSDCodec
 
isLoadingSupported() - Method in class net.sourceforge.jiu.codecs.RASCodec
 
isLoadingSupported() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFCodec
 
isMaximumZoom() - Method in class net.sourceforge.jiu.apps.EditorState
Returns if the image is displayed at maximum zoom level.
isMinimumZoom() - Method in class net.sourceforge.jiu.apps.EditorState
Returns if the image is displayed at minimum zoom level.
ISO_639_LANGUAGE_CODES - Static variable in class net.sourceforge.jiu.apps.Strings
ISO 639 two-letter country codes for the supported languages, lower case.
isoToConstant - Static variable in class net.sourceforge.jiu.apps.Strings
A hashtable that maps from ISO 639 country codes to Integer objects with the corresponding LANG_xyz constant for that language.
isOutputTypePaletted() - Method in class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog
 
isOutputTypePaletted() - Method in class net.sourceforge.jiu.gui.awt.dialogs.OctreeDialog
 
isPaletted() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
isPalmSystemPalette256(Palette) - Static method in class net.sourceforge.jiu.codecs.PalmCodec
Returns if the argument palette is the Palm system palette with 256 colors.
isPalmSystemPaletteColor16(Palette) - Static method in class net.sourceforge.jiu.codecs.PalmCodec
Returns if the argument palette is the Palm system color palette with 16 entries.
isPalmSystemPaletteGray16(Palette) - Static method in class net.sourceforge.jiu.codecs.PalmCodec
Returns if the argument palette is the Palm system grayscale palette with 16 entries.
isPalmSystemPaletteGray4(Palette) - Static method in class net.sourceforge.jiu.codecs.PalmCodec
Returns if the argument palette is the Palm system grayscale palette with 4 entries.
isReducible() - Method in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
This method can be called after AutoDetectColorType.process() to find out if the input image in fact can be reduced to a "smaller" image type.
isRgb24Paletted8(RGB24Image) - Method in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
 
isRgb48Gray8(RGB48Image) - Method in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
 
isRgb48Paletted8(RGB48Image) - Method in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
Assumes that it has already been verified that the input 48 bpp RGB image is also a 24 bpp RGB image.
isRgb48Rgb24(RGB48Image) - Method in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
 
isRgbBilevel(IntegerImage) - Method in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
 
isRgbGray(RGBIntegerImage) - Method in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
Returns if the input RGB image can be losslessly converted to a grayscale image.
isRowRequired(int) - Method in class net.sourceforge.jiu.codecs.ImageCodec
Returns if an image row given by its number (zero-based) must be loaded in the context of the current bounds.
isSavingSupported() - Method in class net.sourceforge.jiu.codecs.BMPCodec
 
isSavingSupported() - Method in class net.sourceforge.jiu.codecs.GIFCodec
 
isSavingSupported() - Method in class net.sourceforge.jiu.codecs.IFFCodec
 
isSavingSupported() - Method in class net.sourceforge.jiu.codecs.ImageCodec
Returns if this codec is able to save images in the file format supported by this codec.
isSavingSupported() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGCodec
 
isSavingSupported() - Method in class net.sourceforge.jiu.codecs.PalmCodec
 
isSavingSupported() - Method in class net.sourceforge.jiu.codecs.PCDCodec
 
isSavingSupported() - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
isSavingSupported() - Method in class net.sourceforge.jiu.codecs.PNMCodec
 
isSavingSupported() - Method in class net.sourceforge.jiu.codecs.PSDCodec
 
isSavingSupported() - Method in class net.sourceforge.jiu.codecs.RASCodec
 
isSavingSupported() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFCodec
 
isSelectionValid() - Method in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
 
isStriped() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
Returns true if the image belonging to this IFD is stored as strips, false otherwise.
isSymmetrical() - Method in class net.sourceforge.jiu.color.analysis.TextureAnalysis
 
isTiled() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
Returns true if the image belonging to this IFD is stored as tiles, false otherwise.
isTileRequired(int, int, int, int) - Method in class net.sourceforge.jiu.codecs.ImageCodec
Returns if the tile formed by the argument coordinates form a rectangle that overlaps with the bounds.
isWhite(int, int) - Method in interface net.sourceforge.jiu.data.GrayImage
Returns if the pixel specified by the location in the arguments is white.
isWhite(int, int) - Method in class net.sourceforge.jiu.data.MemoryBilevelImage
 
isWhite(int, int) - Method in class net.sourceforge.jiu.data.MemoryGray16Image
 
isWhite(int, int) - Method in class net.sourceforge.jiu.data.MemoryGray8Image
 
isZoomOriginalSize() - Method in class net.sourceforge.jiu.apps.EditorState
Returns if the current zoom level is set to original size (each image pixel is displayed as one pixel).
items - Variable in class net.sourceforge.jiu.gui.awt.AwtMenuWrapper
 
itemStateChanged(ItemEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.HueSaturationValueDialog
 
itemStateChanged(ItemEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog
 
itemStateChanged(ItemEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
 

J

JARVIS_JUDICE_NINKE_DATA - Static variable in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
 
JARVIS_JUDICE_NINKE_ERROR_DIFFUSION - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
JFIF_SIGNATURE - Static variable in class net.sourceforge.jiu.codecs.jpeg.JPEGConstants
16 bit value that denotes the beginning of a JPEG stream (0xffd8).
JIU_FEEDBACK_ADDRESS - Static variable in interface net.sourceforge.jiu.apps.JiuInfo
Address for feedback on JIU.
JIU_HOMEPAGE - Static variable in interface net.sourceforge.jiu.apps.JiuInfo
URL of the homepage of the JIU project.
JIU_NUMERICAL_VERSION - Static variable in interface net.sourceforge.jiu.apps.JiuInfo
Three int values for the JIU version, in order (major, minor, patch).
JIU_VERSION - Static variable in interface net.sourceforge.jiu.apps.JiuInfo
Version as String, created from JiuInfo.JIU_NUMERICAL_VERSION.
jiuawt - Class in net.sourceforge.jiu.apps
Graphical user interface application based on the AWT (Abstract Windowing Toolkit, part of Java's standard runtime library since 1.0) that demonstrates features of JIU.
jiuawt() - Constructor for class net.sourceforge.jiu.apps.jiuawt
 
jiuawtapplet - Class in net.sourceforge.jiu.apps
Applet version of jiuawt.
jiuawtapplet() - Constructor for class net.sourceforge.jiu.apps.jiuawtapplet
 
JiuAwtFrame - Class in net.sourceforge.jiu.gui.awt
The frame class for the AWT demo program jiuawt.
JiuAwtFrame(EditorState) - Constructor for class net.sourceforge.jiu.gui.awt.JiuAwtFrame
Create an object of this class, using the argument editor state.
JiuBlur - Class in net.sourceforge.jiu.apps
Small example command line program which loads a JPEG file, applies a blur filter, increases its contrast and saves it back to another JPEG file.
JiuBlur() - Constructor for class net.sourceforge.jiu.apps.JiuBlur
 
jiuconvert - Class in net.sourceforge.jiu.apps
A command line program to convert between file formats.
jiuconvert() - Constructor for class net.sourceforge.jiu.apps.jiuconvert
 
JiuConvertSettings - Class in net.sourceforge.jiu.apps
 
JiuConvertSettings() - Constructor for class net.sourceforge.jiu.apps.JiuConvertSettings
 
JiuCountColors - Class in net.sourceforge.jiu.apps
Small example command line program to count the number of unique colors in image files.
JiuCountColors() - Constructor for class net.sourceforge.jiu.apps.JiuCountColors
 
JiuHelloWorld - Class in net.sourceforge.jiu.apps
Small example command line program which creates a new image, prints the text Hello World! into it and saves it as a PNG file.
JiuHelloWorld() - Constructor for class net.sourceforge.jiu.apps.JiuHelloWorld
 
JiuInfo - Interface in net.sourceforge.jiu.apps
Contains several constants with information on JIU.
JPEGCodec - Class in net.sourceforge.jiu.codecs.jpeg
A codec for the JPEG file format.
JPEGCodec() - Constructor for class net.sourceforge.jiu.codecs.jpeg.JPEGCodec
 
JPEGConstants - Class in net.sourceforge.jiu.codecs.jpeg
Constants necessary to encode and decode JPEG streams.
JPEGConstants() - Constructor for class net.sourceforge.jiu.codecs.jpeg.JPEGConstants
Empty private constructor to prevent instantiation of this class.
JPEGData - Class in net.sourceforge.jiu.codecs.jpeg
Data for decoding or encoding images from or to JPEG File Interchange Format (JFIF) files.
JPEGData() - Constructor for class net.sourceforge.jiu.codecs.jpeg.JPEGData
 
JPEGFrame - Class in net.sourceforge.jiu.codecs.jpeg
Data class to store information on a JPEG frame.
JPEGFrame() - Constructor for class net.sourceforge.jiu.codecs.jpeg.JPEGFrame
 
JPEGFrameComponent - Class in net.sourceforge.jiu.codecs.jpeg
Data class for information on a JPEG frame component.
JPEGFrameComponent() - Constructor for class net.sourceforge.jiu.codecs.jpeg.JPEGFrameComponent
 
JPEGHuffmanTable - Class in net.sourceforge.jiu.codecs.jpeg
Data class that stores a single Huffman table, including class (AC or DC), ID and codes for the 16 possible bit lengths from 1 to 16.
JPEGHuffmanTable() - Constructor for class net.sourceforge.jiu.codecs.jpeg.JPEGHuffmanTable
 
JPEGMarkerReader - Class in net.sourceforge.jiu.codecs.jpeg
Static helper methods to read various JPEG bitstream headers from a DataInput source into objects of the appropriate data classes.
JPEGMarkerReader() - Constructor for class net.sourceforge.jiu.codecs.jpeg.JPEGMarkerReader
Private constructor to prevent instantiation.
JPEGQuantizationTable - Class in net.sourceforge.jiu.codecs.jpeg
Data for a JPEG bitstream quantization table.
JPEGQuantizationTable() - Constructor for class net.sourceforge.jiu.codecs.jpeg.JPEGQuantizationTable
 
JPEGScan - Class in net.sourceforge.jiu.codecs.jpeg
Data class for information from a JPEG scan header (stored in an SOS marker).
JPEGScan() - Constructor for class net.sourceforge.jiu.codecs.jpeg.JPEGScan
 
JPEGScanComponentSpecification - Class in net.sourceforge.jiu.codecs.jpeg
Data class to store information on one component in one scan.
JPEGScanComponentSpecification() - Constructor for class net.sourceforge.jiu.codecs.jpeg.JPEGScanComponentSpecification
 

K

kernelBias - Variable in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
 
kernelData - Variable in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
 
kernelDiv - Variable in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
 
kernelHeight - Variable in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
 
kernelWidth - Variable in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
 
keyPressed(KeyEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.CropDialog
 
keyPressed(KeyEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.GammaCorrectionDialog
 
keyPressed(KeyEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.HueSaturationValueDialog
 
keyPressed(KeyEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.IntegerDialog
 
keyPressed(KeyEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog
 
keyPressed(KeyEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.OctreeDialog
 
keyPressed(KeyEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.ScaleDialog
 
keyPressed(KeyEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.ShearDialog
 
keyPressed(KeyEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.WindowSizeDialog
 
keyReleased(KeyEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.CropDialog
 
keyReleased(KeyEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.GammaCorrectionDialog
 
keyReleased(KeyEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.HueSaturationValueDialog
 
keyReleased(KeyEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.IntegerDialog
 
keyReleased(KeyEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog
 
keyReleased(KeyEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.OctreeDialog
 
keyReleased(KeyEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.ScaleDialog
 
keyReleased(KeyEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.ShearDialog
 
keyReleased(KeyEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.WindowSizeDialog
 
keyTyped(KeyEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.CropDialog
 
keyTyped(KeyEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.GammaCorrectionDialog
 
keyTyped(KeyEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.HueSaturationValueDialog
 
keyTyped(KeyEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.IntegerDialog
 
keyTyped(KeyEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog
 
keyTyped(KeyEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.OctreeDialog
 
keyTyped(KeyEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.ScaleDialog
 
keyTyped(KeyEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.ShearDialog
 
keyTyped(KeyEvent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.WindowSizeDialog
 

L

Lanczos3Filter - Class in net.sourceforge.jiu.geometry
The Lanczos 3 resample filter.
Lanczos3Filter() - Constructor for class net.sourceforge.jiu.geometry.Lanczos3Filter
 
LANG_ENGLISH - Static variable in class net.sourceforge.jiu.apps.Strings
Constant int value for the natural language English.
LANG_FRENCH - Static variable in class net.sourceforge.jiu.apps.Strings
Constant int value for the natural language French.
LANG_GERMAN - Static variable in class net.sourceforge.jiu.apps.Strings
Constant int value for the natural language German.
LANG_SPANISH - Static variable in class net.sourceforge.jiu.apps.Strings
Constant int value for the natural language Spanish.
langCode - Variable in class net.sourceforge.jiu.apps.StringLoader
 
language - Variable in class net.sourceforge.jiu.apps.Strings
 
LANGUAGE_CONSTANTS - Static variable in class net.sourceforge.jiu.apps.Strings
 
lastK - Variable in class net.sourceforge.jiu.codecs.jpeg.JPEGHuffmanTable
 
leaves - Variable in class net.sourceforge.jiu.color.quantization.MedianCutContourRemoval
 
LEFT_COLUMN - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
leftColumn - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFDecoder
 
leftColumns - Variable in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
 
leftSuccessor - Variable in class net.sourceforge.jiu.color.quantization.MedianCutNode
 
length - Variable in class net.sourceforge.jiu.codecs.RASCodec
 
LineSpotFunction - Class in net.sourceforge.jiu.color.dithering
A line spot function.
LineSpotFunction() - Constructor for class net.sourceforge.jiu.color.dithering.LineSpotFunction
 
list - Variable in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
 
list - Variable in class net.sourceforge.jiu.color.quantization.RGBColorList
 
listener - Variable in class net.sourceforge.jiu.gui.awt.AwtMenuWrapper
 
LITHOGRAPH - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
LITHOGRAPH_DATA - Static variable in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
 
load() - Method in class net.sourceforge.jiu.apps.StringLoader
 
load() - Method in class net.sourceforge.jiu.codecs.BMPCodec
 
load() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGCodec
 
load() - Method in class net.sourceforge.jiu.codecs.PalmCodec
 
load() - Method in class net.sourceforge.jiu.codecs.PCDCodec
Attempts to load an image.
load() - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
load() - Method in class net.sourceforge.jiu.codecs.PNMCodec
Loads an image from a PNM input stream.
load() - Method in class net.sourceforge.jiu.codecs.PSDCodec
Attempts to load an Image from argument stream in (which could, as an example, be a RandomAccessFile instance, it implements the DataInput interface).
load() - Method in class net.sourceforge.jiu.codecs.RASCodec
Loads an image from an RAS input stream.
load() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFCodec
Attempts to load an image from a file in the TIFF format.
load(File) - Static method in class net.sourceforge.jiu.codecs.ImageLoader
Attempts to load an image from a file.
load(File) - Static method in class net.sourceforge.jiu.color.io.PaletteSerialization
Loads a palette from the argument file.
load(File, Vector) - Static method in class net.sourceforge.jiu.codecs.ImageLoader
Attempts to load an image from a file, notifying the argument progress listeners.
load(String) - Static method in class net.sourceforge.jiu.codecs.ImageLoader
Load an image from a file given by its name.
load(String) - Static method in class net.sourceforge.jiu.gui.awt.ToolkitLoader
Loads an image from a file using the AWT's built-in loader.
load(String, Vector) - Static method in class net.sourceforge.jiu.codecs.ImageLoader
Attempts to load an image from the file with the given name, using the given list of progress listeners.
load(TIFFImageFileDirectory) - Method in class net.sourceforge.jiu.codecs.tiff.TIFFCodec
 
LOAD - Static variable in class net.sourceforge.jiu.codecs.CodecMode
Codec mode load, one of the two possible values of CodecMode.
LOAD_IMAGE_FILE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
LOAD_PALETTE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
loadAsciiNumber() - Method in class net.sourceforge.jiu.codecs.PNMCodec
 
loadAsRgb24Image(String) - Static method in class net.sourceforge.jiu.gui.awt.ToolkitLoader
Loads an image from a file using the AWT's built-in loader and converts the image to a RGB24Image object.
loadBilevelImage() - Method in class net.sourceforge.jiu.codecs.PNMCodec
 
loadBilevelImageAscii() - Method in class net.sourceforge.jiu.codecs.PNMCodec
 
loadBilevelImageBinary() - Method in class net.sourceforge.jiu.codecs.PNMCodec
 
loadBytes(DataInput, byte[], int, int) - Method in class net.sourceforge.jiu.codecs.IFFCodec
Loads data.length bytes from the input stream to the data array, regarding the compression type.
loadChunk() - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
loadColorImage() - Method in class net.sourceforge.jiu.codecs.PNMCodec
 
loadCompressedPaletted4Stream() - Method in class net.sourceforge.jiu.codecs.BMPCodec
 
loadCompressedPaletted8Stream() - Method in class net.sourceforge.jiu.codecs.BMPCodec
 
loadGrayImage() - Method in class net.sourceforge.jiu.codecs.PNMCodec
 
loadHeader() - Method in class net.sourceforge.jiu.codecs.BMPCodec
 
loadHeader() - Method in class net.sourceforge.jiu.codecs.PSDCodec
Reads the PSD header to private members of this class instance.
loadHeader(DataInput) - Method in class net.sourceforge.jiu.codecs.PalmCodec
 
loadImage(long) - Method in class net.sourceforge.jiu.codecs.PNGCodec
Load an image from the current position in the file.
loadImage(DataInput) - Method in class net.sourceforge.jiu.codecs.IFFCodec
Loads an image from given input stream in, regarding the compression type.
loadImage(DataInput) - Method in class net.sourceforge.jiu.codecs.PalmCodec
 
loadImageData() - Method in class net.sourceforge.jiu.codecs.PSDCodec
 
loadImageData(DataInput) - Method in class net.sourceforge.jiu.codecs.PalmCodec
 
loadImageHeader() - Method in class net.sourceforge.jiu.codecs.PNGCodec
Reads data from an IHDR chunk and initializes private fields with it.
loadImageInterlacedAdam7() - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
loadImageNonInterlaced() - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
loadPackbitsCompressedData(byte[], int, int) - Method in class net.sourceforge.jiu.codecs.PSDCodec
 
loadPalette(long) - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
loadPalette(DataInput) - Method in class net.sourceforge.jiu.codecs.PalmCodec
 
loadStream() - Method in class net.sourceforge.jiu.codecs.BMPCodec
 
loadTextLine() - Method in class net.sourceforge.jiu.codecs.PNMCodec
 
loadToolkitImageUri(String) - Static method in class net.sourceforge.jiu.codecs.ImageLoader
 
loadType() - Method in class net.sourceforge.jiu.codecs.PNMCodec
Loads the first two characters (which are expected to be a capital P followed by a decimal digit between 1 and 6, inclusively) and skips following LF and CR characters.
loadUncompressedBilevelStream() - Method in class net.sourceforge.jiu.codecs.BMPCodec
 
loadUncompressedImage(int) - Method in class net.sourceforge.jiu.codecs.PCDCodec
Loads one of the three lowest resolution images from the file.
loadUncompressedPaletted4Stream() - Method in class net.sourceforge.jiu.codecs.BMPCodec
 
loadUncompressedPaletted8Stream() - Method in class net.sourceforge.jiu.codecs.BMPCodec
 
loadUncompressedRgb24Stream() - Method in class net.sourceforge.jiu.codecs.BMPCodec
 
loadUncompressedStream() - Method in class net.sourceforge.jiu.codecs.BMPCodec
 
loadViaToolkitOrCodecs(String) - Static method in class net.sourceforge.jiu.gui.awt.ToolkitLoader
Attempts to load an image from a file given by its name, using both the JIU codecs and the image loading functionality in java.awt.Toolkit.
loadViaToolkitOrCodecs(String, boolean, Vector) - Static method in class net.sourceforge.jiu.gui.awt.ToolkitLoader
Attempts to load an image from a file given by its name, using both the JIU codecs and the image loading functionality in java.awt.Toolkit.
locale - Variable in class net.sourceforge.jiu.apps.EditorState
 
LogLuvConversion - Class in net.sourceforge.jiu.color.conversion
Convert from LogLuv color representation to RGB color space and from LogL to grayscale.
LogLuvConversion() - Constructor for class net.sourceforge.jiu.color.conversion.LogLuvConversion
 
LookupTableOperation - Class in net.sourceforge.jiu.ops
An operation that replaces samples with values taken from a lookup table.
LookupTableOperation() - Constructor for class net.sourceforge.jiu.ops.LookupTableOperation
Creates a LookupTableOperation for one lookup table.
LookupTableOperation(int) - Constructor for class net.sourceforge.jiu.ops.LookupTableOperation
Creates an object of this class, calling the super constructor with two null arguments and allocates space for the argument number of lookup tables.
lut - Variable in class net.sourceforge.jiu.color.reduction.ReduceShadesOfGray
Lookup table, for each possible input sample stores the corresponding output sample.

M

M_LN2 - Static variable in class net.sourceforge.jiu.color.conversion.LogLuvConversion
 
MAGENTA - Static variable in class net.sourceforge.jiu.apps.ColorIndexer
 
magic - Variable in class net.sourceforge.jiu.codecs.PSDCodec
 
MAGIC - Static variable in class net.sourceforge.jiu.codecs.PCDCodec
 
MAGIC_8BPS - Static variable in class net.sourceforge.jiu.codecs.PSDCodec
 
MAGIC_BMHD - Static variable in class net.sourceforge.jiu.codecs.IFFCodec
 
MAGIC_BODY - Static variable in class net.sourceforge.jiu.codecs.IFFCodec
 
MAGIC_BYTES - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
MAGIC_CAMG - Static variable in class net.sourceforge.jiu.codecs.IFFCodec
 
MAGIC_CMAP - Static variable in class net.sourceforge.jiu.codecs.IFFCodec
 
MAGIC_FORM - Static variable in class net.sourceforge.jiu.codecs.IFFCodec
 
MAGIC_GIF87A - Static variable in class net.sourceforge.jiu.codecs.GIFCodec
 
MAGIC_GIF89A - Static variable in class net.sourceforge.jiu.codecs.GIFCodec
 
MAGIC_ILBM - Static variable in class net.sourceforge.jiu.codecs.IFFCodec
 
MAGIC_INTEL - Static variable in class net.sourceforge.jiu.codecs.tiff.TIFFCodec
 
MAGIC_MOTOROLA - Static variable in class net.sourceforge.jiu.codecs.tiff.TIFFCodec
 
MAGIC_PBM - Static variable in class net.sourceforge.jiu.codecs.IFFCodec
 
main(String[]) - Static method in class net.sourceforge.jiu.apps.ColorIndexer
 
main(String[]) - Static method in class net.sourceforge.jiu.apps.dumpcodecs
 
main(String[]) - Static method in class net.sourceforge.jiu.apps.jiuawt
Creates a JiuAwtFrame object.
main(String[]) - Static method in class net.sourceforge.jiu.apps.JiuBlur
 
main(String[]) - Static method in class net.sourceforge.jiu.apps.jiuconvert
 
main(String[]) - Static method in class net.sourceforge.jiu.apps.JiuCountColors
 
main(String[]) - Static method in class net.sourceforge.jiu.apps.JiuHelloWorld
 
main(String[]) - Static method in class net.sourceforge.jiu.codecs.jpeg.JPEGCodec
 
main(String[]) - Static method in class net.sourceforge.jiu.codecs.PNGCodec
 
main(String[]) - Static method in class net.sourceforge.jiu.color.quantization.MedianCutContourRemoval
Small command line application that performs a contour removal on an image.
MAINTAIN_ASPECT_RATIO - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
maintainAspectRatio - Variable in class net.sourceforge.jiu.gui.awt.dialogs.ScaleDialog
 
make - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
map(int[], int[]) - Method in class net.sourceforge.jiu.color.quantization.ArbitraryPaletteQuantizer
 
map(int[], int[]) - Method in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
 
map(int[], int[]) - Method in class net.sourceforge.jiu.color.quantization.OctreeColorQuantizer
Maps an RGB color origRgb to one of the colors in the color map; that color will be written to quantizedRgb and its palette index will be returned.
map(int[], int[]) - Method in class net.sourceforge.jiu.color.quantization.OctreeNode
Returns the index of the best match for origRgb in the palette or -1 if the best match could not be determined.
map(int[], int[]) - Method in class net.sourceforge.jiu.color.quantization.PopularityQuantizer
 
map(int[], int[]) - Method in interface net.sourceforge.jiu.color.quantization.RGBQuantizer
This method maps a triplet of intensity values to its quantized counterpart and returns the palette index of that quantized color.
map(int[], int[]) - Method in class net.sourceforge.jiu.color.quantization.UniformPaletteQuantizer
 
map(int, int, int) - Method in class net.sourceforge.jiu.color.quantization.ArbitraryPaletteQuantizer
Finds the best match for the argument color in the palette and returns its index.
map(int, int, int, int, int[]) - Method in class net.sourceforge.jiu.color.quantization.OctreeNode
 
MAP_TO_ARBITRARY_PALETTE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
MAP_TO_ARBITRARY_PALETTE_MENU_ITEM - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
mapImage() - Method in class net.sourceforge.jiu.color.quantization.OctreeColorQuantizer
 
mapImage(RGB24Image, Paletted8Image) - Method in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
 
mapImage(RGB24Image, RGB24Image) - Method in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
 
mapLength - Variable in class net.sourceforge.jiu.codecs.RASCodec
 
MapToArbitraryPaletteDialog - Class in net.sourceforge.jiu.gui.awt.dialogs
A dialog to enter the parameters for an operation to map an RGB truecolor image to any given palette.
MapToArbitraryPaletteDialog(Frame, Strings) - Constructor for class net.sourceforge.jiu.gui.awt.dialogs.MapToArbitraryPaletteDialog
 
mapToIndex(int, int, int) - Method in class net.sourceforge.jiu.color.quantization.UniformPaletteQuantizer
 
mapType - Variable in class net.sourceforge.jiu.codecs.RASCodec
 
MARKER_DHT - Static variable in class net.sourceforge.jiu.codecs.jpeg.JPEGConstants
DHT (define Huffman table) marker ID value.
MARKER_DQT - Static variable in class net.sourceforge.jiu.codecs.jpeg.JPEGConstants
DQT (define quantization table) marker ID value.
MARKER_SOF0 - Static variable in class net.sourceforge.jiu.codecs.jpeg.JPEGConstants
SOF0 (start of frame, type 0) marker ID value.
MARKER_SOF1 - Static variable in class net.sourceforge.jiu.codecs.jpeg.JPEGConstants
SOF1 (start of frame, type 1) marker ID value.
MARKER_SOF2 - Static variable in class net.sourceforge.jiu.codecs.jpeg.JPEGConstants
SOF2 (start of frame, type 2) marker ID value.
MARKER_SOF3 - Static variable in class net.sourceforge.jiu.codecs.jpeg.JPEGConstants
SOF3 (start of frame, type 3) marker ID value.
MARKER_SOF5 - Static variable in class net.sourceforge.jiu.codecs.jpeg.JPEGConstants
SOF5 (start of frame, type 5) marker ID value.
MARKER_SOF6 - Static variable in class net.sourceforge.jiu.codecs.jpeg.JPEGConstants
SOF6 (start of frame, type 6) marker ID value.
MARKER_SOF7 - Static variable in class net.sourceforge.jiu.codecs.jpeg.JPEGConstants
SOF7 (start of frame, type 7) marker ID value.
MARKER_SOF9 - Static variable in class net.sourceforge.jiu.codecs.jpeg.JPEGConstants
SOF9 (start of frame, type 9) marker ID value.
MARKER_SOFA - Static variable in class net.sourceforge.jiu.codecs.jpeg.JPEGConstants
SOFa (start of frame, type a) marker ID value.
MARKER_SOFB - Static variable in class net.sourceforge.jiu.codecs.jpeg.JPEGConstants
SOFb (start of frame, type b) marker ID value.
MARKER_SOFD - Static variable in class net.sourceforge.jiu.codecs.jpeg.JPEGConstants
SOFd (start of frame, type d) marker ID value.
MARKER_SOFE - Static variable in class net.sourceforge.jiu.codecs.jpeg.JPEGConstants
SOFe (start of frame, type e) marker ID value.
MARKER_SOFF - Static variable in class net.sourceforge.jiu.codecs.jpeg.JPEGConstants
SOFf (start of frame, type f) marker ID value.
MARKER_SOS - Static variable in class net.sourceforge.jiu.codecs.jpeg.JPEGConstants
SOS (start of scan) marker ID value.
matrix - Variable in class net.sourceforge.jiu.color.analysis.TextureAnalysis
 
MatrixCreator - Class in net.sourceforge.jiu.color.analysis
This class creates and initializes co-occurrence matrices and co-occurrence frequency matrices.
MatrixCreator() - Constructor for class net.sourceforge.jiu.color.analysis.MatrixCreator
 
MatrixSerialization - Class in net.sourceforge.jiu.color.io
Write co-occurrence and co-occurrence frequency matrices to text files.
MatrixSerialization() - Constructor for class net.sourceforge.jiu.color.io.MatrixSerialization
 
max - Variable in class net.sourceforge.jiu.color.quantization.MedianCutNode
 
MAX_GAMMA - Static variable in class net.sourceforge.jiu.color.adjustment.GammaCorrection
The maximum allowed value for gamma.
MAX_GAMMA - Variable in class net.sourceforge.jiu.gui.awt.dialogs.GammaCorrectionDialog
 
MAX_HUFFMAN_CODE_LENGTH - Static variable in class net.sourceforge.jiu.codecs.jpeg.JPEGConstants
Maximum length of a Huffman code in bit (16).
MAX_TEXT_SIZE - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
maxCode - Variable in class net.sourceforge.jiu.codecs.GIFCodec
 
maximize() - Method in class net.sourceforge.jiu.gui.awt.JiuAwtFrame
Maximize the frame on the desktop.
MAXIMUM_COLOR_DISTANCE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
MAXIMUM_FILTER_MENU_ITEM - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
MaximumFilter - Class in net.sourceforge.jiu.filters
Filter operation that replaces each sample by the maximum value of itself and its neighbor samples.
MaximumFilter() - Constructor for class net.sourceforge.jiu.filters.MaximumFilter
 
maxLength - Variable in class net.sourceforge.jiu.apps.ColorIndexer
 
maxRedoImages - Variable in class net.sourceforge.jiu.apps.EditorState
 
maxSample - Variable in class net.sourceforge.jiu.codecs.PNMCodec
 
maxSampleValue - Variable in class net.sourceforge.jiu.data.MemoryPaletted8Image
 
maxUndoImages - Variable in class net.sourceforge.jiu.apps.EditorState
 
maxValue - Variable in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
 
maxValue - Variable in class net.sourceforge.jiu.data.Palette
 
maxValue - Variable in class net.sourceforge.jiu.gui.awt.dialogs.IntegerDialog
 
maxValue1 - Variable in class net.sourceforge.jiu.color.data.OnDemandHistogram3D
 
maxValue2 - Variable in class net.sourceforge.jiu.color.data.OnDemandHistogram3D
 
maxValue3 - Variable in class net.sourceforge.jiu.color.data.OnDemandHistogram3D
 
MEAN_FILTER_MENU_ITEM - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
meanC - Variable in class net.sourceforge.jiu.color.quantization.MedianCutContourRemoval
 
MeanDifference - Class in net.sourceforge.jiu.color.analysis
This operation determines the mean difference between two images.
MeanDifference() - Constructor for class net.sourceforge.jiu.color.analysis.MeanDifference
 
MeanFilter - Class in net.sourceforge.jiu.filters
Applies a mean filter that replaces each pixel by the mean of itself and its neighbors.
MeanFilter() - Constructor for class net.sourceforge.jiu.filters.MeanFilter
 
meanS - Variable in class net.sourceforge.jiu.color.quantization.MedianCutContourRemoval
 
Median - Class in net.sourceforge.jiu.util
Pick the median value from an array (or an interval of an array).
Median() - Constructor for class net.sourceforge.jiu.util.Median
This class is supposed to have static methods only.
MEDIAN_CUT - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
MEDIAN_CUT_COLOR_QUANTIZATION - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
MEDIAN_CUT_CONTOUR_REMOVAL - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
MEDIAN_FILTER_MENU_ITEM - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
MedianCutContourRemoval - Class in net.sourceforge.jiu.color.quantization
Performs the Median Cut color quantization algorithm in combination with a contour removal algorithm.
MedianCutContourRemoval() - Constructor for class net.sourceforge.jiu.color.quantization.MedianCutContourRemoval
 
MedianCutDialog - Class in net.sourceforge.jiu.gui.awt.dialogs
A dialog to enter the parameters for a Median Cut color quantization operation.
MedianCutDialog(Frame, Strings, int, int, boolean, int, double) - Constructor for class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog
Creates a modal dialog to enter the parameter.
MedianCutNode - Class in net.sourceforge.jiu.color.quantization
An instance of this node class represents a cuboid part of the color cube representing the three-dimensional RGB color space.
MedianCutNode(MedianCutNode, int, int) - Constructor for class net.sourceforge.jiu.color.quantization.MedianCutNode
Creates a node for a Median Cut tree of nodes with index values for some external color array and the parent node.
MedianCutQuantizer - Class in net.sourceforge.jiu.color.quantization
Performs the Median Cut color quantization algorithm for a given list of colors.
MedianCutQuantizer() - Constructor for class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
Creates a MedianCutQuantizer object and initializes its fields to default values.
MedianFilter - Class in net.sourceforge.jiu.filters
Applies a Median filter that replaces each pixel by the median of itself and its neighbors.
MedianFilter() - Constructor for class net.sourceforge.jiu.filters.MedianFilter
 
medianValue - Variable in class net.sourceforge.jiu.color.quantization.MedianCutNode
 
MEMORY - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
MemoryBilevelImage - Class in net.sourceforge.jiu.data
An implementation of the BilevelImage interface that stores image data in a byte array in memory.
MemoryBilevelImage(int, int) - Constructor for class net.sourceforge.jiu.data.MemoryBilevelImage
Create a new MemoryBilevelImage object with the specified resolution.
MemoryByteChannelImage - Class in net.sourceforge.jiu.data
An implementation of ByteChannelImage that stores image channels as byte[] arrays in memory.
MemoryByteChannelImage(int, int, int) - Constructor for class net.sourceforge.jiu.data.MemoryByteChannelImage
Create an image of byte channels.
MemoryCoOccurrenceFrequencyMatrix - Class in net.sourceforge.jiu.color.data
Implements the CoOccurrenceFrequencyMatrix interface by using a large array of values in memory.
MemoryCoOccurrenceFrequencyMatrix(int) - Constructor for class net.sourceforge.jiu.color.data.MemoryCoOccurrenceFrequencyMatrix
Creates a co-occurrence frequency matrix of given dimension; allocates dimension times dimension double values for internal array; does not call clear() to set everything to zero, must be done by user (or automatically in init).
MemoryCoOccurrenceMatrix - Class in net.sourceforge.jiu.color.data
This class stores a co-occurrence matrix, a two-dimensional array of int counters.
MemoryCoOccurrenceMatrix(int) - Constructor for class net.sourceforge.jiu.color.data.MemoryCoOccurrenceMatrix
Creates a new matrix that stores dimension times dimension int values in memory.
MemoryGray16Image - Class in net.sourceforge.jiu.data
An implementation of Gray16Image that keeps the complete image in memory.
MemoryGray16Image(int, int) - Constructor for class net.sourceforge.jiu.data.MemoryGray16Image
Creates a new MemoryGray16Image object with the specified resolution.
MemoryGray8Image - Class in net.sourceforge.jiu.data
An implementation of Gray8Image that keeps the complete image in memory.
MemoryGray8Image(int, int) - Constructor for class net.sourceforge.jiu.data.MemoryGray8Image
Creates a new MemoryGray8Image object with the specified resolution.
MemoryPaletted8Image - Class in net.sourceforge.jiu.data
This class stores a paletted image with one byte per sample in memory.
MemoryPaletted8Image(int, int) - Constructor for class net.sourceforge.jiu.data.MemoryPaletted8Image
Create an image of byte channels.
MemoryPaletted8Image(int, int, Palette) - Constructor for class net.sourceforge.jiu.data.MemoryPaletted8Image
 
MemoryRGB24Image - Class in net.sourceforge.jiu.data
A class to store 24 bit RGB truecolor images in memory.
MemoryRGB24Image(int, int) - Constructor for class net.sourceforge.jiu.data.MemoryRGB24Image
Creates a new object of this class, with width and height as specified by the arguments.
MemoryRGB48Image - Class in net.sourceforge.jiu.data
A class to store 48 bit RGB truecolor images in memory.
MemoryRGB48Image(int, int) - Constructor for class net.sourceforge.jiu.data.MemoryRGB48Image
Creates a new object of this class, with width and height as specified by the arguments.
MemoryShortChannelImage - Class in net.sourceforge.jiu.data
An implementation of ShortChannelImage that stores image channels as short[] arrays in memory.
MemoryShortChannelImage(int, int, int) - Constructor for class net.sourceforge.jiu.data.MemoryShortChannelImage
Create an image of short channels.
menuBar - Variable in class net.sourceforge.jiu.gui.awt.AwtMenuWrapper
 
MenuIndexConstants - Interface in net.sourceforge.jiu.apps
Constant int values for all menu items.
menuWrapper - Variable in class net.sourceforge.jiu.gui.awt.JiuAwtFrame
 
MenuWrapper - Class in net.sourceforge.jiu.apps
Abstract menu wrapper.
MenuWrapper() - Constructor for class net.sourceforge.jiu.apps.MenuWrapper
 
mergeAndSplit() - Method in class net.sourceforge.jiu.color.quantization.MedianCutContourRemoval
 
method - Variable in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
 
METHOD - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
METHOD_REPR_COLOR - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
METHOD_REPR_COLOR_AVERAGE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
METHOD_REPR_COLOR_AVERAGE - Static variable in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
Constant value for a method of determining the representative color for a set of colors by computing the average of all samples for each of the three components red, green and blue.
METHOD_REPR_COLOR_MEDIAN - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
METHOD_REPR_COLOR_MEDIAN - Static variable in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
Constant value for a method of determining the representative color for a set of colors by picking the median value of all samples for each of the three components red, green and blue.
METHOD_REPR_COLOR_WEIGHTED_AVERAGE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
METHOD_REPR_COLOR_WEIGHTED_AVERAGE - Static variable in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
Constant value for a method of determining the representative color for a set of colors by computing the weighted average of all samples for each of the three components red, green and blue.
METHODS - Variable in class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog
 
middleIndex - Variable in class net.sourceforge.jiu.color.quantization.MedianCutNode
 
min - Variable in class net.sourceforge.jiu.color.quantization.MedianCutNode
 
MIN_BLACK_CODE_SIZE - Static variable in class net.sourceforge.jiu.codecs.tiff.TIFFFaxCodes
Minimum code length in bits of black codes.
MIN_WHITE_CODE_SIZE - Static variable in class net.sourceforge.jiu.codecs.tiff.TIFFFaxCodes
Minimum code length in bits of white codes.
MINIMUM_FILTER_MENU_ITEM - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
MinimumFilter - Class in net.sourceforge.jiu.filters
Filter operation that replaces each sample by the minimum value of itself and its neighbors.
MinimumFilter() - Constructor for class net.sourceforge.jiu.filters.MinimumFilter
 
minValue - Variable in class net.sourceforge.jiu.gui.awt.dialogs.IntegerDialog
 
Mirror - Class in net.sourceforge.jiu.geometry
Mirrors images (leftmost column becomes rightmost column and vice versa, and so on).
Mirror() - Constructor for class net.sourceforge.jiu.geometry.Mirror
 
MIRROR - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
MissingParameterException - Exception in net.sourceforge.jiu.ops
Exception class to indicate that an operation's parameter is missing (has not been specified by caller and there was no default value that could be used).
MissingParameterException(String) - Constructor for exception net.sourceforge.jiu.ops.MissingParameterException
 
MitchellFilter - Class in net.sourceforge.jiu.geometry
The Mitchell resample filter.
MitchellFilter() - Constructor for class net.sourceforge.jiu.geometry.MitchellFilter
 
mode - Variable in class net.sourceforge.jiu.codecs.ImageCodec
 
model - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
modification - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
modified - Variable in class net.sourceforge.jiu.apps.EditorState
 
modifyHue - Variable in class net.sourceforge.jiu.color.adjustment.HueSaturationValue
 
monochrome - Variable in class net.sourceforge.jiu.codecs.PCDCodec
 
myScrollPane - Variable in class net.sourceforge.jiu.gui.awt.ImageCanvas
 

N

n - Variable in class net.sourceforge.jiu.geometry.Resample.CList
 
naive - Variable in class net.sourceforge.jiu.color.analysis.Histogram3DCreator
 
NaiveHistogram3D - Class in net.sourceforge.jiu.color.data
A class for a three-dimensional histogram that allocates one int value per counter at construction time.
NaiveHistogram3D(int) - Constructor for class net.sourceforge.jiu.color.data.NaiveHistogram3D
Creates a histogram with the same number of values for all three dimensions.
NaiveHistogram3D(int, int, int) - Constructor for class net.sourceforge.jiu.color.data.NaiveHistogram3D
Creates a histogram
name - Variable in class net.sourceforge.jiu.filters.ConvolutionKernelData
 
NCUM - Static variable in class net.sourceforge.jiu.color.conversion.LogLuvConversion
 
net.sourceforge.jiu.apps - package net.sourceforge.jiu.apps
 
net.sourceforge.jiu.codecs - package net.sourceforge.jiu.codecs
 
net.sourceforge.jiu.codecs.jpeg - package net.sourceforge.jiu.codecs.jpeg
 
net.sourceforge.jiu.codecs.tiff - package net.sourceforge.jiu.codecs.tiff
 
net.sourceforge.jiu.color - package net.sourceforge.jiu.color
 
net.sourceforge.jiu.color.adjustment - package net.sourceforge.jiu.color.adjustment
 
net.sourceforge.jiu.color.analysis - package net.sourceforge.jiu.color.analysis
 
net.sourceforge.jiu.color.conversion - package net.sourceforge.jiu.color.conversion
 
net.sourceforge.jiu.color.data - package net.sourceforge.jiu.color.data
 
net.sourceforge.jiu.color.dithering - package net.sourceforge.jiu.color.dithering
 
net.sourceforge.jiu.color.io - package net.sourceforge.jiu.color.io
 
net.sourceforge.jiu.color.promotion - package net.sourceforge.jiu.color.promotion
 
net.sourceforge.jiu.color.quantization - package net.sourceforge.jiu.color.quantization
 
net.sourceforge.jiu.color.reduction - package net.sourceforge.jiu.color.reduction
 
net.sourceforge.jiu.data - package net.sourceforge.jiu.data
 
net.sourceforge.jiu.filters - package net.sourceforge.jiu.filters
 
net.sourceforge.jiu.geometry - package net.sourceforge.jiu.geometry
 
net.sourceforge.jiu.gui.awt - package net.sourceforge.jiu.gui.awt
 
net.sourceforge.jiu.gui.awt.dialogs - package net.sourceforge.jiu.gui.awt.dialogs
 
net.sourceforge.jiu.ops - package net.sourceforge.jiu.ops
 
net.sourceforge.jiu.util - package net.sourceforge.jiu.util
 
NEW_HEIGHT - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
NEW_WIDTH - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
newCode - Variable in class net.sourceforge.jiu.codecs.GIFCodec
 
newHeight - Variable in class net.sourceforge.jiu.gui.awt.dialogs.CropDialog
 
newWidth - Variable in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
 
newWidth - Variable in class net.sourceforge.jiu.gui.awt.dialogs.CropDialog
 
newWidthLabel - Variable in class net.sourceforge.jiu.gui.awt.dialogs.ShearDialog
 
nextIfdOffset - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFCodec
 
no - Variable in class net.sourceforge.jiu.gui.awt.dialogs.YesNoDialog
 
NO - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
NO_ROTATION - Static variable in class net.sourceforge.jiu.codecs.PCDCodec
 
noAwtLoading - Variable in class net.sourceforge.jiu.apps.JiuConvertSettings
 
NoAwtLoadingSwitch - Class in net.sourceforge.jiu.apps
 
NoAwtLoadingSwitch() - Constructor for class net.sourceforge.jiu.apps.NoAwtLoadingSwitch
 
NORMALIZE_HISTOGRAM_MENU_ITEM - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
NormalizeHistogram - Class in net.sourceforge.jiu.color.adjustment
Normalize the image using histogram information, separately for each channel.
NormalizeHistogram(IntegerImage) - Constructor for class net.sourceforge.jiu.color.adjustment.NormalizeHistogram
Creates an object of this class and initializes the lookup tables with the argument input image.
notFinished - Variable in class net.sourceforge.jiu.codecs.GIFCodec
 
NUM_COLORS - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
NUM_CONSTANTS - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
NUM_INTERLACING_PASSES - Static variable in class net.sourceforge.jiu.codecs.GIFCodec
 
NUM_PALETTE_TYPES - Static variable in class net.sourceforge.jiu.gui.awt.dialogs.MapToArbitraryPaletteDialog
 
NUMBER_OF_BITS - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
NUMBER_OF_BITS_BLUE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
NUMBER_OF_BITS_GREEN - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
NUMBER_OF_BITS_RED - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
NUMBER_OF_COLORS_SMALL_ENOUGH - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
NUMBER_OF_SHADES_OF_GRAY - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
NUMBER_OF_USED_COLORS - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
numBufferedBits - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFDecoderModifiedHuffman
 
numChannels - Variable in class net.sourceforge.jiu.codecs.PCDCodec
 
numChannels - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
numChannels - Variable in class net.sourceforge.jiu.data.MemoryByteChannelImage
 
numChannels - Variable in class net.sourceforge.jiu.data.MemoryShortChannelImage
 
numColors - Variable in class net.sourceforge.jiu.codecs.RASCodec
 
numColorsField - Variable in class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog
 
numColorsField - Variable in class net.sourceforge.jiu.gui.awt.dialogs.OctreeDialog
 
numComponents - Variable in class net.sourceforge.jiu.codecs.jpeg.JPEGFrame
 
numComponents - Variable in class net.sourceforge.jiu.codecs.jpeg.JPEGScan
 
numEntries - Variable in class net.sourceforge.jiu.color.quantization.ArbitraryPaletteQuantizer
 
numEntries - Variable in class net.sourceforge.jiu.color.quantization.RGBColorList
 
numEntries - Variable in class net.sourceforge.jiu.data.Palette
 
numerator - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFRational
 
numPasses - Variable in class net.sourceforge.jiu.color.quantization.MedianCutContourRemoval
 
numPassesField - Variable in class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog
 
numPixels - Variable in class net.sourceforge.jiu.data.MemoryByteChannelImage
 
numPixels - Variable in class net.sourceforge.jiu.data.MemoryShortChannelImage
 
numPlanes - Variable in class net.sourceforge.jiu.codecs.IFFCodec
 
numRows - Variable in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
 
numStrips - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
numTables - Variable in class net.sourceforge.jiu.ops.LookupTableOperation
 
numTiles - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
numUniqueValues - Variable in class net.sourceforge.jiu.color.data.OnDemandHistogram3D
 
numValues - Variable in class net.sourceforge.jiu.color.data.MemoryCoOccurrenceFrequencyMatrix
total number of values, equals dimension * dimension and data.length

O

objects - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFTag
 
OCTREE_COLOR_QUANTIZATION - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
OCTREE_COLOR_QUANTIZATION_MENU_ITEM - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
OctreeColorQuantizer - Class in net.sourceforge.jiu.color.quantization
Performs the octree color quantization algorithm for a given RGB truecolor image.
OctreeColorQuantizer() - Constructor for class net.sourceforge.jiu.color.quantization.OctreeColorQuantizer
 
OctreeDialog - Class in net.sourceforge.jiu.gui.awt.dialogs
A dialog to enter the parameters for an Octree color quantization operation.
OctreeDialog(Frame, Strings, int, boolean) - Constructor for class net.sourceforge.jiu.gui.awt.dialogs.OctreeDialog
Creates a modal dialog to enter the parameter.
OctreeNode - Class in net.sourceforge.jiu.color.quantization
A single node in an octree.
OctreeNode() - Constructor for class net.sourceforge.jiu.color.quantization.OctreeNode
 
offset - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFTag
 
offset - Variable in class net.sourceforge.jiu.util.SeekableByteArrayOutputStream
 
OIL_FILTER_MENU_ITEM - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
OilFilter - Class in net.sourceforge.jiu.filters
Applies a filter that makes the image look like an oil painting.
OilFilter() - Constructor for class net.sourceforge.jiu.filters.OilFilter
 
ok - Variable in class net.sourceforge.jiu.gui.awt.dialogs.CropDialog
 
ok - Variable in class net.sourceforge.jiu.gui.awt.dialogs.GammaCorrectionDialog
 
ok - Variable in class net.sourceforge.jiu.gui.awt.dialogs.HueSaturationValueDialog
 
ok - Variable in class net.sourceforge.jiu.gui.awt.dialogs.InfoDialog
 
ok - Variable in class net.sourceforge.jiu.gui.awt.dialogs.IntegerDialog
 
ok - Variable in class net.sourceforge.jiu.gui.awt.dialogs.MapToArbitraryPaletteDialog
 
ok - Variable in class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog
 
ok - Variable in class net.sourceforge.jiu.gui.awt.dialogs.OctreeDialog
 
ok - Variable in class net.sourceforge.jiu.gui.awt.dialogs.ReduceGrayscaleDialog
 
ok - Variable in class net.sourceforge.jiu.gui.awt.dialogs.ScaleDialog
 
ok - Variable in class net.sourceforge.jiu.gui.awt.dialogs.ShearDialog
 
ok - Variable in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
 
ok - Variable in class net.sourceforge.jiu.gui.awt.dialogs.WindowSizeDialog
 
OK - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
oldCode - Variable in class net.sourceforge.jiu.codecs.GIFCodec
 
oldHeight - Variable in class net.sourceforge.jiu.gui.awt.dialogs.ScaleDialog
 
oldHeightString - Variable in class net.sourceforge.jiu.gui.awt.dialogs.ScaleDialog
 
oldWidth - Variable in class net.sourceforge.jiu.gui.awt.dialogs.ScaleDialog
 
oldWidthString - Variable in class net.sourceforge.jiu.gui.awt.dialogs.ScaleDialog
 
OnDemandHistogram3D - Class in net.sourceforge.jiu.color.data
A data class for a three-dimensional histogram, creating counters on demand only, not allocating counters for all possible entries at the beginning.
OnDemandHistogram3D(int, int, int) - Constructor for class net.sourceforge.jiu.color.data.OnDemandHistogram3D
Creates a new histogram, internally creates the hash table for triplet values.
OPEN - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
Operation - Class in net.sourceforge.jiu.ops
Base class for all operations.
Operation() - Constructor for class net.sourceforge.jiu.ops.Operation
This constructor creates two internal empty lists for progress listeners and parameters.
OperationFailedException - Exception in net.sourceforge.jiu.ops
Exception class to indicate that an operation failed during the execution of the method Operation.process().
OperationFailedException(String) - Constructor for exception net.sourceforge.jiu.ops.OperationFailedException
 
OperationProcessor - Class in net.sourceforge.jiu.apps
Abstract base class for performing JIU operations in combination with an EditorState.
OperationProcessor(EditorState) - Constructor for class net.sourceforge.jiu.apps.OperationProcessor
Create an object of this class, storing the state argument for later use.
ORDERED_DITHERING - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
OrderedDither - Class in net.sourceforge.jiu.color.dithering
This operation reduces the color depth of RGB truecolor images and grayscale images by applying ordered dithering.
OrderedDither() - Constructor for class net.sourceforge.jiu.color.dithering.OrderedDither
 
orientation - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
ORIGINAL_SIZE_ZOOM_INDEX - Static variable in class net.sourceforge.jiu.apps.EditorState
The index into the EditorState.ZOOM_LEVELS array that holds the original size zoom level (100 percent).
out - Variable in class net.sourceforge.jiu.codecs.BMPCodec
 
out - Variable in class net.sourceforge.jiu.codecs.GIFCodec
 
out - Variable in class net.sourceforge.jiu.codecs.ImageCodec
 
out - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
out - Variable in class net.sourceforge.jiu.codecs.PNMCodec
 
out - Variable in class net.sourceforge.jiu.codecs.RASCodec
 
outHeight - Variable in class net.sourceforge.jiu.geometry.Resample
 
outHeight - Variable in class net.sourceforge.jiu.geometry.ScaleReplication
 
output - Variable in class net.sourceforge.jiu.ops.DirectoryTree
Corresponding output directory name, may not yet be in the file system.
OUTPUT_COLOR_TYPE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
OUTPUT_COLOR_TYPE_PALETTED - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
OUTPUT_COLOR_TYPE_RGB - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
OUTPUT_QUALITY_IMPROVEMENT_ALGORITHM - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
outputColorType - Variable in class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog
 
outputColorType - Variable in class net.sourceforge.jiu.gui.awt.dialogs.OctreeDialog
 
outputDirectory - Variable in class net.sourceforge.jiu.ops.BatchProcessorOperation
 
outputImage - Variable in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
 
outputImage - Variable in class net.sourceforge.jiu.ops.ImagesToImageOperation
 
outputImage - Variable in class net.sourceforge.jiu.ops.ImageToImageOperation
 
outputTruecolor - Variable in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
 
outWidth - Variable in class net.sourceforge.jiu.geometry.Resample
 
outWidth - Variable in class net.sourceforge.jiu.geometry.ScaleReplication
 
overwrite - Variable in class net.sourceforge.jiu.apps.JiuConvertSettings
 
overwrite - Variable in class net.sourceforge.jiu.ops.BatchProcessorOperation
 
OverwriteSwitch - Class in net.sourceforge.jiu.apps
 
OverwriteSwitch() - Constructor for class net.sourceforge.jiu.apps.OverwriteSwitch
 

P

p - Variable in class net.sourceforge.jiu.geometry.Resample.CList
 
paddingBytes - Variable in class net.sourceforge.jiu.codecs.RASCodec
 
paint(Graphics) - Method in class net.sourceforge.jiu.gui.awt.ImageCanvas
Draws image to upper left corner.
palette - Variable in class net.sourceforge.jiu.codecs.BMPCodec
 
palette - Variable in class net.sourceforge.jiu.codecs.IFFCodec
 
palette - Variable in class net.sourceforge.jiu.codecs.PalmCodec
 
palette - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
palette - Variable in class net.sourceforge.jiu.codecs.PSDCodec
 
palette - Variable in class net.sourceforge.jiu.codecs.RASCodec
 
palette - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
palette - Variable in class net.sourceforge.jiu.color.quantization.ArbitraryPaletteQuantizer
 
palette - Variable in class net.sourceforge.jiu.color.quantization.MedianCutContourRemoval
 
palette - Variable in class net.sourceforge.jiu.color.quantization.OctreeColorQuantizer
 
palette - Variable in class net.sourceforge.jiu.color.quantization.PopularityQuantizer
 
palette - Variable in class net.sourceforge.jiu.data.MemoryPaletted8Image
This image's palette.
Palette - Class in net.sourceforge.jiu.data
This class represents a palette, a list of RGB colors.
Palette(int) - Constructor for class net.sourceforge.jiu.data.Palette
Create a palette with the given number of entries and a maximum value of 255.
Palette(int, int) - Constructor for class net.sourceforge.jiu.data.Palette
Create a palette with the given number of entries and a maximum value for each sample.
PALETTE_BLUE - Variable in class net.sourceforge.jiu.color.quantization.UniformPaletteQuantizer
 
PALETTE_FILE - Static variable in class net.sourceforge.jiu.gui.awt.dialogs.MapToArbitraryPaletteDialog
 
PALETTE_FROM_FILE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PALETTE_GREEN - Variable in class net.sourceforge.jiu.color.quantization.UniformPaletteQuantizer
 
PALETTE_MENU_ITEM - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PALETTE_PALM_16_COLORS - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PALETTE_PALM_16_COLORS - Static variable in class net.sourceforge.jiu.gui.awt.dialogs.MapToArbitraryPaletteDialog
 
PALETTE_PALM_16_GRAY - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PALETTE_PALM_16_GRAY - Static variable in class net.sourceforge.jiu.gui.awt.dialogs.MapToArbitraryPaletteDialog
 
PALETTE_PALM_256_COLORS - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PALETTE_PALM_256_COLORS - Static variable in class net.sourceforge.jiu.gui.awt.dialogs.MapToArbitraryPaletteDialog
 
PALETTE_PALM_4_GRAY - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PALETTE_PALM_4_GRAY - Static variable in class net.sourceforge.jiu.gui.awt.dialogs.MapToArbitraryPaletteDialog
 
PALETTE_RED - Variable in class net.sourceforge.jiu.color.quantization.UniformPaletteQuantizer
 
PALETTE_SAVE_AS_MENU_ITEM - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PALETTE_STRING_CONSTANTS - Static variable in class net.sourceforge.jiu.gui.awt.dialogs.MapToArbitraryPaletteDialog
 
PALETTE_WEBSAFE - Static variable in class net.sourceforge.jiu.gui.awt.dialogs.MapToArbitraryPaletteDialog
 
PALETTED - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
paletted8Image - Variable in class net.sourceforge.jiu.codecs.PSDCodec
 
Paletted8Image - Interface in net.sourceforge.jiu.data
An interface for classes that store paletted images with eight bit integers for each pixel.
PalettedImage - Interface in net.sourceforge.jiu.data
This interface defines methods for paletted images.
PalettedIntegerImage - Interface in net.sourceforge.jiu.data
An empty interface for a paletted image type that uses integer values as samples.
paletteIndex - Variable in class net.sourceforge.jiu.color.quantization.MedianCutNode
 
paletteIndex - Variable in class net.sourceforge.jiu.color.quantization.OctreeNode
 
PaletteSerialization - Class in net.sourceforge.jiu.color.io
This class loads and saves palettes.
PaletteSerialization() - Constructor for class net.sourceforge.jiu.color.io.PaletteSerialization
 
paletteSize - Variable in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
 
paletteSize - Variable in class net.sourceforge.jiu.color.quantization.OctreeColorQuantizer
 
paletteSize - Variable in class net.sourceforge.jiu.color.quantization.PopularityQuantizer
 
paletteType - Variable in class net.sourceforge.jiu.gui.awt.dialogs.MapToArbitraryPaletteDialog
 
PALM - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PALM_SYSTEM_PALETTE_16_COLOR - Static variable in class net.sourceforge.jiu.codecs.PalmCodec
 
PALM_SYSTEM_PALETTE_16_GRAY - Static variable in class net.sourceforge.jiu.codecs.PalmCodec
 
PALM_SYSTEM_PALETTE_256 - Static variable in class net.sourceforge.jiu.codecs.PalmCodec
 
PALM_SYSTEM_PALETTE_4_GRAY - Static variable in class net.sourceforge.jiu.codecs.PalmCodec
 
PalmCodec - Class in net.sourceforge.jiu.codecs
A codec to read and write image files in the native image file format of Palm OS, an operating system for handheld devices.
PalmCodec() - Constructor for class net.sourceforge.jiu.codecs.PalmCodec
 
PalmSwitch - Class in net.sourceforge.jiu.apps
 
PalmSwitch() - Constructor for class net.sourceforge.jiu.apps.PalmSwitch
 
parent - Variable in class net.sourceforge.jiu.color.quantization.MedianCutNode
 
PCD_FILE_OFFSETS - Static variable in class net.sourceforge.jiu.codecs.PCDCodec
 
PCD_RESOLUTION_1 - Static variable in class net.sourceforge.jiu.codecs.PCDCodec
Base/16, the minimum pixel resolution, 192 x 128 pixels.
PCD_RESOLUTION_2 - Static variable in class net.sourceforge.jiu.codecs.PCDCodec
Base/4, the second pixel resolution, 384 x 256 pixels.
PCD_RESOLUTION_3 - Static variable in class net.sourceforge.jiu.codecs.PCDCodec
Base, the third pixel resolution, 768 x 512 pixels.
PCD_RESOLUTION_4 - Static variable in class net.sourceforge.jiu.codecs.PCDCodec
Base*4, the fourth pixel resolution, 1536 x 1024 pixels.
PCD_RESOLUTION_5 - Static variable in class net.sourceforge.jiu.codecs.PCDCodec
Base*16, the fifth pixel resolution, 3072 x 2048 pixels.
PCD_RESOLUTION_6 - Static variable in class net.sourceforge.jiu.codecs.PCDCodec
Base*64, the sixth pixel resolution, 6144 x 4096 pixels.
PCD_RESOLUTION_DEFAULT - Static variable in class net.sourceforge.jiu.codecs.PCDCodec
Index for the default resolution , Base (PCDCodec.PCD_RESOLUTION_3).
PCD_RESOLUTIONS - Static variable in class net.sourceforge.jiu.codecs.PCDCodec
This two-dimensional int array holds all possible pixel resolutions for a PCD file.
PCDCodec - Class in net.sourceforge.jiu.codecs
A codec to read Kodak Photo-CD (image pac) image files.
PCDCodec() - Constructor for class net.sourceforge.jiu.codecs.PCDCodec
This constructor chooses the default settings for PCD image loading: load color image (all channels, not only luminance) perform color conversion from PCD's native YCbCr color space to RGB load the image in the default resolution PCDCodec.PCD_RESOLUTION_DEFAULT, 768 x 512 pixels (or vice versa)
PCDYCbCrConversion - Class in net.sourceforge.jiu.color.conversion
Convert from YCbCr color space (as used in Kodak PCD files) to RGB.
PCDYCbCrConversion() - Constructor for class net.sourceforge.jiu.color.conversion.PCDYCbCrConversion
 
performColorConversion - Variable in class net.sourceforge.jiu.codecs.PCDCodec
 
PHOTOMETRIC_BLACK_IS_ZERO - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
PHOTOMETRIC_LOGL - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
PHOTOMETRIC_PALETTED - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
PHOTOMETRIC_TRUECOLOR_CMYK - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
PHOTOMETRIC_TRUECOLOR_LOGLUV - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
PHOTOMETRIC_TRUECOLOR_RGB - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
PHOTOMETRIC_WHITE_IS_ZERO - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
photometricInterpretation - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
pixel - Variable in class net.sourceforge.jiu.geometry.Resample.Contributor
 
pixelCount - Variable in class net.sourceforge.jiu.color.quantization.OctreeNode
 
PixelImage - Interface in net.sourceforge.jiu.data
The base interface for all image data types in JIU.
PIXELS - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
pixelsPerRow - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
PLANAR_CONFIGURATION_CHUNKY - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
PLANAR_CONFIGURATION_PLANAR - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
planarConfiguration - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
PNGCodec - Class in net.sourceforge.jiu.codecs
A codec for the Portable Network Graphics (PNG) format.
PNGCodec() - Constructor for class net.sourceforge.jiu.codecs.PNGCodec
 
PngIdatInputStream - Class in net.sourceforge.jiu.codecs
An input stream that reads from an underlying stream of PNG IDAT chunks and skips all header information.
PngIdatInputStream(DataInputStream, long) - Constructor for class net.sourceforge.jiu.codecs.PngIdatInputStream
 
PNMCodec - Class in net.sourceforge.jiu.codecs
A codec to read and write Portable Anymap (PNM) image files.
PNMCodec() - Constructor for class net.sourceforge.jiu.codecs.PNMCodec
 
PNMSwitch - Class in net.sourceforge.jiu.apps
 
PNMSwitch() - Constructor for class net.sourceforge.jiu.apps.PNMSwitch
 
PopularityQuantizer - Class in net.sourceforge.jiu.color.quantization
Performs the popularity color quantization algorithm that maps an image to the colors occurring most frequently in the input image.
PopularityQuantizer() - Constructor for class net.sourceforge.jiu.color.quantization.PopularityQuantizer
 
PORTABLE_BITMAP - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PORTABLE_GRAYMAP - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PORTABLE_NETWORK_GRAPHICS - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PORTABLE_PIXMAP - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
precision - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
PREDEFINED_KERNELS - Static variable in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
 
predictor - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
prepare(PixelImage) - Method in class net.sourceforge.jiu.color.Invert
 
prepare(PixelImage) - Method in class net.sourceforge.jiu.color.promotion.PromotionGray16
 
prepare(PixelImage) - Method in class net.sourceforge.jiu.color.promotion.PromotionGray8
 
prepare(PixelImage) - Method in class net.sourceforge.jiu.color.promotion.PromotionPaletted8
 
prepare(PixelImage) - Method in class net.sourceforge.jiu.color.promotion.PromotionRGB24
 
prepare(PixelImage) - Method in class net.sourceforge.jiu.color.promotion.PromotionRGB48
 
prepareImages() - Method in class net.sourceforge.jiu.ops.LookupTableOperation
 
pressedOk - Variable in class net.sourceforge.jiu.gui.awt.dialogs.CropDialog
 
pressedOk - Variable in class net.sourceforge.jiu.gui.awt.dialogs.GammaCorrectionDialog
 
pressedOk - Variable in class net.sourceforge.jiu.gui.awt.dialogs.HueSaturationValueDialog
 
pressedOk - Variable in class net.sourceforge.jiu.gui.awt.dialogs.MapToArbitraryPaletteDialog
 
pressedOk - Variable in class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog
 
pressedOk - Variable in class net.sourceforge.jiu.gui.awt.dialogs.OctreeDialog
 
pressedOk - Variable in class net.sourceforge.jiu.gui.awt.dialogs.ReduceGrayscaleDialog
 
pressedOk - Variable in class net.sourceforge.jiu.gui.awt.dialogs.ScaleDialog
 
pressedOk - Variable in class net.sourceforge.jiu.gui.awt.dialogs.ShearDialog
 
pressedOk - Variable in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
 
pressedOk - Variable in class net.sourceforge.jiu.gui.awt.dialogs.WindowSizeDialog
 
previousBufferIndex - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
print(int, JiuConvertSettings, String) - Static method in class net.sourceforge.jiu.apps.jiuconvert
 
PrintHelpSwitch - Class in net.sourceforge.jiu.apps
 
PrintHelpSwitch() - Constructor for class net.sourceforge.jiu.apps.PrintHelpSwitch
 
println(int, JiuConvertSettings, String) - Static method in class net.sourceforge.jiu.apps.jiuconvert
 
printVersion() - Static method in class net.sourceforge.jiu.apps.jiuawt
 
PrintVersionSwitch - Class in net.sourceforge.jiu.apps
 
PrintVersionSwitch() - Constructor for class net.sourceforge.jiu.apps.PrintVersionSwitch
 
process() - Method in class net.sourceforge.jiu.codecs.BMPCodec
 
process() - Method in class net.sourceforge.jiu.codecs.GIFCodec
 
process() - Method in class net.sourceforge.jiu.codecs.IFFCodec
 
process() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGCodec
 
process() - Method in class net.sourceforge.jiu.codecs.PalmCodec
 
process() - Method in class net.sourceforge.jiu.codecs.PCDCodec
Checks the parameter and loads an image.
process() - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
process() - Method in class net.sourceforge.jiu.codecs.PNMCodec
 
process() - Method in class net.sourceforge.jiu.codecs.PSDCodec
 
process() - Method in class net.sourceforge.jiu.codecs.RASCodec
 
process() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFCodec
 
process() - Method in class net.sourceforge.jiu.color.adjustment.Brightness
 
process() - Method in class net.sourceforge.jiu.color.adjustment.Contrast
 
process() - Method in class net.sourceforge.jiu.color.adjustment.GammaCorrection
 
process() - Method in class net.sourceforge.jiu.color.adjustment.HueSaturationValue
 
process() - Method in class net.sourceforge.jiu.color.analysis.Histogram1DCreator
 
process() - Method in class net.sourceforge.jiu.color.analysis.Histogram3DCreator
 
process() - Method in class net.sourceforge.jiu.color.analysis.MeanDifference
 
process() - Method in class net.sourceforge.jiu.color.analysis.TextureAnalysis
Run over the input matrix and determine contrast, energy, entropy and homogeneity of that matrix.
process() - Method in class net.sourceforge.jiu.color.dithering.ClusteredDotDither
 
process() - Method in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
Quantizes the input image, distributing quantization errors to neighboring pixels.
process() - Method in class net.sourceforge.jiu.color.dithering.OrderedDither
 
process() - Method in class net.sourceforge.jiu.color.Invert
Inverts the input image, reusing an output image if one has been specified.
process() - Method in class net.sourceforge.jiu.color.promotion.PromotionGray16
 
process() - Method in class net.sourceforge.jiu.color.promotion.PromotionGray8
 
process() - Method in class net.sourceforge.jiu.color.promotion.PromotionPaletted8
 
process() - Method in class net.sourceforge.jiu.color.promotion.PromotionRGB24
 
process() - Method in class net.sourceforge.jiu.color.promotion.PromotionRGB48
 
process() - Method in class net.sourceforge.jiu.color.quantization.ArbitraryPaletteQuantizer
Maps the input image to an output image, using the palette given to the constructor.
process() - Method in class net.sourceforge.jiu.color.quantization.MedianCutContourRemoval
 
process() - Method in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
 
process() - Method in class net.sourceforge.jiu.color.quantization.OctreeColorQuantizer
Initializes an octree, reduces it have as many leaves (or less) as the desired palette size and maps the original image to the newly-created palette.
process() - Method in class net.sourceforge.jiu.color.quantization.PopularityQuantizer
 
process() - Method in class net.sourceforge.jiu.color.quantization.UniformPaletteQuantizer
 
process() - Method in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
 
process() - Method in class net.sourceforge.jiu.color.reduction.ReduceRGB
 
process() - Method in class net.sourceforge.jiu.color.reduction.ReduceShadesOfGray
 
process() - Method in class net.sourceforge.jiu.color.reduction.ReduceToBilevelThreshold
 
process() - Method in class net.sourceforge.jiu.color.reduction.RGBToGrayConversion
 
process() - Method in class net.sourceforge.jiu.filters.AreaFilterOperation
 
process() - Method in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
 
process() - Method in class net.sourceforge.jiu.filters.OilFilter
 
process() - Method in class net.sourceforge.jiu.geometry.Crop
 
process() - Method in class net.sourceforge.jiu.geometry.Flip
 
process() - Method in class net.sourceforge.jiu.geometry.Mirror
 
process() - Method in class net.sourceforge.jiu.geometry.Resample
 
process() - Method in class net.sourceforge.jiu.geometry.Rotate180
 
process() - Method in class net.sourceforge.jiu.geometry.Rotate90Left
 
process() - Method in class net.sourceforge.jiu.geometry.Rotate90Right
 
process() - Method in class net.sourceforge.jiu.geometry.ScaleReplication
 
process() - Method in class net.sourceforge.jiu.geometry.Shear
 
process() - Method in class net.sourceforge.jiu.ops.BatchProcessorOperation
Processes all directory trees and files given to this operation, calling BatchProcessorOperation.processFile(java.lang.String, java.lang.String, java.lang.String) on each file name.
process() - Method in class net.sourceforge.jiu.ops.LookupTableOperation
 
process() - Method in class net.sourceforge.jiu.ops.Operation
This method does the actual work of the operation.
process(int) - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
process(int, IntegerImage, IntegerImage) - Method in class net.sourceforge.jiu.filters.AreaFilterOperation
Applies the filter to one of the channels of an image.
process(int, IntegerImage, IntegerImage) - Method in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
Applies the kernel to one of the channels of an image.
process(BilevelImage, Gray16Image) - Method in class net.sourceforge.jiu.color.promotion.PromotionGray16
 
process(BilevelImage, Gray8Image) - Method in class net.sourceforge.jiu.color.promotion.PromotionGray8
 
process(BilevelImage, Paletted8Image) - Method in class net.sourceforge.jiu.color.promotion.PromotionPaletted8
 
process(BilevelImage, RGB24Image) - Method in class net.sourceforge.jiu.color.promotion.PromotionRGB24
 
process(BilevelImage, RGB48Image) - Method in class net.sourceforge.jiu.color.promotion.PromotionRGB48
 
process(Gray16Image, RGB48Image) - Method in class net.sourceforge.jiu.color.promotion.PromotionRGB48
 
process(Gray8Image, BilevelImage) - Method in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
 
process(Gray8Image, BilevelImage) - Method in class net.sourceforge.jiu.color.dithering.OrderedDither
 
process(Gray8Image, Gray16Image) - Method in class net.sourceforge.jiu.color.promotion.PromotionGray16
 
process(Gray8Image, Gray8Image) - Method in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
 
process(Gray8Image, Gray8Image) - Method in class net.sourceforge.jiu.color.dithering.OrderedDither
 
process(Gray8Image, Paletted8Image) - Method in class net.sourceforge.jiu.color.promotion.PromotionPaletted8
 
process(Gray8Image, RGB24Image) - Method in class net.sourceforge.jiu.color.promotion.PromotionRGB24
 
process(Gray8Image, RGB48Image) - Method in class net.sourceforge.jiu.color.promotion.PromotionRGB48
 
process(GrayIntegerImage, int, BilevelImage) - Method in class net.sourceforge.jiu.color.reduction.ReduceShadesOfGray
 
process(GrayIntegerImage, BilevelImage) - Method in class net.sourceforge.jiu.color.dithering.ClusteredDotDither
 
process(GrayIntegerImage, BilevelImage) - Method in class net.sourceforge.jiu.color.reduction.ReduceToBilevelThreshold
 
process(GrayIntegerImage, GrayIntegerImage) - Method in class net.sourceforge.jiu.color.analysis.MeanDifference
 
process(GrayIntegerImage, GrayIntegerImage) - Method in class net.sourceforge.jiu.color.reduction.ReduceShadesOfGray
 
process(IntegerImage) - Method in class net.sourceforge.jiu.color.Invert
 
process(IntegerImage, IntegerImage) - Method in class net.sourceforge.jiu.filters.AreaFilterOperation
 
process(IntegerImage, IntegerImage) - Method in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
 
process(IntegerImage, IntegerImage) - Method in class net.sourceforge.jiu.geometry.Crop
 
process(IntegerImage, IntegerImage) - Method in class net.sourceforge.jiu.geometry.Flip
 
process(IntegerImage, IntegerImage) - Method in class net.sourceforge.jiu.geometry.Mirror
 
process(IntegerImage, IntegerImage) - Method in class net.sourceforge.jiu.geometry.Resample
This method does the actual work of rescaling an image.
process(IntegerImage, IntegerImage) - Method in class net.sourceforge.jiu.geometry.Rotate180
 
process(IntegerImage, IntegerImage) - Method in class net.sourceforge.jiu.geometry.Rotate90Left
 
process(IntegerImage, IntegerImage) - Method in class net.sourceforge.jiu.geometry.Rotate90Right
 
process(IntegerImage, IntegerImage) - Method in class net.sourceforge.jiu.geometry.ScaleReplication
 
process(IntegerImage, IntegerImage) - Method in class net.sourceforge.jiu.geometry.Shear
 
process(IntegerImage, IntegerImage) - Method in class net.sourceforge.jiu.ops.LookupTableOperation
 
process(IntegerImage, IntegerImage, int, int, int, int) - Method in class net.sourceforge.jiu.ops.LookupTableOperation
 
process(Paletted8Image) - Method in class net.sourceforge.jiu.color.Invert
 
process(Paletted8Image) - Method in class net.sourceforge.jiu.color.reduction.RGBToGrayConversion
 
process(Paletted8Image, Paletted8Image) - Method in class net.sourceforge.jiu.color.adjustment.Brightness
 
process(Paletted8Image, Paletted8Image) - Method in class net.sourceforge.jiu.color.adjustment.Contrast
 
process(Paletted8Image, Paletted8Image) - Method in class net.sourceforge.jiu.color.adjustment.GammaCorrection
 
process(Paletted8Image, Paletted8Image) - Method in class net.sourceforge.jiu.color.adjustment.HueSaturationValue
 
process(Paletted8Image, RGB24Image) - Method in class net.sourceforge.jiu.color.promotion.PromotionRGB24
 
process(Paletted8Image, RGB48Image) - Method in class net.sourceforge.jiu.color.promotion.PromotionRGB48
 
process(RGB24Image) - Method in class net.sourceforge.jiu.color.reduction.RGBToGrayConversion
 
process(RGB24Image, Paletted8Image) - Method in class net.sourceforge.jiu.color.analysis.MeanDifference
 
process(RGB24Image, Paletted8Image) - Method in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
 
process(RGB24Image, Paletted8Image) - Method in class net.sourceforge.jiu.color.dithering.OrderedDither
 
process(RGB24Image, Paletted8Image) - Method in class net.sourceforge.jiu.color.quantization.ArbitraryPaletteQuantizer
 
process(RGB24Image, Paletted8Image) - Method in class net.sourceforge.jiu.color.quantization.UniformPaletteQuantizer
 
process(RGB24Image, RGB24Image) - Method in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
 
process(RGB24Image, RGB24Image) - Method in class net.sourceforge.jiu.color.dithering.OrderedDither
 
process(RGB24Image, RGB48Image) - Method in class net.sourceforge.jiu.color.promotion.PromotionRGB48
 
process(RGB48Image) - Method in class net.sourceforge.jiu.color.reduction.RGBToGrayConversion
 
process(RGBIntegerImage, GrayIntegerImage) - Method in class net.sourceforge.jiu.color.reduction.RGBToGrayConversion
 
process(RGBIntegerImage, RGBIntegerImage) - Method in class net.sourceforge.jiu.color.adjustment.HueSaturationValue
 
process(RGBIntegerImage, RGBIntegerImage) - Method in class net.sourceforge.jiu.color.analysis.MeanDifference
 
process(ImageToImageOperation) - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
This method can be called for ImageToImageOperation objects.
processBorders(int, IntegerImage, IntegerImage) - Method in class net.sourceforge.jiu.filters.AreaFilterOperation
 
processCenter(int, IntegerImage, IntegerImage) - Method in class net.sourceforge.jiu.filters.AreaFilterOperation
 
processDirectoryTree(String, String) - Method in class net.sourceforge.jiu.ops.BatchProcessorOperation
 
processedRows - Variable in class net.sourceforge.jiu.codecs.GIFCodec
 
processedTileRows - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFDecoder
 
processFile(String, String, String) - Method in class net.sourceforge.jiu.apps.ColorIndexer
 
processFile(String, String, String) - Method in class net.sourceforge.jiu.ops.BatchProcessorOperation
Method to be called on each file given to this operation.
processor - Variable in class net.sourceforge.jiu.gui.awt.JiuAwtFrame
 
ProgressListener - Interface in net.sourceforge.jiu.ops
This interface must be implemented by classes that want to be notified about progress of an image operation.
progressListeners - Variable in class net.sourceforge.jiu.apps.EditorState
 
progressListeners - Variable in class net.sourceforge.jiu.ops.Operation
 
PROMOTE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PROMOTE_TO_GRAY16 - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PROMOTE_TO_GRAY8 - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PROMOTE_TO_PALETTED - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PROMOTE_TO_RGB - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PROMOTE_TO_RGB24 - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PROMOTE_TO_RGB48 - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PromotionGray16 - Class in net.sourceforge.jiu.color.promotion
Converts BilevelImage and Gray8Image objects to Gray16Image objects.
PromotionGray16() - Constructor for class net.sourceforge.jiu.color.promotion.PromotionGray16
 
PromotionGray8 - Class in net.sourceforge.jiu.color.promotion
Converts BilevelImage objects to Gray8Image objects.
PromotionGray8() - Constructor for class net.sourceforge.jiu.color.promotion.PromotionGray8
 
PromotionPaletted8 - Class in net.sourceforge.jiu.color.promotion
Converts BilevelImage and Gray8Image objects to Paletted8Image objects.
PromotionPaletted8() - Constructor for class net.sourceforge.jiu.color.promotion.PromotionPaletted8
 
PromotionRGB24 - Class in net.sourceforge.jiu.color.promotion
Converts several image types to RGB.
PromotionRGB24() - Constructor for class net.sourceforge.jiu.color.promotion.PromotionRGB24
 
PromotionRGB48 - Class in net.sourceforge.jiu.color.promotion
Converts several image types to RGB48Image.
PromotionRGB48() - Constructor for class net.sourceforge.jiu.color.promotion.PromotionRGB48
 
PROPERTY_JAVA_CLASS_PATH - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PROPERTY_JAVA_CLASS_VERSION - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PROPERTY_JAVA_HOME - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PROPERTY_JAVA_SPECIFICATION_NAME - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PROPERTY_JAVA_SPECIFICATION_VENDOR - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PROPERTY_JAVA_SPECIFICATION_VERSION - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PROPERTY_JAVA_VENDOR - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PROPERTY_JAVA_VENDOR_URL - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PROPERTY_JAVA_VERSION - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PROPERTY_JAVA_VM_NAME - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PROPERTY_JAVA_VM_SPECIFICATION_NAME - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PROPERTY_JAVA_VM_SPECIFICATION_VENDOR - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PROPERTY_JAVA_VM_SPECIFICATION_VERSION - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PROPERTY_JAVA_VM_VENDOR - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PROPERTY_JAVA_VM_VERSION - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PROPERTY_OS_ARCH - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PROPERTY_OS_NAME - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PROPERTY_OS_VERSION - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
pruneOctree() - Method in class net.sourceforge.jiu.color.quantization.OctreeColorQuantizer
Reduces the octree until it has as many leaves (or less) than specified by the paletteSize argument in the constructor #OctreeColorQuantizer(int).
PSDCodec - Class in net.sourceforge.jiu.codecs
A codec to read images from Photoshop PSD files.
PSDCodec() - Constructor for class net.sourceforge.jiu.codecs.PSDCodec
 
PSYCHEDELIC_DISTILLATION - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
PSYCHEDELIC_DISTILLATION_DATA - Static variable in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
 
put(int, int, int, int) - Method in class net.sourceforge.jiu.data.Palette
 
putBlack(int, int) - Method in interface net.sourceforge.jiu.data.GrayImage
Sets a pixel to black (minimum intensity value).
putBlack(int, int) - Method in class net.sourceforge.jiu.data.MemoryBilevelImage
 
putBlack(int, int) - Method in class net.sourceforge.jiu.data.MemoryGray16Image
 
putBlack(int, int) - Method in class net.sourceforge.jiu.data.MemoryGray8Image
 
putBytes(byte[], int, int) - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoder
Adds a number of bytes to the internal row buffer.
putByteSample(int, int, byte) - Method in interface net.sourceforge.jiu.data.ByteChannelImage
Sets one byte sample in the first channel (index 0) to a new value.
putByteSample(int, int, byte) - Method in class net.sourceforge.jiu.data.MemoryByteChannelImage
 
putByteSample(int, int, byte) - Method in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
putByteSample(int, int, int, byte) - Method in interface net.sourceforge.jiu.data.ByteChannelImage
Sets one byte sample in one channel to a new value.
putByteSample(int, int, int, byte) - Method in class net.sourceforge.jiu.data.MemoryByteChannelImage
 
putByteSample(int, int, int, byte) - Method in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
putByteSamples(int, int, int, int, byte[], int) - Method in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
putByteSamples(int, int, int, int, int, byte[], int) - Method in interface net.sourceforge.jiu.data.ByteChannelImage
Copies a number of samples from the argument array to this image.
putByteSamples(int, int, int, int, int, byte[], int) - Method in class net.sourceforge.jiu.data.MemoryByteChannelImage
 
putByteSamples(int, int, int, int, int, byte[], int) - Method in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
putPackedBytes(int, int, int, byte[], int, int) - Method in interface net.sourceforge.jiu.data.BilevelImage
Sets a number of samples in the image from the argument array data.
putPackedBytes(int, int, int, byte[], int, int) - Method in class net.sourceforge.jiu.data.MemoryBilevelImage
 
putSample(int, int, int) - Method in interface net.sourceforge.jiu.data.IntegerImage
This method sets one sample of the first channel (index 0) to a new value.
putSample(int, int, int) - Method in class net.sourceforge.jiu.data.MemoryBilevelImage
 
putSample(int, int, int) - Method in class net.sourceforge.jiu.data.MemoryByteChannelImage
 
putSample(int, int, int) - Method in class net.sourceforge.jiu.data.MemoryShortChannelImage
 
putSample(int, int, int) - Method in class net.sourceforge.jiu.data.Palette
Sets one sample of one color entry in the palette to a new value.
putSample(int, int, int) - Method in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
putSample(int, int, int, int) - Method in interface net.sourceforge.jiu.data.IntegerImage
This method sets one sample to a new value.
putSample(int, int, int, int) - Method in class net.sourceforge.jiu.data.MemoryBilevelImage
 
putSample(int, int, int, int) - Method in class net.sourceforge.jiu.data.MemoryByteChannelImage
 
putSample(int, int, int, int) - Method in class net.sourceforge.jiu.data.MemoryShortChannelImage
 
putSample(int, int, int, int) - Method in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
putSamples(int, int, int, int, int, int[], int) - Method in interface net.sourceforge.jiu.data.IntegerImage
Copies a number of samples from an int[] array to this image.
putSamples(int, int, int, int, int, int[], int) - Method in class net.sourceforge.jiu.data.MemoryBilevelImage
 
putSamples(int, int, int, int, int, int[], int) - Method in class net.sourceforge.jiu.data.MemoryByteChannelImage
 
putSamples(int, int, int, int, int, int[], int) - Method in class net.sourceforge.jiu.data.MemoryShortChannelImage
 
putSamples(int, int, int, int, int, int[], int) - Method in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
putShortSample(int, int, int, short) - Method in class net.sourceforge.jiu.data.MemoryShortChannelImage
 
putShortSample(int, int, int, short) - Method in interface net.sourceforge.jiu.data.ShortChannelImage
Sets one short sample in one channel to a new value.
putShortSample(int, int, short) - Method in class net.sourceforge.jiu.data.MemoryShortChannelImage
 
putShortSample(int, int, short) - Method in interface net.sourceforge.jiu.data.ShortChannelImage
Sets one short sample in the first channel (index 0) to a new value.
putShortSamples(int, int, int, int, int, short[], int) - Method in class net.sourceforge.jiu.data.MemoryShortChannelImage
 
putShortSamples(int, int, int, int, int, short[], int) - Method in interface net.sourceforge.jiu.data.ShortChannelImage
Copies a number of samples from the argument array to this image.
putWhite(int, int) - Method in interface net.sourceforge.jiu.data.GrayImage
Sets a pixel to white (maximum intensity value).
putWhite(int, int) - Method in class net.sourceforge.jiu.data.MemoryBilevelImage
 
putWhite(int, int) - Method in class net.sourceforge.jiu.data.MemoryGray16Image
 
putWhite(int, int) - Method in class net.sourceforge.jiu.data.MemoryGray8Image
 

Q

quantizationTableId - Variable in class net.sourceforge.jiu.codecs.jpeg.JPEGFrameComponent
 
quantizer - Variable in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
 
quantizer - Variable in class net.sourceforge.jiu.color.quantization.MedianCutContourRemoval
 
quantTables - Variable in class net.sourceforge.jiu.codecs.jpeg.JPEGData
 
QuietSwitch - Class in net.sourceforge.jiu.apps
 
QuietSwitch() - Constructor for class net.sourceforge.jiu.apps.QuietSwitch
 
QUIT_PROGRAM - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 

R

raf - Variable in class net.sourceforge.jiu.codecs.ImageCodec
 
RAS_HEADER_SIZE - Static variable in class net.sourceforge.jiu.codecs.RASCodec
 
RAS_MAGIC - Static variable in class net.sourceforge.jiu.codecs.RASCodec
 
RASCodec - Class in net.sourceforge.jiu.codecs
A codec to read and write Sun Raster (RAS) image files.
RASCodec() - Constructor for class net.sourceforge.jiu.codecs.RASCodec
 
read() - Method in class net.sourceforge.jiu.codecs.PngIdatInputStream
 
read16BitBinaryValue() - Method in class net.sourceforge.jiu.codecs.PNMCodec
Read a 16-bit binary value in network (big-endian) order.
readBit() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoderModifiedHuffman
 
readBits(int) - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoderModifiedHuffman
 
readFilterType() - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
readHeader() - Method in class net.sourceforge.jiu.codecs.RASCodec
 
readHeader() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFCodec
Reads the first eight bytes from the input file, checks if this is a valid TIFF file and stores byte order and offset of the first image file directory.
readHuffmanTables(DataInput, JPEGData, int) - Static method in class net.sourceforge.jiu.codecs.jpeg.JPEGMarkerReader
 
readImage() - Method in class net.sourceforge.jiu.codecs.RASCodec
 
readImageFileDirectory() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFCodec
Reads a complete TIFF image file directory including all data that is pointed to using the offset components and returns it.
readInt() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFCodec
Reads a 32 bit signed integer value, regarding the current byte order.
readMarker(JPEGData, int, int) - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGCodec
 
readPalette() - Method in class net.sourceforge.jiu.codecs.RASCodec
 
readQuantizationTables(DataInput, JPEGData, int) - Static method in class net.sourceforge.jiu.codecs.jpeg.JPEGMarkerReader
Read quantization tables from a DQT marker.
readShort() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFCodec
Reads a 16 bit signed integer value, regarding the current byte order.
readStartOfFrame(DataInput, JPEGData, int, int) - Static method in class net.sourceforge.jiu.codecs.jpeg.JPEGMarkerReader
 
readStartOfScan(DataInput, JPEGData, int) - Static method in class net.sourceforge.jiu.codecs.jpeg.JPEGMarkerReader
Read an SOS (start of scan) marker.
readString(int) - Method in class net.sourceforge.jiu.codecs.tiff.TIFFCodec
Loads a String of a given length from current position of input file.
readTag() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFCodec
Reads a TIFF tag and all data belonging to it and returns a TIFFTag object.
red - Variable in class net.sourceforge.jiu.color.quantization.OctreeNode
 
RED - Static variable in class net.sourceforge.jiu.apps.ColorIndexer
 
RED - Variable in class net.sourceforge.jiu.color.quantization.ArbitraryPaletteQuantizer
 
RED_BITS - Variable in class net.sourceforge.jiu.color.quantization.UniformPaletteQuantizer
 
RED_LEFT_SHIFT - Variable in class net.sourceforge.jiu.color.quantization.UniformPaletteQuantizer
 
RED_RIGHT_SHIFT - Variable in class net.sourceforge.jiu.color.quantization.UniformPaletteQuantizer
 
RED_SHIFT - Static variable in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
RED_VALUES - Variable in class net.sourceforge.jiu.color.quantization.UniformPaletteQuantizer
 
redBits - Variable in class net.sourceforge.jiu.codecs.PalmCodec
 
redBits - Variable in class net.sourceforge.jiu.color.dithering.OrderedDither
 
redLabel - Variable in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
 
redo() - Method in class net.sourceforge.jiu.apps.EditorState
Perform a redo operation, restore the state before the last undo operation.
redoImages - Variable in class net.sourceforge.jiu.apps.EditorState
 
redoModified - Variable in class net.sourceforge.jiu.apps.EditorState
 
redScrollbar - Variable in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
 
redSum - Variable in class net.sourceforge.jiu.color.quantization.OctreeNode
 
REDUCE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
REDUCE_NUMBER_OF_SHADES_OF_GRAY - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
REDUCE_NUMBER_OF_SHADES_OF_GRAY_MENU_ITEM - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
REDUCE_TO_BILEVEL_ORDERED_DITHERING - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
REDUCE_TO_BILEVEL_THRESHOLD - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
REDUCE_TO_BILEVEL_THRESHOLD_MENU_ITEM - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
ReduceGrayscaleDialog - Class in net.sourceforge.jiu.gui.awt.dialogs
A dialog to enter the parameters for a grayscale reduction operation.
ReduceGrayscaleDialog(Frame, Strings, int, int, int) - Constructor for class net.sourceforge.jiu.gui.awt.dialogs.ReduceGrayscaleDialog
Creates a modal dialog to enter the parameters.
ReduceRGB - Class in net.sourceforge.jiu.color.reduction
Reduces the color depth of RGB truecolor images.
ReduceRGB() - Constructor for class net.sourceforge.jiu.color.reduction.ReduceRGB
 
ReduceShadesOfGray - Class in net.sourceforge.jiu.color.reduction
Reduces the number of shades of gray of a grayscale image.
ReduceShadesOfGray() - Constructor for class net.sourceforge.jiu.color.reduction.ReduceShadesOfGray
 
ReduceToBilevelThreshold - Class in net.sourceforge.jiu.color.reduction
Reduces a GrayIntegerImage to a BilevelImage by setting all values below a certain threshold value to black and everything else to white.
ReduceToBilevelThreshold() - Constructor for class net.sourceforge.jiu.color.reduction.ReduceToBilevelThreshold
 
redValues - Variable in class net.sourceforge.jiu.color.quantization.OctreeColorQuantizer
 
redWeight - Variable in class net.sourceforge.jiu.color.reduction.RGBToGrayConversion
 
registerCodecClass(ImageCodec) - Static method in class net.sourceforge.jiu.codecs.ImageLoader
Registers a codec class with ImageLoader.
registerDecoder(Class) - Static method in class net.sourceforge.jiu.codecs.tiff.TIFFCodec
Register a TIFFDecoder class.
removeAllCodecClasses() - Static method in class net.sourceforge.jiu.codecs.ImageLoader
Removes all codec classes from the internal list of codec classes.
removeAllComments() - Method in class net.sourceforge.jiu.codecs.ImageCodec
Removes all entries from the internal list of comments.
removeBounds() - Method in class net.sourceforge.jiu.codecs.ImageCodec
If bounds were set using ImageCodec.setBounds(int, int, int, int), these bounds are no longer regarded after the call to this method.
removeCodecClass(ImageCodec) - Static method in class net.sourceforge.jiu.codecs.ImageLoader
Removes a codec class from the internal list of codec classes.
removeProgressListener(ProgressListener) - Method in class net.sourceforge.jiu.ops.Operation
Removes the argument progress listener from the internal list of progress listeners.
removeTransparencyIndex() - Method in class net.sourceforge.jiu.codecs.PalmCodec
Removes the transparency index if one has been set.
reprColor - Variable in class net.sourceforge.jiu.color.quantization.MedianCutNode
 
reprColorMethod - Variable in class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog
 
Resample - Class in net.sourceforge.jiu.geometry
Resizes grayscale and truecolor images using filters.
Resample() - Constructor for class net.sourceforge.jiu.geometry.Resample
 
Resample.CList - Class in net.sourceforge.jiu.geometry
 
Resample.Contributor - Class in net.sourceforge.jiu.geometry
 
ResampleFilter - Class in net.sourceforge.jiu.geometry
Abstract base class for filters to be used with the Resample operation.
ResampleFilter() - Constructor for class net.sourceforge.jiu.geometry.ResampleFilter
This empty constructor sets the sampling radius to the recommended sampling radius as provided by ResampleFilter.getRecommendedSamplingRadius().
reset() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoderModifiedHuffman
 
resetBlock() - Method in class net.sourceforge.jiu.codecs.GIFCodec
 
resetEncoder() - Method in class net.sourceforge.jiu.codecs.GIFCodec
 
resetZoomFactors() - Method in class net.sourceforge.jiu.apps.EditorState
 
resolutionIndex - Variable in class net.sourceforge.jiu.codecs.PCDCodec
 
resolutionUnit - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
resolutionX - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
resolutionY - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
resourceDirectory - Static variable in class net.sourceforge.jiu.apps.StringLoader
The directory of language resource files, default: /resources/lang/.
result - Variable in class net.sourceforge.jiu.gui.awt.dialogs.GammaCorrectionDialog
 
result - Variable in class net.sourceforge.jiu.gui.awt.dialogs.IntegerDialog
 
result - Variable in class net.sourceforge.jiu.gui.awt.dialogs.ShearDialog
 
result - Variable in class net.sourceforge.jiu.gui.awt.dialogs.YesNoDialog
 
RESULT_CANCEL - Static variable in class net.sourceforge.jiu.gui.awt.dialogs.YesNoDialog
Will be returned in YesNoDialog.getResult() if the CANCEL button was chosen.
RESULT_NO - Static variable in class net.sourceforge.jiu.gui.awt.dialogs.YesNoDialog
Will be returned in YesNoDialog.getResult() if the NO button was chosen.
RESULT_YES - Static variable in class net.sourceforge.jiu.gui.awt.dialogs.YesNoDialog
Will be returned in YesNoDialog.getResult() if the YES button was chosen.
reverseFilter(int, byte[], byte[], int) - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
rgb - Variable in class net.sourceforge.jiu.codecs.PalmCodec
 
RGB_CLEAR - Static variable in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
Masks for the three RGB channels.
RGB_SHIFT - Static variable in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
RGB_TRUECOLOR - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
rgb24 - Variable in class net.sourceforge.jiu.codecs.IFFCodec
 
rgb24Image - Variable in class net.sourceforge.jiu.codecs.PSDCodec
 
RGB24Image - Interface in net.sourceforge.jiu.data
An empty interface for RGB truecolor images with integer samples that are each eight bits large (thus, 24 bits per pixel).
RGB48Image - Interface in net.sourceforge.jiu.data
An empty interface for RGB truecolor images with integer samples that are each sixteen bits large (thus, 48 bits per pixel).
RGBA - Class in net.sourceforge.jiu.gui.awt
This class converts between the 32 bit RGBA int values (used throughout the AWT) and various standard pixel formats like 24 bits RGB, 8 bits gray, 16 bits gray, 1 bit black and white.
RGBA() - Constructor for class net.sourceforge.jiu.gui.awt.RGBA
 
RGBColor - Class in net.sourceforge.jiu.color.quantization
Encapsulates a single color from RGB (red, green, blue) color space plus a frequency counter.
RGBColor(int, int, int) - Constructor for class net.sourceforge.jiu.color.quantization.RGBColor
Creates an instance of this class and initializes it to the given intensity values.
RGBColor(int, int, int, int) - Constructor for class net.sourceforge.jiu.color.quantization.RGBColor
Creates an instance of this class and initializes it to the given intensity values.
RGBColorComparator - Class in net.sourceforge.jiu.color.quantization
Compares two RGBColor objects.
RGBColorComparator(int) - Constructor for class net.sourceforge.jiu.color.quantization.RGBColorComparator
 
RGBColorList - Class in net.sourceforge.jiu.color.quantization
Holds an array of RGBColor objects.
RGBColorList(int) - Constructor for class net.sourceforge.jiu.color.quantization.RGBColorList
Creates a color list with room for a fixed number of entries.
RGBColorList(Histogram3D) - Constructor for class net.sourceforge.jiu.color.quantization.RGBColorList
Creates a new list and initializes it with the argument histogram.
RGBImage - Interface in net.sourceforge.jiu.data
An interface for RGB truecolor images.
RGBIndex - Interface in net.sourceforge.jiu.data
This interface provides three int constants as index values for the three channels of an RGB image: red, green and blue.
RGBIntegerImage - Interface in net.sourceforge.jiu.data
An interface for RGB truecolor images that have integer samples.
RGBQuantizer - Interface in net.sourceforge.jiu.color.quantization
An interface for an RGB color quantizer.
RGBToGrayConversion - Class in net.sourceforge.jiu.color.reduction
Converts RGB color images (both truecolor and paletted) to grayscale images.
RGBToGrayConversion() - Constructor for class net.sourceforge.jiu.color.reduction.RGBToGrayConversion
 
RIGHT_COLUMN - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
rightColumn - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFDecoder
 
rightColumns - Variable in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
 
rightSuccessor - Variable in class net.sourceforge.jiu.color.quantization.MedianCutNode
 
rle - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFDecoderLogLuv
 
root - Variable in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
 
root - Variable in class net.sourceforge.jiu.color.quantization.OctreeColorQuantizer
 
ROTATE_180 - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
ROTATE_180 - Static variable in class net.sourceforge.jiu.codecs.PCDCodec
 
ROTATE_90_LEFT - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
ROTATE_90_LEFT - Static variable in class net.sourceforge.jiu.codecs.PCDCodec
 
ROTATE_90_RIGHT - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
ROTATE_90_RIGHT - Static variable in class net.sourceforge.jiu.codecs.PCDCodec
 
ROTATE_OTHER - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
rotate180(boolean, int[], int, int) - Static method in class net.sourceforge.jiu.util.ArrayRotation
Rotates the argument image by 180 degrees.
rotate180(int, int, byte[], int, byte[], int) - Static method in class net.sourceforge.jiu.util.ArrayRotation
 
Rotate180 - Class in net.sourceforge.jiu.geometry
Rotates images by 180 degrees.
Rotate180() - Constructor for class net.sourceforge.jiu.geometry.Rotate180
 
rotate90Left(int, int, byte[], int, byte[], int) - Static method in class net.sourceforge.jiu.util.ArrayRotation
 
Rotate90Left - Class in net.sourceforge.jiu.geometry
Rotates images by 90 degrees counter-clockwise (to the left).
Rotate90Left() - Constructor for class net.sourceforge.jiu.geometry.Rotate90Left
 
rotate90Right(boolean, int[], int, int) - Static method in class net.sourceforge.jiu.util.ArrayRotation
 
rotate90Right(int[], int, int) - Static method in class net.sourceforge.jiu.util.ArrayRotation
 
rotate90Right(int, int, byte[], int, byte[], int) - Static method in class net.sourceforge.jiu.util.ArrayRotation
 
Rotate90Right - Class in net.sourceforge.jiu.geometry
Rotates images by 90 degrees clockwise (to the right).
Rotate90Right() - Constructor for class net.sourceforge.jiu.geometry.Rotate90Right
 
rotateArrays(int, int, int) - Method in class net.sourceforge.jiu.codecs.PCDCodec
 
rotateInPlace180(int[], int, int) - Static method in class net.sourceforge.jiu.util.ArrayRotation
 
rotateInPlace90Right(int[], int, int) - Static method in class net.sourceforge.jiu.util.ArrayRotation
 
RoundSpotFunction - Class in net.sourceforge.jiu.color.dithering
A round spot function.
RoundSpotFunction() - Constructor for class net.sourceforge.jiu.color.dithering.RoundSpotFunction
 
rowBuffer - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFDecoder
 
rowsPerStrip - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
run(JiuConvertSettings) - Static method in class net.sourceforge.jiu.apps.jiuconvert
 
run(JiuConvertSettings, String) - Static method in class net.sourceforge.jiu.apps.jiuconvert
 

S

sample1 - Variable in class net.sourceforge.jiu.color.data.Histogram3DNode
 
sample2 - Variable in class net.sourceforge.jiu.color.data.Histogram3DNode
 
sample3 - Variable in class net.sourceforge.jiu.color.data.Histogram3DNode
 
samplePrecision - Variable in class net.sourceforge.jiu.codecs.jpeg.JPEGFrame
 
samples - Variable in class net.sourceforge.jiu.color.quantization.RGBColor
The intensity values that make up the color.
SAMPLES - Static variable in class net.sourceforge.jiu.color.WebsafePaletteCreator
 
SAMPLES_PER_BLOCK - Static variable in class net.sourceforge.jiu.codecs.jpeg.JPEGConstants
Number of samples in a block of samples (64).
samplesPerPixel - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
sampleTypes - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
samplingRadius - Variable in class net.sourceforge.jiu.geometry.ResampleFilter
 
saturation - Variable in class net.sourceforge.jiu.gui.awt.dialogs.HueSaturationValueDialog
 
SATURATION - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
save() - Method in class net.sourceforge.jiu.codecs.BMPCodec
 
save() - Method in class net.sourceforge.jiu.codecs.GIFCodec
 
save() - Method in class net.sourceforge.jiu.codecs.PalmCodec
 
save() - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
save() - Method in class net.sourceforge.jiu.codecs.PNMCodec
 
save() - Method in class net.sourceforge.jiu.codecs.RASCodec
 
save(DataOutput, BilevelImage) - Method in class net.sourceforge.jiu.codecs.PalmCodec
 
save(DataOutput, Gray8Image) - Method in class net.sourceforge.jiu.codecs.PalmCodec
 
save(DataOutput, Paletted8Image) - Method in class net.sourceforge.jiu.codecs.PalmCodec
 
save(DataOutput, RGB24Image) - Method in class net.sourceforge.jiu.codecs.PalmCodec
 
save(CoOccurrenceFrequencyMatrix, PrintStream) - Static method in class net.sourceforge.jiu.color.io.MatrixSerialization
 
save(CoOccurrenceMatrix, PrintStream) - Static method in class net.sourceforge.jiu.color.io.MatrixSerialization
 
save(Histogram1D, PrintStream) - Static method in class net.sourceforge.jiu.color.io.HistogramSerialization
Saves a one-dimensional histogram to a text output stream.
save(Histogram3D, PrintStream) - Static method in class net.sourceforge.jiu.color.io.HistogramSerialization
Saves a three-dimensional histogram to a text output stream.
save(BilevelImage) - Method in class net.sourceforge.jiu.codecs.PNMCodec
 
save(Gray16Image) - Method in class net.sourceforge.jiu.codecs.PNMCodec
 
save(Gray8Image) - Method in class net.sourceforge.jiu.codecs.PNMCodec
 
save(Palette, File) - Static method in class net.sourceforge.jiu.color.io.PaletteSerialization
Saves the palette to the given file as a PPM image file.
save(RGB24Image) - Method in class net.sourceforge.jiu.codecs.PNMCodec
 
save(RGB48Image) - Method in class net.sourceforge.jiu.codecs.PNMCodec
 
SAVE - Static variable in class net.sourceforge.jiu.codecs.CodecMode
Codec mode save, one of the two possible values of CodecMode.
SAVE_AS - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
SAVE_COOCCURRENCE_FREQUENCY_MATRIX - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
SAVE_COOCCURRENCE_FREQUENCY_MATRIX_MENU_ITEM - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
SAVE_COOCCURRENCE_MATRIX - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
SAVE_COOCCURRENCE_MATRIX_MENU_ITEM - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
SAVE_HISTOGRAM_AS - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
SAVE_HISTOGRAM_AS_MENU_ITEM - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
SAVE_IMAGE_AS - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
SAVE_PALETTE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
SAVEAS - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
saveAsciiNumber(int) - Method in class net.sourceforge.jiu.codecs.PNMCodec
 
saveChunk(int, int, byte[]) - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
saveData(Paletted8Image) - Method in class net.sourceforge.jiu.codecs.RASCodec
 
saveFinalCompressedSize(DataOutput) - Method in class net.sourceforge.jiu.codecs.PalmCodec
 
saveHeader() - Method in class net.sourceforge.jiu.codecs.PNMCodec
 
saveHeader(DataOutput) - Method in class net.sourceforge.jiu.codecs.PalmCodec
 
saveHeader(PixelImage) - Method in class net.sourceforge.jiu.codecs.RASCodec
 
saveIendChunk() - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
saveIhdrChunk() - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
saveImage() - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
saveImageNonInterlaced() - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
saveInitialCompressedSize(DataOutput) - Method in class net.sourceforge.jiu.codecs.PalmCodec
 
savePalette(DataOutput, Palette) - Method in class net.sourceforge.jiu.codecs.PalmCodec
 
savePalette(Palette) - Method in class net.sourceforge.jiu.codecs.RASCodec
 
savePhysChunk() - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
savePlteChunk() - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
saveRow(DataOutput, boolean, byte[], byte[]) - Method in class net.sourceforge.jiu.codecs.PalmCodec
 
saveRowRLE(DataOutput, byte[]) - Method in class net.sourceforge.jiu.codecs.PalmCodec
 
saveRowScanLine(DataOutput, boolean, byte[], byte[]) - Method in class net.sourceforge.jiu.codecs.PalmCodec
 
saveTextChunks() - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
saveTimeChunk() - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
scale(PixelImage) - Method in class net.sourceforge.jiu.apps.ColorIndexer
 
SCALE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
SCALE_IMAGE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
scaledHeight - Variable in class net.sourceforge.jiu.gui.awt.ImageCanvas
 
ScaleDialog - Class in net.sourceforge.jiu.gui.awt.dialogs
A dialog to enter the parameters for an image scaling operation.
ScaleDialog(Frame, Strings, int, int, boolean, String[], int) - Constructor for class net.sourceforge.jiu.gui.awt.dialogs.ScaleDialog
Creates an InfoDialog, a modal dialog to display a text message, centered on the desktop.
scaledWidth - Variable in class net.sourceforge.jiu.gui.awt.ImageCanvas
 
ScaleReplication - Class in net.sourceforge.jiu.geometry
Changes the pixel resolution of an image by replicating (or dropping) pixels.
ScaleReplication() - Constructor for class net.sourceforge.jiu.geometry.ScaleReplication
 
scaleUp200Percent(byte[], int, int) - Static method in class net.sourceforge.jiu.util.ArrayScaling
Scales up the argument image by factor 2 in both directions.
scans - Variable in class net.sourceforge.jiu.codecs.jpeg.JPEGData
 
scof1 - Variable in class net.sourceforge.jiu.color.quantization.ContouringColorPair
 
scof2 - Variable in class net.sourceforge.jiu.color.quantization.ContouringColorPair
 
scofMean - Variable in class net.sourceforge.jiu.color.data.BaseCoOccurrenceFrequencyMatrix
self co-occurrence frequency mean $\mu_S$
scofStddev - Variable in class net.sourceforge.jiu.color.data.BaseCoOccurrenceFrequencyMatrix
self co-occurrence frequency standard deviation $\sigma_S$
scofSum - Variable in class net.sourceforge.jiu.color.data.BaseCoOccurrenceFrequencyMatrix
equals scofMean + scofStddev
SCREEN_RESOLUTION - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
scrollbar - Variable in class net.sourceforge.jiu.gui.awt.dialogs.IntegerDialog
 
scrollbar - Variable in class net.sourceforge.jiu.gui.awt.dialogs.ReduceGrayscaleDialog
 
scrollPane - Variable in class net.sourceforge.jiu.gui.awt.JiuAwtFrame
 
SECTOR_SIZE - Static variable in class net.sourceforge.jiu.codecs.PCDCodec
 
seek(int) - Method in class net.sourceforge.jiu.util.SeekableByteArrayOutputStream
Sets the current position in the output stream to the argument.
SeekableByteArrayOutputStream - Class in net.sourceforge.jiu.util
An extension of OutputStream that writes data to an internal byte array, resizing it when necessary.
SeekableByteArrayOutputStream() - Constructor for class net.sourceforge.jiu.util.SeekableByteArrayOutputStream
Creates a new object of this class, setting initial capacity and increment size to default values.
SeekableByteArrayOutputStream(int) - Constructor for class net.sourceforge.jiu.util.SeekableByteArrayOutputStream
Creates a new object of this class, setting initial capacity to the argument value.
SeekableByteArrayOutputStream(int, int) - Constructor for class net.sourceforge.jiu.util.SeekableByteArrayOutputStream
Creates a new object of this class, setting initial capacity and increment to the argument values.
serialVersionUID - Static variable in class net.sourceforge.jiu.apps.jiuawtapplet
 
serialVersionUID - Static variable in class net.sourceforge.jiu.gui.awt.JiuAwtFrame
 
set(Integer, String[]) - Method in class net.sourceforge.jiu.apps.Strings
 
SET_HUE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
setAbort(boolean) - Method in class net.sourceforge.jiu.ops.Operation
Sets a new abort status.
setAcEntropyTable(int) - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGScanComponentSpecification
 
setAllPaletteIndexValues() - Method in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
 
setAlphaChannelImage(IntegerImage) - Method in interface net.sourceforge.jiu.data.TransparencyInformation
Set a new alpha channel image object.
setAngle(double) - Method in class net.sourceforge.jiu.geometry.Shear
Sets the angle to be used in the shearing operation to the argument value.
setArea(int, int) - Method in class net.sourceforge.jiu.filters.AreaFilterOperation
Sets the area of the window to be used to determine each pixel's mean to the argument width and height.
setAreaHeight(int) - Method in class net.sourceforge.jiu.filters.AreaFilterOperation
Sets the height of the area of the window to be used to determine each pixel's mean to the argument value.
setAreaWidth(int) - Method in class net.sourceforge.jiu.filters.AreaFilterOperation
Sets the width of the area of the window to be used to determine each pixel's mean to the argument value.
setAscii(boolean) - Method in class net.sourceforge.jiu.codecs.PNMCodec
Specify whether ASCII mode is to be used when saving an image.
setBackgroundColor(int) - Method in class net.sourceforge.jiu.codecs.GIFCodec
Specify the value of the background color.
setBias(int) - Method in class net.sourceforge.jiu.filters.ConvolutionKernelData
Set new bias value.
setBits(int) - Method in class net.sourceforge.jiu.color.reduction.ReduceShadesOfGray
Specifies the number of bits the output image is supposed to have.
setBitsPerSample(int) - Method in class net.sourceforge.jiu.color.reduction.ReduceRGB
Specifies the number of bits per sample in the output image.
setBounds(int, int, int, int) - Method in class net.sourceforge.jiu.codecs.ImageCodec
Sets the bounds of a rectangular part of the image that is to be loaded or saved, instead of the complete image.
setBounds(int, int, int, int) - Method in class net.sourceforge.jiu.geometry.Crop
Specify the rectangular section of the original image that is to be copied to the output image by this operation.
setBoundsIfNecessary(int, int) - Method in class net.sourceforge.jiu.codecs.ImageCodec
If no bounds have been set (ImageCodec.hasBounds() returns false), this method will set the bounds to 0, 0, width - 1, height - 1.
setBrightness(int) - Method in class net.sourceforge.jiu.color.adjustment.Brightness
Sets the brightness adjustment value in percent (between -100 and 100).
setByteOrder(int) - Method in class net.sourceforge.jiu.codecs.tiff.TIFFCodec
Sets the byte order to the argument.
setCanInputAndOutputBeEqual(boolean) - Method in class net.sourceforge.jiu.ops.ImageToImageOperation
Specify if input and output image are allowed to be the same object.
setChannelIndex(int) - Method in class net.sourceforge.jiu.filters.BorderSampleGenerator
Sets the channel from which data is copied in BorderSampleGenerator.fill(int, int, int[]).
setChildren(OctreeNode[]) - Method in class net.sourceforge.jiu.color.quantization.OctreeNode
 
setClassAcDc(int) - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGHuffmanTable
 
setCodec(TIFFCodec) - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoder
Specify the codec to be used with this decoder.
setCodes(int[][]) - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGHuffmanTable
 
setCollectErrorMessages(boolean) - Method in class net.sourceforge.jiu.ops.BatchProcessorOperation
Specifies whether error messages are supposed to be collected during the execution of BatchProcessorOperation.process().
setColorConversion(boolean) - Method in class net.sourceforge.jiu.codecs.PCDCodec
Specify whether color is converted from PCD's YCbCr color space to RGB color space.
setColorWeights(float, float, float) - Method in class net.sourceforge.jiu.color.reduction.RGBToGrayConversion
Sets the weights for the three colors red, green and blue used in the conversion procedure.
setComponent(int) - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGScanComponentSpecification
 
setComponentId(int) - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGFrameComponent
 
setComponents(JPEGFrameComponent[]) - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGFrame
 
setCompression(int) - Method in class net.sourceforge.jiu.codecs.PalmCodec
Sets the compression algorithm to be used for saving an image.
setCompressionLevel(int) - Method in class net.sourceforge.jiu.codecs.PNGCodec
Sets the compression level to be used with the underlying Deflater object which does the compression.
setCompressionStrategy(int) - Method in class net.sourceforge.jiu.codecs.PNGCodec
Sets the compression strategy to be used with the underlying Deflater object which does the compression.
setCompSpecs(JPEGScanComponentSpecification[]) - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGScan
 
setContrast(int) - Method in class net.sourceforge.jiu.color.adjustment.Contrast
Sets the value for contrast adjustment to be used within this operation.
setConversion(boolean) - Method in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
This method can be used to specify whether the input image is to be converted to the minimum image type if it is clear that such a conversion is possible.
setCorrectVersion() - Method in class net.sourceforge.jiu.codecs.PalmCodec
 
setCounter(int) - Method in class net.sourceforge.jiu.color.data.Histogram3DNode
 
setCurrentDirectory(String) - Method in class net.sourceforge.jiu.apps.EditorState
Sets a new current directory.
setData(int[]) - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGQuantizationTable
 
setData(int[]) - Method in class net.sourceforge.jiu.filters.ConvolutionKernelData
Sets the data array to be used in this kernel.
setDataInput(DataInput) - Method in class net.sourceforge.jiu.codecs.ImageCodec
Specifies a DataInput object to be used for loading.
setDataOutput(DataOutput) - Method in class net.sourceforge.jiu.codecs.ImageCodec
Sets a DataOutput object to be used for saving an image.
setDcEntropyTable(int) - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGScanComponentSpecification
 
setDefaultCursor() - Method in class net.sourceforge.jiu.gui.awt.JiuAwtFrame
Sets the current cursor to be Cursor.DEFAULT_CURSOR.
setDefaults() - Method in class net.sourceforge.jiu.color.dithering.ClusteredDotDither
 
setDefaults(JiuConvertSettings) - Method in class net.sourceforge.jiu.apps.BMPSwitch
 
setDefaults(JiuConvertSettings) - Method in class net.sourceforge.jiu.apps.DestinationDirectorySwitch
 
setDefaults(JiuConvertSettings) - Method in class net.sourceforge.jiu.apps.NoAwtLoadingSwitch
 
setDefaults(JiuConvertSettings) - Method in class net.sourceforge.jiu.apps.OverwriteSwitch
 
setDefaults(JiuConvertSettings) - Method in class net.sourceforge.jiu.apps.QuietSwitch
 
setDefaults(JiuConvertSettings) - Method in class net.sourceforge.jiu.apps.Switch
 
setDefaults(JiuConvertSettings) - Method in class net.sourceforge.jiu.apps.TestSwitch
 
setDifference(double) - Method in class net.sourceforge.jiu.color.analysis.MeanDifference
 
setDitherMatrix(int, int, int[]) - Method in class net.sourceforge.jiu.color.dithering.ClusteredDotDither
Sets the dither matrix to be used in this operation.
setDitherMatrix(int, int, SpotFunction) - Method in class net.sourceforge.jiu.color.dithering.ClusteredDotDither
Creates and sets a dither matrix of user-defined size and compiles it from a spot function.
setDiv(int) - Method in class net.sourceforge.jiu.filters.ConvolutionKernelData
 
setDpi(int, int) - Method in class net.sourceforge.jiu.codecs.ImageCodec
Sets the DPI values to be stored in the file to the argument values.
setElementPrecision(int) - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGQuantizationTable
 
setEnabled(int, boolean) - Method in class net.sourceforge.jiu.apps.MenuWrapper
Sets the enabled status of one of the menu items to either true or false.
setEnabled(int, boolean) - Method in class net.sourceforge.jiu.gui.awt.AwtMenuWrapper
Changes the enabled status of one of the MenuItem objects, given by its index.
setEncodingIdatSize(int) - Method in class net.sourceforge.jiu.codecs.PNGCodec
Sets the size of IDAT chunks generated when encoding.
setEntry(int, int) - Method in class net.sourceforge.jiu.color.data.ArrayHistogram1D
 
setEntry(int, int) - Method in interface net.sourceforge.jiu.color.data.Histogram1D
Sets one counter to a new value.
setEntry(int, int, int, int) - Method in interface net.sourceforge.jiu.color.data.Histogram3D
Sets the counter value of (index1, index2, index3) to newValue.
setEntry(int, int, int, int) - Method in class net.sourceforge.jiu.color.data.NaiveHistogram3D
Sets the counter value of (index1, index2, index3) to newValue.
setEntry(int, int, int, int) - Method in class net.sourceforge.jiu.color.data.OnDemandHistogram3D
 
setFile(File, CodecMode) - Method in class net.sourceforge.jiu.codecs.ImageCodec
Gives a File object and a codec mode to this codec and attempts to initialize the appropriate I/O objects.
setFile(String, CodecMode) - Method in class net.sourceforge.jiu.codecs.ImageCodec
Gives a file name and codec mode to the codec which will then try to create the corresponding I/O object.
setFile(String, CodecMode) - Method in class net.sourceforge.jiu.codecs.PalmCodec
Reuses super.setFile when used for CodecMode.LOAD, but creates a RandomAccessFile instead of a FileOutputStream in write mode so that the compressed size can be written correcly (requires a seek operation).
setFile(String, CodecMode) - Method in class net.sourceforge.jiu.codecs.PCDCodec
 
setFile(String, CodecMode) - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
setFile(String, CodecMode) - Method in class net.sourceforge.jiu.codecs.tiff.TIFFCodec
 
setFileName(String) - Method in class net.sourceforge.jiu.apps.EditorState
Sets a new file name.
setFilter(int) - Method in class net.sourceforge.jiu.geometry.Resample
Sets a new filter type, using the default sampling radius of that filter.
setFilter(int, float) - Method in class net.sourceforge.jiu.geometry.Resample
Sets a new filter type with a user-defined sampling radius.
setFilter(ResampleFilter) - Method in class net.sourceforge.jiu.geometry.Resample
Set a new filter object to be used with this operation.
setFrame(JPEGFrame) - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGData
 
setGamma(double) - Method in class net.sourceforge.jiu.color.adjustment.GammaCorrection
Sets a new gamma value to be used in this operation.
setGrayscaleOutputBits(int) - Method in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
Sets the number of bits to be in the output image when a grayscale image is quantized.
setHeight(int) - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGFrame
 
setHeight(int) - Method in class net.sourceforge.jiu.filters.ConvolutionKernelData
 
setHistogram(Histogram1D) - Method in class net.sourceforge.jiu.color.analysis.Histogram1DCreator
Sets a histogram object to be used for this operation.
setHistogram3D(Histogram3D) - Method in class net.sourceforge.jiu.color.analysis.Histogram3DCreator
Sets the histogram object to be reused for this operation.
setHorizontalSamplingFactor(int) - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGFrameComponent
 
setHue - Variable in class net.sourceforge.jiu.gui.awt.dialogs.HueSaturationValueDialog
 
setHueSaturationValue(int, int, int) - Method in class net.sourceforge.jiu.color.adjustment.HueSaturationValue
Set the values for the adjustment of hue, saturation and value (brightness).
setId(int) - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGHuffmanTable
 
setId(int) - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGQuantizationTable
 
setImage(Image) - Method in class net.sourceforge.jiu.gui.awt.ImageCanvas
Specifies a new Image object to be displayed in this canvas.
setImage(IntegerImage) - Method in class net.sourceforge.jiu.color.analysis.Histogram1DCreator
Set the image for which the histogram is to be initialized.
setImage(IntegerImage) - Method in class net.sourceforge.jiu.color.analysis.Histogram3DCreator
The image for which a histogram will be initialized.
setImage(IntegerImage, int) - Method in class net.sourceforge.jiu.color.analysis.Histogram1DCreator
Set the image and the channel index for which the histogram is to be initialized.
setImage(IntegerImage, int, int, int) - Method in class net.sourceforge.jiu.color.analysis.Histogram3DCreator
The image for which a histogram will be initialized.
setImage(PixelImage) - Method in class net.sourceforge.jiu.codecs.ImageCodec
Give an image to this codec to be used for loading an image into it or saving the image.
setImage(PixelImage, boolean) - Method in class net.sourceforge.jiu.apps.EditorState
Sets image and modified state to argument values.
setImage(PixelImage, boolean) - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
setImageFileDirectory(TIFFImageFileDirectory) - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoder
Specify the IFD to be used with this decoder.
setImageIndex(int) - Method in class net.sourceforge.jiu.codecs.ImageCodec
Sets the index of the image to be loaded to the argument value (which must be zero or larger).
setImages(PixelImage, PixelImage) - Method in class net.sourceforge.jiu.color.analysis.MeanDifference
Sets the two images for which the mean difference is to be determined.
setInputImage(PixelImage) - Method in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
This method must be used to specify the mandatory input image.
setInputImage(PixelImage) - Method in class net.sourceforge.jiu.ops.ImageToImageOperation
Sets the input image stored in this object to the argument.
setInputStream(InputStream) - Method in class net.sourceforge.jiu.codecs.ImageCodec
An InputStream can be given to this codec using this method.
setIntBE(byte[], int, int) - Static method in class net.sourceforge.jiu.util.ArrayConverter
Writes an int value into four consecutive bytes of a byte array, in big endian (network) byte order.
setInterlacing(boolean) - Method in class net.sourceforge.jiu.codecs.GIFCodec
Specifies whether the image will be stored in interlaced mode (true) or non-interlaced mode (false).
setInterpolation(int) - Method in class net.sourceforge.jiu.apps.EditorState
Sets a new interpolation type to be used for display.
setInterpolation(int) - Method in class net.sourceforge.jiu.gui.awt.ImageCanvas
Sets the interpolation type used for drawing to the argument (must be one of the INTERPOLATION_xyz constants of EditorState), but does not do a redraw.
setIntLE(byte[], int, int) - Static method in class net.sourceforge.jiu.util.ArrayConverter
Writes an int value into four consecutive bytes of a byte array, in little endian (Intel) byte order.
setKernel(int) - Method in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
Sets one of the predefined kernel types to be used for filtering.
setKernel(int[], int, int, int, int) - Method in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
Sets properties of the kernel to be used in this operation.
setKernel(ConvolutionKernelData) - Method in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
Sets kernel data to be used for filtering.
setLabel(int, String) - Method in class net.sourceforge.jiu.apps.MenuWrapper
Sets the text of one of the menu elements to a new value.
setLabel(int, String) - Method in class net.sourceforge.jiu.gui.awt.AwtMenuWrapper
Changes the label text of one of the MenuItem objects, given by its index.
setLargestDistribution(int, int) - Method in class net.sourceforge.jiu.color.quantization.MedianCutNode
 
setLocale(Locale) - Method in class net.sourceforge.jiu.apps.EditorState
Defines a new Locale to be used.
setMapping(boolean) - Method in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
Defines whether process will map the input image to an output image.
setMapping(boolean) - Method in class net.sourceforge.jiu.color.quantization.PopularityQuantizer
Specifies whether this operation will map the image to the new palette (true) or not (false).
setMatrix(CoOccurrenceMatrix) - Method in class net.sourceforge.jiu.color.analysis.TextureAnalysis
Sets the matrix to be used by this operation to the argument value.
setMaxColor(int, int, int) - Method in class net.sourceforge.jiu.color.quantization.MedianCutNode
 
setMaxColorSample(int, int) - Method in class net.sourceforge.jiu.color.quantization.MedianCutNode
 
setMaximumSample(String) - Method in class net.sourceforge.jiu.codecs.PNMCodec
 
setMedianValue(int) - Method in class net.sourceforge.jiu.color.quantization.MedianCutNode
 
setMethodToDetermineRepresentativeColors(int) - Method in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
Sets the method to determine the representative color for a list of colors.
setMinColor(int, int, int) - Method in class net.sourceforge.jiu.color.quantization.MedianCutNode
 
setMinColorSample(int, int) - Method in class net.sourceforge.jiu.color.quantization.MedianCutNode
 
setModification(Calendar) - Method in class net.sourceforge.jiu.codecs.PNGCodec
Sets date and time of last modification of the image to be stored in a PNG stream when saving.
setMonochrome(boolean) - Method in class net.sourceforge.jiu.codecs.PCDCodec
Specifies whether the image is to be loaded as gray or color image.
setName(String) - Method in class net.sourceforge.jiu.filters.ConvolutionKernelData
 
setNumComponents(int) - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGFrame
 
setNumComponents(int) - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGScan
 
setNumPasses(int) - Method in class net.sourceforge.jiu.color.quantization.MedianCutContourRemoval
Specify the number of contour removal passes to be performed.
setNumTables(int) - Method in class net.sourceforge.jiu.ops.LookupTableOperation
Resets the number of tables to be used in this operation to the argument and drops all actual table data initialized so far.
setOrder3DitherMatrix() - Method in class net.sourceforge.jiu.color.dithering.ClusteredDotDither
Sets a 6 times 6 elements matrix to be used for dithering.
setOrder4DitherMatrix() - Method in class net.sourceforge.jiu.color.dithering.ClusteredDotDither
Sets an 8 times 8 elements matrix to be used for dithering.
setOrder8DitherMatrix() - Method in class net.sourceforge.jiu.color.dithering.ClusteredDotDither
Sets a 16 times 16 elements matrix to be used for dithering.
setOriginalSize() - Method in class net.sourceforge.jiu.gui.awt.ImageCanvas
Sets both zoom factors to 1.0.
setOriginalSize() - Method in class net.sourceforge.jiu.gui.awt.JiuAwtFrame
If an image is currently loaded,
setOutputBits(int) - Method in class net.sourceforge.jiu.color.dithering.OrderedDither
 
setOutputDirectory(String) - Method in class net.sourceforge.jiu.ops.BatchProcessorOperation
Specifies the output directory for all single files.
setOutputImage(PixelImage) - Method in class net.sourceforge.jiu.ops.ImagesToImageOperation
Sets the output image stored in this object to the argument.
setOutputImage(PixelImage) - Method in class net.sourceforge.jiu.ops.ImageToImageOperation
Sets the output image stored in this object to the argument.
setOutputStream(OutputStream) - Method in class net.sourceforge.jiu.codecs.ImageCodec
A method to give an OutputStream to this codec to be used for saving an image.
setOverwrite(boolean) - Method in class net.sourceforge.jiu.ops.BatchProcessorOperation
Specify whether existing files are to be overwritten.
setPalette(Palette) - Method in class net.sourceforge.jiu.data.MemoryPaletted8Image
Sets this image's palette to a new value.
setPalette(Palette) - Method in interface net.sourceforge.jiu.data.PalettedImage
Sets the palette of this image to the argument palette object.
setPaletteIndex(int) - Method in class net.sourceforge.jiu.color.quantization.MedianCutNode
 
setPaletteIndex(int) - Method in class net.sourceforge.jiu.color.quantization.OctreeNode
 
setPaletteIndexValues(MedianCutNode, int) - Method in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
Recursively visits node and its descendants, assigning ascending palette index values to leaves via MedianCutNode.setPaletteIndex(int).
setPaletteSize(int) - Method in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
Sets the number of colors that this operations is supposed to reduce the original image to.
setPaletteSize(int) - Method in class net.sourceforge.jiu.color.quantization.OctreeColorQuantizer
 
setPaletteSize(int) - Method in class net.sourceforge.jiu.color.quantization.PopularityQuantizer
Sets the number of colors that this operations is supposed to reduce the original image to.
setProgress(float) - Method in class net.sourceforge.jiu.gui.awt.JiuAwtFrame
Set a new progress status.
setProgress(float) - Method in class net.sourceforge.jiu.ops.Operation
This method will notify all registered progress listeners about a new progress level.
setProgress(float) - Method in interface net.sourceforge.jiu.ops.ProgressListener
Set the progress level to a new value, which must be between 0.0f and 1.0f (including both of these values).
setProgress(int, int) - Method in class net.sourceforge.jiu.gui.awt.JiuAwtFrame
 
setProgress(int, int) - Method in class net.sourceforge.jiu.ops.Operation
This method will notify all registered progress listeners about a new progress level.
setProgress(int, int) - Method in interface net.sourceforge.jiu.ops.ProgressListener
Sets a new progress level.
setQuantizationTableId(int) - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGFrameComponent
 
setQuantizer(MedianCutQuantizer) - Method in class net.sourceforge.jiu.color.quantization.MedianCutContourRemoval
Set the MedianCutQuantizer object to be used with this contour removal operation.
setQuantizer(RGBQuantizer) - Method in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
Sets the color quantizer to be used (if the input image is a truecolor image).
setRandomAccessFile(RandomAccessFile, CodecMode) - Method in class net.sourceforge.jiu.codecs.ImageCodec
A method to give a RandomAccessFile to this codec to be used for loading or saving an image.
setRepresentativeColor(int[]) - Method in class net.sourceforge.jiu.color.quantization.MedianCutNode
 
setResolution(String) - Method in class net.sourceforge.jiu.codecs.PNMCodec
 
setResolutionIndex(int) - Method in class net.sourceforge.jiu.codecs.PCDCodec
 
setRgbBits(int, int, int) - Method in class net.sourceforge.jiu.color.dithering.OrderedDither
Sets the number of bits to be used for each RGB component in the output image.
setSamplePrecision(int) - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGFrame
 
setSamplingRadius(float) - Method in class net.sourceforge.jiu.geometry.ResampleFilter
Sets the sampling radius to a new value.
setSaturationValue(int, int) - Method in class net.sourceforge.jiu.color.adjustment.HueSaturationValue
Set the amount of change to saturation and value (brightness) for this operation, between -100 and 100.
setScrollbarFromTextField() - Method in class net.sourceforge.jiu.gui.awt.dialogs.IntegerDialog
 
setShortBE(byte[], int, short) - Static method in class net.sourceforge.jiu.util.ArrayConverter
 
setShortLE(byte[], int, short) - Static method in class net.sourceforge.jiu.util.ArrayConverter
 
setSize(int, int) - Method in class net.sourceforge.jiu.geometry.Resample
Set the pixel resolution of the output image.
setSize(int, int) - Method in class net.sourceforge.jiu.geometry.ScaleReplication
Specify the resolution to be used for the image to be created.
setSortOrder(int) - Method in class net.sourceforge.jiu.color.quantization.RGBColorComparator
Sets the internal sort order (it is sorted by one of the three RGB components) to the parameter.
setStandardThresholdValues() - Method in class net.sourceforge.jiu.color.dithering.OrderedDither
setStartupImageName(String) - Method in class net.sourceforge.jiu.apps.EditorState
 
setStatusBar(String) - Method in class net.sourceforge.jiu.gui.awt.JiuAwtFrame
 
setStrings(String) - Method in class net.sourceforge.jiu.apps.EditorState
Set new Strings resource.
setSuccessors(MedianCutNode, MedianCutNode) - Method in class net.sourceforge.jiu.color.quantization.MedianCutNode
Sets the successor nodes for this node.
setSv(int, int) - Method in class net.sourceforge.jiu.color.adjustment.HueSaturationValue
 
setTable(int, int[]) - Method in class net.sourceforge.jiu.ops.LookupTableOperation
Provides a new lookup table for one of the channels.
setTables(int[]) - Method in class net.sourceforge.jiu.ops.LookupTableOperation
Sets the tables for all channels to the argument table.
setTau(double) - Method in class net.sourceforge.jiu.color.quantization.MedianCutContourRemoval
Specify the tau value to be used by this operation.
setTemplateData(int[][]) - Method in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
Set information on how errors are to be distributed by this error diffusion dithering operation.
setTemplateType(int) - Method in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
Sets a new template type.
setThreshold(int) - Method in class net.sourceforge.jiu.color.reduction.ReduceToBilevelThreshold
Sets a new threshold value.
setThresholdValues(int[], int, int) - Method in class net.sourceforge.jiu.color.dithering.OrderedDither
Defines a matrix of threshold values that will be used for grayscale dithering.
setTileIndex(int) - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoder
Specify the zero-based tile index for the tile or strip to be decompressed by this decoder.
setTimeZone(TimeZone) - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
Sets the time zone to be used when trying to interpret dates found in a TIFFConstants.TAG_DATE_TIME tag.
setTransparencyIndex(int) - Method in class net.sourceforge.jiu.codecs.PalmCodec
Sets a new transparency index when saving an image.
setTransparencyIndex(Integer) - Method in interface net.sourceforge.jiu.data.TransparencyInformation
Set a new transparency value.
setTruecolorOutput(boolean) - Method in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
When dithering an RGB input image, this method specifies whether the output will be an RGBIntegerImage (true) or a Paletted8Image (false).
setTruecolorOutput(boolean) - Method in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
Lets the user specify if the output image is to be truecolor (argument useTruecolor is true) or paletted (argument useTruecolor is false).
setValue(int, int, double) - Method in interface net.sourceforge.jiu.color.data.CoOccurrenceFrequencyMatrix
 
setValue(int, int, double) - Method in class net.sourceforge.jiu.color.data.MemoryCoOccurrenceFrequencyMatrix
Sets value at row j, column i to newValue.
setValue(int, int, int) - Method in interface net.sourceforge.jiu.color.data.CoOccurrenceMatrix
Sets the counter for pair (i, j) to a new value.
setValue(int, int, int) - Method in class net.sourceforge.jiu.color.data.MemoryCoOccurrenceMatrix
 
setVector(Vector) - Method in class net.sourceforge.jiu.codecs.tiff.TIFFTag
If this tag encapsulates more than one item or a single item that does not fit into four bytes, this Vector will store all elements in it.
setVerticalSamplingFactor(int) - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGFrameComponent
 
setWaitCursor() - Method in class net.sourceforge.jiu.gui.awt.JiuAwtFrame
 
setWidth(int) - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGFrame
 
setWidth(int) - Method in class net.sourceforge.jiu.filters.ConvolutionKernelData
 
setZoomFactor(double) - Method in class net.sourceforge.jiu.gui.awt.ImageCanvas
 
setZoomFactors(double, double) - Method in class net.sourceforge.jiu.apps.EditorState
Sets the zoom factors to the argument values.
setZoomFactors(double, double) - Method in class net.sourceforge.jiu.gui.awt.ImageCanvas
 
setZoomToFit(boolean) - Method in class net.sourceforge.jiu.gui.awt.ImageCanvas
 
shadesLabel - Variable in class net.sourceforge.jiu.gui.awt.dialogs.ReduceGrayscaleDialog
 
SHARPEN - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
SHARPEN_DATA - Static variable in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
 
Shear - Class in net.sourceforge.jiu.geometry
Shears an image by a given angle.
Shear() - Constructor for class net.sourceforge.jiu.geometry.Shear
 
SHEAR_ENTER_ANGLE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
SHEAR_IMAGE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
SHEAR_MENU_ITEM - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
ShearDialog - Class in net.sourceforge.jiu.gui.awt.dialogs
An AWT dialog to enter the angle for a shearing operation.
ShearDialog(Frame, Strings, double, int, int) - Constructor for class net.sourceforge.jiu.gui.awt.dialogs.ShearDialog
Creates a ShearDialog.
SHORT_SIZE - Static variable in class net.sourceforge.jiu.util.ArrayConverter
 
ShortChannelImage - Interface in net.sourceforge.jiu.data
An extension of the IntegerImage interface that restricts the image to short samples.
showError(String) - Method in class net.sourceforge.jiu.gui.awt.JiuAwtFrame
Displays the argument text in a message box with error in the title bar.
showInfo(String, String) - Method in class net.sourceforge.jiu.gui.awt.JiuAwtFrame
Shows a modal dialog with given title bar and message text.
SIERRA_DATA - Static variable in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
 
SIERRA_ERROR_DIFFUSION - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
sinc(double) - Method in class net.sourceforge.jiu.geometry.Lanczos3Filter
 
size - Variable in class net.sourceforge.jiu.util.SeekableByteArrayOutputStream
 
SIZE_BMHD - Static variable in class net.sourceforge.jiu.codecs.IFFCodec
 
skip(long) - Method in class net.sourceforge.jiu.codecs.PNGCodec
Skips a number of bytes in the input stream.
skipHeaders() - Method in class net.sourceforge.jiu.codecs.PngIdatInputStream
 
skipImageFileDirectories(int) - Method in class net.sourceforge.jiu.codecs.tiff.TIFFCodec
Skips a given number of image file directories in this TIFF files.
sMult - Variable in class net.sourceforge.jiu.color.adjustment.HueSaturationValue
 
sNegative - Variable in class net.sourceforge.jiu.color.adjustment.HueSaturationValue
 
software - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
sort(Object[], int, int, ComparatorInterface) - Static method in class net.sourceforge.jiu.util.Sort
Sorts some (or all) elements of an Object array according to a specified comparator.
sort(Object[], ComparatorInterface) - Static method in class net.sourceforge.jiu.util.Sort
Sort the complete argument array according to the argument comparator.
Sort - Class in net.sourceforge.jiu.util
Provides sorting of an Object array.
Sort() - Constructor for class net.sourceforge.jiu.util.Sort
This class is supposed to have static methods only.
sortByAxis(int, int, int) - Method in class net.sourceforge.jiu.color.quantization.RGBColorList
Sorts an interval of the array of colors by one of the three components (RGB).
sortByCounter(int, int) - Method in class net.sourceforge.jiu.color.quantization.RGBColorList
Sorts an interval of the array of colors by their counters.
sortOrder - Variable in class net.sourceforge.jiu.color.quantization.RGBColorComparator
 
splitNode(MedianCutNode) - Method in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
 
SpotFunction - Interface in net.sourceforge.jiu.color.dithering
An interface for spot functions to be used for clustered dot dithering.
start() - Method in class net.sourceforge.jiu.apps.jiuawtapplet
 
startupImageName - Variable in class net.sourceforge.jiu.apps.EditorState
 
state - Variable in class net.sourceforge.jiu.apps.OperationProcessor
 
Statistics - Class in net.sourceforge.jiu.util
A number of static methods to compute statistical properties of an array of double values.
Statistics() - Constructor for class net.sourceforge.jiu.util.Statistics
 
statusBar - Variable in class net.sourceforge.jiu.gui.awt.JiuAwtFrame
 
stdDevC - Variable in class net.sourceforge.jiu.color.quantization.MedianCutContourRemoval
 
stdDevS - Variable in class net.sourceforge.jiu.color.quantization.MedianCutContourRemoval
 
STEVENSON_ARCE_DATA - Static variable in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
 
STEVENSON_ARCE_ERROR_DIFFUSION - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
stop() - Method in class net.sourceforge.jiu.apps.jiuawtapplet
 
store(String, int[]) - Method in class net.sourceforge.jiu.apps.ColorIndexer
 
store(PixelImage, int, byte[]) - Method in class net.sourceforge.jiu.codecs.PalmCodec
 
storeInterlacedAdam7(int, int, byte[]) - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
storeInterlacedAdam7Gray(int, int, byte[]) - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
storeInterlacedAdam7GrayAlpha(int, int, byte[]) - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
storeInterlacedAdam7Indexed(int, int, byte[]) - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
storeInterlacedAdam7Rgb(int, int, byte[]) - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
storeInterlacedAdam7RgbAlpha(int, int, byte[]) - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
storeNonInterlaced(int, byte[]) - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
storeNonInterlacedGray(int, byte[]) - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
storeNonInterlacedGrayAlpha(int, byte[]) - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
storeNonInterlacedIndexed(int, byte[]) - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
storeNonInterlacedRgb(int, byte[]) - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
storeNonInterlacedRgbAlpha(int, byte[]) - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
storeRow(byte[], int) - Method in class net.sourceforge.jiu.codecs.tiff.TIFFDecoder
 
StringIndexConstants - Interface in net.sourceforge.jiu.apps
Interface of integer index values to be used with Strings.
StringLoader - Class in net.sourceforge.jiu.apps
This class loads a Strings resource from a text file.
StringLoader() - Constructor for class net.sourceforge.jiu.apps.StringLoader
 
StringLoader(String) - Constructor for class net.sourceforge.jiu.apps.StringLoader
 
strings - Variable in class net.sourceforge.jiu.apps.EditorState
 
strings - Variable in class net.sourceforge.jiu.gui.awt.dialogs.ReduceGrayscaleDialog
 
strings - Variable in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
 
Strings - Class in net.sourceforge.jiu.apps
String resource for the various apps.
Strings(Integer, String[]) - Constructor for class net.sourceforge.jiu.apps.Strings
Create a new String object for the given language and fill it with the String array.
stripByteCounts - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
stripOffsets - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
STUCKI_DATA - Static variable in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
 
STUCKI_ERROR_DIFFUSION - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
suggestFileExtension(PixelImage) - Method in class net.sourceforge.jiu.codecs.BMPCodec
 
suggestFileExtension(PixelImage) - Method in class net.sourceforge.jiu.codecs.ImageCodec
Attempts to suggest a filename extension.
suggestFileExtension(PixelImage) - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGCodec
 
suggestFileExtension(PixelImage) - Method in class net.sourceforge.jiu.codecs.PalmCodec
 
suggestFileExtension(PixelImage) - Method in class net.sourceforge.jiu.codecs.PNGCodec
 
suggestFileExtension(PixelImage) - Method in class net.sourceforge.jiu.codecs.PNMCodec
 
suggestFileExtension(PixelImage) - Method in class net.sourceforge.jiu.codecs.RASCodec
 
sum - Variable in class net.sourceforge.jiu.color.analysis.TextureAnalysis
 
sumMeanStdDevS - Variable in class net.sourceforge.jiu.color.quantization.MedianCutContourRemoval
 
SUN_RASTER - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
swap(int[], int, int) - Static method in class net.sourceforge.jiu.util.Median
Exchange two elements in the argument array.
Switch - Class in net.sourceforge.jiu.apps
 
Switch() - Constructor for class net.sourceforge.jiu.apps.Switch
 
switches - Static variable in class net.sourceforge.jiu.apps.PrintHelpSwitch
 
symmetry - Variable in class net.sourceforge.jiu.color.analysis.TextureAnalysis
 
SYSTEM - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
SYSTEM_INFORMATION - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
SystemInfo - Class in net.sourceforge.jiu.util
Class to retrieve system information in a human-readable form.
SystemInfo() - Constructor for class net.sourceforge.jiu.util.SystemInfo
 

T

t4Options - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
t6Options - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
TABLE_CLASS_AC - Static variable in class net.sourceforge.jiu.codecs.jpeg.JPEGHuffmanTable
 
TABLE_CLASS_DC - Static variable in class net.sourceforge.jiu.codecs.jpeg.JPEGHuffmanTable
 
TAG_ARTIST - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_BAD_FAX_LINES - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_BITS_PER_SAMPLE - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_CELL_LENGTH - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_CELL_WIDTH - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_CLEAN_FAX_DATA - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_COLOR_MAP - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_COMPRESSION - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_CONSECUTIVE_BAD_FAX_LINES - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_COPYRIGHT - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_DATE_TIME - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_DOCUMENT_NAME - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_EXTRA_SAMPLES - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_FILL_ORDER - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_FREE_BYTE_COUNTS - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_FREE_OFFSETS - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_GRAY_RESPONSE_CURVE - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_GRAY_RESPONSE_UNIT - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_HOST_COMPUTER - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_IMAGE_DESCRIPTION - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_IMAGE_LENGTH - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_IMAGE_WIDTH - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_LENGTH - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
Length of a tag (an image file directory entry) in bytes (12).
TAG_MAKE - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_MAX_SAMPLE_VALUE - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_MIN_SAMPLE_VALUE - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_MODEL - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_NEW_SUBFILE_TYPE - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_ORIENTATION - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_PHOTOMETRIC_INTERPRETATION - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_PHOTOSHOP_IMAGE_RESOURCES - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_PLANAR_CONFIGURATION - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_PREDICTOR - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_RESOLUTION_UNIT - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_RESOLUTION_X - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_RESOLUTION_Y - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_ROWS_PER_STRIP - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_SAMPLES_PER_PIXEL - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_SOFTWARE - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_STRIP_BYTE_COUNTS - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_STRIP_OFFSETS - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_T4_OPTIONS - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_T6_OPTIONS - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_TILE_BYTE_COUNTS - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_TILE_HEIGHT - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_TILE_OFFSETS - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_TILE_WIDTH - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_TYPE_ASCII - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_TYPE_BYTE - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_TYPE_DOUBLE - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_TYPE_FLOAT - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_TYPE_LONG - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_TYPE_RATIONAL - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_TYPE_SBYTE - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_TYPE_SHORT - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_TYPE_SLONG - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_TYPE_SRATIONAL - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_TYPE_SSHORT - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
TAG_TYPE_UNDEFINED - Static variable in interface net.sourceforge.jiu.codecs.tiff.TIFFConstants
 
tags - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
tau - Variable in class net.sourceforge.jiu.color.quantization.MedianCutContourRemoval
 
tauField - Variable in class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog
 
templateData - Variable in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
 
testOnly - Variable in class net.sourceforge.jiu.apps.JiuConvertSettings
 
TestSwitch - Class in net.sourceforge.jiu.apps
 
TestSwitch() - Constructor for class net.sourceforge.jiu.apps.TestSwitch
 
textArea - Variable in class net.sourceforge.jiu.gui.awt.dialogs.InfoDialog
 
TEXTURE_PROPERTIES - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
TEXTURE_PROPERTIES_MENU_ITEM - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
TextureAnalysis - Class in net.sourceforge.jiu.color.analysis
This class determines a number of properties for a given co-occurrence matrix.
TextureAnalysis() - Constructor for class net.sourceforge.jiu.color.analysis.TextureAnalysis
 
threshold - Variable in class net.sourceforge.jiu.color.reduction.ReduceToBilevelThreshold
 
TIFFCodec - Class in net.sourceforge.jiu.codecs.tiff
A codec to read Tagged Image File Format (TIFF) image files.
TIFFCodec() - Constructor for class net.sourceforge.jiu.codecs.tiff.TIFFCodec
 
TIFFConstants - Interface in net.sourceforge.jiu.codecs.tiff
This class provides a lot of constant values for a TIFF encoder or decoder.
TIFFDecoder - Class in net.sourceforge.jiu.codecs.tiff
The abstract base class for a TIFF decoder, a class that decompresses one tile or strip of image data and understands one or more compression types.
TIFFDecoder() - Constructor for class net.sourceforge.jiu.codecs.tiff.TIFFDecoder
 
TIFFDecoderDeflated - Class in net.sourceforge.jiu.codecs.tiff
A TIFF decoder for files compressed with the Deflated method.
TIFFDecoderDeflated() - Constructor for class net.sourceforge.jiu.codecs.tiff.TIFFDecoderDeflated
 
TIFFDecoderLogLuv - Class in net.sourceforge.jiu.codecs.tiff
A TIFF decoder for files compressed with the LogLuv RLE method.
TIFFDecoderLogLuv() - Constructor for class net.sourceforge.jiu.codecs.tiff.TIFFDecoderLogLuv
 
TIFFDecoderModifiedHuffman - Class in net.sourceforge.jiu.codecs.tiff
A TIFF decoder for files compresseed with the Modified Huffman method (also known as CCITT 1D Modified Huffman Run Length Encoding).
TIFFDecoderModifiedHuffman() - Constructor for class net.sourceforge.jiu.codecs.tiff.TIFFDecoderModifiedHuffman
 
TIFFDecoderPackbits - Class in net.sourceforge.jiu.codecs.tiff
A TIFF decoder for files compressed with the Packbits method.
TIFFDecoderPackbits() - Constructor for class net.sourceforge.jiu.codecs.tiff.TIFFDecoderPackbits
 
TIFFDecoderUncompressed - Class in net.sourceforge.jiu.codecs.tiff
A TIFF decoder for uncompressed TIFF files.
TIFFDecoderUncompressed() - Constructor for class net.sourceforge.jiu.codecs.tiff.TIFFDecoderUncompressed
 
TIFFFaxCodes - Class in net.sourceforge.jiu.codecs.tiff
Information to be used to decode and encode TIFF files in one of the bilevel compression types Modified Huffman, CCITT Group 3 or CCITT Group 4.
TIFFFaxCodes() - Constructor for class net.sourceforge.jiu.codecs.tiff.TIFFFaxCodes
 
TIFFImageFileDirectory - Class in net.sourceforge.jiu.codecs.tiff
This class encapsulates all data of a TIFF image file directory (IFD).
TIFFImageFileDirectory() - Constructor for class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
Initializes all members to null or -1 and creates an internal list for the tags that will be make up this directory.
TIFFRational - Class in net.sourceforge.jiu.codecs.tiff
Data class to store a TIFF rational number.
TIFFRational(int, int) - Constructor for class net.sourceforge.jiu.codecs.tiff.TIFFRational
Creates a TiffRational object from the arguments.
TIFFTag - Class in net.sourceforge.jiu.codecs.tiff
This encapsulates the data stored in a TIFF tag (a single image file directory entry).
TIFFTag(int, int, int, int) - Constructor for class net.sourceforge.jiu.codecs.tiff.TIFFTag
Creates a new tag with the given ID, type, number of objects / primitives stored in it and offset value.
TIFFTag(int, int, int, int, Vector) - Constructor for class net.sourceforge.jiu.codecs.tiff.TIFFTag
 
tileByteCounts - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
tileHeight - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
tileIndex - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFDecoder
 
tileOffsets - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
tileWidth - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFDecoderLogLuv
 
tileWidth - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
time1 - Variable in class net.sourceforge.jiu.apps.JiuConvertSettings
 
time2 - Variable in class net.sourceforge.jiu.apps.JiuConvertSettings
 
timeZone - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
toArray(Vector) - Method in class net.sourceforge.jiu.color.quantization.MedianCutContourRemoval
Converts a Vector to an Object array.
toByteArray() - Method in class net.sourceforge.jiu.util.SeekableByteArrayOutputStream
Allocates a new byte[] object, copies SeekableByteArrayOutputStream.getSize() bytes from the internal byte array to that new array and returns the array.
ToolkitLoader - Class in net.sourceforge.jiu.gui.awt
This class loads an instance of Image using Toolkit's built-in loading capabilities and converts it to RGB24Image using ImageCreator.
ToolkitLoader() - Constructor for class net.sourceforge.jiu.gui.awt.ToolkitLoader
This class has only static methods and fields, so there is no need to instantiate it.
TOP_ROW - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
topRow - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFDecoder
 
toString() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGFrame
 
toString() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGFrameComponent
 
toString() - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGHuffmanTable
 
toString() - Method in class net.sourceforge.jiu.color.quantization.RGBColor
 
TOTAL_BITS - Variable in class net.sourceforge.jiu.color.quantization.UniformPaletteQuantizer
 
TOTAL_MEMORY - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
TOTAL_NUMBER_OF_BITS_AND_COLORS - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
totalTileRows - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFDecoder
 
transColor - Variable in class net.sourceforge.jiu.codecs.PalmCodec
 
TRANSFORMATIONS - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
TRANSFORMATIONS - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
TRANSFORMATIONS_CROP - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
TRANSFORMATIONS_FLIP - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
TRANSFORMATIONS_MIRROR - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
TRANSFORMATIONS_ROTATE180 - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
TRANSFORMATIONS_ROTATELEFT90 - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
TRANSFORMATIONS_ROTATERIGHT90 - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
TRANSFORMATIONS_SCALE - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
TRANSFORMATIONS_SHEAR - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
transformationsCrop() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
transformationsCrop() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
transformationsFlip() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
transformationsFlip() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
transformationsMirror() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
transformationsMirror() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
transformationsRotate180() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
transformationsRotate180() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
transformationsRotate90Left() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
transformationsRotate90Left() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
transformationsRotate90Right() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
transformationsRotate90Right() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
transformationsScale() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
transformationsScale() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
transformationsShear() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
transformationsShear() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
transparencyIndex - Variable in class net.sourceforge.jiu.codecs.PalmCodec
 
TransparencyInformation - Interface in net.sourceforge.jiu.data
An interface that represents transparency information which may be available for a pixel image.
TriangleFilter - Class in net.sourceforge.jiu.geometry
A triangle filter (also known as linear or bilinear filter).
TriangleFilter() - Constructor for class net.sourceforge.jiu.geometry.TriangleFilter
 
truncate() - Method in class net.sourceforge.jiu.util.SeekableByteArrayOutputStream
Removes all bytes after the current position.
type - Variable in class net.sourceforge.jiu.codecs.IFFCodec
 
type - Variable in class net.sourceforge.jiu.codecs.RASCodec
 
type - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFTag
 
type - Variable in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
 
type - Variable in class net.sourceforge.jiu.gui.awt.dialogs.ScaleDialog
 
TYPE_BILEVEL - Static variable in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
 
TYPE_BILEVEL_BYTE - Static variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
TYPE_BILEVEL_PACKED - Static variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
TYPE_BLUR - Static variable in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
 
TYPE_BURKES - Static variable in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
Constant for Burkes error diffusion.
TYPE_BURKES_ERROR_DIFFUSION - Static variable in class net.sourceforge.jiu.gui.awt.dialogs.ReduceGrayscaleDialog
 
TYPE_BURKES_ERROR_DIFFUSION - Static variable in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
 
TYPE_CMYK32_INTERLEAVED - Static variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
TYPE_CMYK32_PLANAR - Static variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
TYPE_DITHERING_NONE - Static variable in class net.sourceforge.jiu.gui.awt.dialogs.ReduceGrayscaleDialog
 
TYPE_DITHERING_NONE - Static variable in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
 
TYPE_EDGE_DETECTION - Static variable in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
 
TYPE_EMBOSS - Static variable in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
 
TYPE_FLOYD_STEINBERG - Static variable in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
Constant for Floyd-Steinberg error diffusion.
TYPE_FLOYD_STEINBERG_ERROR_DIFFUSION - Static variable in class net.sourceforge.jiu.gui.awt.dialogs.ReduceGrayscaleDialog
 
TYPE_FLOYD_STEINBERG_ERROR_DIFFUSION - Static variable in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
 
TYPE_GRAY16 - Static variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
TYPE_GRAY16 - Static variable in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
 
TYPE_GRAY4 - Static variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
TYPE_GRAY8 - Static variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
TYPE_GRAY8 - Static variable in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
 
TYPE_HORIZONTAL_PREWITT - Static variable in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
 
TYPE_HORIZONTAL_SOBEL - Static variable in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
 
TYPE_JARVIS_JUDICE_NINKE - Static variable in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
Constant for Burkes error diffusion.
TYPE_JARVIS_JUDICE_NINKE_ERROR_DIFFUSION - Static variable in class net.sourceforge.jiu.gui.awt.dialogs.ReduceGrayscaleDialog
 
TYPE_JARVIS_JUDICE_NINKE_ERROR_DIFFUSION - Static variable in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
 
TYPE_LITHOGRAPH - Static variable in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
 
TYPE_LOGL - Static variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
TYPE_LOGLUV32_INTERLEAVED - Static variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
TYPE_ORDERED_DITHERING - Static variable in class net.sourceforge.jiu.gui.awt.dialogs.ReduceGrayscaleDialog
 
TYPE_ORDERED_DITHERING - Static variable in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
 
TYPE_PALETTED4 - Static variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
TYPE_PALETTED8 - Static variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
TYPE_PALETTED8 - Static variable in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
 
TYPE_PSYCHEDELIC_DISTILLATION - Static variable in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
 
TYPE_RGB24 - Static variable in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
 
TYPE_RGB24_INTERLEAVED - Static variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
TYPE_RGB48 - Static variable in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
 
TYPE_RGB48_INTERLEAVED - Static variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
TYPE_SHARPEN - Static variable in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
 
TYPE_SIERRA - Static variable in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
Constant for Burkes error diffusion.
TYPE_SIERRA_ERROR_DIFFUSION - Static variable in class net.sourceforge.jiu.gui.awt.dialogs.ReduceGrayscaleDialog
 
TYPE_SIERRA_ERROR_DIFFUSION - Static variable in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
 
TYPE_STEVENSON_ARCE - Static variable in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
Constant for Burkes error diffusion.
TYPE_STEVENSON_ARCE_ERROR_DIFFUSION - Static variable in class net.sourceforge.jiu.gui.awt.dialogs.ReduceGrayscaleDialog
 
TYPE_STEVENSON_ARCE_ERROR_DIFFUSION - Static variable in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
 
TYPE_STUCKI - Static variable in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
Constant for Stucki error diffusion.
TYPE_STUCKI_ERROR_DIFFUSION - Static variable in class net.sourceforge.jiu.gui.awt.dialogs.ReduceGrayscaleDialog
 
TYPE_STUCKI_ERROR_DIFFUSION - Static variable in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
 
TYPE_UNKNOWN - Static variable in class net.sourceforge.jiu.color.reduction.AutoDetectColorType
 
TYPE_VERTICAL_PREWITT - Static variable in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
 
TYPE_VERTICAL_SOBEL - Static variable in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
 
types - Variable in class net.sourceforge.jiu.gui.awt.dialogs.ScaleDialog
 

U

U_NEU - Static variable in class net.sourceforge.jiu.color.conversion.LogLuvConversion
 
undo() - Method in class net.sourceforge.jiu.apps.EditorState
Perform an undo step - the previous state will be set, the current state will be saved for a redo operation
undoImages - Variable in class net.sourceforge.jiu.apps.EditorState
 
undoModified - Variable in class net.sourceforge.jiu.apps.EditorState
 
UNIFORM_PALETTE_COLOR_QUANTIZATION - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
UNIFORM_PALETTE_COLOR_QUANTIZATION_MENU_ITEM - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
UniformPaletteQuantizer - Class in net.sourceforge.jiu.color.quantization
A color quantizer that maps to a palette which is equidistantly distributed in the RGB color cube.
UniformPaletteQuantizer(int, int, int) - Constructor for class net.sourceforge.jiu.color.quantization.UniformPaletteQuantizer
 
UniformPaletteQuantizerDialog - Class in net.sourceforge.jiu.gui.awt.dialogs
An AWT dialog to enter the parameters for a uniform palette color quantization operation.
UniformPaletteQuantizerDialog(Frame, Strings, int, int, int, int) - Constructor for class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
Creates a modal dialog to enter the parameter.
UnsharpMaskKernel - Class in net.sourceforge.jiu.filters
An unsharp mask kernel to be used with ConvolutionKernelFilter.
UnsharpMaskKernel(int) - Constructor for class net.sourceforge.jiu.filters.UnsharpMaskKernel
Creates a new unsharp mask kernel.
UnsupportedCodecModeException - Exception in net.sourceforge.jiu.codecs
This exception is thrown when a codec does not support the codec mode wanted by the user.
UnsupportedCodecModeException(String) - Constructor for exception net.sourceforge.jiu.codecs.UnsupportedCodecModeException
 
UnsupportedTypeException - Exception in net.sourceforge.jiu.codecs
This exception is thrown during image loading.
UnsupportedTypeException(String) - Constructor for exception net.sourceforge.jiu.codecs.UnsupportedTypeException
 
update(int, int, int) - Method in class net.sourceforge.jiu.color.quantization.OctreeNode
 
update(Graphics) - Method in class net.sourceforge.jiu.gui.awt.ImageCanvas
Simply calls ImageCanvas.paint(Graphics) with the argument.
updateCanvas() - Method in class net.sourceforge.jiu.gui.awt.JiuAwtFrame
If there is an image loaded, forces a canvas redraw by calling repaint.
updateEnabled(OperationProcessor) - Method in class net.sourceforge.jiu.gui.awt.AwtMenuWrapper
Changes the enabled status of all MenuItem objects using the argument OperationProcessor object (more precisely, its isAvailable(int) method).
updateFileExtensions() - Static method in class net.sourceforge.jiu.codecs.ImageLoader
 
updateFrame(PixelImage) - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
updateImage() - Method in class net.sourceforge.jiu.gui.awt.JiuAwtFrame
Removes the current canvas from the frame (if there is an image loaded) and creates a new canvas for the current image.
updateLabels() - Method in class net.sourceforge.jiu.gui.awt.dialogs.CropDialog
Computes width and height of new image and updates the corresponding labels.
updateLabels() - Method in class net.sourceforge.jiu.gui.awt.dialogs.ReduceGrayscaleDialog
 
updateLabels() - Method in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
 
updateLabels(Strings) - Method in class net.sourceforge.jiu.gui.awt.AwtMenuWrapper
Sets the label text of all MenuItem objects to new values using the argument Strings information.
updateOkButton() - Method in class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog
 
updateOkButton() - Method in class net.sourceforge.jiu.gui.awt.dialogs.OctreeDialog
 
updateOkButton() - Method in class net.sourceforge.jiu.gui.awt.dialogs.WindowSizeDialog
 
updateStates() - Method in class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog
 
updateStatusBar() - Method in class net.sourceforge.jiu.gui.awt.JiuAwtFrame
Creates a description string for the current image and sets the status bar to that text.
updateTextFields() - Method in class net.sourceforge.jiu.gui.awt.dialogs.HueSaturationValueDialog
Computes width and height of new image and updates the corresponding labels.
updateTitle() - Method in class net.sourceforge.jiu.gui.awt.JiuAwtFrame
Sets the frame's title bar to the application name, plus the file name of the currently loaded image file, plus the current zoom factor, plus an optional asterisk in case the image was modified but not yet saved.
useContourRemoval() - Method in class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog
 
USED_MEMORY - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
useErrorDiffusion() - Method in class net.sourceforge.jiu.gui.awt.dialogs.MapToArbitraryPaletteDialog
Returns whether the use of one of the error diffusion algorithms is selected in the dialog.
useErrorDiffusion() - Method in class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog
 
useErrorDiffusion() - Method in class net.sourceforge.jiu.gui.awt.dialogs.OctreeDialog
 
useNoDithering() - Method in class net.sourceforge.jiu.gui.awt.dialogs.OctreeDialog
 
useTruecolorOutput - Variable in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
 
USTART - Static variable in class net.sourceforge.jiu.color.conversion.LogLuvConversion
 
UV_NDIVS - Static variable in class net.sourceforge.jiu.color.conversion.LogLuvConversion
 
UV_NVS - Static variable in class net.sourceforge.jiu.color.conversion.LogLuvConversion
 
UV_SQSIZ - Static variable in class net.sourceforge.jiu.color.conversion.LogLuvConversion
 
UV_VSTART - Static variable in class net.sourceforge.jiu.color.conversion.LogLuvConversion
 
UVSCALE - Static variable in class net.sourceforge.jiu.color.conversion.LogLuvConversion
 

V

V_NEU - Static variable in class net.sourceforge.jiu.color.conversion.LogLuvConversion
 
value - Variable in class net.sourceforge.jiu.gui.awt.dialogs.HueSaturationValueDialog
 
VALUE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
valueHeight - Variable in class net.sourceforge.jiu.color.dithering.OrderedDither
 
values - Variable in class net.sourceforge.jiu.color.data.NaiveHistogram3D
 
values - Variable in class net.sourceforge.jiu.color.dithering.OrderedDither
 
valueTextField - Variable in class net.sourceforge.jiu.gui.awt.dialogs.IntegerDialog
 
valueWidth - Variable in class net.sourceforge.jiu.color.dithering.OrderedDither
 
verbosity - Variable in class net.sourceforge.jiu.apps.JiuConvertSettings
 
VERBOSITY_HIGH - Static variable in class net.sourceforge.jiu.apps.JiuConvertSettings
 
VERBOSITY_NORMAL - Static variable in class net.sourceforge.jiu.apps.JiuConvertSettings
 
VERBOSITY_QUIET - Static variable in class net.sourceforge.jiu.apps.JiuConvertSettings
 
VerbositySwitch - Class in net.sourceforge.jiu.apps
 
VerbositySwitch() - Constructor for class net.sourceforge.jiu.apps.VerbositySwitch
 
version - Variable in class net.sourceforge.jiu.codecs.PalmCodec
 
VERTICAL_PREWITT - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
VERTICAL_PREWITT_DATA - Static variable in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
 
VERTICAL_SOBEL - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
VERTICAL_SOBEL_DATA - Static variable in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
 
verticalSamplingFactor - Variable in class net.sourceforge.jiu.codecs.jpeg.JPEGFrameComponent
 
verticalTiles - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
VIEW - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
VIEW - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
VIEW_INTERPOLATIONTYPE - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
VIEW_INTERPOLATIONTYPE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
VIEW_INTERPOLATIONTYPE_BICUBIC - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
VIEW_INTERPOLATIONTYPE_BICUBIC - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
VIEW_INTERPOLATIONTYPE_BILINEAR - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
VIEW_INTERPOLATIONTYPE_BILINEAR - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
VIEW_INTERPOLATIONTYPE_NEARESTNEIGHBOR - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
VIEW_INTERPOLATIONTYPE_NEARESTNEIGHBOR - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
VIEW_SETORIGINALSIZE - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
VIEW_SETORIGINALSIZE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
VIEW_ZOOMIN - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
VIEW_ZOOMIN - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
VIEW_ZOOMOUT - Static variable in interface net.sourceforge.jiu.apps.MenuIndexConstants
 
VIEW_ZOOMOUT - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
viewInterpolationTypeBicubic() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
viewInterpolationTypeBicubic() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
viewInterpolationTypeBilinear() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
viewInterpolationTypeBilinear() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
viewInterpolationTypeNearestNeighbor() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
viewInterpolationTypeNearestNeighbor() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
viewSetOriginalSize() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
viewSetOriginalSize() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
viewZoomIn() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
viewZoomIn() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
viewZoomOut() - Method in class net.sourceforge.jiu.apps.OperationProcessor
 
viewZoomOut() - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
 
vMult - Variable in class net.sourceforge.jiu.color.adjustment.HueSaturationValue
 
vNegative - Variable in class net.sourceforge.jiu.color.adjustment.HueSaturationValue
 

W

WEBSAFE_PALETTE - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
WebsafePaletteCreator - Class in net.sourceforge.jiu.color
This class creates Palette objects that contain the so-called websafe palette.
WebsafePaletteCreator() - Constructor for class net.sourceforge.jiu.color.WebsafePaletteCreator
 
weight - Variable in class net.sourceforge.jiu.geometry.Resample.Contributor
 
WHITE - Static variable in class net.sourceforge.jiu.apps.ColorIndexer
 
WHITE - Static variable in interface net.sourceforge.jiu.data.BilevelImage
The value for a white pixel.
WHITE_CODES - Static variable in class net.sourceforge.jiu.codecs.tiff.TIFFFaxCodes
The code words and their meanings for white codes.
width - Variable in class net.sourceforge.jiu.codecs.GIFCodec
 
width - Variable in class net.sourceforge.jiu.codecs.IFFCodec
 
width - Variable in class net.sourceforge.jiu.codecs.jpeg.JPEGFrame
 
width - Variable in class net.sourceforge.jiu.codecs.PalmCodec
 
width - Variable in class net.sourceforge.jiu.codecs.PNGCodec
 
width - Variable in class net.sourceforge.jiu.codecs.PNMCodec
 
width - Variable in class net.sourceforge.jiu.codecs.PSDCodec
 
width - Variable in class net.sourceforge.jiu.codecs.RASCodec
 
width - Variable in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
 
width - Variable in class net.sourceforge.jiu.data.MemoryByteChannelImage
 
width - Variable in class net.sourceforge.jiu.data.MemoryShortChannelImage
 
width - Variable in class net.sourceforge.jiu.filters.ConvolutionKernelData
 
width - Variable in class net.sourceforge.jiu.gui.awt.dialogs.CropDialog
 
width - Variable in class net.sourceforge.jiu.gui.awt.dialogs.WindowSizeDialog
 
width - Variable in class net.sourceforge.jiu.gui.awt.ImageCanvas
 
WIDTH - Variable in class net.sourceforge.jiu.data.MemoryBilevelImage
 
WIDTH - Variable in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
 
widthTextField - Variable in class net.sourceforge.jiu.gui.awt.dialogs.ScaleDialog
 
WINDOW_HEIGHT - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
WINDOW_WIDTH - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
WINDOWS_BITMAP - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
WindowSizeDialog - Class in net.sourceforge.jiu.gui.awt.dialogs
A dialog to enter values for the width and height of a window (typically for a spatial filter like median or mean.
WindowSizeDialog(Frame, Strings, int, int, int) - Constructor for class net.sourceforge.jiu.gui.awt.dialogs.WindowSizeDialog
 
write(byte[]) - Method in class net.sourceforge.jiu.util.SeekableByteArrayOutputStream
Write the complete argument array to this stream.
write(byte[], int, int) - Method in class net.sourceforge.jiu.util.SeekableByteArrayOutputStream
Write some bytes from the argument array to this stream.
write(int) - Method in class net.sourceforge.jiu.util.SeekableByteArrayOutputStream
Writes the least significant eight bits of the argument int to the internal array.
writeBlock() - Method in class net.sourceforge.jiu.codecs.GIFCodec
 
writeCode(int) - Method in class net.sourceforge.jiu.codecs.GIFCodec
 
writeComments() - Method in class net.sourceforge.jiu.codecs.GIFCodec
 
writeHeader() - Method in class net.sourceforge.jiu.codecs.GIFCodec
Writes a global header, a global palette and an image descriptor to output.
writeHeader(PixelImage, int, int, int) - Method in class net.sourceforge.jiu.codecs.BMPCodec
 
writeImage() - Method in class net.sourceforge.jiu.codecs.GIFCodec
 
writeInt(int) - Method in class net.sourceforge.jiu.codecs.BMPCodec
 
writePalette() - Method in class net.sourceforge.jiu.codecs.BMPCodec
Write the palette associated with the image getImage().
writePalette() - Method in class net.sourceforge.jiu.codecs.GIFCodec
 
writeShort(int) - Method in class net.sourceforge.jiu.codecs.BMPCodec
 
writeShort(int) - Method in class net.sourceforge.jiu.codecs.GIFCodec
 
writeStream() - Method in class net.sourceforge.jiu.codecs.BMPCodec
 
writeStream() - Method in class net.sourceforge.jiu.codecs.GIFCodec
 
writeTo(OutputStream) - Method in class net.sourceforge.jiu.util.SeekableByteArrayOutputStream
Writes the bytes in the internal byte array to the argument output stream.
writeTrailer() - Method in class net.sourceforge.jiu.codecs.GIFCodec
 
WrongFileFormatException - Exception in net.sourceforge.jiu.codecs
This exception is thrown during image loading.
WrongFileFormatException(String) - Constructor for exception net.sourceforge.jiu.codecs.WrongFileFormatException
 
WrongParameterException - Exception in net.sourceforge.jiu.ops
Exception class to indicate that an operation's parameter is of the wrong type, does not fall into a valid interval or a similar mistake.
WrongParameterException(String) - Constructor for exception net.sourceforge.jiu.ops.WrongParameterException
 

X

x1 - Variable in class net.sourceforge.jiu.geometry.Crop
 
x1 - Variable in class net.sourceforge.jiu.gui.awt.dialogs.CropDialog
 
x2 - Variable in class net.sourceforge.jiu.geometry.Crop
 
x2 - Variable in class net.sourceforge.jiu.gui.awt.dialogs.CropDialog
 

Y

y1 - Variable in class net.sourceforge.jiu.geometry.Crop
 
y1 - Variable in class net.sourceforge.jiu.gui.awt.dialogs.CropDialog
 
y2 - Variable in class net.sourceforge.jiu.geometry.Crop
 
y2 - Variable in class net.sourceforge.jiu.gui.awt.dialogs.CropDialog
 
YCbCrIndex - Interface in net.sourceforge.jiu.color
This interface simply provides three integer constants as index values for the three channels of an YCbCr image: gray, blue chrominance and red chrominance.
YELLOW - Static variable in class net.sourceforge.jiu.apps.ColorIndexer
 
yes - Variable in class net.sourceforge.jiu.gui.awt.dialogs.YesNoDialog
 
YES - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
 
YesNoDialog - Class in net.sourceforge.jiu.gui.awt.dialogs
A dialog that asks a question and offers a Yes and a No button (and optionally a Cancel button).
YesNoDialog(Frame, Strings, int, int, boolean) - Constructor for class net.sourceforge.jiu.gui.awt.dialogs.YesNoDialog
Creates a new YesNoDialog object and shows it centered on the screen.

Z

zeroes - Variable in class net.sourceforge.jiu.filters.OilFilter
 
ZOOM_LEVELS - Static variable in class net.sourceforge.jiu.apps.EditorState
All allowed zoom levels, as percentage values in ascending order.
zoomFactorX - Variable in class net.sourceforge.jiu.apps.EditorState
 
zoomFactorX - Variable in class net.sourceforge.jiu.gui.awt.ImageCanvas
 
zoomFactorY - Variable in class net.sourceforge.jiu.apps.EditorState
 
zoomFactorY - Variable in class net.sourceforge.jiu.gui.awt.ImageCanvas
 
zoomIn() - Method in class net.sourceforge.jiu.apps.EditorState
Increase the zoom level by one.
zoomIn() - Method in class net.sourceforge.jiu.gui.awt.JiuAwtFrame
If an image is currently displayed, zoom in one level.
zoomIndex - Variable in class net.sourceforge.jiu.apps.EditorState
 
zoomOut() - Method in class net.sourceforge.jiu.apps.EditorState
Decrease the zoom level by one.
zoomOut() - Method in class net.sourceforge.jiu.gui.awt.JiuAwtFrame
If an image is currently displayed, zoom out one level.
zoomSetOriginalSize() - Method in class net.sourceforge.jiu.apps.EditorState
Set the zoom level to 100 percent (1:1).
zoomToFit - Variable in class net.sourceforge.jiu.apps.EditorState
 
zoomToFit - Variable in class net.sourceforge.jiu.gui.awt.ImageCanvas
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form