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

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

public class LineStrokePersistenceValue
extends AbstractCompositionPersistenceValue<LineStroke>


コンストラクタの概要
LineStrokePersistenceValue(java.lang.Object object, java.lang.String name)
           
LineStrokePersistenceValue(ValueReadWriter<LineStroke> readWriter)
           
 
メソッドの概要
protected  LineStroke toPropertyValue()
           
 
クラス jp.carabiner.inkpod.pi.shape.persistence.AbstractCompositionPersistenceValue から継承されたメソッド
flush, getPropertyValue, isEmpty
 
クラス 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
 

コンストラクタの詳細

LineStrokePersistenceValue

public LineStrokePersistenceValue(java.lang.Object object,
                                  java.lang.String name)

LineStrokePersistenceValue

public LineStrokePersistenceValue(ValueReadWriter<LineStroke> readWriter)
メソッドの詳細

toPropertyValue

protected LineStroke toPropertyValue()
定義:
クラス AbstractCompositionPersistenceValue<LineStroke> 内の toPropertyValue