public static class DnDFeedbackService.Region
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double |
height
the height
|
double |
width
the width
|
double |
x
x of the left upper corner
|
double |
y
y of the left upper corner
|
| Constructor and Description |
|---|
Region(double x,
double y,
double width,
double height)
Create a new region
|