Package system.windows.media.media3d
Class Viewport3DVisual
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.threading.DispatcherObject
-
- system.windows.DependencyObject
-
- system.windows.media.Visual
-
- system.windows.media.media3d.Viewport3DVisual
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class Viewport3DVisual extends Visual
The base .NET class managing System.Windows.Media.Media3D.Viewport3DVisual, PresentationCore, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Media.Media3D.Viewport3DVisual
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: PresentationCore, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: PresentationCorestatic java.lang.String
className
Qualified class name: System.Windows.Media.Media3D.Viewport3DVisualstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description Viewport3DVisual()
Viewport3DVisual(java.lang.Object instance)
Internal constructor.
-
Method Summary
-
Methods inherited from class system.windows.media.Visual
FindCommonVisualAncestor, IsAncestorOf, IsDescendantOf, PointFromScreen, PointToScreen, TransformToAncestor, TransformToAncestor, TransformToDescendant, TransformToVisual
-
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: PresentationCore, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: PresentationCore- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Media.Media3D.Viewport3DVisual- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Viewport3DVisual
public Viewport3DVisual(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
Viewport3DVisual
public Viewport3DVisual() throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
-
-
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 classVisual
- 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 classVisual
- 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 classVisual
- 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 classVisual
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classVisual
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classVisual
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static Viewport3DVisual cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoViewport3DVisual
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
Viewport3DVisual
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
HitTestNewViewport3DVisual
public HitTestResult HitTestNewViewport3DVisual(Point point) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, Win32Exception, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, SecurityException, IOException
-
HitTestNewViewport3DVisual
public void HitTestNewViewport3DVisual(HitTestFilterCallback filterCallback, HitTestResultCallback resultCallback, HitTestParameters hitTestParameters) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, Win32Exception, PlatformNotSupportedException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException
-
getOpacity
public double getOpacity() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
PlatformNotSupportedException
-
setOpacity
public void setOpacity(double Opacity) throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, ArgumentException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException
-
getParent
public DependencyObject getParent() throws java.lang.Throwable, ArgumentException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
-
getOpacityMask
public Brush getOpacityMask() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
PlatformNotSupportedException
-
setOpacityMask
public void setOpacityMask(Brush OpacityMask) throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, NotSupportedException, ArgumentException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException, InvalidEnumArgumentException, PlatformNotSupportedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentOutOfRangeException
Win32Exception
NotSupportedException
ArgumentException
ObjectDisposedException
OutOfMemoryException
MulticastNotSupportedException
InvalidCastException
InvalidEnumArgumentException
PlatformNotSupportedException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
-
getBitmapEffect
public BitmapEffect getBitmapEffect() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
PlatformNotSupportedException
-
setBitmapEffect
public void setBitmapEffect(BitmapEffect BitmapEffect) throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, NotSupportedException, ArgumentException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException, InvalidEnumArgumentException, PlatformNotSupportedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, NotImplementedException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentOutOfRangeException
Win32Exception
NotSupportedException
ArgumentException
ObjectDisposedException
OutOfMemoryException
MulticastNotSupportedException
InvalidCastException
InvalidEnumArgumentException
PlatformNotSupportedException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
NotImplementedException
-
getBitmapEffectInput
public BitmapEffectInput getBitmapEffectInput() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
PlatformNotSupportedException
-
setBitmapEffectInput
public void setBitmapEffectInput(BitmapEffectInput BitmapEffectInput) throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, NotSupportedException, ArgumentException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException, InvalidEnumArgumentException, PlatformNotSupportedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, NotImplementedException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentOutOfRangeException
Win32Exception
NotSupportedException
ArgumentException
ObjectDisposedException
OutOfMemoryException
MulticastNotSupportedException
InvalidCastException
InvalidEnumArgumentException
PlatformNotSupportedException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
NotImplementedException
-
getClip
public Geometry getClip() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
PlatformNotSupportedException
-
setClip
public void setClip(Geometry Clip) throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, ArgumentException, MulticastNotSupportedException, InvalidEnumArgumentException, PlatformNotSupportedException, ArgumentNullException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
-
getCamera
public Camera getCamera() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
-
setCamera
public void setCamera(Camera Camera) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, FormatException, OutOfMemoryException
-
getChildren
public Visual3DCollection getChildren() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTransform
public Transform getTransform() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
PlatformNotSupportedException
-
setTransform
public void setTransform(Transform Transform) throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, NotSupportedException, ArgumentException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException, InvalidEnumArgumentException, PlatformNotSupportedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentOutOfRangeException
Win32Exception
NotSupportedException
ArgumentException
ObjectDisposedException
OutOfMemoryException
MulticastNotSupportedException
InvalidCastException
InvalidEnumArgumentException
PlatformNotSupportedException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
-
getContentBounds
public Rect getContentBounds() throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, ArgumentException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException
-
getDescendantBounds
public Rect getDescendantBounds() throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, ArgumentException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException
-
getViewport
public Rect getViewport() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
-
setViewport
public void setViewport(Rect Viewport) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, FormatException, OutOfMemoryException
-
getOffset
public Vector getOffset() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setOffset
public void setOffset(Vector Offset) throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, ArgumentException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException
-
-