Table of Contents

Class Line2D.Float

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

public Float(Point2D arg0, Point2D arg1)

Parameters

arg0 Point2D

Point2D

arg1 Point2D

Point2D

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

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

x1

public float x1 { get; set; }

Property Value

float

x2

public float x2 { get; set; }

Property Value

float

y1

public float y1 { get; set; }

Property Value

float

y2

public float y2 { get; set; }

Property Value

float

Methods

SetLine(float, float, float, float)

public void SetLine(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 Line2D.Float to Serializable

public static implicit operator Serializable(Line2D.Float t)

Parameters

t Line2D.Float

Returns

Serializable