public class Viewport3DVisual extends Visual
.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
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: PresentationCore, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: PresentationCore
|
static java.lang.String |
className
Qualified class name: System.Windows.Media.Media3D.Viewport3DVisual
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Viewport3DVisual() |
Viewport3DVisual(java.lang.Object instance)
Internal constructor.
|
FindCommonVisualAncestor, IsAncestorOf, IsDescendantOf, PointFromScreen, PointToScreen, TransformToAncestor, TransformToAncestor, TransformToDescendant, TransformToVisualClearValue, ClearValue, CoerceValue, getDependencyObjectType, getIsSealed, GetLocalValueEnumerator, GetValue, InvalidateProperty, ReadLocalValue, SetCurrentValue, SetValue, SetValueCheckAccess, getDispatcher, VerifyAccesspublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Viewport3DVisual()
throws java.lang.Throwable,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
ArgumentNullException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException
public Viewport3DVisual(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static Viewport3DVisual cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Viewport3DVisual, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedViewport3DVisual instancejava.lang.Throwable - in case of error during cast operationpublic BitmapEffect getBitmapEffect() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionpublic BitmapEffectInput getBitmapEffectInput() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionpublic Camera getCamera() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
public Visual3DCollection getChildren() throws java.lang.Throwable
java.lang.Throwablepublic Geometry getClip() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionpublic Rect getContentBounds() throws java.lang.Throwable, InvalidOperationException, ArgumentException, OverflowException, Win32Exception, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException
public Rect getDescendantBounds() throws java.lang.Throwable, InvalidOperationException, ArgumentException, OverflowException, Win32Exception, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class VisualString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class VisualString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class VisualObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class VisualString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class VisualJCType representing the CLR Type of the instantiated Classpublic Vector getOffset() throws java.lang.Throwable
java.lang.Throwablepublic double getOpacity()
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentNullException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionpublic Brush getOpacityMask() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionpublic DependencyObject getParent() throws java.lang.Throwable, ArgumentException, InvalidOperationException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionpublic Transform getTransform() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionpublic Rect getViewport() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
public void HitTestNewViewport3DVisual(HitTestFilterCallback filterCallback, HitTestResultCallback resultCallback, HitTestParameters hitTestParameters) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OverflowException, Win32Exception, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionOverflowExceptionWin32ExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionInvalidCastExceptionpublic HitTestResult HitTestNewViewport3DVisual(Point point) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, Win32Exception, ObjectDisposedException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, SecurityException, IOException
public void setBitmapEffect(BitmapEffect BitmapEffect) throws java.lang.Throwable, InvalidOperationException, ArgumentException, OverflowException, Win32Exception, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException, InvalidEnumArgumentException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, NotImplementedException
java.lang.ThrowableInvalidOperationExceptionArgumentExceptionOverflowExceptionWin32ExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionInvalidCastExceptionInvalidEnumArgumentExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionNotImplementedExceptionpublic void setBitmapEffectInput(BitmapEffectInput BitmapEffectInput) throws java.lang.Throwable, InvalidOperationException, ArgumentException, OverflowException, Win32Exception, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException, InvalidEnumArgumentException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, NotImplementedException
java.lang.ThrowableInvalidOperationExceptionArgumentExceptionOverflowExceptionWin32ExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionInvalidCastExceptionInvalidEnumArgumentExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionNotImplementedExceptionpublic void setCamera(Camera Camera) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, NotSupportedException, OutOfMemoryException
public void setClip(Geometry Clip) throws java.lang.Throwable, InvalidOperationException, ArgumentException, Win32Exception, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, MulticastNotSupportedException, InvalidEnumArgumentException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
java.lang.ThrowableInvalidOperationExceptionArgumentExceptionWin32ExceptionPlatformNotSupportedExceptionArgumentNullExceptionObjectDisposedExceptionMulticastNotSupportedExceptionInvalidEnumArgumentExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class Visualpublic void setOffset(Vector Offset) throws java.lang.Throwable, InvalidOperationException, ArgumentException, OverflowException, Win32Exception, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException
public void setOpacity(double Opacity)
throws java.lang.Throwable,
InvalidOperationException,
ArgumentException,
OverflowException,
Win32Exception,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentOutOfRangeException,
ObjectDisposedException,
OutOfMemoryException,
MulticastNotSupportedException,
InvalidCastException
public void setOpacityMask(Brush OpacityMask) throws java.lang.Throwable, InvalidOperationException, ArgumentException, OverflowException, Win32Exception, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException, InvalidEnumArgumentException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
java.lang.ThrowableInvalidOperationExceptionArgumentExceptionOverflowExceptionWin32ExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionInvalidCastExceptionInvalidEnumArgumentExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionpublic void setTransform(Transform Transform) throws java.lang.Throwable, InvalidOperationException, ArgumentException, OverflowException, Win32Exception, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException, InvalidEnumArgumentException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
java.lang.ThrowableInvalidOperationExceptionArgumentExceptionOverflowExceptionWin32ExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionInvalidCastExceptionInvalidEnumArgumentExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionpublic void setViewport(Rect Viewport) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, NotSupportedException, OutOfMemoryException