Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR 216 (Maintenance Release)

Uses of Class
java.awt.Insets

Packages that use Insets
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images. 
 

Uses of Insets in java.awt
 

Fields in java.awt declared as Insets
 Insets GridBagConstraints.insets
          This field specifies the external padding of the component, the minimum amount of space between the component and the edges of its display area.
 

Methods in java.awt that return Insets
 Insets Toolkit.getScreenInsets(GraphicsConfiguration gc)
          Gets the insets of the screen.
 Insets Container.getInsets()
          Determines the insets of this container, which indicate the size of the container's border.
 Insets Container.insets()
          Deprecated. As of JDK version 1.1, replaced by getInsets().
 


JSR 216 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 216 specification.