Package system.windows.media.animation
Class Storyboard
- java.lang.Object
-
- All Implemented Interfaces:
IJCOBridgeReflected,IAddChild
public class Storyboard extends ParallelTimeline
The base .NET class managing System.Windows.Media.Animation.Storyboard, PresentationFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Media.Animation.Storyboard
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.StringassemblyFullNameFully assembly qualified name: PresentationFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: PresentationFrameworkstatic java.lang.StringclassNameQualified class name: System.Windows.Media.Animation.Storyboardstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description Storyboard()Storyboard(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidBegin()voidBegin(FrameworkContentElement containingObject)voidBegin(FrameworkContentElement containingObject, boolean isControllable)voidBegin(FrameworkContentElement containingObject, HandoffBehavior handoffBehavior)voidBegin(FrameworkContentElement containingObject, HandoffBehavior handoffBehavior, boolean isControllable)voidBegin(FrameworkElement containingObject)voidBegin(FrameworkElement containingObject, boolean isControllable)voidBegin(FrameworkElement containingObject, FrameworkTemplate frameworkTemplate)voidBegin(FrameworkElement containingObject, FrameworkTemplate frameworkTemplate, boolean isControllable)voidBegin(FrameworkElement containingObject, FrameworkTemplate frameworkTemplate, HandoffBehavior handoffBehavior)voidBegin(FrameworkElement containingObject, FrameworkTemplate frameworkTemplate, HandoffBehavior handoffBehavior, boolean isControllable)voidBegin(FrameworkElement containingObject, HandoffBehavior handoffBehavior)voidBegin(FrameworkElement containingObject, HandoffBehavior handoffBehavior, boolean isControllable)static Storyboardcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoStoryboard, a cast assert is made to check if types are compatible.StoryboardCloneNewStoryboard()doubleGetCurrentGlobalSpeed()intGetCurrentIteration()doubleGetCurrentProgress()ClockStateGetCurrentState()ClockStateGetCurrentState(FrameworkContentElement containingObject)ClockStateGetCurrentState(FrameworkElement containingObject)TimeSpanGetCurrentTime()booleanGetIsPaused()booleanGetIsPaused(FrameworkContentElement containingObject)booleanGetIsPaused(FrameworkElement containingObject)java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typestatic DependencyObjectGetTarget(DependencyObject element)static java.lang.StringGetTargetName(DependencyObject element)static PropertyPathGetTargetProperty(DependencyObject element)voidPause()voidPause(FrameworkContentElement containingObject)voidPause(FrameworkElement containingObject)voidRemove()voidRemove(FrameworkContentElement containingObject)voidRemove(FrameworkElement containingObject)voidResume()voidResume(FrameworkContentElement containingObject)voidResume(FrameworkElement containingObject)voidSeek(TimeSpan offset)voidSeek(TimeSpan offset, TimeSeekOrigin origin)voidSeek(FrameworkContentElement containingObject, TimeSpan offset, TimeSeekOrigin origin)voidSeek(FrameworkElement containingObject, TimeSpan offset, TimeSeekOrigin origin)voidSeekAlignedToLastTick(TimeSpan offset)voidSeekAlignedToLastTick(TimeSpan offset, TimeSeekOrigin origin)voidSeekAlignedToLastTick(FrameworkContentElement containingObject, TimeSpan offset, TimeSeekOrigin origin)voidSeekAlignedToLastTick(FrameworkElement containingObject, TimeSpan offset, TimeSeekOrigin origin)voidsetJCOInstance(JCObject instance)voidSetSpeedRatio(double speedRatio)voidSetSpeedRatio(FrameworkContentElement containingObject, double speedRatio)voidSetSpeedRatio(FrameworkElement containingObject, double speedRatio)static voidSetTarget(DependencyObject element, DependencyObject value)static voidSetTargetName(DependencyObject element, java.lang.String name)static voidSetTargetProperty(DependencyObject element, PropertyPath path)voidSkipToFill()voidSkipToFill(FrameworkContentElement containingObject)voidSkipToFill(FrameworkElement containingObject)voidStop()voidStop(FrameworkContentElement containingObject)voidStop(FrameworkElement containingObject)-
Methods inherited from class system.windows.media.animation.ParallelTimeline
CloneCurrentValueNewParallelTimeline, CloneNewParallelTimeline, getSlipBehavior, setSlipBehavior
-
Methods inherited from class system.windows.media.animation.TimelineGroup
CloneCurrentValueNewTimelineGroup, CloneNewTimelineGroup, CreateClockNewTimelineGroup, getChildren, setChildren
-
Methods inherited from class system.windows.media.animation.Timeline
addCompleted, addCurrentGlobalSpeedInvalidated, addCurrentStateInvalidated, addCurrentTimeInvalidated, addRemoveRequested, CloneCurrentValueNewTimeline, CloneNewTimeline, CreateClock, CreateClock, getAccelerationRatio, getAutoReverse, getDecelerationRatio, getDuration, getFillBehavior, getName, getRepeatBehavior, getSpeedRatio, removeCompleted, removeCurrentGlobalSpeedInvalidated, removeCurrentStateInvalidated, removeCurrentTimeInvalidated, removeRemoveRequested, setAccelerationRatio, setAutoReverse, setDecelerationRatio, setDuration, setFillBehavior, setName, setRepeatBehavior, setSpeedRatio
-
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: PresentationFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: PresentationFramework- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Media.Animation.Storyboard- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIAddChild- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classParallelTimeline- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIAddChild- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classParallelTimeline- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIAddChild- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classParallelTimeline- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIAddChild- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classParallelTimeline- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classParallelTimeline
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIAddChild- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classParallelTimeline- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static Storyboard cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoStoryboard, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
Storyboardinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
GetIsPaused
public boolean GetIsPaused() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException
-
GetIsPaused
public boolean GetIsPaused(FrameworkContentElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException
-
GetIsPaused
public boolean GetIsPaused(FrameworkElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException
-
GetCurrentGlobalSpeed
public double GetCurrentGlobalSpeed() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException
-
GetCurrentProgress
public double GetCurrentProgress() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException
-
GetCurrentIteration
public int GetCurrentIteration() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException
-
GetTargetName
public static java.lang.String GetTargetName(DependencyObject element) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
GetCurrentTime
public TimeSpan GetCurrentTime() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException
-
GetTarget
public static DependencyObject GetTarget(DependencyObject element) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
GetCurrentState
public ClockState GetCurrentState() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException
-
GetCurrentState
public ClockState GetCurrentState(FrameworkContentElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException
-
GetCurrentState
public ClockState GetCurrentState(FrameworkElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException
-
CloneNewStoryboard
public Storyboard CloneNewStoryboard() throws java.lang.Throwable, InvalidOperationException, ArgumentException
- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentException
-
GetTargetProperty
public static PropertyPath GetTargetProperty(DependencyObject element) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
Begin
public void Begin() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, KeyNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionKeyNotFoundException
-
Begin
public void Begin(FrameworkContentElement containingObject, boolean isControllable) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, IndexOutOfRangeException, KeyNotFoundException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionKeyNotFoundException
-
Begin
public void Begin(FrameworkContentElement containingObject, HandoffBehavior handoffBehavior, boolean isControllable) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, KeyNotFoundException
- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionKeyNotFoundException
-
Begin
public void Begin(FrameworkContentElement containingObject, HandoffBehavior handoffBehavior) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, IndexOutOfRangeException, KeyNotFoundException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionKeyNotFoundException
-
Begin
public void Begin(FrameworkContentElement containingObject) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, IndexOutOfRangeException, KeyNotFoundException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionKeyNotFoundException
-
Begin
public void Begin(FrameworkElement containingObject, boolean isControllable) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, IndexOutOfRangeException, KeyNotFoundException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionKeyNotFoundException
-
Begin
public void Begin(FrameworkElement containingObject, FrameworkTemplate frameworkTemplate, boolean isControllable) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, IndexOutOfRangeException, KeyNotFoundException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionKeyNotFoundException
-
Begin
public void Begin(FrameworkElement containingObject, FrameworkTemplate frameworkTemplate, HandoffBehavior handoffBehavior, boolean isControllable) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, KeyNotFoundException
- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionKeyNotFoundException
-
Begin
public void Begin(FrameworkElement containingObject, FrameworkTemplate frameworkTemplate, HandoffBehavior handoffBehavior) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, IndexOutOfRangeException, KeyNotFoundException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionKeyNotFoundException
-
Begin
public void Begin(FrameworkElement containingObject, FrameworkTemplate frameworkTemplate) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, IndexOutOfRangeException, KeyNotFoundException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionKeyNotFoundException
-
Begin
public void Begin(FrameworkElement containingObject, HandoffBehavior handoffBehavior, boolean isControllable) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, KeyNotFoundException
- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionKeyNotFoundException
-
Begin
public void Begin(FrameworkElement containingObject, HandoffBehavior handoffBehavior) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, IndexOutOfRangeException, KeyNotFoundException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionKeyNotFoundException
-
Begin
public void Begin(FrameworkElement containingObject) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, IndexOutOfRangeException, KeyNotFoundException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionKeyNotFoundException
-
Pause
public void Pause() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception- Throws:
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32Exception
-
Pause
public void Pause(FrameworkContentElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception
- Throws:
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32Exception
-
Pause
public void Pause(FrameworkElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception
- Throws:
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32Exception
-
Remove
public void Remove() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception- Throws:
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32Exception
-
Remove
public void Remove(FrameworkContentElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception
- Throws:
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32Exception
-
Remove
public void Remove(FrameworkElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception
- Throws:
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32Exception
-
Resume
public void Resume() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception- Throws:
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32Exception
-
Resume
public void Resume(FrameworkContentElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception
- Throws:
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32Exception
-
Resume
public void Resume(FrameworkElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception
- Throws:
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32Exception
-
Seek
public void Seek(TimeSpan offset, TimeSeekOrigin origin) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, OverflowException
- Throws:
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionOverflowException
-
Seek
public void Seek(TimeSpan offset) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, OverflowException
- Throws:
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionOverflowException
-
Seek
public void Seek(FrameworkContentElement containingObject, TimeSpan offset, TimeSeekOrigin origin) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, OverflowException
- Throws:
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionOverflowException
-
Seek
public void Seek(FrameworkElement containingObject, TimeSpan offset, TimeSeekOrigin origin) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, OverflowException
- Throws:
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionOverflowException
-
SeekAlignedToLastTick
public void SeekAlignedToLastTick(TimeSpan offset, TimeSeekOrigin origin) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, OverflowException
- Throws:
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionOverflowException
-
SeekAlignedToLastTick
public void SeekAlignedToLastTick(TimeSpan offset) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, OverflowException
- Throws:
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionOverflowException
-
SeekAlignedToLastTick
public void SeekAlignedToLastTick(FrameworkContentElement containingObject, TimeSpan offset, TimeSeekOrigin origin) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, OverflowException
- Throws:
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionOverflowException
-
SeekAlignedToLastTick
public void SeekAlignedToLastTick(FrameworkElement containingObject, TimeSpan offset, TimeSeekOrigin origin) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, OverflowException
- Throws:
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionOverflowException
-
SetSpeedRatio
public void SetSpeedRatio(double speedRatio) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception- Throws:
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32Exception
-
SetSpeedRatio
public void SetSpeedRatio(FrameworkContentElement containingObject, double speedRatio) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception
- Throws:
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32Exception
-
SetSpeedRatio
public void SetSpeedRatio(FrameworkElement containingObject, double speedRatio) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception
- Throws:
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32Exception
-
SetTarget
public static void SetTarget(DependencyObject element, DependencyObject value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, OutOfMemoryException
-
SetTargetName
public static void SetTargetName(DependencyObject element, java.lang.String name) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, OutOfMemoryException
-
SetTargetProperty
public static void SetTargetProperty(DependencyObject element, PropertyPath path) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, OutOfMemoryException
-
SkipToFill
public void SkipToFill() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, OverflowException- Throws:
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionOverflowException
-
SkipToFill
public void SkipToFill(FrameworkContentElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, OverflowException
- Throws:
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionOverflowException
-
SkipToFill
public void SkipToFill(FrameworkElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, OverflowException
- Throws:
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionOverflowException
-
Stop
public void Stop() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception- Throws:
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32Exception
-
Stop
public void Stop(FrameworkContentElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception
- Throws:
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32Exception
-
Stop
public void Stop(FrameworkElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception
- Throws:
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32Exception
-
-