| java.lang.Object | |
| ↳ | com.carto.styles.AnimationStyle | 
A class describing animation effect.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| synchronized void | delete() | ||||||||||
| boolean | 
        equals(Object obj)
        
         Checks if this object is equal to the specified object. 
  
   | ||||||||||
| AnimationType | 
        getFadeAnimationType()
        
         Returns the fade animation type. 
  
   | ||||||||||
| float | 
        getPhaseInDuration()
        
         Returns the phase-in duration of the animation. 
  
   | ||||||||||
| float | 
        getPhaseOutDuration()
        
         Returns the phase-out duration of the animation. 
  
   | ||||||||||
| float | 
        getRelativeSpeed()
        
         Returns the relative speed of the animation. 
  
   | ||||||||||
| AnimationType | 
        getSizeAnimationType()
        
         Returns the size-related animation type. 
  
   | ||||||||||
| int | 
        hashCode()
        
         Returns the hash value of this object. 
  
   | ||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Object
 | |||||||||||
Checks if this object is equal to the specified object.
| obj | The reference object. | 
|---|
Returns the fade animation type.
Returns the phase-in duration of the animation.
Returns the phase-out duration of the animation.
Returns the relative speed of the animation.
Returns the size-related animation type.
Returns the hash value of this object.