org.seasar.fisshplate.core.element
クラス Picture

java.lang.Object
  上位を拡張 org.seasar.fisshplate.core.element.AbstractCell
      上位を拡張 org.seasar.fisshplate.core.element.Picture
すべての実装されたインタフェース:
TemplateElement

public class Picture
extends AbstractCell

画像処理用の要素クラスです

作成者:
a-conv

フィールドの概要
 
クラス org.seasar.fisshplate.core.element.AbstractCell から継承されたフィールド
cell
 
コンストラクタの概要
Picture(CellWrapper cell)
          コンストラクタです。
 
メソッドの概要
protected  void mergeImpl(FPContext context, HSSFCell out)
          このクラスを継承したクラスで実装される、データ埋め込み処理の実装です。
 
クラス org.seasar.fisshplate.core.element.AbstractCell から継承されたメソッド
copyCellStyle, getCellValue, merge, setCellValue
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Picture

public Picture(CellWrapper cell)
コンストラクタです。

パラメータ:
cell - テンプレート側のセル
メソッドの詳細

mergeImpl

protected void mergeImpl(FPContext context,
                         HSSFCell out)
                  throws FPMergeException
クラス AbstractCell の記述:
このクラスを継承したクラスで実装される、データ埋め込み処理の実装です。

パラメータ:
context - コンテキスト
out - 出力先のセル
例外:
FPMergeException - データ埋め込み時にエラーが発生した際に投げられる例外です。


Copyright © 2009 The Seasar Foundation. All Rights Reserved.