Table of Contents

Class Insets

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

Insets()

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

public Insets()

Insets(int, int, int, int)

public Insets(int arg0, int arg1, int arg2, int arg3)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

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

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

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

bottom

public int bottom { get; set; }

Property Value

int

left

public int left { get; set; }

Property Value

int

right

public int right { get; set; }

Property Value

int

top

public int top { get; set; }

Property Value

int

Methods

Set(int, int, int, int)

public void Set(int arg0, int arg1, int arg2, int arg3)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

Operators

implicit operator Serializable(Insets)

Converter from Insets to Serializable

public static implicit operator Serializable(Insets t)

Parameters

t Insets

Returns

Serializable

implicit operator Cloneable(Insets)

Converter from Insets to Cloneable

public static implicit operator Cloneable(Insets t)

Parameters

t Insets

Returns

Cloneable