Lines Matching refs:of
9 * with the License. You may obtain a copy of the License at
61 representation of an object. This interface combines methods from
65 <p>Further information about the graphical appearance of an object can
69 <p>Coordinates used by the functions of this interface are specified in
71 that of the screen coordiante system. In other words all coordinates
74 corner of the current screen. Used by the
76 <li>The origin of the parent coordinate system is the upper left corner
77 of the parent's bounding box. With no parent the screen coordinate
80 <li>The object coordinate system is relative to the upper left corner of
91 <type>XAccessibleAction</type> interface of a component, provided that
104 coordinate system of the object. That means that when the object is
109 Coordinates of the point to test. The origin of the coordinate
110 system is the upper left corner of the object's bounding box as
111 returned by the <method>getBounds</method>. The scale of the
112 coordinate system is identical to that of the screen coordiante
124 coordinate system of the object. That means that when the object is
129 Coordinates of the test point for which to find the Accessible
130 child. The origin of the coordinate system is the upper left
131 corner of the object's bounding box as returned by the
132 <method>getBounds</method>. The scale of the coordinate
133 system is identical to that of the screen coordiante system.
140 painted on top of the others. If no there is no child which is
145 /** Returns the bounding box of this object.
147 <p>The returned bounding box has the form of a rectangle. Its
155 The coordinates of the returned rectangle are relative to this
163 /** Returns the location of the upper left corner of the object's
166 <p>The coordinates of the bounding box are given relative to the
170 The coordinates of the returned position are relative to this
177 /** Returns the location of the upper left corner of the object's
182 coordinates are absolute screen coordinates of the screen to which
183 the object is rendered instead of being relative to the object's
187 The coordinates of the returned position are relative to the
193 /** Returns the size of this object's bounding box.
196 The returned size is the size of this object or empty if it is
212 /** Returns the foreground color of this object.
215 The returned color is the foreground color of this object or, if
220 /** Returns the background color of this object.
223 The returned color is the background color of this object or, if