public interface IHtmlGraphicalSubitem
Modifier and Type | Method and Description |
---|---|
java.awt.Point |
getScreenPoint(HtmlGuiProxy subObject)
Returns the screen relative point to the center of the supplied
subitem.
|
java.awt.Point |
getScreenPoint(HtmlGuiProxy subObject,
java.awt.Point pt)
Returns the screen relative point given a subitem and a subitem
relative point.
|
java.awt.Rectangle |
getScreenRectangle(HtmlGuiProxy subObject)
Returns the rectangle that contains the component being
evaluated relative to the top left corner of the screen.
|
HtmlGuiProxy |
getSubobject(Subitem subitem)
Returns the subobject specified by the subitem
|
HtmlGuiProxy getSubobject(Subitem subitem)
subitem
- The subitem which identifies the subobject to be returned.java.awt.Rectangle getScreenRectangle(HtmlGuiProxy subObject)
getScreenRectangle
for the parent object, and then adjusting for the specified
subitem) combined into a single operation. The
rectangle is exposed so that actions may be directly scripted
against a visible subitem. null is returned if
the subitem is not showing.java.awt.Point getScreenPoint(HtmlGuiProxy subObject)
subitem
- The subitem the resultant screen point is
relative to.java.awt.Point getScreenPoint(HtmlGuiProxy subObject, java.awt.Point pt)
subitem
- The subitem the resultant screen point is
relative to.pt
- The subitem relative point.