com.intel.ui
Class WidgetMapping
- java.lang.Object
-
- com.intel.ui.WidgetMapping
-
public class WidgetMapping extends java.lang.Object
This class represents the size and location of aWidget
in the containingDialog
.
-
-
Method Summary
Methods Modifier and Type Method and Description XYPair
getLocation()
Returns the absolute location of theWidget
in the parentDialog
XYPair
getSize()
Returns the size of theWidget
in pixels
-
-
-
Method Detail
-
getSize
public XYPair getSize()
Returns the size of theWidget
in pixels- Returns:
- Returns the size of the
Widget
in pixels
-
getLocation
public XYPair getLocation()
Returns the absolute location of theWidget
in the parentDialog
- Returns:
- Returns the absolute location of the
Widget
in the parentDialog
-
-