Class AnimationExtensionManager
- java.lang.Object
-
- org.openstreetmap.josm.gui.animation.AnimationExtensionManager
-
public final class AnimationExtensionManager extends java.lang.Object
Animation extension manager. Copied from Icedtea-Web.- Since:
- 14578
- See Also:
- Initial commit
-
-
Field Summary
Fields Modifier and Type Field Description private static AnimationExtensioncurrentExtensionprivate static BooleanPropertyPROP_ANIMATION
-
Constructor Summary
Constructors Modifier Constructor Description privateAnimationExtensionManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AnimationExtensiongetExtension()Returns the current animation extension.private static booleanisBirthday()The first commit of JOSM to svn (r1) was on 2005-09-27private static booleanisChristmas()static booleanisExtensionEnabled()Determines if an extension other thanNoExtensionis enabled.
-
-
-
Field Detail
-
currentExtension
private static volatile AnimationExtension currentExtension
-
PROP_ANIMATION
private static final BooleanProperty PROP_ANIMATION
-
-
Constructor Detail
-
AnimationExtensionManager
private AnimationExtensionManager()
-
-
Method Detail
-
getExtension
public static AnimationExtension getExtension()
Returns the current animation extension.- Returns:
- the current animation extension
-
isExtensionEnabled
public static boolean isExtensionEnabled()
Determines if an extension other thanNoExtensionis enabled.- Returns:
trueif an extension other thanNoExtensionis enabled.- Since:
- 17322
-
isChristmas
private static boolean isChristmas()
-
isBirthday
private static boolean isBirthday()
The first commit of JOSM to svn (r1) was on 2005-09-27- Returns:
trueif today is JOSM's birthday
-
-