jp.carabiner.inkpod.pi.shape.handle
クラス NodeShapeRotationHandle

java.lang.Object
  上位を拡張 jp.carabiner.inkpod.pi.shape.handle.AbstractHandle<S>
      上位を拡張 jp.carabiner.inkpod.pi.shape.handle.RotationHandle<AbstractNodeShape>
          上位を拡張 jp.carabiner.inkpod.pi.shape.handle.NodeShapeRotationHandle
すべての実装されたインタフェース:
Handle

public class NodeShapeRotationHandle
extends RotationHandle<AbstractNodeShape>


フィールドの概要
 
クラス jp.carabiner.inkpod.pi.shape.handle.AbstractHandle から継承されたフィールド
EMPTY_CHILDREN
 
コンストラクタの概要
NodeShapeRotationHandle(AbstractHandle parent, AbstractNodeShape shape)
           
NodeShapeRotationHandle(AbstractHandle parent, AbstractNodeShape shape, boolean drawBounds)
           
NodeShapeRotationHandle(AbstractRectangleShape shape)
           
NodeShapeRotationHandle(AbstractRectangleShape shape, boolean drawBounds)
           
 
メソッドの概要
protected  java.awt.geom.Rectangle2D getRotationBounds()
           
 
クラス jp.carabiner.inkpod.pi.shape.handle.RotationHandle から継承されたメソッド
drawHandle, filter, getDragStartPointDelta, getGroupBoundsTransform, getLocation, getName, isBodyHandle, isConstantVisible, isDraggable, isFocusable, isHit, isTopMost, isVisible, setLocation
 
クラス jp.carabiner.inkpod.pi.shape.handle.AbstractHandle から継承されたメソッド
addHandleDragListener, addTextEditorListener, cancelDrag, click, createTextEditor, delegate, drag, endDrag, fireDragCanceledEvent, fireDragEndedEvent, fireDragRequestedEvent, fireDragStartedEvent, fireTextEditorEvent, getChildHandles, getCursor, getDragStartPoint, getLastClickedPoint, getLocation, getTargetObject, getTargetShape, getTextEditor, isDragging, isFocused, isSelected, isSingleSelected, keyPressed, keyReleased, keyTyped, readyDrag, removeHandleDragListener, removeTextEditorListener, requestDelegate, setLocation, startDrag, updateFocus, updateSelection
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

NodeShapeRotationHandle

public NodeShapeRotationHandle(AbstractHandle parent,
                               AbstractNodeShape shape,
                               boolean drawBounds)

NodeShapeRotationHandle

public NodeShapeRotationHandle(AbstractHandle parent,
                               AbstractNodeShape shape)

NodeShapeRotationHandle

public NodeShapeRotationHandle(AbstractRectangleShape shape,
                               boolean drawBounds)

NodeShapeRotationHandle

public NodeShapeRotationHandle(AbstractRectangleShape shape)
メソッドの詳細

getRotationBounds

protected java.awt.geom.Rectangle2D getRotationBounds()
オーバーライド:
クラス RotationHandle<AbstractNodeShape> 内の getRotationBounds