Package it.tdlight.jni
Class TdApi.ClosedVectorPath
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.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[]
commands
List of vector path commands.static int
CONSTRUCTOR
-
Constructor Summary
Constructors Constructor Description ClosedVectorPath()
Represents a closed vector path.ClosedVectorPath(TdApi.VectorPathCommand[] commands)
Represents a closed vector path.ClosedVectorPath(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
commands
List of vector path commands. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
ClosedVectorPath
public ClosedVectorPath()Represents a closed vector path. The path begins at the end point of the last command. -
ClosedVectorPath
Represents a closed vector path. The path begins at the end point of the last command.- Parameters:
commands
- VectorPathCommand[] List of vector path commands.
-
ClosedVectorPath
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-