to.tetramorph.starbase.chartparts
クラス GetPointMouseHandler

java.lang.Object
  上位を拡張 java.awt.event.MouseAdapter
      上位を拡張 to.tetramorph.starbase.chartparts.GetPointMouseHandler
すべての実装されたインタフェース:
MouseListener, MouseMotionListener, MouseWheelListener, EventListener

public class GetPointMouseHandler
extends MouseAdapter

JEditorPaneなどに登録して、画面上のマウスポイントを取得できるハンドラ。 リポートやアラビックパーツプラグインで使用している。


コンストラクタの概要
GetPointMouseHandler()
           
 
メソッドの概要
 Point getPoint()
           
 void mousePressed(MouseEvent e)
           
 
クラス java.awt.event.MouseAdapter から継承されたメソッド
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseReleased, mouseWheelMoved
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

GetPointMouseHandler

public GetPointMouseHandler()
メソッドの詳細

mousePressed

public void mousePressed(MouseEvent e)
定義:
インタフェース MouseListener 内の mousePressed
オーバーライド:
クラス MouseAdapter 内の mousePressed

getPoint

public Point getPoint()