Table of Contents

Class Rectangle2D.Float

Namespace
Java.Awt.Geom
Assembly
MASES.JNet.dll
public class Rectangle2D.Float : Rectangle2D, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
Rectangle2D.Float
Implements
Inherited Members
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)

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

Parameters

arg0 float

float

arg1 float

float

arg2 float

float

arg3 float

float

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

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

SetRect(float, float, float, float)

public void SetRect(float arg0, float arg1, float arg2, float arg3)

Parameters

arg0 float

float

arg1 float

float

arg2 float

float

arg3 float

float

Operators

implicit operator Serializable(Float)

Converter from Rectangle2D.Float to Serializable

public static implicit operator Serializable(Rectangle2D.Float t)

Parameters

t Rectangle2D.Float

Returns

Serializable