public class BoundsInspector extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
boundsRecursiveToString(Widget widget)
Prints the bounds of the given widget and of all its children recursively.
|
static String |
boundsToString(Widget widget)
Prints the bounds of the given widget in a String.
|
public static String boundsRecursiveToString(Widget widget)
widget - the widget.boundsToString(Widget)