Class CubicCurve2D.Double
public class CubicCurve2D.Double : CubicCurve2D, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
CubicCurve2D.Double
- Implements
- Inherited Members
- Extension Methods
Constructors
Double()
public Double()
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(double, double, double, double, double, double, double, double)
public Double(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5, double arg6, double arg7)
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
ctrlx1
public double ctrlx1 { get; set; }
Property Value
ctrlx2
public double ctrlx2 { get; set; }
Property Value
ctrly1
public double ctrly1 { get; set; }
Property Value
ctrly2
public double ctrly2 { get; set; }
Property Value
x1
public double x1 { get; set; }
Property Value
x2
public double x2 { get; set; }
Property Value
y1
public double y1 { get; set; }
Property Value
y2
public double y2 { get; set; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for Double()
public static CubicCurve2D.Double CreatePoolableInstance()
Returns
CreatePoolableInstance(double, double, double, double, double, double, double, double)
HPA initializer for Double(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5, double arg6, double arg7)
public static CubicCurve2D.Double CreatePoolableInstance(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5, double arg6, double arg7)
Parameters
Returns
Operators
implicit operator Serializable(Double)
Converter from CubicCurve2D.Double to Serializable
public static implicit operator Serializable(CubicCurve2D.Double t)