|
|||||||||
| Home >> All >> java >> [ awt overview ] | PREV NEXT | ||||||||
Uses of Class
java.awt.Insets
| Uses of Insets in java.awt |
| Fields in java.awt declared as Insets | |
Insets |
GridBagConstraints.insets
|
| Methods in java.awt that return Insets | |
Insets |
Container.getInsets()
Returns the insets for this container, which is the space used for borders, the margin, etc. |
Insets |
Container.insets()
Deprecated. use Container.getInsets() 55 instead |
Insets |
Toolkit.getScreenInsets(GraphicsConfiguration gc)
|
| Constructors in java.awt with parameters of type Insets | |
GridBagConstraints(int gridx,
int gridy,
int gridwidth,
int gridheight,
double weightx,
double weighty,
int anchor,
int fill,
Insets insets,
int ipadx,
int ipady)
Create a new GridBagConstraints object with the indicated parameters. |
|
|
|||||||||
| Home >> All >> java >> [ awt overview ] | PREV NEXT | ||||||||