-
public final class ScreenArea
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classScreenArea.Companion
-
Field Summary
Fields Modifier and Type Field Description private final PointtopLeftprivate final PointtopRightprivate final PointbottomRightprivate final PointbottomLeft
-
Constructor Summary
Constructors Constructor Description ScreenArea(Point topLeft, Point topRight, Point bottomRight, Point bottomLeft)
-
Method Summary
Modifier and Type Method Description final PointgetTopLeft()final PointgetTopRight()final PointgetBottomRight()final PointgetBottomLeft()-
-
Method Detail
-
getTopLeft
final Point getTopLeft()
-
getTopRight
final Point getTopRight()
-
getBottomRight
final Point getBottomRight()
-
getBottomLeft
final Point getBottomLeft()
-
-
-
-