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

すべてのスーパーインタフェース:
java.lang.Cloneable, IObjectShape, PObjectShape, PRelationObjectShape, java.io.Serializable
既知のサブインタフェースの一覧:
IAbstractRelationShape, ICurveRelationShape, ILineRelationShape, IPolylineRelationShape, IRightAngleRelationShape
既知の実装クラスの一覧:
AbstractRelationShape, CurveRelationShape, PolylineRelationShape, RightAngleRelationShape

public interface IRelationObjectShape
extends IObjectShape, PRelationObjectShape


メソッドの概要
 java.awt.geom.Point2D getEndPoint()
           
 IRelationObjectShapeType getShapeType()
          このシェイプの型オブジェクトを返す。
 java.awt.geom.Point2D getStartPoint()
           
 void moveLineEdgePoint(java.awt.geom.Point2D start, java.awt.geom.Point2D end)
           
 
インタフェース jp.carabiner.inkpod.pi.shape.IObjectShape から継承されたメソッド
addPropertyChangeListener, addPropertyChangeListener, applyRenderingAutoReshape, beginEditing, cancelEditing, clone, clone, dispose, endEditing, getDependentShapes, getHandle, getImpliedlyEditedShapes, getInitialEditingHandle, getObsoleteTransformableBounds, getObsoleteTransformableBounds, getRenderer, getRenderingBounds, getRenderingBounds, getRotationCenterPoint, getTransformableBounds, getTransformableBounds, invalidateTransform, isSelectable, removePropertyChangeListener, removePropertyChangeListener, setObject, setRotationCenterPoint, setSampleShapeBounds, setText, shapeChanged, shapeWillBeChanged, startInitialEditing, transformShape, updateShape
 
インタフェース jp.carabiner.inkpod.pi.shape.PRelationObjectShape から継承されたメソッド
getEndArrowShapeName, getEndFillArrowShape, getLineEndPoint, getLineEndPoint, getLineStartPoint, getLineStartPoint, getObject, getRelationLineShape, getRenderer, getRotatedEndFillArrowShape, getRotatedStartFillArrowShape, getStartArrowShapeName, getStartFillArrowShape, getStrokedRelationLineShape, getStrokedRotatedRelationLineShape, getTextBoxBounds, setEndArrowShapeName, setLineEndPoint, setLineStartPoint, setStartArrowShapeName
 
インタフェース jp.carabiner.inkpod.pi.shape.PObjectShape から継承されたメソッド
autoReshape, autoReshape, contains, flipHorizontal, flipVertical, getBounds, getBounds, getCenterPoint, getCenterPoint, getLocation, getLocation, getRawBounds, getRotation, getRotationTransform, getSearchableText, getShapeTypeName, getText, intersects, isBoundsMovable, isBoundsResizable, isEditing, isFlip, isHorizontalResizable, isVerticalResizable, readyAutoReshape, setBounds, setFlip, setLocation, setLocation, setLocation, setLocation, setRotation
 

メソッドの詳細

getShapeType

IRelationObjectShapeType getShapeType()
インタフェース PObjectShape の記述:
このシェイプの型オブジェクトを返す。

定義:
インタフェース PObjectShape 内の getShapeType
戻り値:
シェイプ型オブジェクト

getStartPoint

java.awt.geom.Point2D getStartPoint()

getEndPoint

java.awt.geom.Point2D getEndPoint()

moveLineEdgePoint

void moveLineEdgePoint(java.awt.geom.Point2D start,
                       java.awt.geom.Point2D end)