|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.carabiner.inkpod.pi.shape.handle.AbstractHandle<S>
jp.carabiner.inkpod.pi.shape.handle.RotationHandle<S>
public class RotationHandle<S extends PObjectShape>
| フィールドの概要 |
|---|
| クラス jp.carabiner.inkpod.pi.shape.handle.AbstractHandle から継承されたフィールド |
|---|
EMPTY_CHILDREN |
| コンストラクタの概要 | |
|---|---|
RotationHandle(AbstractHandle parent,
S shape)
|
|
RotationHandle(AbstractHandle parent,
S shape,
boolean drawBounds)
|
|
RotationHandle(S shape)
|
|
RotationHandle(S shape,
boolean drawBounds)
|
|
| メソッドの概要 | |
|---|---|
void |
drawHandle(java.awt.Graphics g,
ShapeRenderingContext context)
このハンドルを現在の場所に描画する。 |
protected void |
filter(java.awt.geom.Point2D point,
java.awt.event.MouseEvent event,
EditorViewConfiguration configuration)
|
protected java.awt.geom.Point2D |
getDragStartPointDelta(java.awt.geom.Point2D startPoint,
java.awt.geom.Point2D location)
|
protected GroupBoundsTransform |
getGroupBoundsTransform()
|
java.awt.geom.Point2D |
getLocation(java.awt.geom.Point2D point)
このハンドルの位置を返す。 |
java.lang.String |
getName()
|
protected java.awt.geom.Rectangle2D |
getRotationBounds()
|
boolean |
isBodyHandle()
シェイプの本体のハンドルであるかを返す。 |
boolean |
isConstantVisible()
推奨されていません。 |
boolean |
isDraggable()
このハンドルがドラッグ可能であるかを返す。 |
boolean |
isFocusable()
|
boolean |
isHit(double x,
double y,
java.awt.event.MouseEvent mouseEvent,
EditorViewConfiguration viewConfiguration)
このハンドルの領域に、指定された座標が含まれるかを調べる。 |
boolean |
isTopMost()
|
boolean |
isVisible(boolean topLevel,
boolean selected,
boolean singleSelected)
|
void |
setLocation(double x,
double y,
java.awt.event.MouseEvent event,
EditorViewConfiguration viewConfiguration)
このハンドルの位置を変更する |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public RotationHandle(S shape)
public RotationHandle(S shape,
boolean drawBounds)
public RotationHandle(AbstractHandle parent,
S shape)
public RotationHandle(AbstractHandle parent,
S shape,
boolean drawBounds)
| メソッドの詳細 |
|---|
public java.lang.String getName()
public boolean isBodyHandle()
Handle の記述:
@Deprecated public boolean isConstantVisible()
Handle の記述:
public boolean isVisible(boolean topLevel,
boolean selected,
boolean singleSelected)
public boolean isDraggable()
Handle の記述:
public boolean isFocusable()
public boolean isTopMost()
protected void filter(java.awt.geom.Point2D point,
java.awt.event.MouseEvent event,
EditorViewConfiguration configuration)
AbstractHandle<S extends PObjectShape> 内の filterprotected GroupBoundsTransform getGroupBoundsTransform()
public java.awt.geom.Point2D getLocation(java.awt.geom.Point2D point)
Handle の記述:
point - ハンドルの位置(マップ上の座標系)を格納するPoint2Dオブジェクト
protected java.awt.geom.Point2D getDragStartPointDelta(java.awt.geom.Point2D startPoint,
java.awt.geom.Point2D location)
AbstractHandle<S extends PObjectShape> 内の getDragStartPointDeltaprotected java.awt.geom.Rectangle2D getRotationBounds()
public void drawHandle(java.awt.Graphics g,
ShapeRenderingContext context)
Handle の記述:
g - Grpahicsオブジェクトcontext - 描画コンテキスト情報
public boolean isHit(double x,
double y,
java.awt.event.MouseEvent mouseEvent,
EditorViewConfiguration viewConfiguration)
Handle の記述:
x - 調べるX座標(マップ上の座標系)y - 調べるY座標(マップ上の座標系)mouseEvent - 元のマウスイベントviewConfiguration - ビューの状態
public void setLocation(double x,
double y,
java.awt.event.MouseEvent event,
EditorViewConfiguration viewConfiguration)
Handle の記述:
x - 新しいX座標(マップ上の座標系)y - 新しいY座標(マップ上の座標系)event - ハンドル位置を変更するきっかけになったマウスイベントviewConfiguration - ビューの状態
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||