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などに登録して、画面上のマウスポイントを取得できるハンドラ。
リポートやアラビックパーツプラグインで使用している。
クラス 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()