Table of Contents

Class RoundRectangle2D.Float

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

Float()

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

public Float()

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

Parameters

args object[]

Float(float, float, float, float, float, float)

public Float(float arg0, float arg1, float arg2, float arg3, float arg4, float arg5)

Parameters

arg0 float

float

arg1 float

float

arg2 float

float

arg3 float

float

arg4 float

float

arg5 float

float

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

archeight

public float archeight { get; set; }

Property Value

float

arcwidth

public float arcwidth { get; set; }

Property Value

float

height

public float height { get; set; }

Property Value

float

width

public float width { get; set; }

Property Value

float

x

public float x { get; set; }

Property Value

float

y

public float y { get; set; }

Property Value

float

Methods

SetRoundRect(float, float, float, float, float, float)

public void SetRoundRect(float arg0, float arg1, float arg2, float arg3, float arg4, float arg5)

Parameters

arg0 float

float

arg1 float

float

arg2 float

float

arg3 float

float

arg4 float

float

arg5 float

float

Operators

implicit operator Serializable(Float)

public static implicit operator Serializable(RoundRectangle2D.Float t)

Parameters

t RoundRectangle2D.Float

Returns

Serializable