com.intel.ui
Class WidgetMapping
java.lang.Objectcom.intel.ui.WidgetMapping
public class WidgetMapping
- extends java.lang.Object
This class represents the size and location of a Widget
in the containing Dialog
.
Method Summary | |
---|---|
XYPair |
getLocation()
Returns the absolute location of the Widget in the parent Dialog |
XYPair |
getSize()
Returns the size of the Widget in pixels |
Methods inherited from class java.lang.Object |
---|
equals, hashCode, toString |
Method Detail |
---|
getSize
public XYPair getSize()
- Returns the size of the
Widget
in pixels- Returns:
- Returns the size of the
Widget
in pixels
getLocation
public XYPair getLocation()
- Returns the absolute location of the
Widget
in the parentDialog
- Returns:
- Returns the absolute location of the
Widget
in the parentDialog