Class PixelFormat
public class PixelFormat : JVMBridgeBase<PixelFormat>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
PixelFormat
- Implements
- Extension Methods
Constructors
PixelFormat()
public PixelFormat()
PixelFormat(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public PixelFormat(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
A_8
[Obsolete("Deprecated in JVM")]
public static int A_8 { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
JPEG
[Obsolete("Deprecated in JVM")]
public static int JPEG { get; set; }
Property Value
LA_88
[Obsolete("Deprecated in JVM")]
public static int LA_88 { get; set; }
Property Value
L_8
[Obsolete("Deprecated in JVM")]
public static int L_8 { get; set; }
Property Value
OPAQUE
public static int OPAQUE { get; set; }
Property Value
RGBA_1010102
public static int RGBA_1010102 { get; set; }
Property Value
RGBA_4444
[Obsolete("Deprecated in JVM")]
public static int RGBA_4444 { get; set; }
Property Value
RGBA_5551
[Obsolete("Deprecated in JVM")]
public static int RGBA_5551 { get; set; }
Property Value
RGBA_8888
public static int RGBA_8888 { get; set; }
Property Value
RGBA_F16
public static int RGBA_F16 { get; set; }
Property Value
RGBX_8888
public static int RGBX_8888 { get; set; }
Property Value
RGB_332
[Obsolete("Deprecated in JVM")]
public static int RGB_332 { get; set; }
Property Value
RGB_565
public static int RGB_565 { get; set; }
Property Value
RGB_888
public static int RGB_888 { get; set; }
Property Value
TRANSLUCENT
public static int TRANSLUCENT { get; set; }
Property Value
TRANSPARENT
public static int TRANSPARENT { get; set; }
Property Value
UNKNOWN
public static int UNKNOWN { get; set; }
Property Value
YCbCr_420_SP
[Obsolete("Deprecated in JVM")]
public static int YCbCr_420_SP { get; set; }
Property Value
YCbCr_422_I
[Obsolete("Deprecated in JVM")]
public static int YCbCr_422_I { get; set; }
Property Value
YCbCr_422_SP
[Obsolete("Deprecated in JVM")]
public static int YCbCr_422_SP { get; set; }
Property Value
bitsPerPixel
public int bitsPerPixel { get; set; }
Property Value
bytesPerPixel
public int bytesPerPixel { get; set; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for PixelFormat()
public static PixelFormat CreatePoolableInstance()
Returns
FormatHasAlpha(int)
public static bool FormatHasAlpha(int arg0)
Parameters
Returns
GetPixelFormatInfo(int, PixelFormat)
public static void GetPixelFormatInfo(int arg0, PixelFormat arg1)
Parameters
arg0intarg1PixelFormat