org.apache.batik.ext.swing

Interface JGridBagPanel.InsetsManager

public static interface JGridBagPanel.InsetsManager

Provides insets desired for a given grid cell
Method Summary
InsetsgetInsets(int gridx, int gridy)
Returns the insets for cell (gridx, gridy);

Method Detail

getInsets

public Insets getInsets(int gridx, int gridy)
Returns the insets for cell (gridx, gridy);
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.