Table of Contents

Class NumericShaper

Namespace
Java.Awt.FontNs
Assembly
MASES.JNet.dll
public class NumericShaper : Serializable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISerializable
Inheritance
JVMBridgeBase
JVMBridgeBase<Serializable>
NumericShaper
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Serializable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Serializable>.IsAssignableFrom<T>()
JVMBridgeBase<Serializable>.Execute<T>(params T[])
JVMBridgeBase<Serializable>.DynBridgeClazz
JVMBridgeBase<Serializable>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

NumericShaper()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public NumericShaper()

NumericShaper(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public NumericShaper(params object[] args)

Parameters

args object[]

Properties

ALL_RANGES

public static int ALL_RANGES { get; }

Property Value

int

ARABIC

public static int ARABIC { get; }

Property Value

int

BENGALI

public static int BENGALI { get; }

Property Value

int

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

DEVANAGARI

public static int DEVANAGARI { get; }

Property Value

int

EASTERN_ARABIC

public static int EASTERN_ARABIC { get; }

Property Value

int

ETHIOPIC

public static int ETHIOPIC { get; }

Property Value

int

EUROPEAN

public static int EUROPEAN { get; }

Property Value

int

GUJARATI

public static int GUJARATI { get; }

Property Value

int

GURMUKHI

public static int GURMUKHI { get; }

Property Value

int

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

KANNADA

public static int KANNADA { get; }

Property Value

int

KHMER

public static int KHMER { get; }

Property Value

int

LAO

public static int LAO { get; }

Property Value

int

MALAYALAM

public static int MALAYALAM { get; }

Property Value

int

MONGOLIAN

public static int MONGOLIAN { get; }

Property Value

int

MYANMAR

public static int MYANMAR { get; }

Property Value

int

ORIYA

public static int ORIYA { get; }

Property Value

int

RangeSet

public Set<NumericShaper.Range> RangeSet { get; }

Property Value

Set<NumericShaper.Range>

Ranges

public int Ranges { get; }

Property Value

int

TAMIL

public static int TAMIL { get; }

Property Value

int

TELUGU

public static int TELUGU { get; }

Property Value

int

THAI

public static int THAI { get; }

Property Value

int

TIBETAN

public static int TIBETAN { get; }

Property Value

int

Methods

GetContextualShaper(Set<Range>)

public static NumericShaper GetContextualShaper(Set<NumericShaper.Range> arg0)

Parameters

arg0 Set<NumericShaper.Range>

Set

Returns

NumericShaper

NumericShaper

GetContextualShaper(Set<Range>, Range)

public static NumericShaper GetContextualShaper(Set<NumericShaper.Range> arg0, NumericShaper.Range arg1)

Parameters

arg0 Set<NumericShaper.Range>

Set

arg1 NumericShaper.Range

NumericShaper.Range

Returns

NumericShaper

NumericShaper

GetContextualShaper(int)

public static NumericShaper GetContextualShaper(int arg0)

Parameters

arg0 int

int

Returns

NumericShaper

NumericShaper

GetContextualShaper(int, int)

public static NumericShaper GetContextualShaper(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Returns

NumericShaper

NumericShaper

GetShaper(Range)

public static NumericShaper GetShaper(NumericShaper.Range arg0)

Parameters

arg0 NumericShaper.Range

NumericShaper.Range

Returns

NumericShaper

NumericShaper

GetShaper(int)

public static NumericShaper GetShaper(int arg0)

Parameters

arg0 int

int

Returns

NumericShaper

NumericShaper

IsContextual()

public bool IsContextual()

Returns

bool

bool

Shape(char[], int, int)

public void Shape(char[] arg0, int arg1, int arg2)

Parameters

arg0 char[]

char

arg1 int

int

arg2 int

int

Shape(char[], int, int, Range)

public void Shape(char[] arg0, int arg1, int arg2, NumericShaper.Range arg3)

Parameters

arg0 char[]

char

arg1 int

int

arg2 int

int

arg3 NumericShaper.Range

NumericShaper.Range

Shape(char[], int, int, int)

public void Shape(char[] arg0, int arg1, int arg2, int arg3)

Parameters

arg0 char[]

char

arg1 int

int

arg2 int

int

arg3 int

int