forked from fanruan/design
zhouping
8 years ago
3 changed files with 30 additions and 16 deletions
@ -0,0 +1,22 @@
|
||||
package com.fr.design.mainframe.form; |
||||
|
||||
import com.fr.general.xml.GeneralXMLTools; |
||||
import com.fr.stable.fun.impl.AbstractECThumbnailProcessor; |
||||
import com.fr.stable.xml.XMLableReader; |
||||
|
||||
import java.awt.*; |
||||
|
||||
/** |
||||
* 报表块缩略图处理 |
||||
* 从xml中读取缩略图 |
||||
* Created by zhouping on 2017/2/22. |
||||
*/ |
||||
public class ElementCaseThumbnail extends AbstractECThumbnailProcessor { |
||||
public ElementCaseThumbnail(){ |
||||
} |
||||
|
||||
@Override |
||||
public Image readThumbnail(XMLableReader reader) { |
||||
return GeneralXMLTools.readImage(reader); |
||||
} |
||||
} |
Loading…
Reference in new issue