Searched refs:compoundShape (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DComponent.java797 private transient Region compoundShape = null; field in class:Component
7019 // Nullifying compoundShape means that the component has normal shape
7021 this.compoundShape = null;
9714 // Nullifying compoundShape means that the component has normal shape
9717 if (this.compoundShape == null) {
9720 this.compoundShape = null;
9726 this.compoundShape = shape;
9746 return (this.compoundShape == null || isLightweight()) ? getNormalShape() : this.compoundShape;

Completed in 1996 milliseconds