Class Animator
public class Animator : Cloneable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ICloneable
- Inheritance
-
Animator
- Implements
- Derived
- Extension Methods
Constructors
Animator()
public Animator()
Animator(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Animator(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
DURATION_INFINITE
public static long DURATION_INFINITE { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
AddListener(AnimatorListener)
public void AddListener(Animator.AnimatorListener arg0)
Parameters
AddPauseListener(AnimatorPauseListener)
public void AddPauseListener(Animator.AnimatorPauseListener arg0)
Parameters
Cancel()
public void Cancel()
Clone()
public Animator Clone()
Returns
CreatePoolableInstance()
HPA initializer for Animator()
public static Animator CreatePoolableInstance()
Returns
End()
public void End()
GetDuration()
public long GetDuration()
Returns
GetInterpolator()
public TimeInterpolator GetInterpolator()
Returns
GetListeners()
public ArrayList<Animator.AnimatorListener> GetListeners()
Returns
GetStartDelay()
public long GetStartDelay()
Returns
GetTotalDuration()
public long GetTotalDuration()
Returns
IsPaused()
public bool IsPaused()
Returns
IsRunning()
public bool IsRunning()
Returns
IsStarted()
public bool IsStarted()
Returns
Pause()
public void Pause()
RemoveAllListeners()
public void RemoveAllListeners()
RemoveListener(AnimatorListener)
public void RemoveListener(Animator.AnimatorListener arg0)
Parameters
RemovePauseListener(AnimatorPauseListener)
public void RemovePauseListener(Animator.AnimatorPauseListener arg0)
Parameters
Resume()
public void Resume()
SetDuration(long)
public Animator SetDuration(long arg0)
Parameters
Returns
SetInterpolator(TimeInterpolator)
public void SetInterpolator(TimeInterpolator arg0)
Parameters
SetStartDelay(long)
public void SetStartDelay(long arg0)
Parameters
SetTarget(object)
public void SetTarget(object arg0)
Parameters
SetupEndValues()
public void SetupEndValues()
SetupStartValues()
public void SetupStartValues()
Start()
public void Start()