JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Java SE 12
DRAFT 12-ea+32
SEARCH:
Uses of Class
java.awt.image.ReplicateScaleFilter
Packages that use
ReplicateScaleFilter
Package
Description
java.awt.image
Provides classes for creating and modifying images.
Uses of
ReplicateScaleFilter
in
java.awt.image
Subclasses of
ReplicateScaleFilter
in
java.awt.image
Modifier and Type
Class
Description
class
AreaAveragingScaleFilter
An ImageFilter class for scaling images using a simple area averaging algorithm that produces smoother results than the nearest neighbor algorithm.