jp.carabiner.inkpod.pi.shape.persistence
クラス FontPersistenceValue

java.lang.Object
  上位を拡張 jp.carabiner.inkpod.pi.shape.persistence.DefaultPersistenceObject
      上位を拡張 jp.carabiner.inkpod.pi.shape.persistence.AbstractCompositionPersistenceValue<java.awt.Font>
          上位を拡張 jp.carabiner.inkpod.pi.shape.persistence.FontPersistenceValue
すべての実装されたインタフェース:
PersistenceObject, Persistentable

public class FontPersistenceValue
extends AbstractCompositionPersistenceValue<java.awt.Font>


コンストラクタの概要
FontPersistenceValue(java.lang.Object object, java.lang.String name)
           
FontPersistenceValue(ValueReadWriter<java.awt.Font> readWriter)
           
 
メソッドの概要
 boolean isEmpty()
          内容が空であるか調べる。
protected  java.awt.Font toPropertyValue()
           
 
クラス jp.carabiner.inkpod.pi.shape.persistence.AbstractCompositionPersistenceValue から継承されたメソッド
flush, getPropertyValue
 
クラス jp.carabiner.inkpod.pi.shape.persistence.DefaultPersistenceObject から継承されたメソッド
addProperty, addProperty, addProperty, addProperty, addProperty, getPersistenceProperties, getProperty, isArray, isObject
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FontPersistenceValue

public FontPersistenceValue(ValueReadWriter<java.awt.Font> readWriter)

FontPersistenceValue

public FontPersistenceValue(java.lang.Object object,
                            java.lang.String name)
メソッドの詳細

isEmpty

public boolean isEmpty()
インタフェース Persistentable の記述:
内容が空であるか調べる。

定義:
インタフェース Persistentable 内の isEmpty
オーバーライド:
クラス AbstractCompositionPersistenceValue<java.awt.Font> 内の isEmpty
戻り値:
空である場合はtrue

toPropertyValue

protected java.awt.Font toPropertyValue()
定義:
クラス AbstractCompositionPersistenceValue<java.awt.Font> 内の toPropertyValue