Package org.apache.batik.ext.swing
Class JGridBagPanel.ZeroInsetsManager
- java.lang.Object
-
- org.apache.batik.ext.swing.JGridBagPanel.ZeroInsetsManager
-
- All Implemented Interfaces:
JGridBagPanel.InsetsManager
- Enclosing class:
- JGridBagPanel
private static class JGridBagPanel.ZeroInsetsManager extends java.lang.Object implements JGridBagPanel.InsetsManager
Always use 0 insets
-
-
Field Summary
Fields Modifier and Type Field Description private java.awt.Insets
insets
-
Constructor Summary
Constructors Modifier Constructor Description private
ZeroInsetsManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Insets
getInsets(int gridx, int gridy)
Returns the insets for cell (gridx, gridy);
-
-
-
Method Detail
-
getInsets
public java.awt.Insets getInsets(int gridx, int gridy)
Description copied from interface:JGridBagPanel.InsetsManager
Returns the insets for cell (gridx, gridy);- Specified by:
getInsets
in interfaceJGridBagPanel.InsetsManager
-
-