org.torikiri.xlsapi.row
クラス RowHeightInPoints

java.lang.Object
  上位を拡張 org.torikiri.xlsapi.row.AbstractRowHeight
      上位を拡張 org.torikiri.xlsapi.row.RowHeightInPoints
すべての実装されたインタフェース:
Property<HSSFRow>

public class RowHeightInPoints
extends AbstractRowHeight


フィールドの概要
private  float heightInPoints
           
 
コンストラクタの概要
RowHeightInPoints(float heightInPoints)
           
 
メソッドの概要
 void build(HSSFRow row)
           
 
クラス org.torikiri.xlsapi.row.AbstractRowHeight から継承されたメソッド
build, getKey
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

heightInPoints

private float heightInPoints
コンストラクタの詳細

RowHeightInPoints

public RowHeightInPoints(float heightInPoints)
メソッドの詳細

build

public void build(HSSFRow row)
定義:
クラス AbstractRowHeight 内の build