Package org.web3d.image
Interface ScaleFilter
- All Known Implementing Classes:
AreaAveragingScaleFilter
,BilinearScaleFilter
public interface ScaleFilter
Defines the requirements for a scaling filter for NIOBufferImage objects
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptiongetScaledImage
(int width, int height) Return an image scaled to the specified width and height
-
Method Details
-
getScaledImage
Return an image scaled to the specified width and height- Parameters:
width
- The width of the returned imageheight
- The height of the returned image- Returns:
- The scaled image
-