Agora Server Gateway SDK Java API Reference
Loading...
Searching...
No Matches
io.agora.rtc.Rectangle Class Reference

Public Member Functions

 Rectangle ()
 
 Rectangle (int x, int y, int width, int height)
 
int getX ()
 
void setX (int x)
 
int getY ()
 
void setY (int y)
 
int getWidth ()
 
void setWidth (int width)
 
int getHeight ()
 
void setHeight (int height)
 

Private Attributes

int x
 
int y
 
int width
 
int height
 

Constructor & Destructor Documentation

◆ Rectangle() [1/2]

io.agora.rtc.Rectangle.Rectangle ( )

◆ Rectangle() [2/2]

io.agora.rtc.Rectangle.Rectangle ( int x,
int y,
int width,
int height )

Member Function Documentation

◆ getHeight()

int io.agora.rtc.Rectangle.getHeight ( )

◆ getWidth()

int io.agora.rtc.Rectangle.getWidth ( )

◆ getX()

int io.agora.rtc.Rectangle.getX ( )

◆ getY()

int io.agora.rtc.Rectangle.getY ( )

◆ setHeight()

void io.agora.rtc.Rectangle.setHeight ( int height)

◆ setWidth()

void io.agora.rtc.Rectangle.setWidth ( int width)

◆ setX()

void io.agora.rtc.Rectangle.setX ( int x)

◆ setY()

void io.agora.rtc.Rectangle.setY ( int y)

Member Data Documentation

◆ height

int io.agora.rtc.Rectangle.height
private

◆ width

int io.agora.rtc.Rectangle.width
private

◆ x

int io.agora.rtc.Rectangle.x
private

◆ y

int io.agora.rtc.Rectangle.y
private

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