Interface ThumbImageConfig

All Known Implementing Classes:
DefaultThumbImageConfig

public interface ThumbImageConfig
缩略图生成配置支持
Author:
tobato
  • Method Details

    • getWidth

      int getWidth()
      获得缩略图宽
      Returns:
    • getHeight

      int getHeight()
      获得缩略图高
      Returns:
    • getPrefixName

      String getPrefixName()
      获得缩略图前缀
      Returns:
    • getThumbImagePath

      String getThumbImagePath(String masterFilename)
      获得缩略图路径
      Parameters:
      masterFilename -
      Returns: