public class Storyboard extends ParallelTimeline
.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
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: PresentationFramework
|
static java.lang.String |
className
Qualified class name: System.Windows.Media.Animation.Storyboard
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Storyboard() |
Storyboard(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Begin() |
void |
Begin(FrameworkContentElement containingObject) |
void |
Begin(FrameworkContentElement containingObject,
boolean isControllable) |
void |
Begin(FrameworkContentElement containingObject,
HandoffBehavior handoffBehavior) |
void |
Begin(FrameworkContentElement containingObject,
HandoffBehavior handoffBehavior,
boolean isControllable) |
void |
Begin(FrameworkElement containingObject) |
void |
Begin(FrameworkElement containingObject,
boolean isControllable) |
void |
Begin(FrameworkElement containingObject,
FrameworkTemplate frameworkTemplate) |
void |
Begin(FrameworkElement containingObject,
FrameworkTemplate frameworkTemplate,
boolean isControllable) |
void |
Begin(FrameworkElement containingObject,
FrameworkTemplate frameworkTemplate,
HandoffBehavior handoffBehavior) |
void |
Begin(FrameworkElement containingObject,
FrameworkTemplate frameworkTemplate,
HandoffBehavior handoffBehavior,
boolean isControllable) |
void |
Begin(FrameworkElement containingObject,
HandoffBehavior handoffBehavior) |
void |
Begin(FrameworkElement containingObject,
HandoffBehavior handoffBehavior,
boolean isControllable) |
static Storyboard |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into Storyboard, a cast assert is made to check if types are compatible. |
Storyboard |
CloneNewStoryboard() |
double |
GetCurrentGlobalSpeed() |
int |
GetCurrentIteration() |
double |
GetCurrentProgress() |
ClockState |
GetCurrentState() |
ClockState |
GetCurrentState(FrameworkContentElement containingObject) |
ClockState |
GetCurrentState(FrameworkElement containingObject) |
TimeSpan |
GetCurrentTime() |
boolean |
GetIsPaused() |
boolean |
GetIsPaused(FrameworkContentElement containingObject) |
boolean |
GetIsPaused(FrameworkElement containingObject) |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
static DependencyObject |
GetTarget(DependencyObject element) |
static java.lang.String |
GetTargetName(DependencyObject element) |
static PropertyPath |
GetTargetProperty(DependencyObject element) |
void |
Pause() |
void |
Pause(FrameworkContentElement containingObject) |
void |
Pause(FrameworkElement containingObject) |
void |
Remove() |
void |
Remove(FrameworkContentElement containingObject) |
void |
Remove(FrameworkElement containingObject) |
void |
Resume() |
void |
Resume(FrameworkContentElement containingObject) |
void |
Resume(FrameworkElement containingObject) |
void |
Seek(FrameworkContentElement containingObject,
TimeSpan offset,
TimeSeekOrigin origin) |
void |
Seek(FrameworkElement containingObject,
TimeSpan offset,
TimeSeekOrigin origin) |
void |
Seek(TimeSpan offset) |
void |
Seek(TimeSpan offset,
TimeSeekOrigin origin) |
void |
SeekAlignedToLastTick(FrameworkContentElement containingObject,
TimeSpan offset,
TimeSeekOrigin origin) |
void |
SeekAlignedToLastTick(FrameworkElement containingObject,
TimeSpan offset,
TimeSeekOrigin origin) |
void |
SeekAlignedToLastTick(TimeSpan offset) |
void |
SeekAlignedToLastTick(TimeSpan offset,
TimeSeekOrigin origin) |
void |
setJCOInstance(JCObject instance) |
void |
SetSpeedRatio(double speedRatio) |
void |
SetSpeedRatio(FrameworkContentElement containingObject,
double speedRatio) |
void |
SetSpeedRatio(FrameworkElement containingObject,
double speedRatio) |
static void |
SetTarget(DependencyObject element,
DependencyObject value) |
static void |
SetTargetName(DependencyObject element,
java.lang.String name) |
static void |
SetTargetProperty(DependencyObject element,
PropertyPath path) |
void |
SkipToFill() |
void |
SkipToFill(FrameworkContentElement containingObject) |
void |
SkipToFill(FrameworkElement containingObject) |
void |
Stop() |
void |
Stop(FrameworkContentElement containingObject) |
void |
Stop(FrameworkElement containingObject) |
CloneCurrentValueNewParallelTimeline, CloneNewParallelTimeline, getSlipBehavior, setSlipBehaviorCloneCurrentValueNewTimelineGroup, CloneNewTimelineGroup, CreateClockNewTimelineGroup, getChildren, setChildrenaddCompleted, 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, setSpeedRatioApplyAnimationClock, ApplyAnimationClock, BeginAnimation, BeginAnimation, CloneNewAnimatable, GetAnimationBaseValue, getHasAnimatedProperties, ShouldSerializeStoredWeakReferenceaddChanged, Clone, CloneCurrentValue, Freeze, GetAsFrozen, getCanFreeze, GetCurrentValueAsFrozen, getIsFrozen, removeChangedClearValue, ClearValue, CoerceValue, getDependencyObjectType, getIsSealed, GetLocalValueEnumerator, GetValue, InvalidateProperty, ReadLocalValue, SetCurrentValue, SetValue, SetValueCheckAccess, getDispatcher, VerifyAccessEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringAddChild, AddText, ToIAddChildpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Storyboard()
throws java.lang.Throwable
java.lang.Throwablepublic Storyboard(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void Begin()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
InvalidEnumArgumentException,
Win32Exception,
ObjectDisposedException,
OutOfMemoryException,
MulticastNotSupportedException,
KeyNotFoundException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionKeyNotFoundExceptionpublic void Begin(FrameworkContentElement containingObject) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, IndexOutOfRangeException, KeyNotFoundException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionpublic void Begin(FrameworkContentElement containingObject, boolean isControllable) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, IndexOutOfRangeException, KeyNotFoundException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionpublic void Begin(FrameworkContentElement containingObject, HandoffBehavior handoffBehavior) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, IndexOutOfRangeException, KeyNotFoundException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionpublic void Begin(FrameworkContentElement containingObject, HandoffBehavior handoffBehavior, boolean isControllable) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, KeyNotFoundException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionKeyNotFoundExceptionpublic void Begin(FrameworkElement containingObject) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, IndexOutOfRangeException, KeyNotFoundException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionpublic void Begin(FrameworkElement containingObject, boolean isControllable) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, IndexOutOfRangeException, KeyNotFoundException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionpublic void Begin(FrameworkElement containingObject, FrameworkTemplate frameworkTemplate) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, IndexOutOfRangeException, KeyNotFoundException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionpublic 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
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionpublic 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
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionpublic 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
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionKeyNotFoundExceptionpublic void Begin(FrameworkElement containingObject, HandoffBehavior handoffBehavior) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, IndexOutOfRangeException, KeyNotFoundException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionpublic void Begin(FrameworkElement containingObject, HandoffBehavior handoffBehavior, boolean isControllable) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, KeyNotFoundException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionKeyNotFoundExceptionpublic static Storyboard cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Storyboard, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedStoryboard instancejava.lang.Throwable - in case of error during cast operationpublic Storyboard CloneNewStoryboard() throws java.lang.Throwable, InvalidOperationException, ArgumentException
java.lang.ThrowableInvalidOperationExceptionArgumentExceptionpublic double GetCurrentGlobalSpeed()
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
OutOfMemoryException
public int GetCurrentIteration()
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
OutOfMemoryException
public double GetCurrentProgress()
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
OutOfMemoryException
public ClockState GetCurrentState() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException
public ClockState GetCurrentState(FrameworkContentElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException
public ClockState GetCurrentState(FrameworkElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException
public TimeSpan GetCurrentTime() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException
public boolean GetIsPaused()
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
OutOfMemoryException
public boolean GetIsPaused(FrameworkContentElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException
public boolean GetIsPaused(FrameworkElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IAddChildgetJCOAssemblyName in class ParallelTimelineString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IAddChildgetJCOClassName in class ParallelTimelineString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IAddChildgetJCOInstance in class ParallelTimelineObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IAddChildgetJCOObjectName in class ParallelTimelineString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IAddChildgetJCOType in class ParallelTimelineJCType representing the CLR Type of the instantiated Classpublic static DependencyObject GetTarget(DependencyObject element) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public static java.lang.String GetTargetName(DependencyObject element) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public static PropertyPath GetTargetProperty(DependencyObject element) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public void Pause()
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
ArgumentException,
CultureNotFoundException,
InvalidOperationException,
NotSupportedException,
IndexOutOfRangeException,
OutOfMemoryException,
RankException,
ArrayTypeMismatchException,
InvalidEnumArgumentException,
Win32Exception
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32Exceptionpublic void Pause(FrameworkContentElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32Exceptionpublic void Pause(FrameworkElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32Exceptionpublic void Remove()
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
ArgumentException,
CultureNotFoundException,
InvalidOperationException,
NotSupportedException,
IndexOutOfRangeException,
OutOfMemoryException,
RankException,
ArrayTypeMismatchException,
InvalidEnumArgumentException,
Win32Exception
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32Exceptionpublic void Remove(FrameworkContentElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32Exceptionpublic void Remove(FrameworkElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32Exceptionpublic void Resume()
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
ArgumentException,
CultureNotFoundException,
InvalidOperationException,
NotSupportedException,
IndexOutOfRangeException,
OutOfMemoryException,
RankException,
ArrayTypeMismatchException,
InvalidEnumArgumentException,
Win32Exception
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32Exceptionpublic void Resume(FrameworkContentElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32Exceptionpublic void Resume(FrameworkElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32Exceptionpublic 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
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionOverflowExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionOverflowExceptionpublic void Seek(TimeSpan offset) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, OverflowException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionOverflowExceptionpublic void Seek(TimeSpan offset, TimeSeekOrigin origin) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, OverflowException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionOverflowExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionOverflowExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionOverflowExceptionpublic void SeekAlignedToLastTick(TimeSpan offset) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, OverflowException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionOverflowExceptionpublic void SeekAlignedToLastTick(TimeSpan offset, TimeSeekOrigin origin) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, OverflowException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionOverflowExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class ParallelTimelinepublic void SetSpeedRatio(double speedRatio)
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
ArgumentException,
CultureNotFoundException,
InvalidOperationException,
NotSupportedException,
IndexOutOfRangeException,
OutOfMemoryException,
RankException,
ArrayTypeMismatchException,
InvalidEnumArgumentException,
Win32Exception
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32Exceptionpublic void SetSpeedRatio(FrameworkContentElement containingObject, double speedRatio) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32Exceptionpublic void SetSpeedRatio(FrameworkElement containingObject, double speedRatio) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32Exceptionpublic static void SetTarget(DependencyObject element, DependencyObject value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, OutOfMemoryException
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
public static void SetTargetProperty(DependencyObject element, PropertyPath path) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, OutOfMemoryException
public void SkipToFill()
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
ArgumentException,
CultureNotFoundException,
InvalidOperationException,
NotSupportedException,
IndexOutOfRangeException,
OutOfMemoryException,
RankException,
ArrayTypeMismatchException,
InvalidEnumArgumentException,
Win32Exception,
OverflowException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionOverflowExceptionpublic void SkipToFill(FrameworkContentElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, OverflowException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionOverflowExceptionpublic void SkipToFill(FrameworkElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, OverflowException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionOverflowExceptionpublic void Stop()
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
ArgumentException,
CultureNotFoundException,
InvalidOperationException,
NotSupportedException,
IndexOutOfRangeException,
OutOfMemoryException,
RankException,
ArrayTypeMismatchException,
InvalidEnumArgumentException,
Win32Exception
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32Exceptionpublic void Stop(FrameworkContentElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32Exceptionpublic void Stop(FrameworkElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32Exception