Uses of Class
org.primefaces.model.map.Animation
-
Packages that use Animation Package Description org.primefaces.model.map -
-
Uses of Animation in org.primefaces.model.map
Methods in org.primefaces.model.map that return Animation Modifier and Type Method Description AnimationMarker. getAnimation()static AnimationAnimation. valueOf(String name)Returns the enum constant of this type with the specified name.static Animation[]Animation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.primefaces.model.map with parameters of type Animation Modifier and Type Method Description voidMarker. setAnimation(Animation animation)
-