Package org.apache.batik.ext.swing
Class JGridBagPanel.DefaultInsetsManager
java.lang.Object
org.apache.batik.ext.swing.JGridBagPanel.DefaultInsetsManager
- All Implemented Interfaces:
JGridBagPanel.InsetsManager
- Enclosing class:
JGridBagPanel
private static class JGridBagPanel.DefaultInsetsManager
extends Object
implements JGridBagPanel.InsetsManager
Default implemenation
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
leftInset is the space used by default as a padding to the left of each grid cell.(package private) int
topInset is the space used by default as a padding to the top of each grid cell. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
leftInset
int leftInsetleftInset is the space used by default as a padding to the left of each grid cell. -
topInset
int topInsettopInset is the space used by default as a padding to the top of each grid cell. -
positiveInsets
-
leftInsets
-
topInsets
-
topLeftInsets
-
-
Constructor Details
-
DefaultInsetsManager
private DefaultInsetsManager()
-
-
Method Details
-
getInsets
Description copied from interface:JGridBagPanel.InsetsManager
Returns the insets for cell (gridx, gridy);- Specified by:
getInsets
in interfaceJGridBagPanel.InsetsManager
-