Class NoExtension
- java.lang.Object
-
- org.openstreetmap.josm.gui.animation.NoExtension
-
- All Implemented Interfaces:
AnimationExtension
public class NoExtension extends java.lang.Object implements AnimationExtension
Animation no-op extension. Copied from Icedtea-Web.- Since:
- 14578
- See Also:
- Initial commit
-
-
Constructor Summary
Constructors Constructor Description NoExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadjustForSize(int w, int h, int x, int y)Adjusts for size.voidanimate()Performs the optional animation.voidpaint(java.awt.Graphics g)Paints static contents.
-
-
-
Constructor Detail
-
NoExtension
NoExtension()
-
-
Method Detail
-
adjustForSize
public void adjustForSize(int w, int h, int x, int y)
Description copied from interface:AnimationExtensionAdjusts for size.- Specified by:
adjustForSizein interfaceAnimationExtension- Parameters:
w- widthh- heightx- x origin of view areay- y origin of view area
-
animate
public void animate()
Description copied from interface:AnimationExtensionPerforms the optional animation.- Specified by:
animatein interfaceAnimationExtension
-
paint
public void paint(java.awt.Graphics g)
Description copied from interface:AnimationExtensionPaints static contents.- Specified by:
paintin interfaceAnimationExtension- Parameters:
g- graphics object
-
-