|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.carabiner.inkpod.pi.shape.handle.AbstractHandle<S>
jp.carabiner.inkpod.pi.shape.handle.LineSegmentHandle<S>
jp.carabiner.inkpod.pi.shape.handle.RightAngleRelationShapeHandle.DraggableLineCenterHandle
public class RightAngleRelationShapeHandle.DraggableLineCenterHandle
フィールドの概要 |
---|
クラス jp.carabiner.inkpod.pi.shape.handle.AbstractHandle から継承されたフィールド |
---|
EMPTY_CHILDREN |
コンストラクタの概要 | |
---|---|
RightAngleRelationShapeHandle.DraggableLineCenterHandle(S shape,
int index)
|
メソッドの概要 | |
---|---|
boolean |
isDraggable()
このハンドルがドラッグ可能であるかを返す。 |
void |
setLocation(double x,
double y,
java.awt.event.MouseEvent event,
EditorViewConfiguration configuration)
このハンドルの位置を変更する |
クラス jp.carabiner.inkpod.pi.shape.handle.LineSegmentHandle から継承されたメソッド |
---|
drawHandle, getIndex, getLocation, getName, isBodyHandle, isConstantVisible, isFocusable, isHit, isTopMost, isVisible |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public RightAngleRelationShapeHandle.DraggableLineCenterHandle(S shape, int index)
メソッドの詳細 |
---|
public boolean isDraggable()
Handle
の記述:
Handle
内の isDraggable
LineSegmentHandle<S extends RightAngleRelationShape>
内の isDraggable
public void setLocation(double x, double y, java.awt.event.MouseEvent event, EditorViewConfiguration configuration)
Handle
の記述:
Handle
内の setLocation
LineSegmentHandle<S extends RightAngleRelationShape>
内の setLocation
x
- 新しいX座標(マップ上の座標系)y
- 新しいY座標(マップ上の座標系)event
- ハンドル位置を変更するきっかけになったマウスイベントconfiguration
- ビューの状態
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |