クラス
jp.carabiner.inkpod.model.MapPoint の使用

MapPoint を使用しているパッケージ
jp.carabiner.inkpod.model   
jp.carabiner.inkpod.pi Inkpodプラグイン(アプリ)がInkpodにアクセスするための基本的なインターフェースを提供します。 
jp.carabiner.inkpod.pi.editor   
jp.carabiner.inkpod.pi.model マップのモデルを操作するインタフェース、バリデータのインタフェースなどを提供します。 
jp.carabiner.inkpod.pi.shape   
jp.carabiner.inkpod.pi.shape.line   
 

jp.carabiner.inkpod.model での MapPoint の使用
 

MapPoint を返す jp.carabiner.inkpod.model のメソッド
 MapPoint MapRectangle.getLeftBottom()
           
 MapPoint MapRectangle.getLeftTop()
           
 MapPoint MapRectangle.getRightBottom()
           
 MapPoint MapRectangle.getRightTop()
           
 MapPoint MapPoint.relativePoint(MapPoint p)
           
 

MapPoint 型のパラメータを持つ jp.carabiner.inkpod.model のメソッド
 void MapRectangle.add(MapPoint p)
           
 boolean MapRectangle.contains(MapPoint p)
           
 MapPoint MapPoint.relativePoint(MapPoint p)
           
 void MapPoint.setLocation(MapPoint p)
           
 

MapPoint 型のパラメータを持つ jp.carabiner.inkpod.model のコンストラクタ
MapPoint(MapPoint p)
           
MapRectangle(MapPoint p)
           
MapRectangle(MapPoint leftTop, MapPoint rightBottom)
           
 

jp.carabiner.inkpod.pi での MapPoint の使用
 

MapPoint を返す jp.carabiner.inkpod.pi のメソッド
 MapPoint PInkpodFrame.getContextMenuClickPoint()
          最後にコンテキストメニューを開いた時の、右クリックの位置をマップ上の座標で返す。
 

jp.carabiner.inkpod.pi.editor での MapPoint の使用
 

MapPoint を返す jp.carabiner.inkpod.pi.editor のメソッド
 MapPoint EditorViewConfiguration.getOffset()
           
 MapPoint EditorViewConfiguration.getOffset(MapPoint p)
           
 MapPoint EditorViewConfiguration.toMapPoint(int x, int y)
           
 MapPoint EditorViewConfiguration.toMapPoint(java.awt.Point point)
           
 

MapPoint 型のパラメータを持つ jp.carabiner.inkpod.pi.editor のメソッド
 void EditorViewConfiguration.alignOnGrid(MapPoint point)
           
 MapPoint EditorViewConfiguration.getOffset(MapPoint p)
           
 java.awt.Point EditorViewConfiguration.toScreenPoint(MapPoint point)
           
 java.awt.Point EditorViewConfiguration.toScreenPoint(java.awt.Point screenPoint, MapPoint point)
           
 java.awt.geom.Point2D EditorViewConfiguration.toScreenPoint2D(MapPoint point)
           
 java.awt.geom.Point2D EditorViewConfiguration.toScreenPoint2D(java.awt.geom.Point2D screenPoint, MapPoint point)
           
 

jp.carabiner.inkpod.pi.model での MapPoint の使用
 

MapPoint を返す jp.carabiner.inkpod.pi.model のメソッド
 MapPoint PMapModel.getLeftTopMapPoint()
          スクリーン上の左上の座標を返す。
 

MapPoint 型のパラメータを持つ jp.carabiner.inkpod.pi.model のメソッド
 boolean PMapModel.pasteObject(MapPoint destPoint)
          推奨されていません。 
 PMapObject[] PMapModel.pasteObject(PMapObject[] objects, MapPoint destPoint)
           
 PMapObject[] PMapModel.pointToObjects(MapPoint p)
           
 void PMapModel.setLeftTopMapPoint(MapPoint point)
          スクリーン上の左上の座標を指定してスクロールする。
 

jp.carabiner.inkpod.pi.shape での MapPoint の使用
 

MapPoint を返す jp.carabiner.inkpod.pi.shape のメソッド
 MapPoint ShapeTransform.transform(MapPoint point)
          推奨されていません。 
 MapPoint ShapeTransform.transform(MapPoint point, MapPoint transformedPoint)
          推奨されていません。 
 MapPoint ShapeTransform.transformInverse(MapPoint point)
          推奨されていません。 
 MapPoint ShapeTransform.transformInverse(MapPoint point, MapPoint transformedPoint)
          推奨されていません。 
 

MapPoint 型のパラメータを持つ jp.carabiner.inkpod.pi.shape のメソッド
 void PObjectShape.setLocation(MapPoint point)
          位置を変更する。
 void AbstractObjectShape.setLocation(MapPoint point)
           
 MapPoint ShapeTransform.transform(MapPoint point)
          推奨されていません。 
 MapPoint ShapeTransform.transform(MapPoint point, MapPoint transformedPoint)
          推奨されていません。 
 MapPoint ShapeTransform.transformInverse(MapPoint point)
          推奨されていません。 
 MapPoint ShapeTransform.transformInverse(MapPoint point, MapPoint transformedPoint)
          推奨されていません。 
 

jp.carabiner.inkpod.pi.shape.line での MapPoint の使用
 

MapPoint 型のパラメータを持つ jp.carabiner.inkpod.pi.shape.line のメソッド
 double Line.distance(MapPoint p)
           
 boolean Line.isLower(MapPoint p)
           
 boolean Line.isOver(MapPoint p)
           
 boolean Line.isUpper(MapPoint p)
           
 Line Line.rotateRightAngle(MapPoint p)
           
 

MapPoint 型のパラメータを持つ jp.carabiner.inkpod.pi.shape.line のコンストラクタ
Arc(MapPoint center, double width, double height, double start, double end)