Class Path2D.Double
public class Path2D.Double : Path2D, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
Path2D.Double
- Implements
- Inherited Members
- Extension Methods
Constructors
Double()
public Double()
Double(Shape)
public Double(Shape arg0)
Parameters
Double(Shape, AffineTransform)
public Double(Shape arg0, AffineTransform arg1)
Parameters
arg0Shapearg1AffineTransform
Double(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Double(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Double(int)
public Double(int arg0)
Parameters
Double(int, int)
public Double(int arg0, int arg1)
Parameters
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for Double()
public static Path2D.Double CreatePoolableInstance()
Returns
CreatePoolableInstance(Shape)
HPA initializer for Double(Java.Awt.Shape arg0)
public static Path2D.Double CreatePoolableInstance(Shape arg0)
Parameters
arg0Shape
Returns
CreatePoolableInstance(Shape, AffineTransform)
HPA initializer for Double(Java.Awt.Shape arg0, Java.Awt.Geom.AffineTransform arg1)
public static Path2D.Double CreatePoolableInstance(Shape arg0, AffineTransform arg1)
Parameters
arg0Shapearg1AffineTransform
Returns
CreatePoolableInstance(int)
HPA initializer for Double(int arg0)
public static Path2D.Double CreatePoolableInstance(int arg0)
Parameters
arg0int
Returns
CreatePoolableInstance(int, int)
HPA initializer for Double(int arg0, int arg1)
public static Path2D.Double CreatePoolableInstance(int arg0, int arg1)
Parameters
Returns
Operators
implicit operator Serializable(Double)
Converter from Path2D.Double to Serializable
public static implicit operator Serializable(Path2D.Double t)