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=4.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=4.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 org.mases.jcobridge.JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description Viewport3DVisual()
Viewport3DVisual(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Viewport3DVisual
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoViewport3DVisual
, a cast assert is made to check if types are compatible.BitmapEffect
getBitmapEffect()
BitmapEffectInput
getBitmapEffectInput()
Camera
getCamera()
Visual3DCollection
getChildren()
Geometry
getClip()
Rect
getContentBounds()
Rect
getDescendantBounds()
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 objectorg.mases.jcobridge.JCType
getJCOType()
Returns the instantiated class TypeVector
getOffset()
double
getOpacity()
Brush
getOpacityMask()
DependencyObject
getParent()
Transform
getTransform()
Rect
getViewport()
void
HitTestNewViewport3DVisual(HitTestFilterCallback filterCallback, HitTestResultCallback resultCallback, HitTestParameters hitTestParameters)
HitTestResult
HitTestNewViewport3DVisual(Point point)
void
setBitmapEffect(BitmapEffect BitmapEffect)
void
setBitmapEffectInput(BitmapEffectInput BitmapEffectInput)
void
setCamera(Camera Camera)
void
setClip(Geometry Clip)
void
setJCOInstance(org.mases.jcobridge.JCObject instance)
void
setOffset(Vector Offset)
void
setOpacity(double Opacity)
void
setOpacityMask(Brush OpacityMask)
void
setTransform(Transform Transform)
void
setViewport(Rect Viewport)
-
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=4.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
-
classType
public static org.mases.jcobridge.JCType classType
The type managed from JCOBridge. SeeJCType
-
-
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, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, 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(org.mases.jcobridge.JCObject instance)
- Overrides:
setJCOInstance
in classVisual
-
getJCOType
public org.mases.jcobridge.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, ArgumentException, OverflowException, Win32Exception, ObjectDisposedException, ArgumentOutOfRangeException, SecurityException, IOException
-
HitTestNewViewport3DVisual
public void HitTestNewViewport3DVisual(HitTestFilterCallback filterCallback, HitTestResultCallback resultCallback, HitTestParameters hitTestParameters) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, OverflowException, IndexOutOfRangeException, ArgumentOutOfRangeException, Win32Exception, SecurityException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentException
OverflowException
IndexOutOfRangeException
ArgumentOutOfRangeException
Win32Exception
SecurityException
ObjectDisposedException
OutOfMemoryException
MulticastNotSupportedException
InvalidCastException
-
getOpacity
public double getOpacity() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
-
setOpacity
public void setOpacity(double Opacity) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, OverflowException, IndexOutOfRangeException, ArgumentOutOfRangeException, Win32Exception, SecurityException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentException
OverflowException
IndexOutOfRangeException
ArgumentOutOfRangeException
Win32Exception
SecurityException
ObjectDisposedException
OutOfMemoryException
MulticastNotSupportedException
InvalidCastException
-
getParent
public DependencyObject getParent() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
-
getOpacityMask
public Brush getOpacityMask() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
-
setOpacityMask
public void setOpacityMask(Brush OpacityMask) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, OverflowException, ArgumentOutOfRangeException, Win32Exception, SecurityException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentException
OverflowException
ArgumentOutOfRangeException
Win32Exception
SecurityException
ObjectDisposedException
OutOfMemoryException
MulticastNotSupportedException
InvalidCastException
InvalidEnumArgumentException
-
getBitmapEffect
public BitmapEffect getBitmapEffect() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
-
setBitmapEffect
public void setBitmapEffect(BitmapEffect BitmapEffect) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, OverflowException, ArgumentOutOfRangeException, Win32Exception, SecurityException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException, InvalidEnumArgumentException, NotImplementedException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentException
OverflowException
ArgumentOutOfRangeException
Win32Exception
SecurityException
ObjectDisposedException
OutOfMemoryException
MulticastNotSupportedException
InvalidCastException
InvalidEnumArgumentException
NotImplementedException
-
getBitmapEffectInput
public BitmapEffectInput getBitmapEffectInput() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
-
setBitmapEffectInput
public void setBitmapEffectInput(BitmapEffectInput BitmapEffectInput) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, OverflowException, ArgumentOutOfRangeException, Win32Exception, SecurityException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException, InvalidEnumArgumentException, NotImplementedException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentException
OverflowException
ArgumentOutOfRangeException
Win32Exception
SecurityException
ObjectDisposedException
OutOfMemoryException
MulticastNotSupportedException
InvalidCastException
InvalidEnumArgumentException
NotImplementedException
-
getClip
public Geometry getClip() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
-
setClip
public void setClip(Geometry Clip) throws java.lang.Throwable, InvalidOperationException, ArgumentException, OverflowException, Win32Exception, ArgumentOutOfRangeException, ArgumentNullException, ObjectDisposedException, MulticastNotSupportedException, InvalidEnumArgumentException
-
getCamera
public Camera getCamera() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
setCamera
public void setCamera(Camera Camera) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
getChildren
public Visual3DCollection getChildren() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTransform
public Transform getTransform() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
-
setTransform
public void setTransform(Transform Transform) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, OverflowException, ArgumentOutOfRangeException, Win32Exception, SecurityException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentException
OverflowException
ArgumentOutOfRangeException
Win32Exception
SecurityException
ObjectDisposedException
OutOfMemoryException
MulticastNotSupportedException
InvalidCastException
InvalidEnumArgumentException
-
getContentBounds
public Rect getContentBounds() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, OverflowException, IndexOutOfRangeException, ArgumentOutOfRangeException, Win32Exception, SecurityException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentException
OverflowException
IndexOutOfRangeException
ArgumentOutOfRangeException
Win32Exception
SecurityException
ObjectDisposedException
OutOfMemoryException
MulticastNotSupportedException
InvalidCastException
-
getDescendantBounds
public Rect getDescendantBounds() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, OverflowException, IndexOutOfRangeException, ArgumentOutOfRangeException, Win32Exception, SecurityException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentException
OverflowException
IndexOutOfRangeException
ArgumentOutOfRangeException
Win32Exception
SecurityException
ObjectDisposedException
OutOfMemoryException
MulticastNotSupportedException
InvalidCastException
-
getViewport
public Rect getViewport() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
setViewport
public void setViewport(Rect Viewport) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
getOffset
public Vector getOffset() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setOffset
public void setOffset(Vector Offset) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, OverflowException, IndexOutOfRangeException, ArgumentOutOfRangeException, Win32Exception, SecurityException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentException
OverflowException
IndexOutOfRangeException
ArgumentOutOfRangeException
Win32Exception
SecurityException
ObjectDisposedException
OutOfMemoryException
MulticastNotSupportedException
InvalidCastException
-
-