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

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

public class Point2DPersistenceValue
extends AbstractCompositionPersistenceValue<java.awt.geom.Point2D>


コンストラクタの概要
Point2DPersistenceValue(java.lang.Object object, java.lang.String name)
           
Point2DPersistenceValue(ValueReadWriter<java.awt.geom.Point2D> readWriter)
           
 
メソッドの概要
protected  java.awt.geom.Point2D 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
 

コンストラクタの詳細

Point2DPersistenceValue

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

Point2DPersistenceValue

public Point2DPersistenceValue(ValueReadWriter<java.awt.geom.Point2D> readWriter)
メソッドの詳細

toPropertyValue

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