org.torikiri.xlsapi.style
クラス AbstractShortValueProperty

java.lang.Object
  上位を拡張 org.torikiri.xlsapi.DefaultProperty<T>
      上位を拡張 org.torikiri.xlsapi.ShortProperty<HSSFCellStyle>
          上位を拡張 org.torikiri.xlsapi.style.AbstractShortValueProperty
すべての実装されたインタフェース:
Property<HSSFCellStyle>, StyleProperty
直系の既知のサブクラス:
Alignment, BorderBottom, BorderLeft, BorderRight, BorderTop, BottomBorderColor, FillBackgroundColor, FillForegroundColor, FillPattern, Indention, LeftBorderColor, RightBorderColor, Rotation, TopBorderColor, VerticalAlign

public abstract class AbstractShortValueProperty
extends ShortProperty<HSSFCellStyle>
implements StyleProperty


フィールドの概要
 
クラス org.torikiri.xlsapi.ShortProperty から継承されたフィールド
value
 
コンストラクタの概要
AbstractShortValueProperty(short value)
           
 
メソッドの概要
protected abstract  void build(HSSFCellStyle style)
           
 void build(XlsContext ctx, HSSFCellStyle style)
           
 
クラス org.torikiri.xlsapi.DefaultProperty から継承されたメソッド
getKey
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.torikiri.xlsapi.Property から継承されたメソッド
getKey
 

コンストラクタの詳細

AbstractShortValueProperty

public AbstractShortValueProperty(short value)
メソッドの詳細

build

public void build(XlsContext ctx,
                  HSSFCellStyle style)
定義:
インタフェース Property<HSSFCellStyle> 内の build

build

protected abstract void build(HSSFCellStyle style)