jp.carabiner.inkpod.pi.shape.persistence
クラス RoundrectShapePersistenceObject<S extends RoundrectShape>

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

public class RoundrectShapePersistenceObject<S extends RoundrectShape>
extends AbstractRectangleShapePersistenceObject<S>


コンストラクタの概要
RoundrectShapePersistenceObject(S shape, PersistenceContext context)
           
 
メソッドの概要
protected  void initProperties(S shape, PersistenceContext context)
           
 
クラス jp.carabiner.inkpod.pi.shape.persistence.AbstractRectangleShapePersistenceObject から継承されたメソッド
flush
 
クラス 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
 

コンストラクタの詳細

RoundrectShapePersistenceObject

public RoundrectShapePersistenceObject(S shape,
                                       PersistenceContext context)
メソッドの詳細

initProperties

protected void initProperties(S shape,
                              PersistenceContext context)
オーバーライド:
クラス AbstractRectangleShapePersistenceObject<S extends RoundrectShape> 内の initProperties