Image.SCALE_REPLICATE
Class Overview | Class Members |
This Package |
All Packages
Syntax
public static final int SCALE_REPLICATE
Description
Use the image scaling algorithm embodied in the
ReplicateScaleFilter class.
The Image object is free to substitute a different filter
that performs the same algorithm yet integrates more efficiently
into the imaging infrastructure supplied by the toolkit.
See Also
ReplicateScaleFilter