Uses of Class
org.drinkless.tdlib.TdApi.VectorPathCommand
-
Packages that use TdApi.VectorPathCommand Package Description org.drinkless.tdlib -
-
Uses of TdApi.VectorPathCommand in org.drinkless.tdlib
Subclasses of TdApi.VectorPathCommand in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.VectorPathCommandCubicBezierCurveA cubic Bézier curve to a given point.static classTdApi.VectorPathCommandLineA straight line to a given point.Fields in org.drinkless.tdlib declared as TdApi.VectorPathCommand Modifier and Type Field Description TdApi.VectorPathCommand[]TdApi.ClosedVectorPath. commandsList of vector path commands.Constructors in org.drinkless.tdlib with parameters of type TdApi.VectorPathCommand Constructor Description ClosedVectorPath(TdApi.VectorPathCommand[] commands)Represents a closed vector path.
-