Package mgui.interfaces.graphics
Interface GraphicMouseListener
- All Superinterfaces:
GraphicListener
,InterfaceMouseListener
- All Known Subinterfaces:
Graphic2DMouseListener
- All Known Implementing Classes:
InterfaceGraphic2DTextBox
,InterfaceGraphicTextBox
,InterfaceQueryPanel
,InterfaceSelectionPanel
,InterfaceSelectionSet
,Text2DIntMouseCoords
public interface GraphicMouseListener extends GraphicListener, InterfaceMouseListener
Mouse listener on an
InterfaceGraphic
object.- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Method Summary
Methods inherited from interface mgui.interfaces.graphics.GraphicListener
isShape, setParentWindow, windowUpdated
Methods inherited from interface mgui.interfaces.InterfaceMouseListener
getMouseListener, getMouseWheelListener
-
Method Details
-
setMap
-