Package org.drinkless.tdlib
Class TdApi.ClosedVectorPath
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.ClosedVectorPath
-
- Enclosing class:
- TdApi
public static class TdApi.ClosedVectorPath extends TdApi.Object
Represents a closed vector path. The path begins at the end point of the last command.
-
-
Field Summary
Fields Modifier and Type Field Description TdApi.VectorPathCommand[]commandsList of vector path commands.static intCONSTRUCTORIdentifier uniquely determining type of the object.
-
Constructor Summary
Constructors Constructor Description ClosedVectorPath()Represents a closed vector path.ClosedVectorPath(TdApi.VectorPathCommand[] commands)Represents a closed vector path.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
commands
public TdApi.VectorPathCommand[] commands
List of vector path commands.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ClosedVectorPath
public ClosedVectorPath()
Represents a closed vector path. The path begins at the end point of the last command.
-
ClosedVectorPath
public ClosedVectorPath(TdApi.VectorPathCommand[] commands)
Represents a closed vector path. The path begins at the end point of the last command.- Parameters:
commands- List of vector path commands.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-