jp.carabiner.inkpod.pi.shape.persistence
クラス DiamondShapePersistenceObject<S extends DiamondShape>

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

public class DiamondShapePersistenceObject<S extends DiamondShape>
extends AbstractRectangleShapePersistenceObject<S>


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

コンストラクタの詳細

DiamondShapePersistenceObject

public DiamondShapePersistenceObject(S shape,
                                     PersistenceContext context)