Table of Contents

Class Size2DSyntax

Namespace
Javax.Print.Attribute
Assembly
MASES.JNet.dll
public class Size2DSyntax : JVMBridgeBase<Size2DSyntax>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<Size2DSyntax>
Size2DSyntax
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeBase<Size2DSyntax>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Size2DSyntax>.IsAssignableFrom<T>()
JVMBridgeBase<Size2DSyntax>.Execute<T>(params T[])
JVMBridgeBase<Size2DSyntax>.DynBridgeClazz
JVMBridgeBase<Size2DSyntax>.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

Size2DSyntax()

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

[Obsolete("Size2DSyntax class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Size2DSyntax()

Size2DSyntax(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

[Obsolete("Size2DSyntax class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Size2DSyntax(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

INCH

public static int INCH { 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

MM

public static int MM { get; }

Property Value

int

Methods

GetSize(int)

public float[] GetSize(int arg0)

Parameters

arg0 int

int

Returns

float[]

float

GetX(int)

public float GetX(int arg0)

Parameters

arg0 int

int

Returns

float

float

GetY(int)

public float GetY(int arg0)

Parameters

arg0 int

int

Returns

float

float

ToString(int, String)

public String ToString(int arg0, String arg1)

Parameters

arg0 int

int

arg1 String

String

Returns

String

String

Operators

implicit operator Serializable(Size2DSyntax)

Converter from Size2DSyntax to Serializable

public static implicit operator Serializable(Size2DSyntax t)

Parameters

t Size2DSyntax

Returns

Serializable

implicit operator Cloneable(Size2DSyntax)

Converter from Size2DSyntax to Cloneable

public static implicit operator Cloneable(Size2DSyntax t)

Parameters

t Size2DSyntax

Returns

Cloneable