クラス
jp.carabiner.inkpod.pi.shape.handle.AbstractHandle の使用

AbstractHandle を使用しているパッケージ
jp.carabiner.inkpod.pi.shape.handle   
 

jp.carabiner.inkpod.pi.shape.handle での AbstractHandle の使用
 

jp.carabiner.inkpod.pi.shape.handle での AbstractHandle のサブクラス
 class AbstractBodyHandle<S extends PObjectShape>
           
 class AbstractBoxHandle<S extends PObjectShape>
           
 class AbstractCircleHandle<S extends PObjectShape>
           
 class AbstractCornerHandle<S extends PObjectShape>
           
 class AbstractNodeShapeHandle<S extends AbstractNodeShape>
           
protected  class AbstractNodeShapeHandle.BottomHandle
           
protected  class AbstractNodeShapeHandle.LeftBottomHandle
           
protected  class AbstractNodeShapeHandle.LeftHandle
           
protected  class AbstractNodeShapeHandle.LeftTopHandle
           
protected  class AbstractNodeShapeHandle.RightBottomHandle
           
protected  class AbstractNodeShapeHandle.RightHandle
           
protected  class AbstractNodeShapeHandle.RightTopHandle
           
protected  class AbstractNodeShapeHandle.TopHandle
           
 class AbstractRelationShapeHandle<S extends AbstractRelationShape>
           
 class AbstractRelationShapeHandle.EdgePointHandle
           
 class AbstractRelationShapeHandle.EndPointHandle
           
 class AbstractRelationShapeHandle.StartPointHandle
           
 class AbstractSquareHandle<S extends PObjectShape>
           
 class BezierCurvesNodeShapeHandle<S extends BezierCurvesNodeShape>
           
 class BezierCurvesNodeShapeHandle.ControlPoint1Handle
           
 class BezierCurvesNodeShapeHandle.ControlPoint2Handle
           
 class BezierCurvesNodeShapeHandle.PointHandle
           
 class BezierCurvesNodeShapeHandle.SegmentHandle
           
 class CurveRelationShapeHandle<S extends CurveRelationShape>
           
 class CurveRelationShapePointHandle<S extends CurveRelationShape>
           
 class DiamondShapeHandle<S extends DiamondShape>
           
 class LineSegmentHandle<S extends AbstractRelationShape>
           
 class NodeShapeRotationHandle
           
 class OvalShapeHandle<S extends OvalShape>
           
 class PolylineLineSegmentHandle<S extends PolylineRelationShape>
           
 class PolylinePointHandle<S extends PolylineRelationShape>
           
 class PolylineRelationShapeHandle<S extends PolylineRelationShape>
           
 class RectangleShapeHandle<S extends AbstractRectangleShape>
           
 class RelationRotationHandle<S extends AbstractRelationShape>
           
 class RelationTextBoxHandle
           
 class RightAngleRelationShapeHandle<S extends RightAngleRelationShape>
           
 class RightAngleRelationShapeHandle.DraggableLineCenterHandle
           
 class RightAngleRelationShapeHandle.LineEdgePointHandle
           
 class RightAngleRelationShapeHandle.RightAnglePointHandle
           
 class RotationHandle<S extends PObjectShape>
           
 class RoundrectShapeHandle<S extends RoundrectShape>
           
 

AbstractHandle として宣言されている jp.carabiner.inkpod.pi.shape.handle のフィールド
protected  AbstractHandle<S> AbstractNodeShapeHandle.bottomHandle
           
protected  AbstractHandle<S> AbstractNodeShapeHandle.leftBottomHandle
           
protected  AbstractHandle<S> AbstractNodeShapeHandle.leftHandle
           
protected  AbstractHandle<S> AbstractNodeShapeHandle.leftTopHandle
           
protected  AbstractHandle<S> AbstractNodeShapeHandle.rightBottomHandle
           
protected  AbstractHandle<S> AbstractNodeShapeHandle.rightHandle
           
protected  AbstractHandle<S> AbstractNodeShapeHandle.rightTopHandle
           
protected  AbstractHandle<S> AbstractNodeShapeHandle.topHandle
           
 

AbstractHandle を返す jp.carabiner.inkpod.pi.shape.handle のメソッド
protected  AbstractHandle<S> RectangleShapeHandle.createBottomHandle(S shape)
           
protected  AbstractHandle<S> BezierCurvesNodeShapeHandle.createBottomHandle(S shape)
           
protected  AbstractHandle<S> AbstractNodeShapeHandle.createBottomHandle(S shape)
           
protected  AbstractHandle<S> BezierCurvesNodeShapeHandle.createLeftBottomHandle(S shape)
           
protected  AbstractHandle<S> AbstractNodeShapeHandle.createLeftBottomHandle(S shape)
           
protected  AbstractHandle<S> BezierCurvesNodeShapeHandle.createLeftHandle(S shape)
           
protected  AbstractHandle<S> AbstractNodeShapeHandle.createLeftHandle(S shape)
           
protected  AbstractHandle<S> BezierCurvesNodeShapeHandle.createLeftTopHandle(S shape)
           
