< prev index next >

jdk/src/java.desktop/share/classes/sun/awt/AWTAccessor.java

Print this page

        

*** 91,106 **** * {@code Rectangle} object. The bounds specify this * component's width, height, and location relative to * its parent. */ Rectangle getBounds(Component comp); - /* - * Sets the shape of a lw component to cut out from hw components. - * - * See 6797587, 6776743, 6768307, and 6768332 for details - */ - void setMixingCutoutShape(Component comp, Shape shape); /** * Sets GraphicsConfiguration value for the component. */ void setGraphicsConfiguration(Component comp, GraphicsConfiguration gc); --- 91,100 ----
< prev index next >