Package system.windows.ink
Class ApplicationGesture
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.ink.ApplicationGesture
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class ApplicationGesture extends NetObject
The base .NET class managing System.Windows.Ink.ApplicationGesture, PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Ink.ApplicationGesture
Powered by JCOBridge: more info at https://www.jcobridge.com
- Version:
- 1.14.3.0
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ApplicationGesture()
ApplicationGesture(Object instance)
Internal constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getJCOAssemblyName()
Returns the reflected Assembly nameString
getJCOClassName()
Returns the reflected Class nameObject
getJCOInstance()
Returns the instantiated classString
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Type-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toObjectFromArray, toObjectFromArray, toString, ToString, translateException
-
-
-
-
Field Detail
-
assemblyFullName
public static final String assemblyFullName
Fully assembly qualified name: PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final String assemblyShortName
Assembly name: PresentationCore- See Also:
- Constant Field Values
-
className
public static final String className
Qualified class name: System.Windows.Ink.ApplicationGesture- See Also:
- Constant Field Values
-
AllGestures
public static ApplicationGesture AllGestures
-
NoGesture
public static ApplicationGesture NoGesture
-
ScratchOut
public static ApplicationGesture ScratchOut
-
Triangle
public static ApplicationGesture Triangle
-
Square
public static ApplicationGesture Square
-
Star
public static ApplicationGesture Star
-
Check
public static ApplicationGesture Check
-
Curlicue
public static ApplicationGesture Curlicue
-
DoubleCurlicue
public static ApplicationGesture DoubleCurlicue
-
Circle
public static ApplicationGesture Circle
-
DoubleCircle
public static ApplicationGesture DoubleCircle
-
SemicircleLeft
public static ApplicationGesture SemicircleLeft
-
SemicircleRight
public static ApplicationGesture SemicircleRight
-
ChevronUp
public static ApplicationGesture ChevronUp
-
ChevronDown
public static ApplicationGesture ChevronDown
-
ChevronLeft
public static ApplicationGesture ChevronLeft
-
ChevronRight
public static ApplicationGesture ChevronRight
-
ArrowUp
public static ApplicationGesture ArrowUp
-
ArrowDown
public static ApplicationGesture ArrowDown
-
ArrowLeft
public static ApplicationGesture ArrowLeft
-
ArrowRight
public static ApplicationGesture ArrowRight
-
Up
public static ApplicationGesture Up
-
Down
public static ApplicationGesture Down
-
Left
public static ApplicationGesture Left
-
Right
public static ApplicationGesture Right
-
UpDown
public static ApplicationGesture UpDown
-
DownUp
public static ApplicationGesture DownUp
-
LeftRight
public static ApplicationGesture LeftRight
-
RightLeft
public static ApplicationGesture RightLeft
-
UpLeftLong
public static ApplicationGesture UpLeftLong
-
UpRightLong
public static ApplicationGesture UpRightLong
-
DownLeftLong
public static ApplicationGesture DownLeftLong
-
DownRightLong
public static ApplicationGesture DownRightLong
-
UpLeft
public static ApplicationGesture UpLeft
-
UpRight
public static ApplicationGesture UpRight
-
DownLeft
public static ApplicationGesture DownLeft
-
DownRight
public static ApplicationGesture DownRight
-
LeftUp
public static ApplicationGesture LeftUp
-
LeftDown
public static ApplicationGesture LeftDown
-
RightUp
public static ApplicationGesture RightUp
-
RightDown
public static ApplicationGesture RightDown
-
Exclamation
public static ApplicationGesture Exclamation
-
Tap
public static ApplicationGesture Tap
-
DoubleTap
public static ApplicationGesture DoubleTap
-
-
Constructor Detail
-
ApplicationGesture
public ApplicationGesture(Object instance)
Internal constructor. Use with caution
-
ApplicationGesture
public ApplicationGesture()
-
-
Method Detail
-
getJCOAssemblyName
public 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 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 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 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
-
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
-
-