Table of Contents

Class RectangularShape

Namespace
Java.Awt.Geom
Assembly
MASES.JNet.dll
public class RectangularShape : JVMBridgeBase<RectangularShape>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<RectangularShape>
RectangularShape
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
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

RectangularShape()

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

[Obsolete("RectangularShape 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 RectangularShape()

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

Parameters

args object[]

Properties

Bounds

public Rectangle Bounds { get; }

Property Value

Rectangle

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CenterX

public double CenterX { get; }

Property Value

double

CenterY

public double CenterY { get; }

Property Value

double

Frame

public Rectangle2D Frame { get; set; }

Property Value

Rectangle2D

Height

public double Height { get; }

Property Value

double

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

MaxX

public double MaxX { get; }

Property Value

double

MaxY

public double MaxY { get; }

Property Value

double

MinX

public double MinX { get; }

Property Value

double

MinY

public double MinY { get; }

Property Value

double

Width

public double Width { get; }

Property Value

double

X

public double X { get; }

Property Value

double

Y

public double Y { get; }

Property Value

double

Methods

Contains(Point2D)

public bool Contains(Point2D arg0)

Parameters

arg0 Point2D

Point2D

Returns

bool

bool

Contains(Rectangle2D)

public bool Contains(Rectangle2D arg0)

Parameters

arg0 Rectangle2D

Rectangle2D

Returns

bool

bool

GetPathIterator(AffineTransform, double)

public PathIterator GetPathIterator(AffineTransform arg0, double arg1)

Parameters

arg0 AffineTransform

AffineTransform

arg1 double

double

Returns

PathIterator

PathIterator

Intersects(Rectangle2D)

public bool Intersects(Rectangle2D arg0)

Parameters

arg0 Rectangle2D

Rectangle2D

Returns

bool

bool

IsEmpty()

public bool IsEmpty()

Returns

bool

bool

SetFrame(Point2D, Dimension2D)

public void SetFrame(Point2D arg0, Dimension2D arg1)

Parameters

arg0 Point2D

Point2D

arg1 Dimension2D

Dimension2D

SetFrame(double, double, double, double)

public void SetFrame(double arg0, double arg1, double arg2, double arg3)

Parameters

arg0 double

double

arg1 double

double

arg2 double

double

arg3 double

double

SetFrameFromCenter(Point2D, Point2D)

public void SetFrameFromCenter(Point2D arg0, Point2D arg1)

Parameters

arg0 Point2D

Point2D

arg1 Point2D

Point2D

SetFrameFromCenter(double, double, double, double)

public void SetFrameFromCenter(double arg0, double arg1, double arg2, double arg3)

Parameters

arg0 double

double

arg1 double

double

arg2 double

double

arg3 double

double

SetFrameFromDiagonal(Point2D, Point2D)

public void SetFrameFromDiagonal(Point2D arg0, Point2D arg1)

Parameters

arg0 Point2D

Point2D

arg1 Point2D

Point2D

SetFrameFromDiagonal(double, double, double, double)

public void SetFrameFromDiagonal(double arg0, double arg1, double arg2, double arg3)

Parameters

arg0 double

double

arg1 double

double

arg2 double

double

arg3 double

double

Operators

implicit operator Shape(RectangularShape)

Converter from RectangularShape to Shape

public static implicit operator Shape(RectangularShape t)

Parameters

t RectangularShape

Returns

Shape

implicit operator Cloneable(RectangularShape)

Converter from RectangularShape to Cloneable

public static implicit operator Cloneable(RectangularShape t)

Parameters

t RectangularShape

Returns

Cloneable