Package system.windows.media
Class ContainerVisual
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.threading.DispatcherObject
-
- system.windows.DependencyObject
-
- system.windows.media.Visual
-
- system.windows.media.ContainerVisual
-
- All Implemented Interfaces:
IJCOBridgeReflected
- Direct Known Subclasses:
DrawingVisual
,HostVisual
public class ContainerVisual extends Visual
The base .NET class managing System.Windows.Media.ContainerVisual, PresentationCore, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..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
- 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.ContainerVisualstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ContainerVisual()
ContainerVisual(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.ContainerVisual- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ContainerVisual
public ContainerVisual(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
ContainerVisual
public ContainerVisual() throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException
-
-
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 ContainerVisual cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoContainerVisual
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ContainerVisual
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
HitTestNewContainerVisual
public HitTestResult HitTestNewContainerVisual(Point point) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, Win32Exception, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, SecurityException, IOException
-
HitTestNewContainerVisual
public void HitTestNewContainerVisual(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
-
getCacheMode
public CacheMode getCacheMode() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
PlatformNotSupportedException
-
setCacheMode
public void setCacheMode(CacheMode CacheMode) 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
-
getXSnappingGuidelines
public DoubleCollection getXSnappingGuidelines() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
PlatformNotSupportedException
-
setXSnappingGuidelines
public void setXSnappingGuidelines(DoubleCollection XSnappingGuidelines) 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
-
getYSnappingGuidelines
public DoubleCollection getYSnappingGuidelines() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
PlatformNotSupportedException
-
setYSnappingGuidelines
public void setYSnappingGuidelines(DoubleCollection YSnappingGuidelines) 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
-
getEffect
public Effect getEffect() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
PlatformNotSupportedException
-
setEffect
public void setEffect(Effect Effect) 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
-
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
-
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
-
getChildren
public VisualCollection getChildren() throws java.lang.Throwable, ArgumentException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
-
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
-
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
-
-