protected  AbstractHandle<S> AbstractNodeShapeHandle.createLeftTopHandle(S shape)
           
protected  AbstractHandle<S> RectangleShapeHandle.createRightBottomHandle(S shape)
           
protected  AbstractHandle<S> BezierCurvesNodeShapeHandle.createRightBottomHandle(S shape)
           
protected  AbstractHandle<S> AbstractNodeShapeHandle.createRightBottomHandle(S shape)
           
 AbstractHandle<S> RectangleShapeHandle.createRightHandle(S shape)
           
protected  AbstractHandle<S> BezierCurvesNodeShapeHandle.createRightHandle(S shape)
           
protected  AbstractHandle<S> AbstractNodeShapeHandle.createRightHandle(S shape)
           
protected  AbstractHandle<S> BezierCurvesNodeShapeHandle.createRightTopHandle(S shape)
           
protected  AbstractHandle<S> AbstractNodeShapeHandle.createRightTopHandle(S shape)
           
protected  AbstractHandle<S> BezierCurvesNodeShapeHandle.createTopHandle(S shape)
           
protected  AbstractHandle<S> AbstractNodeShapeHandle.createTopHandle(S shape)
           
protected  AbstractHandle BezierCurvesNodeShapeHandle.SegmentHandle.requestDelegate(double x, double y, EditorViewConfiguration configuration)
           
protected  AbstractHandle<S> AbstractNodeShapeHandle.LeftTopHandle.requestDelegate(double x, double y, EditorViewConfiguration configuration)
           
protected  AbstractHandle AbstractNodeShapeHandle.LeftHandle.requestDelegate(double x, double y, EditorViewConfiguration configuration)
           
protected  AbstractHandle AbstractNodeShapeHandle.TopHandle.requestDelegate(double x, double y, EditorViewConfiguration configuration)
           
protected  AbstractHandle AbstractNodeShapeHandle.RightTopHandle.requestDelegate(double x, double y, EditorViewConfiguration configuration)
           
protected  AbstractHandle AbstractNodeShapeHandle.RightHandle.requestDelegate(double x, double y, EditorViewConfiguration configuration)
           
protected  AbstractHandle AbstractNodeShapeHandle.RightBottomHandle.requestDelegate(double x, double y, EditorViewConfiguration configuration)
           
protected  AbstractHandle AbstractNodeShapeHandle.LeftBottomHandle.requestDelegate(double x, double y, EditorViewConfiguration configuration)
           
protected  AbstractHandle AbstractNodeShapeHandle.BottomHandle.requestDelegate(double x, double y, EditorViewConfiguration configuration)
           
protected  AbstractHandle AbstractHandle.requestDelegate(double x, double y, EditorViewConfiguration configuration)
           
 

AbstractHandle 型のパラメータを持つ jp.carabiner.inkpod.pi.shape.handle のメソッド
protected  boolean AbstractHandle.delegate(AbstractHandle<S> targetHandle)
           
protected  boolean AbstractCornerHandle.delegate(AbstractHandle<S> targetHandle)
           
 

AbstractHandle 型のパラメータを持つ jp.carabiner.inkpod.pi.shape.handle のコンストラクタ
AbstractBoxHandle(AbstractHandle<S> parent, S shape)
           
AbstractCircleHandle(AbstractHandle<S> parent, java.awt.Color fillColor, S shape)
           
AbstractCircleHandle(AbstractHandle<S> parent, int cursorSize, java.awt.Color fillColor, S shape)
           
AbstractCircleHandle(AbstractHandle<S> parent, S shape)
           
AbstractCornerHandle(AbstractHandle<S> parent, java.awt.Color fillColor, S shape)
           
AbstractCornerHandle(AbstractHandle<S> parent, S shape)
           
AbstractHandle(AbstractHandle parent, S shape)
           
AbstractSquareHandle(AbstractHandle<S> parent, java.awt.Color fillColor, S shape)
           
AbstractSquareHandle(AbstractHandle<S> parent, int cursorSize, int unmovableCursorSize, java.awt.Color fillColor, S shape)
           
AbstractSquareHandle(AbstractHandle<S> parent, int cursorSize, int unmovableCursorSize, S shape)
           
AbstractSquareHandle(AbstractHandle<S> parent, S shape)
           
CurveRelationShapePointHandle(AbstractHandle<S> parent, S shape)
           
LineSegmentHandle(AbstractHandle<S> parent, S shape, int index)
           
NodeShapeRotationHandle(AbstractHandle parent, AbstractNodeShape shape)
           
NodeShapeRotationHandle(AbstractHandle parent, AbstractNodeShape shape, boolean drawBounds)
           
PolylineLineSegmentHandle(AbstractHandle<S> parent, S shape, int index)
           
PolylinePointHandle(AbstractHandle<S> parent, S shape, int index)
           
RelationRotationHandle(AbstractHandle parent, S shape)
           
RelationRotationHandle(AbstractHandle parent, S shape, boolean drawBounds)
           
RotationHandle(AbstractHandle parent, S shape)
           
RotationHandle(AbstractHandle parent, S shape, boolean drawBounds)