jp.carabiner.inkpod.pi.shape.persistence
クラス OvalShapePersistenceObject<S extends OvalShape>

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

public class OvalShapePersistenceObject<S extends OvalShape>
extends AbstractRectangleShapePersistenceObject<S>


コンストラクタの概要
OvalShapePersistenceObject(S shape, PersistenceContext context)
           
 
メソッドの概要
 
クラス jp.carabiner.inkpod.pi.shape.persistence.AbstractRectangleShapePersistenceObject から継承されたメソッド
flush, initProperties
 
クラス jp.carabiner.inkpod.pi.shape.persistence.AbstractNodeShapePersistenceObject から継承されたメソッド
initNodeShapeProperties
 
クラス jp.carabiner.inkpod.pi.shape.persistence.DefaultPersistenceObject から継承されたメソッド
addProperty, addProperty, addProperty, addProperty, addProperty, getPersistenceProperties, getProperty, isArray, isEmpty, isObject
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

OvalShapePersistenceObject

public OvalShapePersistenceObject(S shape,
                                  PersistenceContext context)