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=10.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,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
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, PlatformNotSupportedException, ArgumentException, InvalidOperationException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionInvalidOperationExceptionpublic BitmapEffectInput getBitmapEffectInput() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionInvalidOperationExceptionpublic Camera getCamera() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
public Visual3DCollection getChildren() throws java.lang.Throwable
java.lang.Throwablepublic Geometry getClip() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionInvalidOperationExceptionpublic Rect getContentBounds() throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, ArgumentException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, OutOfMemoryException, ArgumentNullException, MulticastNotSupportedException, InvalidCastException
public Rect getDescendantBounds() throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, ArgumentException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, OutOfMemoryException, ArgumentNullException, 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,
PlatformNotSupportedException,
ArgumentException,
InvalidOperationException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionInvalidOperationExceptionpublic Brush getOpacityMask() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionInvalidOperationExceptionpublic DependencyObject getParent() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionInvalidOperationExceptionpublic Transform getTransform() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionInvalidOperationExceptionpublic Rect getViewport() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
public void HitTestNewViewport3DVisual(HitTestFilterCallback filterCallback, HitTestResultCallback resultCallback, HitTestParameters hitTestParameters) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, Win32Exception, PlatformNotSupportedException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException
public HitTestResult HitTestNewViewport3DVisual(Point point) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, Win32Exception, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, SecurityException, IOException
public void setBitmapEffect(BitmapEffect BitmapEffect) throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, NotSupportedException, ArgumentException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException, InvalidEnumArgumentException, PlatformNotSupportedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, NotImplementedException
java.lang.ThrowableInvalidOperationExceptionArgumentOutOfRangeExceptionWin32ExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionInvalidCastExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionNotImplementedExceptionpublic void setBitmapEffectInput(BitmapEffectInput BitmapEffectInput) throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, NotSupportedException, ArgumentException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException, InvalidEnumArgumentException, PlatformNotSupportedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, NotImplementedException
java.lang.ThrowableInvalidOperationExceptionArgumentOutOfRangeExceptionWin32ExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionInvalidCastExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionNotImplementedExceptionpublic void setCamera(Camera Camera) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, FormatException, OutOfMemoryException
public void setClip(Geometry Clip) throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, ArgumentException, MulticastNotSupportedException, InvalidEnumArgumentException, PlatformNotSupportedException, ArgumentNullException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
public void setJCOInstance(JCObject instance)
setJCOInstance in class Visualpublic void setOffset(Vector Offset) throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, ArgumentException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, OutOfMemoryException, ArgumentNullException, MulticastNotSupportedException, InvalidCastException
public void setOpacity(double Opacity)
throws java.lang.Throwable,
InvalidOperationException,
ArgumentOutOfRangeException,
Win32Exception,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
OutOfMemoryException,
ArgumentNullException,
MulticastNotSupportedException,
InvalidCastException
public void setOpacityMask(Brush OpacityMask) throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, NotSupportedException, ArgumentException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException, InvalidEnumArgumentException, PlatformNotSupportedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
java.lang.ThrowableInvalidOperationExceptionArgumentOutOfRangeExceptionWin32ExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionInvalidCastExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionpublic void setTransform(Transform Transform) throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, NotSupportedException, ArgumentException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException, InvalidEnumArgumentException, PlatformNotSupportedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
java.lang.ThrowableInvalidOperationExceptionArgumentOutOfRangeExceptionWin32ExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionInvalidCastExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionpublic void setViewport(Rect Viewport) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, FormatException, OutOfMemoryException