Module tdlight.api

Class TdApi.VectorPathCommandCubicBezierCurve

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.VectorPathCommand
it.tdlight.jni.TdApi.VectorPathCommandCubicBezierCurve
Enclosing class:
TdApi

public static final class TdApi.VectorPathCommandCubicBezierCurve extends TdApi.VectorPathCommand
A cubic Bézier curve to a given point.
  • Field Details

    • startControlPoint

      public TdApi.Point startControlPoint
      The start control point of the curve.
    • endControlPoint

      public TdApi.Point endControlPoint
      The end control point of the curve.
    • endPoint

      public TdApi.Point endPoint
      The end point of the curve.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      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 - Point The start control point of the curve.
      endControlPoint - Point The end control point of the curve.
      endPoint - Point The end point of the curve.
    • VectorPathCommandCubicBezierCurve

      public VectorPathCommandCubicBezierCurve(DataInput input) throws IOException
      A cubic Bézier curve to a given point.
      Throws:
      IOException
  • Method Details