Package org.drinkless.tdlib
Class TdApi.ClosedVectorPath
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ClosedVectorPath
- Enclosing class:
- TdApi
Represents a closed vector path. The path begins at the end point of the last command. The coordinate system origin is in the upper-left corner.
-
Field Summary
FieldsModifier and TypeFieldDescriptionList of vector path commands.static final int
Identifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionRepresents a closed vector path.ClosedVectorPath
(TdApi.VectorPathCommand[] commands) Represents a closed vector path. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
commands
List of vector path commands. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ClosedVectorPath
public ClosedVectorPath()Represents a closed vector path. The path begins at the end point of the last command. The coordinate system origin is in the upper-left corner. -
ClosedVectorPath
Represents a closed vector path. The path begins at the end point of the last command. The coordinate system origin is in the upper-left corner.- Parameters:
commands
- List of vector path commands.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-