Loading...
Searching...
No Matches
com.navigine.idl.java.Rectangle Class Reference

A rectangle with specified origin and size. More...

Public Member Functions

 Rectangle (float x, float y, float width, float height)
 Default constructor for class Rectangle.
 
float getX ()
 rectangle's origin x coordinate.
 
float getY ()
 rectangle's origin y coordinate.
 
float getWidth ()
 rectangle's width.
 
float getHeight ()
 rectangle's height.
 
String toString ()
 

Detailed Description

A rectangle with specified origin and size.

Definition at line 14 of file Rectangle.java.

Constructor & Destructor Documentation

◆ Rectangle()

com.navigine.idl.java.Rectangle.Rectangle ( float x,
float y,
float width,
float height )
inline

Default constructor for class Rectangle.

Definition at line 28 of file Rectangle.java.

Member Function Documentation

◆ getHeight()

float com.navigine.idl.java.Rectangle.getHeight ( )
inline

rectangle's height.

Returns

Definition at line 71 of file Rectangle.java.

◆ getWidth()

float com.navigine.idl.java.Rectangle.getWidth ( )
inline

rectangle's width.

Returns

Definition at line 62 of file Rectangle.java.

◆ getX()

float com.navigine.idl.java.Rectangle.getX ( )
inline

rectangle's origin x coordinate.

Returns

Definition at line 44 of file Rectangle.java.

◆ getY()

float com.navigine.idl.java.Rectangle.getY ( )
inline

rectangle's origin y coordinate.

Returns

Definition at line 53 of file Rectangle.java.

◆ toString()

String com.navigine.idl.java.Rectangle.toString ( )
inline

Definition at line 76 of file Rectangle.java.


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