Searched refs:ATTRIB_VISIBLE_BOUNDS (Results 1 – 2 of 2) sorted by relevance
59 public static final String ATTRIB_VISIBLE_BOUNDS = "VisibleBounds"; field in BaseUiElement290 toStringHelper.add(ATTRIB_VISIBLE_BOUNDS, getVisibleBounds().toShortString()); in toString()
174 element.setAttribute(BaseUiElement.ATTRIB_VISIBLE_BOUNDS, uiElement.getVisibleBounds() in buildDomNode()