- 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 - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
-
- 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(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_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 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
-
- 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 - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
-
- 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
-
- 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(Window) - Static method in class net.sourceforge.jiu.gui.awt.dialogs.Dialogs
-
Centers the argument window on screen.
- 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.
- 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(JiuConvertSettings) - Method in class net.sourceforge.jiu.apps.BMPSwitch
-
- check(JiuConvertSettings) - Method in class net.sourceforge.jiu.apps.Switch
-
- 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.
- 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(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)
.
- checkBounds() - Method in class net.sourceforge.jiu.geometry.Crop
-
- 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
-
- 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(int, byte) - Method in interface net.sourceforge.jiu.data.ByteChannelImage
-
Sets all samples of one channel to a new value.
- clear(int) - Method in interface net.sourceforge.jiu.data.IntegerImage
-
Sets all samples in the first channel to the argument value.
- clear(int, int) - Method in interface net.sourceforge.jiu.data.IntegerImage
-
Sets all samples of the channelIndex
'th channel to newValue
.
- clear(int) - Method in class net.sourceforge.jiu.data.MemoryBilevelImage
-
- clear(int, int) - Method in class net.sourceforge.jiu.data.MemoryBilevelImage
-
- clear(byte) - Method in class net.sourceforge.jiu.data.MemoryByteChannelImage
-
- clear(int, byte) - Method in class net.sourceforge.jiu.data.MemoryByteChannelImage
-
- clear(int) - Method in class net.sourceforge.jiu.data.MemoryByteChannelImage
-
- clear(int, int) - Method in class net.sourceforge.jiu.data.MemoryByteChannelImage
-
- clear(short) - Method in class net.sourceforge.jiu.data.MemoryShortChannelImage
-
- clear(int, short) - Method in class net.sourceforge.jiu.data.MemoryShortChannelImage
-
- clear(int) - Method in class net.sourceforge.jiu.data.MemoryShortChannelImage
-
- clear(int, int) - 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.
- clear(int, short) - Method in interface net.sourceforge.jiu.data.ShortChannelImage
-
Sets all samples of one channel to a new value.
- 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 class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
-
- clear(int, byte) - Method in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
-
- clear(int, int) - Method in class net.sourceforge.jiu.gui.awt.BufferedRGB24Image
-
- 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 - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
-
- 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_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
-
- 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(PixelImage, PixelImage) - Static method in class net.sourceforge.jiu.color.analysis.MeanDifference
-
Compute the mean difference between two images.
- 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(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.
- 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 - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
-
- 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 - Variable in class net.sourceforge.jiu.color.adjustment.Contrast
-
- contrast - Variable in class net.sourceforge.jiu.color.analysis.TextureAnalysis
-
- 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
-
- convertToAwtImage(PixelImage, int) - Static method in class net.sourceforge.jiu.gui.awt.ImageCreator
-
Creates an instance of
Image
from an instance of
RGB24Image
.
- 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(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 - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
-
- correlation - Variable in class net.sourceforge.jiu.color.analysis.TextureAnalysis
-
- COULD_NOT_CREATE_HISTOGRAM - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
-
- count(PixelImage) - Method in class net.sourceforge.jiu.apps.ColorIndexer
-
- 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, 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(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_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
-
- 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(Paletted8Image) - Static method in class net.sourceforge.jiu.color.analysis.MatrixCreator
-
- createCoOccurrenceMatrix(IntegerImage, int) - 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) - Method in class net.sourceforge.jiu.codecs.PCDCodec
-
- createImage(int[], int, int) - Static method in class net.sourceforge.jiu.gui.awt.ImageCreator
-
Creates a Image
object from a pixel array.
- createLeafList() - Method in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
-
Creates a linear list of leaf nodes.
- 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
-
- 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.
- 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(short[][]) - Static method in class net.sourceforge.jiu.codecs.PalmCodec
-
- 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
-
- 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
-
- 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
-
- getAreaWidth() - Method in class net.sourceforge.jiu.filters.AreaFilterOperation
-
Returns the current area width.
- getAreaWidth() - Method in class net.sourceforge.jiu.filters.BorderSampleGenerator
-
- getArtist() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
-
- 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
-
- 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, 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) - 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 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
-
- getByteSamples(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
-
- getCopyright() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
-
- getCorrelation() - Method in class net.sourceforge.jiu.color.analysis.TextureAnalysis
-
- 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
-
- getDataOutput() - Method in class net.sourceforge.jiu.codecs.ImageCodec
-
- getDateTime() - Method in class net.sourceforge.jiu.codecs.tiff.TIFFImageFileDirectory
-
- 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(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.
- 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
-
- 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
-
- 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
-
- getEntropy() - Method in class net.sourceforge.jiu.color.analysis.TextureAnalysis
-
- 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
-
- 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.
- 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
-
- 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(PixelImage) - Static method in class net.sourceforge.jiu.apps.ImageDescriptionCreator
-
- 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
-
- 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(int) - Method in class net.sourceforge.jiu.ops.ImagesToImageOperation
-
Returns the input image stored in this object.
- getInputImage() - Method in class net.sourceforge.jiu.ops.ImageToImageOperation
-
Returns the input image stored in this object.
- getInputStream() - Method in class net.sourceforge.jiu.codecs.ImageCodec
-
- 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(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
-
- getMaxValue() - Method in class net.sourceforge.jiu.data.Palette
-
Returns the maximum value allowed for a sample.
- 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
-
- 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
-
- 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
-
- 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
-
- 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, int) - Method in interface net.sourceforge.jiu.data.IntegerImage
-
Returns one sample, specified by its channel index and location.
- getSample(int, int) - Method in class net.sourceforge.jiu.data.MemoryBilevelImage
-
- getSample(int, int, int) - Method in class net.sourceforge.jiu.data.MemoryBilevelImage
-
- getSample(int, int) - Method in class net.sourceforge.jiu.data.MemoryByteChannelImage
-
- getSample(int, int, int) - Method in class net.sourceforge.jiu.data.MemoryByteChannelImage
-
- getSample(int, int) - Method in class net.sourceforge.jiu.data.MemoryShortChannelImage
-
- getSample(int, 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 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, 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) - 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 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, int) - Method in class net.sourceforge.jiu.data.MemoryShortChannelImage
-
- 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 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
-
- 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
-
- 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
-
- 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).
- getType() - Method in class net.sourceforge.jiu.gui.awt.dialogs.ScaleDialog
-
- 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(int) - Method in interface net.sourceforge.jiu.color.data.CoOccurrenceFrequencyMatrix
-
- 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) - 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 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(TextField) - Method in class net.sourceforge.jiu.gui.awt.dialogs.GammaCorrectionDialog
-
- getValue() - Method in class net.sourceforge.jiu.gui.awt.dialogs.GammaCorrectionDialog
-
- getValue() - Method in class net.sourceforge.jiu.gui.awt.dialogs.HueSaturationValueDialog
-
- 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() - Method in class net.sourceforge.jiu.gui.awt.dialogs.IntegerDialog
-
- getValue(TextComponent) - Method in class net.sourceforge.jiu.gui.awt.dialogs.ScaleDialog
-
- getValue(TextField) - Method in class net.sourceforge.jiu.gui.awt.dialogs.ShearDialog
-
- getValue() - Method in class net.sourceforge.jiu.gui.awt.dialogs.ShearDialog
-
- 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.
- 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 - Static variable in class net.sourceforge.jiu.apps.ColorIndexer
-
- GREEN - Variable in class net.sourceforge.jiu.color.quantization.ArbitraryPaletteQuantizer
-
- green - Variable in class net.sourceforge.jiu.color.quantization.OctreeNode
-
- 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
-
- 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
-
- image1 - Variable in class net.sourceforge.jiu.color.analysis.MeanDifference
-
- image2 - Variable in class net.sourceforge.jiu.color.analysis.MeanDifference
-
- 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.
- 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(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.
- 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() - Constructor for class net.sourceforge.jiu.ops.ImageToImageOperation
-
Creates an object of this class and sets both input image
and output image to null
.
- 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
-
- 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
-
- 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.
- 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(String[], int, JiuConvertSettings) - Method in class net.sourceforge.jiu.apps.BMPSwitch
-
- init(String[], int, JiuConvertSettings) - Method in class net.sourceforge.jiu.apps.DestinationDirectorySwitch
-
- init() - Method in class net.sourceforge.jiu.apps.jiuawtapplet
-
- 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(int[][], int) - Method in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
-
- 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(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 - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
-
- 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(PixelImage) - Static method in class net.sourceforge.jiu.color.Invert
-
Helper method to return an inverted image from the argument image.
- 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
-
- 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
-
- M_LN2 - Static variable in class net.sourceforge.jiu.color.conversion.LogLuvConversion
-
- MAGENTA - Static variable in class net.sourceforge.jiu.apps.ColorIndexer
-
- MAGIC - Static variable in class net.sourceforge.jiu.codecs.PCDCodec
-
- magic - Variable in class net.sourceforge.jiu.codecs.PSDCodec
-
- 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
-
- 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, 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[]) - 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, int, int, int[]) - Method in class net.sourceforge.jiu.color.quantization.OctreeNode
-
- 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_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(RGB24Image, RGB24Image) - Method in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
-
- mapImage(RGB24Image, Paletted8Image) - Method in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
-
- mapImage() - Method in class net.sourceforge.jiu.color.quantization.OctreeColorQuantizer
-
- 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
-
- 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 - Class in net.sourceforge.jiu.apps
-
Abstract menu wrapper.
- MenuWrapper() - Constructor for class net.sourceforge.jiu.apps.MenuWrapper
-
- menuWrapper - Variable in class net.sourceforge.jiu.gui.awt.JiuAwtFrame
-
- mergeAndSplit() - Method in class net.sourceforge.jiu.color.quantization.MedianCutContourRemoval
-
- METHOD - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
-
- method - Variable in class net.sourceforge.jiu.color.quantization.MedianCutQuantizer
-
- 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 - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
-
- 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
-
- 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
-
- 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, 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(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_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
-
- 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(int) - Method in class net.sourceforge.jiu.apps.OperationProcessor
-
- 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(Paletted8Image, Paletted8Image) - Method in class net.sourceforge.jiu.color.adjustment.Brightness
-
- process() - Method in class net.sourceforge.jiu.color.adjustment.Brightness
-
- process(Paletted8Image, Paletted8Image) - Method in class net.sourceforge.jiu.color.adjustment.Contrast
-
- process() - Method in class net.sourceforge.jiu.color.adjustment.Contrast
-
- process(Paletted8Image, Paletted8Image) - Method in class net.sourceforge.jiu.color.adjustment.GammaCorrection
-
- process() - Method in class net.sourceforge.jiu.color.adjustment.GammaCorrection
-
- process(Paletted8Image, Paletted8Image) - Method in class net.sourceforge.jiu.color.adjustment.HueSaturationValue
-
- process(RGBIntegerImage, RGBIntegerImage) - Method in class net.sourceforge.jiu.color.adjustment.HueSaturationValue
-
- 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(GrayIntegerImage, GrayIntegerImage) - Method in class net.sourceforge.jiu.color.analysis.MeanDifference
-
- process(RGB24Image, Paletted8Image) - Method in class net.sourceforge.jiu.color.analysis.MeanDifference
-
- process(RGBIntegerImage, RGBIntegerImage) - 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(GrayIntegerImage, BilevelImage) - 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(Gray8Image, BilevelImage) - Method in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
-
- process(Gray8Image, Gray8Image) - Method in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
-
- process(RGB24Image, Paletted8Image) - Method in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
-
- process(RGB24Image, RGB24Image) - Method in class net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering
-
- process(Gray8Image, Gray8Image) - Method in class net.sourceforge.jiu.color.dithering.OrderedDither
-
- process(Gray8Image, BilevelImage) - Method in class net.sourceforge.jiu.color.dithering.OrderedDither
-
- process(RGB24Image, Paletted8Image) - Method in class net.sourceforge.jiu.color.dithering.OrderedDither
-
- process(RGB24Image, RGB24Image) - Method in class net.sourceforge.jiu.color.dithering.OrderedDither
-
- process() - Method in class net.sourceforge.jiu.color.dithering.OrderedDither
-
- process(Paletted8Image) - Method in class net.sourceforge.jiu.color.Invert
-
- process(IntegerImage) - Method in class net.sourceforge.jiu.color.Invert
-
- process() - Method in class net.sourceforge.jiu.color.Invert
-
Inverts the input image, reusing an output image if one has been specified.
- process(BilevelImage, Gray16Image) - Method in class net.sourceforge.jiu.color.promotion.PromotionGray16
-
- process(Gray8Image, Gray16Image) - Method in class net.sourceforge.jiu.color.promotion.PromotionGray16
-
- process() - Method in class net.sourceforge.jiu.color.promotion.PromotionGray16
-
- process(BilevelImage, Gray8Image) - Method in class net.sourceforge.jiu.color.promotion.PromotionGray8
-
- process() - Method in class net.sourceforge.jiu.color.promotion.PromotionGray8
-
- process(BilevelImage, Paletted8Image) - Method in class net.sourceforge.jiu.color.promotion.PromotionPaletted8
-
- process(Gray8Image, Paletted8Image) - Method in class net.sourceforge.jiu.color.promotion.PromotionPaletted8
-
- process() - Method in class net.sourceforge.jiu.color.promotion.PromotionPaletted8
-
- process(BilevelImage, RGB24Image) - Method in class net.sourceforge.jiu.color.promotion.PromotionRGB24
-
- process(Paletted8Image, RGB24Image) - Method in class net.sourceforge.jiu.color.promotion.PromotionRGB24
-
- process(Gray8Image, RGB24Image) - Method in class net.sourceforge.jiu.color.promotion.PromotionRGB24
-
- process() - Method in class net.sourceforge.jiu.color.promotion.PromotionRGB24
-
- process(BilevelImage, RGB48Image) - Method in class net.sourceforge.jiu.color.promotion.PromotionRGB48
-
- process(Paletted8Image, RGB48Image) - Method in class net.sourceforge.jiu.color.promotion.PromotionRGB48
-
- process(Gray16Image, RGB48Image) - Method in class net.sourceforge.jiu.color.promotion.PromotionRGB48
-
- process(Gray8Image, RGB48Image) - Method in class net.sourceforge.jiu.color.promotion.PromotionRGB48
-
- process(RGB24Image, RGB48Image) - Method in class net.sourceforge.jiu.color.promotion.PromotionRGB48
-
- process() - Method in class net.sourceforge.jiu.color.promotion.PromotionRGB48
-
- process(RGB24Image, Paletted8Image) - Method in class net.sourceforge.jiu.color.quantization.ArbitraryPaletteQuantizer
-
- 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(RGB24Image, Paletted8Image) - Method in class net.sourceforge.jiu.color.quantization.UniformPaletteQuantizer
-
- 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(GrayIntegerImage, int, BilevelImage) - Method in class net.sourceforge.jiu.color.reduction.ReduceShadesOfGray
-
- process(GrayIntegerImage, GrayIntegerImage) - Method in class net.sourceforge.jiu.color.reduction.ReduceShadesOfGray
-
- process() - Method in class net.sourceforge.jiu.color.reduction.ReduceShadesOfGray
-
- process(GrayIntegerImage, BilevelImage) - Method in class net.sourceforge.jiu.color.reduction.ReduceToBilevelThreshold
-
- process() - Method in class net.sourceforge.jiu.color.reduction.ReduceToBilevelThreshold
-
- process(RGBIntegerImage, GrayIntegerImage) - Method in class net.sourceforge.jiu.color.reduction.RGBToGrayConversion
-
- process() - Method in class net.sourceforge.jiu.color.reduction.RGBToGrayConversion
-
- process(Paletted8Image) - Method in class net.sourceforge.jiu.color.reduction.RGBToGrayConversion
-
- process(RGB24Image) - Method in class net.sourceforge.jiu.color.reduction.RGBToGrayConversion
-
- process(RGB48Image) - Method in class net.sourceforge.jiu.color.reduction.RGBToGrayConversion
-
- process(int, IntegerImage, IntegerImage) - Method in class net.sourceforge.jiu.filters.AreaFilterOperation
-
Applies the filter to one of the channels of an image.
- process(IntegerImage, IntegerImage) - Method in class net.sourceforge.jiu.filters.AreaFilterOperation
-
- process() - Method in class net.sourceforge.jiu.filters.AreaFilterOperation
-
- process(int, IntegerImage, IntegerImage) - Method in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
-
Applies the kernel to one of the channels of an image.
- process(IntegerImage, IntegerImage) - Method in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
-
- process() - Method in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
-
- process() - Method in class net.sourceforge.jiu.filters.OilFilter
-
- process(IntegerImage, IntegerImage) - Method in class net.sourceforge.jiu.geometry.Crop
-
- process() - Method in class net.sourceforge.jiu.geometry.Crop
-
- process(IntegerImage, IntegerImage) - Method in class net.sourceforge.jiu.geometry.Flip
-
- process() - Method in class net.sourceforge.jiu.geometry.Flip
-
- process(IntegerImage, IntegerImage) - Method in class net.sourceforge.jiu.geometry.Mirror
-
- process() - 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() - Method in class net.sourceforge.jiu.geometry.Resample
-
- process(IntegerImage, IntegerImage) - Method in class net.sourceforge.jiu.geometry.Rotate180
-
- process() - Method in class net.sourceforge.jiu.geometry.Rotate180
-
- process(IntegerImage, IntegerImage) - Method in class net.sourceforge.jiu.geometry.Rotate90Left
-
- process() - Method in class net.sourceforge.jiu.geometry.Rotate90Left
-
- process(IntegerImage, IntegerImage) - Method in class net.sourceforge.jiu.geometry.Rotate90Right
-
- process() - Method in class net.sourceforge.jiu.geometry.Rotate90Right
-
- process(IntegerImage, IntegerImage) - Method in class net.sourceforge.jiu.geometry.ScaleReplication
-
- process() - Method in class net.sourceforge.jiu.geometry.ScaleReplication
-
- process(IntegerImage, IntegerImage) - Method in class net.sourceforge.jiu.geometry.Shear
-
- process() - Method in class net.sourceforge.jiu.geometry.Shear
-
- process(ImageToImageOperation) - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
-
This method can be called for ImageToImageOperation objects.
- process() - Method in class net.sourceforge.jiu.ops.BatchProcessorOperation
-
- process() - Method in class net.sourceforge.jiu.ops.LookupTableOperation
-
- 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() - Method in class net.sourceforge.jiu.ops.Operation
-
This method does the actual work of the operation.
- 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
-
- 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
-
- 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, int, byte) - Method in interface net.sourceforge.jiu.data.ByteChannelImage
-
Sets one byte sample in one channel to a new value.
- 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, int, byte) - Method in class net.sourceforge.jiu.data.MemoryByteChannelImage
-
- putByteSample(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
-
- putByteSample(int, int, byte) - 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
-
- putByteSamples(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, int) - Method in interface net.sourceforge.jiu.data.IntegerImage
-
This method sets one sample to a new value.
- putSample(int, int, int) - Method in class net.sourceforge.jiu.data.MemoryBilevelImage
-
- putSample(int, 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, 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, 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 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, 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 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
-
- 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 - Static variable in class net.sourceforge.jiu.apps.ColorIndexer
-
- RED - Variable in class net.sourceforge.jiu.color.quantization.ArbitraryPaletteQuantizer
-
- red - Variable in class net.sourceforge.jiu.color.quantization.OctreeNode
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- RESULT_NO - Static variable in class net.sourceforge.jiu.gui.awt.dialogs.YesNoDialog
-
- RESULT_YES - Static variable in class net.sourceforge.jiu.gui.awt.dialogs.YesNoDialog
-
- reverseFilter(int, byte[], byte[], int) - Method in class net.sourceforge.jiu.codecs.PNGCodec
-
- rgb - Variable in class net.sourceforge.jiu.codecs.PalmCodec
-
- 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).
- 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
-
- 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
-
- RGBColorComparator(int) - Constructor for class net.sourceforge.jiu.color.quantization.RGBColorComparator
-
- RGBColorList - Class in net.sourceforge.jiu.color.quantization
-
- 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
-
- Rotate180 - Class in net.sourceforge.jiu.geometry
-
Rotates images by 180 degrees.
- Rotate180() - Constructor for class net.sourceforge.jiu.geometry.Rotate180
-
- 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
-
- 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
-
- rotate90Left(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
-
- rotate90Right(int, int, byte[], int, byte[], int) - Static method in class net.sourceforge.jiu.util.ArrayRotation
-
- rotate90Right(int[], int, int) - Static method in class net.sourceforge.jiu.util.ArrayRotation
-
- rotate90Right(boolean, int[], int, int) - Static method in class net.sourceforge.jiu.util.ArrayRotation
-
- 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
-
- 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, String) - Static method in class net.sourceforge.jiu.apps.jiuconvert
-
- run(JiuConvertSettings) - Static method in class net.sourceforge.jiu.apps.jiuconvert
-
- 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 - Static variable in interface net.sourceforge.jiu.apps.StringIndexConstants
-
- saturation - Variable in class net.sourceforge.jiu.gui.awt.dialogs.HueSaturationValueDialog
-
- save() - Method in class net.sourceforge.jiu.codecs.BMPCodec
-
- SAVE - Static variable in class net.sourceforge.jiu.codecs.CodecMode
-
Codec mode save, one of the two possible values of CodecMode.
- save() - Method in class net.sourceforge.jiu.codecs.GIFCodec
-
- save() - Method in class net.sourceforge.jiu.codecs.PalmCodec
-
- 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() - Method in class net.sourceforge.jiu.codecs.PNGCodec
-
- save() - Method in class net.sourceforge.jiu.codecs.PNMCodec
-
- save(BilevelImage) - Method in class net.sourceforge.jiu.codecs.PNMCodec
-
- save(Gray8Image) - Method in class net.sourceforge.jiu.codecs.PNMCodec
-
- save(Gray16Image) - Method in class net.sourceforge.jiu.codecs.PNMCodec
-
- save(RGB24Image) - Method in class net.sourceforge.jiu.codecs.PNMCodec
-
- save(RGB48Image) - Method in class net.sourceforge.jiu.codecs.PNMCodec
-
- save() - Method in class net.sourceforge.jiu.codecs.RASCodec
-
- 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(CoOccurrenceMatrix, PrintStream) - Static method in class net.sourceforge.jiu.color.io.MatrixSerialization
-
- save(CoOccurrenceFrequencyMatrix, PrintStream) - Static method in class net.sourceforge.jiu.color.io.MatrixSerialization
-
- 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_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(DataOutput) - Method in class net.sourceforge.jiu.codecs.PalmCodec
-
- saveHeader() - Method in class net.sourceforge.jiu.codecs.PNMCodec
-
- 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
-
- 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
-
- 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(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
-
- setDefaults() - Method in class net.sourceforge.jiu.color.dithering.ClusteredDotDither
-
- 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(ResampleFilter) - Method in class net.sourceforge.jiu.geometry.Resample
-
Set a new filter object to be used with this operation.
- 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.
- 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(PixelImage, boolean) - Method in class net.sourceforge.jiu.apps.EditorState
-
Sets image and modified state to argument values.
- 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(IntegerImage) - Method in class net.sourceforge.jiu.color.analysis.Histogram1DCreator
-
Set the image for which the histogram is to 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) - Method in class net.sourceforge.jiu.color.analysis.Histogram3DCreator
-
The image for which a histogram will 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, boolean) - Method in class net.sourceforge.jiu.gui.awt.AwtOperationProcessor
-
- setImage(Image) - Method in class net.sourceforge.jiu.gui.awt.ImageCanvas
-
Specifies a new Image object to be displayed in this canvas.
- 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[], 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.
- setKernel(int) - Method in class net.sourceforge.jiu.filters.ConvolutionKernelFilter
-
Sets one of the predefined kernel types 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(int, int) - Method in class net.sourceforge.jiu.gui.awt.JiuAwtFrame
-
- 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(int, int) - 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 interface net.sourceforge.jiu.ops.ProgressListener
-
Sets a new progress level.
- setQuantizationTableId(int) - Method in class net.sourceforge.jiu.codecs.jpeg.JPEGFrameComponent
-
- 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).
- setQuantizer(MedianCutQuantizer) - Method in class net.sourceforge.jiu.color.quantization.MedianCutContourRemoval
-
- 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
-
- 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
-
- 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, int) - Method in interface net.sourceforge.jiu.color.data.CoOccurrenceMatrix
-
Sets the counter for pair (i, j) to a new value.
- 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 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 - 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.
- 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.
- 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 - 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.
- strings - Variable in class net.sourceforge.jiu.gui.awt.dialogs.ReduceGrayscaleDialog
-
- strings - Variable in class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog
-
- 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
-