Class NumericShaper
public class NumericShaper : Serializable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ISerializable
- Inheritance
-
NumericShaper
- Implements
- Extension Methods
Constructors
NumericShaper(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 NumericShaper(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
ALL_RANGES
public static int ALL_RANGES { get; set; }
Property Value
ARABIC
public static int ARABIC { get; set; }
Property Value
BENGALI
public static int BENGALI { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
DEVANAGARI
public static int DEVANAGARI { get; set; }
Property Value
EASTERN_ARABIC
public static int EASTERN_ARABIC { get; set; }
Property Value
ETHIOPIC
public static int ETHIOPIC { get; set; }
Property Value
EUROPEAN
public static int EUROPEAN { get; set; }
Property Value
GUJARATI
public static int GUJARATI { get; set; }
Property Value
GURMUKHI
public static int GURMUKHI { 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
KANNADA
public static int KANNADA { get; set; }
Property Value
KHMER
public static int KHMER { get; set; }
Property Value
LAO
public static int LAO { get; set; }
Property Value
MALAYALAM
public static int MALAYALAM { get; set; }
Property Value
MONGOLIAN
public static int MONGOLIAN { get; set; }
Property Value
MYANMAR
public static int MYANMAR { get; set; }
Property Value
ORIYA
public static int ORIYA { get; set; }
Property Value
TAMIL
public static int TAMIL { get; set; }
Property Value
TELUGU
public static int TELUGU { get; set; }
Property Value
THAI
public static int THAI { get; set; }
Property Value
TIBETAN
public static int TIBETAN { get; set; }
Property Value
Methods
GetContextualShaper(Set<Range>)
public static NumericShaper GetContextualShaper(Set<NumericShaper.Range> arg0)
Parameters
arg0Set<NumericShaper.Range>
Returns
GetContextualShaper(Set<Range>, Range)
public static NumericShaper GetContextualShaper(Set<NumericShaper.Range> arg0, NumericShaper.Range arg1)
Parameters
arg0Set<NumericShaper.Range>arg1NumericShaper.Range
Returns
GetContextualShaper(int)
public static NumericShaper GetContextualShaper(int arg0)
Parameters
Returns
GetContextualShaper(int, int)
public static NumericShaper GetContextualShaper(int arg0, int arg1)
Parameters
Returns
GetRangeSet()
public Set<NumericShaper.Range> GetRangeSet()
Returns
GetRanges()
public int GetRanges()
Returns
GetShaper(Range)
public static NumericShaper GetShaper(NumericShaper.Range arg0)
Parameters
Returns
GetShaper(int)
public static NumericShaper GetShaper(int arg0)
Parameters
Returns
IsContextual()
public bool IsContextual()
Returns
Shape(char[], int, int)
public void Shape(char[] arg0, int arg1, int arg2)
Parameters
Shape(char[], int, int, Range)
public void Shape(char[] arg0, int arg1, int arg2, NumericShaper.Range arg3)
Parameters
arg0char[]arg1intarg2intarg3NumericShaper.Range
Shape(char[], int, int, int)
public void Shape(char[] arg0, int arg1, int arg2, int arg3)