Package org.drinkless.tdlib
Class TdApi.VectorPathCommandCubicBezierCurve
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.VectorPathCommand
org.drinkless.tdlib.TdApi.VectorPathCommandCubicBezierCurve
- Enclosing class:
- TdApi
A cubic Bézier curve to a given point.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The end control point of the curve.The end point of the curve.The start control point of the curve. -
Constructor Summary
ConstructorsConstructorDescriptionA cubic Bézier curve to a given point.VectorPathCommandCubicBezierCurve(TdApi.Point startControlPoint, TdApi.Point endControlPoint, TdApi.Point endPoint) A cubic Bézier curve to a given point. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
startControlPoint
The start control point of the curve. -
endControlPoint
The end control point of the curve. -
endPoint
The end point of the curve. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
VectorPathCommandCubicBezierCurve
public VectorPathCommandCubicBezierCurve()A cubic Bézier curve to a given point. -
VectorPathCommandCubicBezierCurve
public VectorPathCommandCubicBezierCurve(TdApi.Point startControlPoint, TdApi.Point endControlPoint, TdApi.Point endPoint) A cubic Bézier curve to a given point.- Parameters:
startControlPoint- The start control point of the curve.endControlPoint- The end control point of the curve.endPoint- The end point of the curve.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-