JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
E
G
H
L
O
R
T
U
A
add(Range<T>, U)
- Method in class org.jaitools.media.jai.rangelookup.
RangeLookupTable.Builder
Adds a new lookup defined by a range of source values mapping to a result value.
B
build()
- Method in class org.jaitools.media.jai.rangelookup.
RangeLookupTable.Builder
Creates a new table that will hold the lookup items added to this builder.
Builder()
- Constructor for class org.jaitools.media.jai.rangelookup.
RangeLookupTable.Builder
Creates a new builder.
C
compare(LookupItem<T, U>, LookupItem<T, U>)
- Method in class org.jaitools.media.jai.rangelookup.
LookupItemComparator
computeRect(Raster[], WritableRaster, Rectangle)
- Method in class org.jaitools.media.jai.rangelookup.
RangeLookupOpImage
Do lookups for the specified destination rectangle
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
getLookupItem(T)
- Method in class org.jaitools.media.jai.rangelookup.
RangeLookupTable
Finds the LookupItem containing the given source value.
getRange()
- Method in class org.jaitools.media.jai.rangelookup.
LookupItem
Gets the source value lookup range.
getValue()
- Method in class org.jaitools.media.jai.rangelookup.
LookupItem
Gets the destination 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 associate a source value lookup range with a destination value.
LookupItem(Range<T>, U)
- Constructor for class org.jaitools.media.jai.rangelookup.
LookupItem
Creates a new instance.
LookupItemComparator
<
T
extends
Number
&
Comparable
<? super
T
>,
U
extends
Number
&
Comparable
<? super
U
>> - Class in
org.jaitools.media.jai.rangelookup
Compares LookupItems on the basis of their source value ranges.
LookupItemComparator()
- Constructor for class org.jaitools.media.jai.rangelookup.
LookupItemComparator
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 LookupDescriptor.
RangeLookupOpImage(RenderedImage, Map, ImageLayout, RangeLookupTable, Number)
- 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
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
A lookup table for the RangeLookup operation.
RangeLookupTable.Builder
<
T
extends
Number
&
Comparable
<? super
T
>,
U
extends
Number
&
Comparable
<? super
U
>> - Class in
org.jaitools.media.jai.rangelookup
Builder to create an immutable lookup 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
B
C
E
G
H
L
O
R
T
U
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2009–2020. All rights reserved.