Class TraceOverlay
java.lang.Object
megamek.client.ui.clientGUI.boardview.overlay.TraceOverlay
- All Implemented Interfaces:
IDisplayable,IPreferenceChangeListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDraw this IDisplayable to the Graphics graph, which is theBoardViewgraphics.voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface megamek.client.ui.IDisplayable
isBeingDragged, isDragged, isHit, isMouseOver, isReleased, isSliding, setIdleTime, slide
-
Constructor Details
-
TraceOverlay
-
-
Method Details
-
draw
Description copied from interface:IDisplayableDraw this IDisplayable to the Graphics graph, which is theBoardViewgraphics. The currently visible part of theBoardViewis given by the Rectangle rect, so the upper left corner of the visibleBoardViewis rect.x, rect.y.- Specified by:
drawin interfaceIDisplayable
-
preferenceChange
- Specified by:
preferenceChangein interfaceIPreferenceChangeListener
-