Interface ThumbImageConfig
- All Known Implementing Classes:
DefaultThumbImageConfig
public interface ThumbImageConfig
缩略图生成配置支持
- Author:
- tobato
-
Method Summary
Modifier and TypeMethodDescriptionint获得缩略图高获得缩略图前缀getThumbImagePath(String masterFilename) 获得缩略图路径intgetWidth()获得缩略图宽
-
Method Details
-
getWidth
int getWidth()获得缩略图宽- Returns:
-
getHeight
int getHeight()获得缩略图高- Returns:
-
getPrefixName
String getPrefixName()获得缩略图前缀- Returns:
-
getThumbImagePath
获得缩略图路径- Parameters:
masterFilename-- Returns:
-