Package system.windows.media.animation
Class Timeline
- java.lang.Object
-
- All Implemented Interfaces:
IJCOBridgeReflected
- Direct Known Subclasses:
AnimationTimeline
,MediaTimeline
,TimelineGroup
public class Timeline extends Animatable
The base .NET class managing System.Windows.Media.Animation.Timeline, PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Media.Animation.Timeline
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: PresentationCorestatic java.lang.String
className
Qualified class name: System.Windows.Media.Animation.Timelinestatic org.mases.jcobridge.JCType
classType
The type managed from JCOBridge.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addCompleted(EventHandler handler)
void
addCurrentGlobalSpeedInvalidated(EventHandler handler)
void
addCurrentStateInvalidated(EventHandler handler)
void
addCurrentTimeInvalidated(EventHandler handler)
void
addRemoveRequested(EventHandler handler)
static Timeline
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoTimeline
, a cast assert is made to check if types are compatible.Timeline
CloneCurrentValueNewTimeline()
Timeline
CloneNewTimeline()
Clock
CreateClock()
Clock
CreateClock(boolean hasControllableRoot)
double
getAccelerationRatio()
boolean
getAutoReverse()
double
getDecelerationRatio()
Duration
getDuration()
FillBehavior
getFillBehavior()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectorg.mases.jcobridge.JCType
getJCOType()
Returns the instantiated class Typejava.lang.String
getName()
RepeatBehavior
getRepeatBehavior()
double
getSpeedRatio()
void
removeCompleted(EventHandler handler)
void
removeCurrentGlobalSpeedInvalidated(EventHandler handler)
void
removeCurrentStateInvalidated(EventHandler handler)
void
removeCurrentTimeInvalidated(EventHandler handler)
void
removeRemoveRequested(EventHandler handler)
void
setAccelerationRatio(double AccelerationRatio)
void
setAutoReverse(boolean AutoReverse)
void
setDecelerationRatio(double DecelerationRatio)
void
setDuration(Duration Duration)
void
setFillBehavior(FillBehavior FillBehavior)
void
setJCOInstance(org.mases.jcobridge.JCObject instance)
void
setName(java.lang.String Name)
void
setRepeatBehavior(RepeatBehavior RepeatBehavior)
void
setSpeedRatio(double SpeedRatio)
-
Methods inherited from class system.windows.media.animation.Animatable
ApplyAnimationClock, ApplyAnimationClock, BeginAnimation, BeginAnimation, CloneNewAnimatable, GetAnimationBaseValue, getHasAnimatedProperties, ShouldSerializeStoredWeakReference
-
Methods inherited from class system.windows.Freezable
addChanged, Clone, CloneCurrentValue, Freeze, GetAsFrozen, getCanFreeze, GetCurrentValueAsFrozen, getIsFrozen, removeChanged
-
Methods inherited from class system.windows.DependencyObject
ClearValue, ClearValue, CoerceValue, getDependencyObjectType, getIsSealed, GetLocalValueEnumerator, GetValue, InvalidateProperty, ReadLocalValue, SetCurrentValue, SetValue, SetValue
-
Methods inherited from class system.windows.threading.DispatcherObject
CheckAccess, getDispatcher, VerifyAccess
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: PresentationCore- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Media.Animation.Timeline- See Also:
- Constant Field Values
-
classType
public static org.mases.jcobridge.JCType classType
The type managed from JCOBridge. SeeJCType
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classAnimatable
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classAnimatable
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classAnimatable
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classAnimatable
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(org.mases.jcobridge.JCObject instance)
- Overrides:
setJCOInstance
in classAnimatable
-
getJCOType
public org.mases.jcobridge.JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classAnimatable
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static Timeline cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoTimeline
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
Timeline
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
CreateClock
public Clock CreateClock() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, NotSupportedException, OverflowException, ArgumentException, ArgumentOutOfRangeException, Win32Exception, OutOfMemoryException, SecurityException, MulticastNotSupportedException, InvalidCastException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
NotSupportedException
OverflowException
ArgumentException
ArgumentOutOfRangeException
Win32Exception
OutOfMemoryException
SecurityException
MulticastNotSupportedException
InvalidCastException
InvalidEnumArgumentException
-
CreateClock
public Clock CreateClock(boolean hasControllableRoot) throws java.lang.Throwable, ArgumentException, ArgumentNullException, Win32Exception, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, OverflowException, ArgumentOutOfRangeException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
Win32Exception
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
OverflowException
ArgumentOutOfRangeException
ObjectDisposedException
OutOfMemoryException
MulticastNotSupportedException
InvalidCastException
-
CloneNewTimeline
public Timeline CloneNewTimeline() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, SecurityException, IOException, ArgumentOutOfRangeException, NotSupportedException
-
CloneCurrentValueNewTimeline
public Timeline CloneCurrentValueNewTimeline() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, NotSupportedException
-
getAutoReverse
public boolean getAutoReverse() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
setAutoReverse
public void setAutoReverse(boolean AutoReverse) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException
-
getAccelerationRatio
public double getAccelerationRatio() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
setAccelerationRatio
public void setAccelerationRatio(double AccelerationRatio) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
getDecelerationRatio
public double getDecelerationRatio() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
setDecelerationRatio
public void setDecelerationRatio(double DecelerationRatio) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
getSpeedRatio
public double getSpeedRatio() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
setSpeedRatio
public void setSpeedRatio(double SpeedRatio) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
getName
public java.lang.String getName() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
setName
public void setName(java.lang.String Name) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
getDuration
public Duration getDuration() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
setDuration
public void setDuration(Duration Duration) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
getFillBehavior
public FillBehavior getFillBehavior() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
setFillBehavior
public void setFillBehavior(FillBehavior FillBehavior) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
getRepeatBehavior
public RepeatBehavior getRepeatBehavior() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
setRepeatBehavior
public void setRepeatBehavior(RepeatBehavior RepeatBehavior) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
addCompleted
public void addCompleted(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeCompleted
public void removeCompleted(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addCurrentGlobalSpeedInvalidated
public void addCurrentGlobalSpeedInvalidated(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeCurrentGlobalSpeedInvalidated
public void removeCurrentGlobalSpeedInvalidated(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addCurrentStateInvalidated
public void addCurrentStateInvalidated(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeCurrentStateInvalidated
public void removeCurrentStateInvalidated(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addCurrentTimeInvalidated
public void addCurrentTimeInvalidated(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeCurrentTimeInvalidated
public void removeCurrentTimeInvalidated(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRemoveRequested
public void addRemoveRequested(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRemoveRequested
public void removeRemoveRequested(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-