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=10.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,
FormatException,
KeyNotFoundException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionFormatExceptionKeyNotFoundExceptionpublic void Begin(FrameworkContentElement containingObject) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, IndexOutOfRangeException, FormatException, KeyNotFoundException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionpublic void Begin(FrameworkContentElement containingObject, boolean isControllable) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, IndexOutOfRangeException, FormatException, KeyNotFoundException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionpublic void Begin(FrameworkContentElement containingObject, HandoffBehavior handoffBehavior) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, IndexOutOfRangeException, FormatException, KeyNotFoundException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionpublic void Begin(FrameworkContentElement containingObject, HandoffBehavior handoffBehavior, boolean isControllable) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, FormatException, KeyNotFoundException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionFormatExceptionKeyNotFoundExceptionpublic void Begin(FrameworkElement containingObject) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, IndexOutOfRangeException, FormatException, KeyNotFoundException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionpublic void Begin(FrameworkElement containingObject, boolean isControllable) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, IndexOutOfRangeException, FormatException, KeyNotFoundException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionpublic void Begin(FrameworkElement containingObject, FrameworkTemplate frameworkTemplate) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, IndexOutOfRangeException, FormatException, KeyNotFoundException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionpublic void Begin(FrameworkElement containingObject, FrameworkTemplate frameworkTemplate, boolean isControllable) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, IndexOutOfRangeException, FormatException, KeyNotFoundException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionpublic void Begin(FrameworkElement containingObject, FrameworkTemplate frameworkTemplate, HandoffBehavior handoffBehavior) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, IndexOutOfRangeException, FormatException, KeyNotFoundException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionpublic 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, FormatException, KeyNotFoundException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionFormatExceptionKeyNotFoundExceptionpublic void Begin(FrameworkElement containingObject, HandoffBehavior handoffBehavior) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, IndexOutOfRangeException, FormatException, KeyNotFoundException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionpublic void Begin(FrameworkElement containingObject, HandoffBehavior handoffBehavior, boolean isControllable) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, FormatException, KeyNotFoundException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionFormatExceptionKeyNotFoundExceptionpublic 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,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
FormatException
public int GetCurrentIteration()
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
FormatException
public double GetCurrentProgress()
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
FormatException
public ClockState GetCurrentState() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
public ClockState GetCurrentState(FrameworkContentElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
public ClockState GetCurrentState(FrameworkElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
public TimeSpan GetCurrentTime() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
public boolean GetIsPaused()
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
FormatException
public boolean GetIsPaused(FrameworkContentElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
public boolean GetIsPaused(FrameworkElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
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,
OutOfMemoryException,
IndexOutOfRangeException,
FormatException,
RankException,
ArrayTypeMismatchException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFormatExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionpublic void Pause(FrameworkContentElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, OutOfMemoryException, IndexOutOfRangeException, FormatException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFormatExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionpublic void Pause(FrameworkElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, OutOfMemoryException, IndexOutOfRangeException, FormatException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFormatExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionpublic void Remove()
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
ArgumentException,
CultureNotFoundException,
InvalidOperationException,
OutOfMemoryException,
IndexOutOfRangeException,
FormatException,
RankException,
ArrayTypeMismatchException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFormatExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionpublic void Remove(FrameworkContentElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, OutOfMemoryException, IndexOutOfRangeException, FormatException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFormatExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionpublic void Remove(FrameworkElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, OutOfMemoryException, IndexOutOfRangeException, FormatException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFormatExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionpublic void Resume()
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
ArgumentException,
CultureNotFoundException,
InvalidOperationException,
OutOfMemoryException,
IndexOutOfRangeException,
FormatException,
RankException,
ArrayTypeMismatchException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFormatExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionpublic void Resume(FrameworkContentElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, OutOfMemoryException, IndexOutOfRangeException, FormatException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFormatExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionpublic void Resume(FrameworkElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, OutOfMemoryException, IndexOutOfRangeException, FormatException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFormatExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionpublic void Seek(FrameworkContentElement containingObject, TimeSpan offset, TimeSeekOrigin origin) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, OutOfMemoryException, IndexOutOfRangeException, FormatException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OverflowException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFormatExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionOverflowExceptionpublic void Seek(FrameworkElement containingObject, TimeSpan offset, TimeSeekOrigin origin) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, OutOfMemoryException, IndexOutOfRangeException, FormatException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OverflowException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFormatExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionOverflowExceptionpublic void Seek(TimeSpan offset) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, OutOfMemoryException, IndexOutOfRangeException, FormatException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OverflowException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFormatExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionOverflowExceptionpublic void Seek(TimeSpan offset, TimeSeekOrigin origin) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, OutOfMemoryException, IndexOutOfRangeException, FormatException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OverflowException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFormatExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionOverflowExceptionpublic void SeekAlignedToLastTick(FrameworkContentElement containingObject, TimeSpan offset, TimeSeekOrigin origin) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, OutOfMemoryException, IndexOutOfRangeException, FormatException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OverflowException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFormatExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionOverflowExceptionpublic void SeekAlignedToLastTick(FrameworkElement containingObject, TimeSpan offset, TimeSeekOrigin origin) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, OutOfMemoryException, IndexOutOfRangeException, FormatException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OverflowException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFormatExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionOverflowExceptionpublic void SeekAlignedToLastTick(TimeSpan offset) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, OutOfMemoryException, IndexOutOfRangeException, FormatException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OverflowException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFormatExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionOverflowExceptionpublic void SeekAlignedToLastTick(TimeSpan offset, TimeSeekOrigin origin) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, OutOfMemoryException, IndexOutOfRangeException, FormatException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OverflowException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFormatExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionOverflowExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class ParallelTimelinepublic void SetSpeedRatio(double speedRatio)
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
ArgumentException,
CultureNotFoundException,
InvalidOperationException,
OutOfMemoryException,
IndexOutOfRangeException,
FormatException,
RankException,
ArrayTypeMismatchException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFormatExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionpublic void SetSpeedRatio(FrameworkContentElement containingObject, double speedRatio) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, OutOfMemoryException, IndexOutOfRangeException, FormatException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFormatExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionpublic void SetSpeedRatio(FrameworkElement containingObject, double speedRatio) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, OutOfMemoryException, IndexOutOfRangeException, FormatException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFormatExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionpublic static void SetTarget(DependencyObject element, DependencyObject value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, OutOfMemoryException, IndexOutOfRangeException
public static void SetTargetName(DependencyObject element, java.lang.String name) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, OutOfMemoryException, IndexOutOfRangeException
public static void SetTargetProperty(DependencyObject element, PropertyPath path) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, OutOfMemoryException, IndexOutOfRangeException
public void SkipToFill()
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
ArgumentException,
CultureNotFoundException,
InvalidOperationException,
OutOfMemoryException,
IndexOutOfRangeException,
FormatException,
RankException,
ArrayTypeMismatchException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException,
OverflowException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFormatExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionOverflowExceptionpublic void SkipToFill(FrameworkContentElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, OutOfMemoryException, IndexOutOfRangeException, FormatException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OverflowException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFormatExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionOverflowExceptionpublic void SkipToFill(FrameworkElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, OutOfMemoryException, IndexOutOfRangeException, FormatException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OverflowException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFormatExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionOverflowExceptionpublic void Stop()
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
ArgumentException,
CultureNotFoundException,
InvalidOperationException,
OutOfMemoryException,
IndexOutOfRangeException,
FormatException,
RankException,
ArrayTypeMismatchException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFormatExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionpublic void Stop(FrameworkContentElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, OutOfMemoryException, IndexOutOfRangeException, FormatException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFormatExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionpublic void Stop(FrameworkElement containingObject) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, OutOfMemoryException, IndexOutOfRangeException, FormatException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFormatExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedException