Class AndroidCharacter
[Obsolete("Deprecated in JVM")]
public class AndroidCharacter : JVMBridgeBase<AndroidCharacter>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
AndroidCharacter
- Implements
- Extension Methods
Constructors
AndroidCharacter()
[Obsolete("Deprecated in JVM")]
public AndroidCharacter()
AndroidCharacter(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 AndroidCharacter(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
EAST_ASIAN_WIDTH_AMBIGUOUS
[Obsolete("Deprecated in JVM")]
public static int EAST_ASIAN_WIDTH_AMBIGUOUS { get; set; }
Property Value
EAST_ASIAN_WIDTH_FULL_WIDTH
[Obsolete("Deprecated in JVM")]
public static int EAST_ASIAN_WIDTH_FULL_WIDTH { get; set; }
Property Value
EAST_ASIAN_WIDTH_HALF_WIDTH
[Obsolete("Deprecated in JVM")]
public static int EAST_ASIAN_WIDTH_HALF_WIDTH { get; set; }
Property Value
EAST_ASIAN_WIDTH_NARROW
[Obsolete("Deprecated in JVM")]
public static int EAST_ASIAN_WIDTH_NARROW { get; set; }
Property Value
EAST_ASIAN_WIDTH_NEUTRAL
[Obsolete("Deprecated in JVM")]
public static int EAST_ASIAN_WIDTH_NEUTRAL { get; set; }
Property Value
EAST_ASIAN_WIDTH_WIDE
[Obsolete("Deprecated in JVM")]
public static int EAST_ASIAN_WIDTH_WIDE { get; set; }
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
Methods
CreatePoolableInstance()
HPA initializer for AndroidCharacter()
public static AndroidCharacter CreatePoolableInstance()
Returns
GetDirectionalities(char[], byte[], int)
[Obsolete("Deprecated in JVM")]
public static void GetDirectionalities(char[] arg0, byte[] arg1, int arg2)
Parameters
GetEastAsianWidth(char)
[Obsolete("Deprecated in JVM")]
public static int GetEastAsianWidth(char arg0)
Parameters
Returns
GetEastAsianWidths(char[], int, int, byte[])
[Obsolete("Deprecated in JVM")]
public static void GetEastAsianWidths(char[] arg0, int arg1, int arg2, byte[] arg3)
Parameters
GetMirror(char)
[Obsolete("Deprecated in JVM")]
public static char GetMirror(char arg0)
Parameters
Returns
Mirror(char[], int, int)
[Obsolete("Deprecated in JVM")]
public static bool Mirror(char[] arg0, int arg1, int arg2)