jp.carabiner.inkpod.pi.shape.persistence
クラス RectangleShapePersistenceObject<S extends RectangleShape>

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.RectangleShapePersistenceObject<S>
すべての実装されたインタフェース:
PersistenceObject, Persistentable

public class RectangleShapePersistenceObject<S extends RectangleShape>
extends AbstractRectangleShapePersistenceObject<S>


コンストラクタの概要
RectangleShapePersistenceObject(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
 

コンストラクタの詳細

RectangleShapePersistenceObject

public RectangleShapePersistenceObject(S shape,
                                       PersistenceContext context)