Class InertiaProcessor2D
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.input.manipulations.InertiaProcessor2D
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class InertiaProcessor2D extends NetObject
The base .NET class managing System.Windows.Input.Manipulations.InertiaProcessor2D, System.Windows.Input.Manipulations, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Input.Manipulations.InertiaProcessor2D
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: System.Windows.Input.Manipulations, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.Windows.Input.Manipulationsstatic java.lang.String
className
Qualified class name: System.Windows.Input.Manipulations.InertiaProcessor2Dstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description InertiaProcessor2D()
InertiaProcessor2D(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InertiaProcessor2D
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoInertiaProcessor2D
, a cast assert is made to check if types are compatible.void
Complete(long timestamp)
InertiaExpansionBehavior2D
getExpansionBehavior()
Single
getInitialOriginX()
Single
getInitialOriginY()
boolean
getIsRunning()
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 TypeInertiaRotationBehavior2D
getRotationBehavior()
InertiaTranslationBehavior2D
getTranslationBehavior()
boolean
Process(long timestamp)
void
setExpansionBehavior(InertiaExpansionBehavior2D ExpansionBehavior)
void
setInitialOriginX(Single InitialOriginX)
void
setInitialOriginY(Single InitialOriginY)
void
setJCOInstance(JCObject instance)
void
SetParameters(InertiaParameters2D parameters)
void
setRotationBehavior(InertiaRotationBehavior2D RotationBehavior)
void
setTranslationBehavior(InertiaTranslationBehavior2D TranslationBehavior)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Windows.Input.Manipulations, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Windows.Input.Manipulations- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Input.Manipulations.InertiaProcessor2D- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InertiaProcessor2D
public InertiaProcessor2D(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
InertiaProcessor2D
public InertiaProcessor2D() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, MulticastNotSupportedException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static InertiaProcessor2D cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoInertiaProcessor2D
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
InertiaProcessor2D
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Process
public boolean Process(long timestamp) throws java.lang.Throwable, NotSupportedException, ArgumentException, OutOfMemoryException, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
Complete
public void Complete(long timestamp) throws java.lang.Throwable, NotSupportedException, ArgumentException, OutOfMemoryException, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
SetParameters
public void SetParameters(InertiaParameters2D parameters) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
FormatException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
MulticastNotSupportedException
-
getIsRunning
public boolean getIsRunning() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInitialOriginX
public Single getInitialOriginX() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setInitialOriginX
public void setInitialOriginX(Single InitialOriginX) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, IndexOutOfRangeException, FormatException, NotSupportedException
-
getInitialOriginY
public Single getInitialOriginY() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setInitialOriginY
public void setInitialOriginY(Single InitialOriginY) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, IndexOutOfRangeException, FormatException, NotSupportedException
-
getExpansionBehavior
public InertiaExpansionBehavior2D getExpansionBehavior() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setExpansionBehavior
public void setExpansionBehavior(InertiaExpansionBehavior2D ExpansionBehavior) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
FormatException
NotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
MulticastNotSupportedException
-
getRotationBehavior
public InertiaRotationBehavior2D getRotationBehavior() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setRotationBehavior
public void setRotationBehavior(InertiaRotationBehavior2D RotationBehavior) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
FormatException
NotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
MulticastNotSupportedException
-
getTranslationBehavior
public InertiaTranslationBehavior2D getTranslationBehavior() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTranslationBehavior
public void setTranslationBehavior(InertiaTranslationBehavior2D TranslationBehavior) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
FormatException
NotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
MulticastNotSupportedException
-
-