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=9.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=9.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 JCType
classType
The type managed from JCOBridge.
-
Method Summary
-
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=9.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
-
-
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(JCObject instance)
- Overrides:
setJCOInstance
in classAnimatable
-
getJCOType
public 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, ArgumentException, PlatformNotSupportedException, ArgumentNullException, IndexOutOfRangeException, NotSupportedException, OverflowException, ArgumentOutOfRangeException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentException
PlatformNotSupportedException
ArgumentNullException
IndexOutOfRangeException
NotSupportedException
OverflowException
ArgumentOutOfRangeException
Win32Exception
ObjectDisposedException
OutOfMemoryException
MulticastNotSupportedException
InvalidCastException
InvalidEnumArgumentException
-
CreateClock
public Clock CreateClock(boolean hasControllableRoot) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, Win32Exception, PlatformNotSupportedException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, OverflowException, OutOfMemoryException, ArgumentNullException, MulticastNotSupportedException, InvalidCastException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
Win32Exception
PlatformNotSupportedException
CultureNotFoundException
ObjectDisposedException
IndexOutOfRangeException
NotSupportedException
OverflowException
OutOfMemoryException
ArgumentNullException
MulticastNotSupportedException
InvalidCastException
-
CloneNewTimeline
public Timeline CloneNewTimeline() throws java.lang.Throwable, InvalidOperationException, SecurityException, IOException, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, NotSupportedException
-
CloneCurrentValueNewTimeline
public Timeline CloneCurrentValueNewTimeline() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, PlatformNotSupportedException, FormatException, ArgumentOutOfRangeException, NotSupportedException
-
getAutoReverse
public boolean getAutoReverse() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
-
setAutoReverse
public void setAutoReverse(boolean AutoReverse) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, OutOfMemoryException
-
getAccelerationRatio
public double getAccelerationRatio() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
-
setAccelerationRatio
public void setAccelerationRatio(double AccelerationRatio) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, FormatException, OutOfMemoryException
-
getDecelerationRatio
public double getDecelerationRatio() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
-
setDecelerationRatio
public void setDecelerationRatio(double DecelerationRatio) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, FormatException, OutOfMemoryException
-
getSpeedRatio
public double getSpeedRatio() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
-
setSpeedRatio
public void setSpeedRatio(double SpeedRatio) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, FormatException, OutOfMemoryException
-
getName
public java.lang.String getName() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
-
setName
public void setName(java.lang.String Name) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, FormatException, OutOfMemoryException
-
getDuration
public Duration getDuration() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
-
setDuration
public void setDuration(Duration Duration) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, FormatException, OutOfMemoryException
-
getFillBehavior
public FillBehavior getFillBehavior() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
-
setFillBehavior
public void setFillBehavior(FillBehavior FillBehavior) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, FormatException, OutOfMemoryException
-
getRepeatBehavior
public RepeatBehavior getRepeatBehavior() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
-
setRepeatBehavior
public void setRepeatBehavior(RepeatBehavior RepeatBehavior) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, FormatException, OutOfMemoryException
-
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
-
-