webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
org.webrtc.Size Class Reference

Public Member Functions

 Size (int width, int height)
 
String toString ()
 
boolean equals (Object other)
 
int hashCode ()
 

Public Attributes

int width
 
int height
 

Detailed Description

Class for representing size of an object. Very similar to android.util.Size but available on all devices.

Constructor & Destructor Documentation

◆ Size()

org.webrtc.Size.Size ( int  width,
int  height 
)
inline

Member Function Documentation

◆ equals()

boolean org.webrtc.Size.equals ( Object  other)
inline

◆ hashCode()

int org.webrtc.Size.hashCode ( void  )
inline

◆ toString()

String org.webrtc.Size.toString ( )
inline

Member Data Documentation

◆ height

int org.webrtc.Size.height

◆ width

int org.webrtc.Size.width

The documentation for this class was generated from the following file: