public class BoundsInspector
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
boundsRecursiveToString(ej.mwt.Widget widget)
Prints the bounds of the given widget and of all its children recursively.
|
static java.lang.String |
boundsToString(ej.mwt.Widget widget)
Prints the bounds of the given widget in a String.
|
public static java.lang.String boundsToString(ej.mwt.Widget widget)
Prints the class name of the widget, its bounds (relative to its parent) and its absolute position.
widget
- the widget.public static java.lang.String boundsRecursiveToString(ej.mwt.Widget widget)
widget
- the widget.boundsToString(Widget)