public class ContainerVisual extends Visual
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Media.ContainerVisual
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=9.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.ContainerVisual
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ContainerVisual() |
ContainerVisual(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 ContainerVisual()
throws java.lang.Throwable,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
ArgumentNullException
public ContainerVisual(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static ContainerVisual cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ContainerVisual, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedContainerVisual instancejava.lang.Throwable - in case of error during cast operationpublic BitmapEffect getBitmapEffect() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionpublic BitmapEffectInput getBitmapEffectInput() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionpublic CacheMode getCacheMode() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionpublic VisualCollection getChildren() throws java.lang.Throwable, ArgumentException, InvalidOperationException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionpublic Geometry getClip() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionpublic Rect getContentBounds() throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, ArgumentException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException
public Rect getDescendantBounds() throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, ArgumentException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException
public Effect getEffect() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionpublic 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
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionpublic Brush getOpacityMask() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionpublic DependencyObject getParent() throws java.lang.Throwable, ArgumentException, InvalidOperationException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionpublic Transform getTransform() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionpublic DoubleCollection getXSnappingGuidelines() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionpublic DoubleCollection getYSnappingGuidelines() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionpublic void HitTestNewContainerVisual(HitTestFilterCallback filterCallback, HitTestResultCallback resultCallback, HitTestParameters hitTestParameters) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, Win32Exception, PlatformNotSupportedException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException
public HitTestResult HitTestNewContainerVisual(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 setCacheMode(CacheMode CacheMode) throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, NotSupportedException, ArgumentException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException, InvalidEnumArgumentException, PlatformNotSupportedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
java.lang.ThrowableInvalidOperationExceptionArgumentOutOfRangeExceptionWin32ExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionInvalidCastExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionpublic void setClip(Geometry Clip) throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, ArgumentException, MulticastNotSupportedException, InvalidEnumArgumentException, PlatformNotSupportedException, ArgumentNullException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
public void setEffect(Effect Effect) throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, NotSupportedException, ArgumentException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException, InvalidEnumArgumentException, PlatformNotSupportedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
java.lang.ThrowableInvalidOperationExceptionArgumentOutOfRangeExceptionWin32ExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionInvalidCastExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class Visualpublic void setOffset(Vector Offset) throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, ArgumentException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException
public void setOpacity(double Opacity)
throws java.lang.Throwable,
InvalidOperationException,
ArgumentOutOfRangeException,
Win32Exception,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
OutOfMemoryException,
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 setXSnappingGuidelines(DoubleCollection XSnappingGuidelines) throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, NotSupportedException, ArgumentException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException, InvalidEnumArgumentException, PlatformNotSupportedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
java.lang.ThrowableInvalidOperationExceptionArgumentOutOfRangeExceptionWin32ExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionInvalidCastExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionpublic void setYSnappingGuidelines(DoubleCollection YSnappingGuidelines) throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, NotSupportedException, ArgumentException, ObjectDisposedException, OutOfMemoryException, MulticastNotSupportedException, InvalidCastException, InvalidEnumArgumentException, PlatformNotSupportedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
java.lang.ThrowableInvalidOperationExceptionArgumentOutOfRangeExceptionWin32ExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionInvalidCastExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchException