public class RenderOptions extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Media.RenderOptions
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.RenderOptions
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
RenderOptions() |
RenderOptions(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static RenderOptions |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into RenderOptions, a cast assert is made to check if types are compatible. |
static BitmapScalingMode |
GetBitmapScalingMode(DependencyObject target) |
static double |
GetCacheInvalidationThresholdMaximum(DependencyObject target) |
static double |
GetCacheInvalidationThresholdMinimum(DependencyObject target) |
static CachingHint |
GetCachingHint(DependencyObject target) |
static ClearTypeHint |
GetClearTypeHint(DependencyObject target) |
static EdgeMode |
GetEdgeMode(DependencyObject target) |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
static RenderMode |
getProcessRenderMode() |
static void |
SetBitmapScalingMode(DependencyObject target,
BitmapScalingMode bitmapScalingMode) |
static void |
SetCacheInvalidationThresholdMaximum(DependencyObject target,
double cacheInvalidationThresholdMaximum) |
static void |
SetCacheInvalidationThresholdMinimum(DependencyObject target,
double cacheInvalidationThresholdMinimum) |
static void |
SetCachingHint(DependencyObject target,
CachingHint cachingHint) |
static void |
SetClearTypeHint(DependencyObject target,
ClearTypeHint clearTypeHint) |
static void |
SetEdgeMode(DependencyObject target,
EdgeMode edgeMode) |
void |
setJCOInstance(JCObject instance) |
static void |
setProcessRenderMode(RenderMode ProcessRenderMode) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public RenderOptions()
throws java.lang.Throwable
java.lang.Throwablepublic RenderOptions(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static RenderOptions cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into RenderOptions, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedRenderOptions instancejava.lang.Throwable - in case of error during cast operationpublic static BitmapScalingMode GetBitmapScalingMode(DependencyObject target) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public static double GetCacheInvalidationThresholdMaximum(DependencyObject target) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public static double GetCacheInvalidationThresholdMinimum(DependencyObject target) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public static CachingHint GetCachingHint(DependencyObject target) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public static ClearTypeHint GetClearTypeHint(DependencyObject target) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public static EdgeMode GetEdgeMode(DependencyObject target) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic static RenderMode getProcessRenderMode() throws java.lang.Throwable
java.lang.Throwablepublic static void SetBitmapScalingMode(DependencyObject target, BitmapScalingMode bitmapScalingMode) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, OutOfMemoryException
public static void SetCacheInvalidationThresholdMaximum(DependencyObject target, double cacheInvalidationThresholdMaximum) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, OutOfMemoryException
public static void SetCacheInvalidationThresholdMinimum(DependencyObject target, double cacheInvalidationThresholdMinimum) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, OutOfMemoryException
public static void SetCachingHint(DependencyObject target, CachingHint cachingHint) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, OutOfMemoryException
public static void SetClearTypeHint(DependencyObject target, ClearTypeHint clearTypeHint) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, OutOfMemoryException
public static void SetEdgeMode(DependencyObject target, EdgeMode edgeMode) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, OutOfMemoryException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static void setProcessRenderMode(RenderMode ProcessRenderMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException