Class Insets

java.lang.Object
org.jmol.awtjs.swing.Insets

public class Insets extends Object
  • Field Details

    • top

      int top
    • left

      int left
    • bottom

      int bottom
  • Constructor Details

    • Insets

      public Insets(int top, int left, int bottom, int right)