インタフェース
jp.carabiner.inkpod.pi.shape.PRelationObjectShape の使用

PRelationObjectShape を使用しているパッケージ
jp.carabiner.inkpod.pi.model マップのモデルを操作するインタフェース、バリデータのインタフェースなどを提供します。 
jp.carabiner.inkpod.pi.shape   
 

jp.carabiner.inkpod.pi.model での PRelationObjectShape の使用
 

PRelationObjectShape を返す jp.carabiner.inkpod.pi.model のメソッド
 PRelationObjectShape PRelationObject.getShape()
           
 

jp.carabiner.inkpod.pi.shape での PRelationObjectShape の使用
 

jp.carabiner.inkpod.pi.shape での PRelationObjectShape のサブインタフェース
 interface IAbstractRelationShape
           
 interface ICurveRelationShape
           
 interface ILineRelationShape
           
 interface IPolylineRelationShape
           
 interface IRelationObjectShape
           
 interface IRightAngleRelationShape
           
 interface PAbstractRelationShape
           
 interface PCurveRelationShape
           
 interface PPolylineRelationShape
          直線のshape
 interface PRightAngleRelationShape
          かぎ型線のshape
 

PRelationObjectShape を実装している jp.carabiner.inkpod.pi.shape のクラス
 class AbstractRelationShape
          関連・オブジェクト用シェイプの基礎となる抽象クラス
 class CurveRelationShape
           
 class PolylineRelationShape
           
 class RightAngleRelationShape
           
 

PRelationObjectShape 型の型パラメータを持つ jp.carabiner.inkpod.pi.shape のフィールド
protected  java.util.Map<PRelationObjectShape,AbstractNodeShape.ConnectionPointCache> AbstractNodeShape.connectionPointCache
           
 

PRelationObjectShape 型のパラメータを持つ jp.carabiner.inkpod.pi.shape のメソッド
 java.awt.geom.Point2D AbstractNodeShape.getConnectionPoint(java.awt.geom.Point2D connectionPoint, java.awt.geom.Point2D point, PRelationObjectShape relationShape)
           
 java.awt.geom.Point2D PNodeObjectShape.getConnectionPoint(java.awt.geom.Point2D point, PRelationObjectShape relationShape)
           
 java.awt.geom.Point2D AbstractNodeShape.getConnectionPoint(java.awt.geom.Point2D point, PRelationObjectShape relationShape)