jp.carabiner.inkpod.pi.shape.arrow
クラス CrowFootArrowShapeType

java.lang.Object
  上位を拡張 jp.carabiner.inkpod.pi.shape.arrow.AbstractArrowShapeType
      上位を拡張 jp.carabiner.inkpod.pi.shape.arrow.CrowFootArrowShapeType
すべての実装されたインタフェース:
ArrowShapeType

public class CrowFootArrowShapeType
extends AbstractArrowShapeType


フィールドの概要
 
クラス jp.carabiner.inkpod.pi.shape.arrow.AbstractArrowShapeType から継承されたフィールド
length, width
 
コンストラクタの概要
CrowFootArrowShapeType()
           
 
メソッドの概要
protected  double calcArrowPointLocation(int width, int length)
           
 java.awt.geom.Path2D createFillShape(double lineWidth)
           
 java.awt.Color getFillShapeColor()
           
 java.lang.String getName()
           
 java.awt.geom.Path2D getShape()
           
 boolean isFillShape()
           
 ArrowShape newInstance()
           
 
クラス jp.carabiner.inkpod.pi.shape.arrow.AbstractArrowShapeType から継承されたメソッド
getArrowPointLocation, getSampleInstance
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CrowFootArrowShapeType

public CrowFootArrowShapeType()
メソッドの詳細

getShape

public java.awt.geom.Path2D getShape()

newInstance

public ArrowShape newInstance()
定義:
インタフェース ArrowShapeType 内の newInstance
オーバーライド:
クラス AbstractArrowShapeType 内の newInstance

getName

public java.lang.String getName()

calcArrowPointLocation

protected double calcArrowPointLocation(int width,
                                        int length)
オーバーライド:
クラス AbstractArrowShapeType 内の calcArrowPointLocation

isFillShape

public boolean isFillShape()
定義:
インタフェース ArrowShapeType 内の isFillShape
オーバーライド:
クラス AbstractArrowShapeType 内の isFillShape

createFillShape

public java.awt.geom.Path2D createFillShape(double lineWidth)

getFillShapeColor

public java.awt.Color getFillShapeColor()