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

ShapeLine を使用しているパッケージ
jp.carabiner.inkpod.pi.shape   
jp.carabiner.inkpod.pi.shape.line   
jp.carabiner.inkpod.pi.shape.renderer   
 

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

ShapeLine を返す jp.carabiner.inkpod.pi.shape のメソッド
protected  ShapeLine[] AbstractRelationShape.createRelationShapeLines()
           
protected  ShapeLine[] AbstractRectangleShape.getConnectionBorderLines()
           
protected  ShapeLine[] AbstractNodeShape.getConnectionBorderLines()
           
 ShapeLine[] AbstractNodeShape.getFrameLines()
          枠を描画するとき、塗りつぶす領域の境界線を構成する線を返す。
protected  ShapeLine[] AbstractRectangleShape.getImageBorderLines()
          画像領域の境界線を返す。
 ShapeLine[] AbstractRelationShape.getRelationShapeLines()
          関連線の形を返します。
 

ShapeLine 型のパラメータを持つ jp.carabiner.inkpod.pi.shape のメソッド
protected  LineSegment[] AbstractRelationShape.createFlatnessRelationShapeLines(ShapeLine[] shapeLines)
           
 

jp.carabiner.inkpod.pi.shape.line での ShapeLine の使用
 

ShapeLine を実装している jp.carabiner.inkpod.pi.shape.line のクラス
 class Arc
          弧(楕円の一部)
 class BezierCurve
          ベジェ曲線
 class Line
          直線
 class LineSegment
          線分
 class ThickArc
           
 class ThickBezierCurve
           
 class ThickLineSegment
           
 

jp.carabiner.inkpod.pi.shape.renderer での ShapeLine の使用
 

ShapeLine を返す jp.carabiner.inkpod.pi.shape.renderer のメソッド
 ShapeLine[] TextRenderer.getBorderLines()
           
 ShapeLine[] AbstractTextRenderer.getBorderLines()