jp.carabiner.inkpod.pi.shape
インタフェース PCurveRelationShape

すべてのスーパーインタフェース:
PAbstractRelationShape, PDefaultObjectShape, PObjectShape, PRelationObjectShape
既知のサブインタフェースの一覧:
ICurveRelationShape
既知の実装クラスの一覧:
CurveRelationShape

public interface PCurveRelationShape
extends PAbstractRelationShape


メソッドの概要
 java.awt.geom.Point2D getCenterPointLocation()
           
 CurveLineType getCurveLineType()
           
 java.lang.String getCurveLineTypeName()
           
 void setCenterPointLocation(java.awt.geom.Point2D centerPointLocation)
           
 void setCurveLineType(CurveLineType curveLineType)
           
 void setCurveLineTypeName(java.lang.String curveLineTypeName)
           
 
インタフェース jp.carabiner.inkpod.pi.shape.PAbstractRelationShape から継承されたメソッド
getEndArrowShapeName, getEndLabel, getLineLength, getRelationLineAlpha, getRelationLineColor, getRelationLineType, getRelationLineWidth, getStartArrowShapeName, getStartLabel, getTextBoxLocationRatio, getTextBoxPoint, setEndArrowShapeName, setEndLabel, setRelationLineAlpha, setRelationLineColor, setRelationLineType, setRelationLineWidth, setStartArrowShapeName, setStartLabel, setTextBoxLocationRatio
 
インタフェース jp.carabiner.inkpod.pi.shape.PDefaultObjectShape から継承されたメソッド
getBottomTextPadding, getFillAlpha, getFillColor, getFillColor2, getFont, getFrameAlpha, getGradientTypeName, getLeftTextPadding, getLineColor, getLineType, getLineWidth, getRightTextPadding, getShadowAlpha, getShadowColor, getShadowOffset, getTextAlign, getTextAlpha, getTextColor, getTextLineSpace, getTextVerticalAlign, getTopTextPadding, isDrawFrame, isFill, isGradient, isShadow, isTextUneditable, setBottomTextPadding, setDrawFrame, setFill, setFillAlpha, setFillColor, setFillColor2, setFont, setFrameAlpha, setGradient, setGradientTypeName, setLeftTextPadding, setLineColor, setLineType, setLineWidth, setRightTextPadding, setShadow, setShadowAlpha, setShadowColor, setShadowOffset, setText, setTextAlign, setTextAlpha, setTextColor, setTextLineSpace, setTextUneditable, setTextVerticalAlign, setTopTextPadding
 
インタフェース jp.carabiner.inkpod.pi.shape.PRelationObjectShape から継承されたメソッド
getEndFillArrowShape, getLineEndPoint, getLineEndPoint, getLineStartPoint, getLineStartPoint, getObject, getRelationLineShape, getRenderer, getRotatedEndFillArrowShape, getRotatedStartFillArrowShape, getStartFillArrowShape, getStrokedRelationLineShape, getStrokedRotatedRelationLineShape, getTextBoxBounds, setLineEndPoint, setLineStartPoint
 
インタフェース jp.carabiner.inkpod.pi.shape.PObjectShape から継承されたメソッド
autoReshape, autoReshape, contains, flipHorizontal, flipVertical, getBounds, getBounds, getCenterPoint, getCenterPoint, getLocation, getLocation, getRawBounds, getRotation, getRotationTransform, getSearchableText, getShapeType, getShapeTypeName, getText, intersects, isBoundsMovable, isBoundsResizable, isEditing, isFlip, isHorizontalResizable, isVerticalResizable, readyAutoReshape, setBounds, setFlip, setLocation, setLocation, setLocation, setLocation, setRotation, updateShape
 

メソッドの詳細

setCurveLineType

void setCurveLineType(CurveLineType curveLineType)

getCurveLineType

CurveLineType getCurveLineType()

getCurveLineTypeName

java.lang.String getCurveLineTypeName()

setCurveLineTypeName

void setCurveLineTypeName(java.lang.String curveLineTypeName)

getCenterPointLocation

java.awt.geom.Point2D getCenterPointLocation()

setCenterPointLocation

void setCenterPointLocation(java.awt.geom.Point2D centerPointLocation)