Interface ResizerConfiguration
-
- All Known Implementing Classes:
AlphaInterpolation,Antialiasing,Dithering,Rendering
public interface ResizerConfigurationAn interface which are implemented by classes and enums which provide configuration information forResizers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.RenderingHints.KeygetKey()Returns a rendering hint key.java.lang.ObjectgetValue()Returns a rendering hint value.
-