Searched defs:applyCompoundShape (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DWindow.java3924 final void applyCompoundShape(Region shape) { method in class:Window
H A DComponent.java791 * The shape set with the applyCompoundShape() method. It uncludes the result
795 * and applyCompoundShape() will skip the following shape identical to normal.
9688 void applyCompoundShape(Region shape) { method in class:Component
9739 * Returns the shape previously set with applyCompoundShape().
9909 return; // Because applyCompoundShape() ignores such components anyway
9914 applyCompoundShape(calculateCurrentShape());
9924 applyCompoundShape(getAppliedShape().getDifference(s));
10048 applyCompoundShape(shape);

Completed in 176 milliseconds