|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.carabiner.inkpod.pi.shape.handle.AbstractHandle<S>
jp.carabiner.inkpod.pi.shape.handle.AbstractBodyHandle<S>
jp.carabiner.inkpod.pi.shape.handle.AbstractRelationShapeHandle<S>
jp.carabiner.inkpod.pi.shape.handle.PolylineRelationShapeHandle<S>
public class PolylineRelationShapeHandle<S extends PolylineRelationShape>
| 入れ子のクラスの概要 |
|---|
| クラス jp.carabiner.inkpod.pi.shape.handle.AbstractRelationShapeHandle から継承された入れ子のクラス/インタフェース |
|---|
AbstractRelationShapeHandle.EdgePointHandle, AbstractRelationShapeHandle.EndPointHandle, AbstractRelationShapeHandle.StartPointHandle |
| フィールドの概要 |
|---|
| クラス jp.carabiner.inkpod.pi.shape.handle.AbstractRelationShapeHandle から継承されたフィールド |
|---|
BODY_HANDLE |
| クラス jp.carabiner.inkpod.pi.shape.handle.AbstractHandle から継承されたフィールド |
|---|
EMPTY_CHILDREN |
| コンストラクタの概要 | |
|---|---|
PolylineRelationShapeHandle(S shape)
|
|
| メソッドの概要 | |
|---|---|
boolean |
click(java.awt.geom.Point2D p,
java.awt.event.MouseEvent mouseEvent,
EditorViewConfiguration viewConfiguration)
このハンドルがクリックされたことを通知する。 |
Handle[] |
getChildHandles()
このハンドルの子のハンドルを返す。 |
int |
indexOfLine(java.awt.geom.Point2D p)
|
boolean |
isDraggable()
このハンドルがドラッグ可能であるかを返す。 |
protected boolean |
updateLineCenterHandles()
|
| クラス jp.carabiner.inkpod.pi.shape.handle.AbstractRelationShapeHandle から継承されたメソッド |
|---|
createEndPointHandle, createRotationHandle, createStartPointHandle, createTextBoxHandle, drawHandle, getEndPointHandle, getLocation, getName, getRotationHandle, getStartPointHandle, getTextBoxHandle, isBodyHandle, isFocusable, isHit, setLocation |
| クラス jp.carabiner.inkpod.pi.shape.handle.AbstractBodyHandle から継承されたメソッド |
|---|
isConstantVisible, isTopMost, isVisible |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public PolylineRelationShapeHandle(S shape)
| メソッドの詳細 |
|---|
public Handle[] getChildHandles()
Handle の記述:
Handle 内の getChildHandlesAbstractHandle<S extends PolylineRelationShape> 内の getChildHandlesprotected boolean updateLineCenterHandles()
public boolean isDraggable()
Handle の記述:
Handle 内の isDraggableAbstractRelationShapeHandle<S extends PolylineRelationShape> 内の isDraggable
public boolean click(java.awt.geom.Point2D p,
java.awt.event.MouseEvent mouseEvent,
EditorViewConfiguration viewConfiguration)
Handle の記述:
Handle 内の clickAbstractHandle<S extends PolylineRelationShape> 内の clickp - クリックされた座標(マップ上の座標系)mouseEvent - マウスイベントviewConfiguration - ビューの状態
public int indexOfLine(java.awt.geom.Point2D p)
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||