Lines Matching refs:object

61     representation of an object.  This interface combines methods from
65 <p>Further information about the graphical appearance of an object can
80 <li>The object coordinate system is relative to the upper left corner of
81 an object's bounding box. It is relative to itself so to speak. Used
101 /** Tests whether the specified point lies within this object's bounds.
104 coordinate system of the object. That means that when the object is
110 system is the upper left corner of the object's bounding box as
116 Returns <TRUE/> if the point lies within or on the object's bounding
124 coordinate system of the object. That means that when the object is
131 corner of the object's bounding box as returned by the
137 contains the test point then a reference to that object is
145 /** Returns the bounding box of this object.
148 coordinates are relative to the object's parent coordinate system.
156 object's parent or relative to the screen on which this object
157 is rendered if it has no parent. If the object is not on any
163 /** Returns the location of the upper left corner of the object's
171 object's parent or relative to the screen on which this object
172 is rendered if it has no parent. If the object is not on any
177 /** Returns the location of the upper left corner of the object's
183 the object is rendered instead of being relative to the object's
188 screen on which this object is rendered. If the object is not
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
201 /** Grabs the focus to this object.
203 <p>If this object can not accept the focus,
205 object then nothing happens. Otherwise the object will attempt to
206 take the focus. Nothing happens if that fails, otherwise the object
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