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.String
assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: PresentationFrameworkstatic java.lang.String
className
Qualified class name: System.Windows.Media.Animation.Storyboardstatic JCType
classType
The 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 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 theIJCOBridgeReflected
instance intoStoryboard
, 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 namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typestatic 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(TimeSpan offset)
void
Seek(TimeSpan offset, TimeSeekOrigin origin)
void
Seek(FrameworkContentElement containingObject, TimeSpan offset, TimeSeekOrigin origin)
void
Seek(FrameworkElement containingObject, TimeSpan offset, TimeSeekOrigin origin)
void
SeekAlignedToLastTick(TimeSpan offset)
void
SeekAlignedToLastTick(TimeSpan offset, TimeSeekOrigin origin)
void
SeekAlignedToLastTick(FrameworkContentElement containingObject, TimeSpan offset, TimeSeekOrigin origin)
void
SeekAlignedToLastTick(FrameworkElement containingObject, 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)
-
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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIAddChild
- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classParallelTimeline
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIAddChild
- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classParallelTimeline
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIAddChild
- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classParallelTimeline
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIAddChild
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classParallelTimeline
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classParallelTimeline
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIAddChild
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classParallelTimeline
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static Storyboard cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoStoryboard
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
Storyboard
instance- 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.Throwable
InvalidOperationException
ArgumentException
-
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.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
PlatformNotSupportedException
InvalidEnumArgumentException
Win32Exception
ObjectDisposedException
OutOfMemoryException
MulticastNotSupportedException
KeyNotFoundException
-
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.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
InvalidEnumArgumentException
Win32Exception
ObjectDisposedException
OutOfMemoryException
MulticastNotSupportedException
IndexOutOfRangeException
KeyNotFoundException
-
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.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
PlatformNotSupportedException
InvalidEnumArgumentException
Win32Exception
ObjectDisposedException
OutOfMemoryException
MulticastNotSupportedException
KeyNotFoundException
-
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.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
InvalidEnumArgumentException
Win32Exception
ObjectDisposedException
OutOfMemoryException
MulticastNotSupportedException
IndexOutOfRangeException
KeyNotFoundException
-
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.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
InvalidEnumArgumentException
Win32Exception
ObjectDisposedException
OutOfMemoryException
MulticastNotSupportedException
IndexOutOfRangeException
KeyNotFoundException
-
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.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
InvalidEnumArgumentException
Win32Exception
ObjectDisposedException
OutOfMemoryException
MulticastNotSupportedException
IndexOutOfRangeException
KeyNotFoundException
-
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.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
InvalidEnumArgumentException
Win32Exception
ObjectDisposedException
OutOfMemoryException
MulticastNotSupportedException
IndexOutOfRangeException
KeyNotFoundException
-
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.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
PlatformNotSupportedException
InvalidEnumArgumentException
Win32Exception
ObjectDisposedException
OutOfMemoryException
MulticastNotSupportedException
KeyNotFoundException
-
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.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
InvalidEnumArgumentException
Win32Exception
ObjectDisposedException
OutOfMemoryException
MulticastNotSupportedException
IndexOutOfRangeException
KeyNotFoundException
-
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.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
InvalidEnumArgumentException
Win32Exception
ObjectDisposedException
OutOfMemoryException
MulticastNotSupportedException
IndexOutOfRangeException
KeyNotFoundException
-
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.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
PlatformNotSupportedException
InvalidEnumArgumentException
Win32Exception
ObjectDisposedException
OutOfMemoryException
MulticastNotSupportedException
KeyNotFoundException
-
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.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
InvalidEnumArgumentException
Win32Exception
ObjectDisposedException
OutOfMemoryException
MulticastNotSupportedException
IndexOutOfRangeException
KeyNotFoundException
-
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.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
InvalidEnumArgumentException
Win32Exception
ObjectDisposedException
OutOfMemoryException
MulticastNotSupportedException
IndexOutOfRangeException
KeyNotFoundException
-
Pause
public void Pause() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
InvalidOperationException
NotSupportedException
IndexOutOfRangeException
OutOfMemoryException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
-
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.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
InvalidOperationException
NotSupportedException
IndexOutOfRangeException
OutOfMemoryException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
-
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.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
InvalidOperationException
NotSupportedException
IndexOutOfRangeException
OutOfMemoryException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
-
Remove
public void Remove() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
InvalidOperationException
NotSupportedException
IndexOutOfRangeException
OutOfMemoryException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
-
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.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
InvalidOperationException
NotSupportedException
IndexOutOfRangeException
OutOfMemoryException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
-
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.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
InvalidOperationException
NotSupportedException
IndexOutOfRangeException
OutOfMemoryException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
-
Resume
public void Resume() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
InvalidOperationException
NotSupportedException
IndexOutOfRangeException
OutOfMemoryException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
-
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.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
InvalidOperationException
NotSupportedException
IndexOutOfRangeException
OutOfMemoryException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
-
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.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
InvalidOperationException
NotSupportedException
IndexOutOfRangeException
OutOfMemoryException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
-
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.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
InvalidOperationException
NotSupportedException
IndexOutOfRangeException
OutOfMemoryException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
OverflowException
-
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.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
InvalidOperationException
NotSupportedException
IndexOutOfRangeException
OutOfMemoryException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
OverflowException
-
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.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
InvalidOperationException
NotSupportedException
IndexOutOfRangeException
OutOfMemoryException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
OverflowException
-
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.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
InvalidOperationException
NotSupportedException
IndexOutOfRangeException
OutOfMemoryException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
OverflowException
-
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.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
InvalidOperationException
NotSupportedException
IndexOutOfRangeException
OutOfMemoryException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
OverflowException
-
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.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
InvalidOperationException
NotSupportedException
IndexOutOfRangeException
OutOfMemoryException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
OverflowException
-
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.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
InvalidOperationException
NotSupportedException
IndexOutOfRangeException
OutOfMemoryException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
OverflowException
-
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.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
InvalidOperationException
NotSupportedException
IndexOutOfRangeException
OutOfMemoryException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
OverflowException
-
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.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
InvalidOperationException
NotSupportedException
IndexOutOfRangeException
OutOfMemoryException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
-
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.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
InvalidOperationException
NotSupportedException
IndexOutOfRangeException
OutOfMemoryException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
-
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.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
InvalidOperationException
NotSupportedException
IndexOutOfRangeException
OutOfMemoryException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
-
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.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
InvalidOperationException
NotSupportedException
IndexOutOfRangeException
OutOfMemoryException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
OverflowException
-
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.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
InvalidOperationException
NotSupportedException
IndexOutOfRangeException
OutOfMemoryException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
OverflowException
-
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.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
InvalidOperationException
NotSupportedException
IndexOutOfRangeException
OutOfMemoryException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
OverflowException
-
Stop
public void Stop() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
InvalidOperationException
NotSupportedException
IndexOutOfRangeException
OutOfMemoryException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
-
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.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
InvalidOperationException
NotSupportedException
IndexOutOfRangeException
OutOfMemoryException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
-
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.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
InvalidOperationException
NotSupportedException
IndexOutOfRangeException
OutOfMemoryException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
-
-