jp.carabiner.inkpod.pi.shape.persistence
クラス AbstractRelationShapePersistenceObject.LineStartPointReadWriter

java.lang.Object
  上位を拡張 jp.carabiner.inkpod.pi.shape.persistence.AbstractRelationShapePersistenceObject.LineStartPointReadWriter
すべての実装されたインタフェース:
ValueReadWriter<java.awt.geom.Point2D>
含まれているクラス:
AbstractRelationShapePersistenceObject<S extends AbstractRelationShape>

protected class AbstractRelationShapePersistenceObject.LineStartPointReadWriter
extends java.lang.Object
implements ValueReadWriter<java.awt.geom.Point2D>


コンストラクタの概要
protected AbstractRelationShapePersistenceObject.LineStartPointReadWriter()
           
 
メソッドの概要
 java.awt.geom.Point2D read()
           
 void write(java.awt.geom.Point2D value)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AbstractRelationShapePersistenceObject.LineStartPointReadWriter

protected AbstractRelationShapePersistenceObject.LineStartPointReadWriter()
メソッドの詳細

read

public java.awt.geom.Point2D read()
定義:
インタフェース ValueReadWriter<java.awt.geom.Point2D> 内の read

write

public void write(java.awt.geom.Point2D value)
定義:
インタフェース ValueReadWriter<java.awt.geom.Point2D> 内の write