java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.StoryAreaPosition
- Enclosing class:
- TdApi
Describes position of a clickable rectangle area on a story media.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.double
The height of the rectangle, as a percentage of the media height.double
Clockwise rotation angle of the rectangle, in degrees; 0-360.double
The width of the rectangle, as a percentage of the media width.double
The abscissa of the rectangle's center, as a percentage of the media width.double
The ordinate of the rectangle's center, as a percentage of the media height. -
Constructor Summary
ConstructorDescriptionDescribes position of a clickable rectangle area on a story media.StoryAreaPosition
(double xPercentage, double yPercentage, double widthPercentage, double heightPercentage, double rotationAngle) Describes position of a clickable rectangle area on a story media.StoryAreaPosition
(DataInput input) Describes position of a clickable rectangle area on a story media. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
xPercentage
public double xPercentageThe abscissa of the rectangle's center, as a percentage of the media width. -
yPercentage
public double yPercentageThe ordinate of the rectangle's center, as a percentage of the media height. -
widthPercentage
public double widthPercentageThe width of the rectangle, as a percentage of the media width. -
heightPercentage
public double heightPercentageThe height of the rectangle, as a percentage of the media height. -
rotationAngle
public double rotationAngleClockwise rotation angle of the rectangle, in degrees; 0-360. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
StoryAreaPosition
public StoryAreaPosition()Describes position of a clickable rectangle area on a story media. -
StoryAreaPosition
public StoryAreaPosition(double xPercentage, double yPercentage, double widthPercentage, double heightPercentage, double rotationAngle) Describes position of a clickable rectangle area on a story media.- Parameters:
xPercentage
- The abscissa of the rectangle's center, as a percentage of the media width.yPercentage
- The ordinate of the rectangle's center, as a percentage of the media height.widthPercentage
- The width of the rectangle, as a percentage of the media width.heightPercentage
- The height of the rectangle, as a percentage of the media height.rotationAngle
- Clockwise rotation angle of the rectangle, in degrees; 0-360.
-
StoryAreaPosition
Describes position of a clickable rectangle area on a story media.- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
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
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-