Table of Contents

Class DecimalFormat

Namespace
Java.Text
Assembly
MASES.JNet.dll
public class DecimalFormat : NumberFormat, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<Format>
DecimalFormat
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Format>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Format>.IsAssignableFrom<T>()
JVMBridgeBase<Format>.Execute<T>(params T[])
JVMBridgeBase<Format>.DynBridgeClazz
JVMBridgeBase<Format>.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

DecimalFormat()

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

public DecimalFormat()

DecimalFormat(String)

public DecimalFormat(String arg0)

Parameters

arg0 String

String

DecimalFormat(String, DecimalFormatSymbols)

public DecimalFormat(String arg0, DecimalFormatSymbols arg1)

Parameters

arg0 String

String

arg1 DecimalFormatSymbols

DecimalFormatSymbols

DecimalFormat(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 DecimalFormat(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

DecimalFormatSymbols

public DecimalFormatSymbols DecimalFormatSymbols { get; set; }

Property Value

DecimalFormatSymbols

GroupingSize

public int GroupingSize { get; set; }

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

Multiplier

public int Multiplier { get; set; }

Property Value

int

NegativePrefix

public String NegativePrefix { get; set; }

Property Value

String

NegativeSuffix

public String NegativeSuffix { get; set; }

Property Value

String

PositivePrefix

public String PositivePrefix { get; set; }

Property Value

String

PositiveSuffix

public String PositiveSuffix { get; set; }

Property Value

String

Methods

ApplyLocalizedPattern(String)

public void ApplyLocalizedPattern(String arg0)

Parameters

arg0 String

String

ApplyPattern(String)

public void ApplyPattern(String arg0)

Parameters

arg0 String

String

IsDecimalSeparatorAlwaysShown()

public bool IsDecimalSeparatorAlwaysShown()

Returns

bool

bool

IsParseBigDecimal()

public bool IsParseBigDecimal()

Returns

bool

bool

SetDecimalSeparatorAlwaysShown(bool)

public void SetDecimalSeparatorAlwaysShown(bool arg0)

Parameters

arg0 bool

bool

SetParseBigDecimal(bool)

public void SetParseBigDecimal(bool arg0)

Parameters

arg0 bool

bool

ToLocalizedPattern()

public String ToLocalizedPattern()

Returns

String

String

ToPattern()

public String ToPattern()

Returns

String

String