|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.carabiner.inkpod.pi.shape.handle.AbstractHandle<S>
jp.carabiner.inkpod.pi.shape.handle.AbstractSquareHandle<S>
jp.carabiner.inkpod.pi.shape.handle.PolylinePointHandle<S>
public class PolylinePointHandle<S extends PolylineRelationShape>
| フィールドの概要 |
|---|
| クラス jp.carabiner.inkpod.pi.shape.handle.AbstractHandle から継承されたフィールド |
|---|
EMPTY_CHILDREN |
| コンストラクタの概要 | |
|---|---|
PolylinePointHandle(AbstractHandle<S> parent,
S shape,
int index)
|
|
| メソッドの概要 | |
|---|---|
boolean |
click(java.awt.geom.Point2D p,
java.awt.event.MouseEvent mouseEvent,
EditorViewConfiguration viewConfiguration)
このハンドルがクリックされたことを通知する。 |
int |
getIndex()
|
java.awt.geom.Point2D |
getLocation(java.awt.geom.Point2D point)
このハンドルの位置を返す。 |
java.lang.String |
getName()
|
boolean |
isConstantVisible()
推奨されていません。 |
boolean |
isDraggable()
このハンドルがドラッグ可能であるかを返す。 |
boolean |
isFocusable()
|
void |
setLocation(double x,
double y,
java.awt.event.MouseEvent event,
EditorViewConfiguration configuration)
このハンドルの位置を変更する |
| クラス jp.carabiner.inkpod.pi.shape.handle.AbstractSquareHandle から継承されたメソッド |
|---|
drawHandle, getCursorPath, getTargetShape, getUnmovableCursorPath, isBodyHandle, isHit, isRotationCursor, isTopMost, isVisible, setCursorRotation, setFillColor |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public PolylinePointHandle(AbstractHandle<S> parent,
S shape,
int index)
| メソッドの詳細 |
|---|
public java.lang.String getName()
public void setLocation(double x,
double y,
java.awt.event.MouseEvent event,
EditorViewConfiguration configuration)
Handle の記述:
Handle 内の setLocationAbstractSquareHandle<S extends PolylineRelationShape> 内の setLocationx - 新しいX座標(マップ上の座標系)y - 新しいY座標(マップ上の座標系)event - ハンドル位置を変更するきっかけになったマウスイベントconfiguration - ビューの状態public java.awt.geom.Point2D getLocation(java.awt.geom.Point2D point)
Handle の記述:
point - ハンドルの位置(マップ上の座標系)を格納するPoint2Dオブジェクト
public int getIndex()
public boolean isFocusable()
Handle 内の isFocusableAbstractSquareHandle<S extends PolylineRelationShape> 内の isFocusable@Deprecated public boolean isConstantVisible()
Handle の記述:
Handle 内の isConstantVisibleAbstractSquareHandle<S extends PolylineRelationShape> 内の isConstantVisiblepublic boolean isDraggable()
Handle の記述:
Handle 内の isDraggableAbstractSquareHandle<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 - ビューの状態
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||