net.coobird.thumbnailator.resizers.configurations
Interface ResizerConfiguration

All Known Implementing Classes:
AlphaInterpolation, Antialiasing, Dithering, Rendering

public interface ResizerConfiguration

An interface which are implemented by classes and enums which provide configuration information for Resizers.

Author:
coobird

Method Summary
 RenderingHints.Key getKey()
          Returns a rendering hint key.
 Object getValue()
          Returns a rendering hint value.
 

Method Detail

getKey

RenderingHints.Key getKey()
Returns a rendering hint key.

Returns:
Rendering hint key.

getValue

Object getValue()
Returns a rendering hint value.

Returns:
Rendering hint value.


Copyright © 2014. All rights reserved.