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

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

public interface PRightAngleRelationShape
extends PAbstractRelationShape

かぎ型線のshape


メソッドの概要
 double getCenterLineLocation()
           
 RightAngleLineType getRightAngleLineType()
          かぎ型の種類を返す。
 java.lang.String getRightAngleLineTypeName()
          かぎ型の種類を文字列で返す。
 void setCenterLineLocation(double centerLineLocation)
           
 void setRightAngleLineType(RightAngleLineType rightAngleLineType)
          かぎ型の種類を変更する。
 void setRightAngleLineTypeName(java.lang.String rightAngleLineTypeName)
          かぎ型の種類を変更する。
 
インタフェース 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
 

メソッドの詳細

getRightAngleLineType

RightAngleLineType getRightAngleLineType()
かぎ型の種類を返す。

戻り値:
かぎ型の種類を表すenumオブジェクト

setRightAngleLineType

void setRightAngleLineType(RightAngleLineType rightAngleLineType)
かぎ型の種類を変更する。

パラメータ:
rightAngleLineType - かぎ型の種類を表すenumオブジェクト

setRightAngleLineTypeName

void setRightAngleLineTypeName(java.lang.String rightAngleLineTypeName)
かぎ型の種類を変更する。

パラメータ:
rightAngleLineTypeName - かぎ型の種類の名前 (RightAngleLineType 参照)

getRightAngleLineTypeName

java.lang.String getRightAngleLineTypeName()
かぎ型の種類を文字列で返す。

戻り値:
かぎ型の種類を表す文字列 (RightAngleLineType 参照)

getCenterLineLocation

double getCenterLineLocation()

setCenterLineLocation

void setCenterLineLocation(double centerLineLocation)