| Package | Description |
|---|---|
| org.apache.batik.ext.swing |
| Modifier and Type | Class and Description |
|---|---|
private static class |
JGridBagPanel.DefaultInsetsManager
Default implemenation
|
private static class |
JGridBagPanel.ZeroInsetsManager
Always use 0 insets
|
| Modifier and Type | Field and Description |
|---|---|
static JGridBagPanel.InsetsManager |
JGridBagPanel.DEFAULT_INSETS
An InsetsManager that uses padding for inside cells
|
JGridBagPanel.InsetsManager |
JGridBagPanel.insetsManager
Used to get insets at any given cell location
|
static JGridBagPanel.InsetsManager |
JGridBagPanel.ZERO_INSETS
An InsetsManager that uses zero insets
|
| Constructor and Description |
|---|
JGridBagPanel(JGridBagPanel.InsetsManager insetsManager)
Initializes panel with a given insets manager
|