public class Display
extends java.lang.Object
Constructor and Description |
---|
Display(int position,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
The function getHeight() returns the height of the display.
|
int |
getPosition()
The function getPosition() returns the position of the display from left
to right.
|
int |
getWidth()
The function getWidth() returns the width of the display.
|
java.lang.String |
toString() |
public int getPosition()
public int getWidth()
public int getHeight()
public java.lang.String toString()
toString
in class java.lang.Object