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

java.lang.Object
  上位を拡張 jp.carabiner.inkpod.pi.shape.arrow.AbstractArrowShapeType
      上位を拡張 jp.carabiner.inkpod.pi.shape.arrow.AbstractSimpleArrowShapeType
すべての実装されたインタフェース:
ArrowShapeType
直系の既知のサブクラス:
SimpleArrowShapeType, SimpleWideArrowShapeType

public abstract class AbstractSimpleArrowShapeType
extends AbstractArrowShapeType


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

コンストラクタの詳細

AbstractSimpleArrowShapeType

public AbstractSimpleArrowShapeType(int width,
                                    int length)
メソッドの詳細

isFillShape

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

getFillShapeColor

public java.awt.Color getFillShapeColor()

createFillShape

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

getShape

public java.awt.geom.Path2D getShape()