Table of Contents

Class Path2D

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

Path2D()

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

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

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

Parameters

args object[]

Properties

Bounds

public Rectangle Bounds { get; }

Property Value

Rectangle

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CurrentPoint

public Point2D CurrentPoint { get; }

Property Value

Point2D

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

WIND_EVEN_ODD

public static int WIND_EVEN_ODD { get; }

Property Value

int

WIND_NON_ZERO

public static int WIND_NON_ZERO { get; }

Property Value

int

WindingRule

public int WindingRule { get; set; }

Property Value

int

Methods

Append(PathIterator, bool)

public void Append(PathIterator arg0, bool arg1)

Parameters

arg0 PathIterator

PathIterator

arg1 bool

bool

Append(Shape, bool)

public void Append(Shape arg0, bool arg1)

Parameters

arg0 Shape

Shape

arg1 bool

bool

ClosePath()

public void ClosePath()

Contains(PathIterator, Point2D)

public static bool Contains(PathIterator arg0, Point2D arg1)

Parameters

arg0 PathIterator

PathIterator

arg1 Point2D

Point2D

Returns

bool

bool

Contains(PathIterator, Rectangle2D)

public static bool Contains(PathIterator arg0, Rectangle2D arg1)

Parameters

arg0 PathIterator

PathIterator

arg1 Rectangle2D

Rectangle2D

Returns

bool

bool

Contains(PathIterator, double, double)

public static bool Contains(PathIterator arg0, double arg1, double arg2)

Parameters

arg0 PathIterator

PathIterator

arg1 double

double

arg2 double

double

Returns

bool

bool

Contains(PathIterator, double, double, double, double)

public static bool Contains(PathIterator arg0, double arg1, double arg2, double arg3, double arg4)

Parameters

arg0 PathIterator

PathIterator

arg1 double

double

arg2 double

double

arg3 double

double

arg4 double

double

Returns

bool

bool

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

Contains(double, double)

public bool Contains(double arg0, double arg1)

Parameters

arg0 double

double

arg1 double

double

Returns

bool

bool

Contains(double, double, double, double)

public bool Contains(double arg0, double arg1, double arg2, double arg3)

Parameters

arg0 double

double

arg1 double

double

arg2 double

double

arg3 double

double

Returns

bool

bool

CreateTransformedShape(AffineTransform)

public Shape CreateTransformedShape(AffineTransform arg0)

Parameters

arg0 AffineTransform

AffineTransform

Returns

Shape

Shape

CurveTo(double, double, double, double, double, double)

public void CurveTo(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5)

Parameters

arg0 double

double

arg1 double

double

arg2 double

double

arg3 double

double

arg4 double

double

arg5 double

double

GetPathIterator(AffineTransform, double)

public PathIterator GetPathIterator(AffineTransform arg0, double arg1)

Parameters

arg0 AffineTransform

AffineTransform

arg1 double

double

Returns

PathIterator

PathIterator

Intersects(PathIterator, Rectangle2D)

public static bool Intersects(PathIterator arg0, Rectangle2D arg1)

Parameters

arg0 PathIterator

PathIterator

arg1 Rectangle2D

Rectangle2D

Returns

bool

bool

Intersects(PathIterator, double, double, double, double)

public static bool Intersects(PathIterator arg0, double arg1, double arg2, double arg3, double arg4)

Parameters

arg0 PathIterator

PathIterator

arg1 double

double

arg2 double

double

arg3 double

double

arg4 double

double

Returns

bool

bool

Intersects(Rectangle2D)

public bool Intersects(Rectangle2D arg0)

Parameters

arg0 Rectangle2D

Rectangle2D

Returns

bool

bool

Intersects(double, double, double, double)

public bool Intersects(double arg0, double arg1, double arg2, double arg3)

Parameters

arg0 double

double

arg1 double

double

arg2 double

double

arg3 double

double

Returns

bool

bool

LineTo(double, double)

public void LineTo(double arg0, double arg1)

Parameters

arg0 double

double

arg1 double

double

MoveTo(double, double)

public void MoveTo(double arg0, double arg1)

Parameters

arg0 double

double

arg1 double

double

QuadTo(double, double, double, double)

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

Parameters

arg0 double

double

arg1 double

double

arg2 double

double

arg3 double

double

Reset()

public void Reset()

Transform(AffineTransform)

public void Transform(AffineTransform arg0)

Parameters

arg0 AffineTransform

AffineTransform

TrimToSize()

public void TrimToSize()

Operators

implicit operator Shape(Path2D)

Converter from Path2D to Shape

public static implicit operator Shape(Path2D t)

Parameters

t Path2D

Returns

Shape

implicit operator Cloneable(Path2D)

Converter from Path2D to Cloneable

public static implicit operator Cloneable(Path2D t)

Parameters

t Path2D

Returns

Cloneable