Package org.jmol.awtjs.swing
Class Insets
java.lang.Object
org.jmol.awtjs.swing.Insets
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
top
int top -
left
int left -
bottom
int bottom -
right
int right
-
-
Constructor Details
-
Insets
public Insets(int top, int left, int bottom, int right)
-