Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
E
G
H
L
O
R
S
T
U
A
add(Range<T>, U)
- Method in class org.jaitools.media.jai.rangelookup.
RangeLookupTable
Add source image value range and the corresponding destination image value
C
computeRect(Raster[], WritableRaster, Rectangle)
- Method in class org.jaitools.media.jai.rangelookup.
RangeLookupOpImage
Do lookups for the specified destination rectangle
create(RenderedImage, RangeLookupTable, RenderingHints)
- Static method in class org.jaitools.media.jai.rangelookup.
RangeLookupDescriptor
Deprecated.
This method will be removed in JAITools version 1.3
create(ParameterBlock, RenderingHints)
- Method in class org.jaitools.media.jai.rangelookup.
RangeLookupRIF
Create a new instance of RangeLookupOpImage in the rendered layer.
E
equals(Object)
- Method in class org.jaitools.media.jai.rangelookup.
LookupItem
G
getDefaultValue()
- Method in class org.jaitools.media.jai.rangelookup.
RangeLookupTable
Gets the default value which is returned when a lookup value is outside all ranges in the table.
getDestValue(T)
- Method in class org.jaitools.media.jai.rangelookup.
RangeLookupTable
Lookup a source image value and return the corresponding destination image value
getOverlapAllowed()
- Method in class org.jaitools.media.jai.rangelookup.
RangeLookupTable
Checks whether it is allowable to add a range that overlaps with ranges already in the table.
getRange()
- Method in class org.jaitools.media.jai.rangelookup.
LookupItem
Gets a copy of this item's range.
getValue()
- Method in class org.jaitools.media.jai.rangelookup.
LookupItem
Gets this item's return value.
H
hashCode()
- Method in class org.jaitools.media.jai.rangelookup.
LookupItem
L
LookupItem
<
T
extends
Number
&
Comparable
<? super
T
>,
U
extends
Number
&
Comparable
<? super
U
>> - Class in
org.jaitools.media.jai.rangelookup
Used by
RangeLookupTable
to define a single lookup range and return value.
LookupItem(Range<T>, U)
- Constructor for class org.jaitools.media.jai.rangelookup.
LookupItem
Creates a new instance.
O
org.jaitools.media.jai.rangelookup
- package org.jaitools.media.jai.rangelookup
Image lookup operator that can handle ranges of values
R
RangeLookupDescriptor
- Class in
org.jaitools.media.jai.rangelookup
Describes the "RangeLookup" operation.
RangeLookupDescriptor()
- Constructor for class org.jaitools.media.jai.rangelookup.
RangeLookupDescriptor
Constructor.
RangeLookupOpImage
- Class in
org.jaitools.media.jai.rangelookup
This is a variation on the JAI javax.media.jai.LookupDescriptor.
RangeLookupOpImage(RenderedImage, Map, ImageLayout, RangeLookupTable)
- Constructor for class org.jaitools.media.jai.rangelookup.
RangeLookupOpImage
Constructor
RangeLookupRIF
- Class in
org.jaitools.media.jai.rangelookup
The image factory for the RangeLookup operation.
RangeLookupRIF()
- Constructor for class org.jaitools.media.jai.rangelookup.
RangeLookupRIF
Constructor
RangeLookupSpi
- Class in
org.jaitools.media.jai.rangelookup
OperationRegistrySpi implementation to register the "RangeLookup" operation and its associated image factories.
RangeLookupSpi()
- Constructor for class org.jaitools.media.jai.rangelookup.
RangeLookupSpi
Default constructor.
RangeLookupTable
<
T
extends
Number
&
Comparable
<? super
T
>,
U
extends
Number
&
Comparable
<? super
U
>> - Class in
org.jaitools.media.jai.rangelookup
Holds a collection of source image value ranges and their corresponding destination image values for the RangeLookup operation.
RangeLookupTable()
- Constructor for class org.jaitools.media.jai.rangelookup.
RangeLookupTable
Creates a new table with no default value.
RangeLookupTable(U)
- Constructor for class org.jaitools.media.jai.rangelookup.
RangeLookupTable
Creates a new table with a default value.
RangeLookupTable(U, boolean)
- Constructor for class org.jaitools.media.jai.rangelookup.
RangeLookupTable
Creates a new table with specified default value and overlapping range behaviour.
S
setDefaultValue(U)
- Method in class org.jaitools.media.jai.rangelookup.
RangeLookupTable
Sets the default value to return when a lookup value is outside all ranges in the table.
setOverlapAllowed(boolean)
- Method in class org.jaitools.media.jai.rangelookup.
RangeLookupTable
Sets whether the table should allow a range to be added that overlaps with one or more ranges in the table.
T
toString()
- Method in class org.jaitools.media.jai.rangelookup.
LookupItem
toString()
- Method in class org.jaitools.media.jai.rangelookup.
RangeLookupTable
U
updateRegistry(OperationRegistry)
- Method in class org.jaitools.media.jai.rangelookup.
RangeLookupSpi
Registers the RangeLookup operation and its associated image factories across all supported operation modes.
A
C
E
G
H
L
O
R
S
T
U
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2009-2011. All Rights Reserved.