Class VTOLAttackSprite
java.lang.Object
megamek.client.ui.clientGUI.boardview.sprite.Sprite
megamek.client.ui.clientGUI.boardview.sprite.VTOLAttackSprite
- All Implemented Interfaces:
- ImageObserver,- Comparable<Sprite>
- 
Field SummaryFields inherited from class megamek.client.ui.clientGUI.boardview.sprite.Spritebounds, bv, hidden, imageFields inherited from interface java.awt.image.ImageObserverABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoiddrawOnto(Graphics graphics, int x, int y, ImageObserver observer) Draws this sprite onto the specified graphics context.booleanisReady()Are we ready to draw? By default, checks to see that our buffered image has been created.voidprepare()Do any necessary preparation.Methods inherited from class megamek.client.ui.clientGUI.boardview.sprite.SpritecompareTo, drawOnto, equals, getBounds, getSpritePriority, getTooltip, imageUpdate, isHidden, isInside, setHidden, toString
- 
Constructor Details- 
VTOLAttackSprite
 
- 
- 
Method Details- 
preparepublic void prepare()Description copied from class:SpriteDo any necessary preparation. This is called after creation, but before drawing, when a device context is ready to draw with.
- 
isReadypublic boolean isReady()Description copied from class:SpriteAre we ready to draw? By default, checks to see that our buffered image has been created.
- 
drawOntoDescription copied from class:SpriteDraws this sprite onto the specified graphics context.
- 
getEntity
 
-