Uses of Interface
org.apache.batik.ext.swing.JGridBagPanel.InsetsManager
-
Packages that use JGridBagPanel.InsetsManager Package Description org.apache.batik.ext.swing -
-
Uses of JGridBagPanel.InsetsManager in org.apache.batik.ext.swing
Fields in org.apache.batik.ext.swing declared as JGridBagPanel.InsetsManager Modifier and Type Field Description static JGridBagPanel.InsetsManager
JGridBagPanel. DEFAULT_INSETS
An InsetsManager that uses padding for inside cellsJGridBagPanel.InsetsManager
JGridBagPanel. insetsManager
Used to get insets at any given cell locationstatic JGridBagPanel.InsetsManager
JGridBagPanel. ZERO_INSETS
An InsetsManager that uses zero insetsConstructors in org.apache.batik.ext.swing with parameters of type JGridBagPanel.InsetsManager Constructor Description JGridBagPanel(JGridBagPanel.InsetsManager insetsManager)
Initializes panel with a given insets manager
-