Class CubicCurve2D
public class CubicCurve2D : JVMBridgeBase<CubicCurve2D>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<CubicCurve2D>CubicCurve2D
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Derived
- Inherited Members
-
JVMBridgeBase<CubicCurve2D>.IsAssignableFrom(IJavaType)JVMBridgeBase<CubicCurve2D>.IsAssignableFrom<T>()JVMBridgeBase<CubicCurve2D>.Execute<T>(params T[])JVMBridgeBase<CubicCurve2D>.DynBridgeClazzJVMBridgeBase<CubicCurve2D>.BridgeClazzJVMBridgeBase.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.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
CubicCurve2D()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("CubicCurve2D 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 CubicCurve2D()
CubicCurve2D(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("CubicCurve2D 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 CubicCurve2D(params object[] args)
Parameters
args
object[]
Properties
Bounds
public Rectangle Bounds { get; }
Property Value
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
CtrlP1
public Point2D CtrlP1 { get; }
Property Value
CtrlP2
public Point2D CtrlP2 { get; }
Property Value
CtrlX1
public double CtrlX1 { get; }
Property Value
CtrlX2
public double CtrlX2 { get; }
Property Value
CtrlY1
public double CtrlY1 { get; }
Property Value
CtrlY2
public double CtrlY2 { get; }
Property Value
Flatness
public double Flatness { get; }
Property Value
FlatnessSq
public double FlatnessSq { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
P1
public Point2D P1 { get; }
Property Value
P2
public Point2D P2 { get; }
Property Value
X1
public double X1 { get; }
Property Value
X2
public double X2 { get; }
Property Value
Y1
public double Y1 { get; }
Property Value
Y2
public double Y2 { get; }
Property Value
Methods
Contains(Point2D)
public bool Contains(Point2D arg0)
Parameters
Returns
Contains(Rectangle2D)
public bool Contains(Rectangle2D arg0)
Parameters
arg0
Rectangle2D
Returns
Contains(double, double)
public bool Contains(double arg0, double arg1)
Parameters
Returns
Contains(double, double, double, double)
public bool Contains(double arg0, double arg1, double arg2, double arg3)
Parameters
Returns
GetFlatness(double, double, double, double, double, double, double, double)
public static double GetFlatness(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5, double arg6, double arg7)
Parameters
Returns
GetFlatness(double[], int)
public static double GetFlatness(double[] arg0, int arg1)
Parameters
Returns
GetFlatnessSq(double, double, double, double, double, double, double, double)
public static double GetFlatnessSq(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5, double arg6, double arg7)
Parameters
Returns
GetFlatnessSq(double[], int)
public static double GetFlatnessSq(double[] arg0, int arg1)
Parameters
Returns
GetPathIterator(AffineTransform)
public PathIterator GetPathIterator(AffineTransform arg0)
Parameters
Returns
GetPathIterator(AffineTransform, double)
public PathIterator GetPathIterator(AffineTransform arg0, double arg1)
Parameters
arg0
AffineTransformarg1
double
Returns
Intersects(Rectangle2D)
public bool Intersects(Rectangle2D arg0)
Parameters
arg0
Rectangle2D
Returns
Intersects(double, double, double, double)
public bool Intersects(double arg0, double arg1, double arg2, double arg3)
Parameters
Returns
SetCurve(CubicCurve2D)
public void SetCurve(CubicCurve2D arg0)
Parameters
arg0
CubicCurve2D
SetCurve(Point2D, Point2D, Point2D, Point2D)
public void SetCurve(Point2D arg0, Point2D arg1, Point2D arg2, Point2D arg3)
Parameters
SetCurve(Point2D[], int)
public void SetCurve(Point2D[] arg0, int arg1)
Parameters
SetCurve(double, double, double, double, double, double, double, double)
public void SetCurve(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5, double arg6, double arg7)
Parameters
SetCurve(double[], int)
public void SetCurve(double[] arg0, int arg1)
Parameters
SolveCubic(double[])
public static int SolveCubic(double[] arg0)
Parameters
Returns
SolveCubic(double[], double[])
public static int SolveCubic(double[] arg0, double[] arg1)
Parameters
Returns
Subdivide(CubicCurve2D, CubicCurve2D)
public void Subdivide(CubicCurve2D arg0, CubicCurve2D arg1)
Parameters
arg0
CubicCurve2Darg1
CubicCurve2D
Subdivide(CubicCurve2D, CubicCurve2D, CubicCurve2D)
public static void Subdivide(CubicCurve2D arg0, CubicCurve2D arg1, CubicCurve2D arg2)
Parameters
arg0
CubicCurve2Darg1
CubicCurve2Darg2
CubicCurve2D
Subdivide(double[], int, double[], int, double[], int)
public static void Subdivide(double[] arg0, int arg1, double[] arg2, int arg3, double[] arg4, int arg5)
Parameters
Operators
implicit operator Shape(CubicCurve2D)
Converter from CubicCurve2D to Shape
public static implicit operator Shape(CubicCurve2D t)
Parameters
Returns
implicit operator Cloneable(CubicCurve2D)
Converter from CubicCurve2D to Cloneable
public static implicit operator Cloneable(CubicCurve2D t)