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
Classes in org.apache.batik.ext.swing that implement JGridBagPanel.InsetsManager Modifier and Type Class Description private static classJGridBagPanel.DefaultInsetsManagerDefault implemenationprivate static classJGridBagPanel.ZeroInsetsManagerAlways use 0 insetsFields in org.apache.batik.ext.swing declared as JGridBagPanel.InsetsManager Modifier and Type Field Description static JGridBagPanel.InsetsManagerJGridBagPanel. DEFAULT_INSETSAn InsetsManager that uses padding for inside cellsJGridBagPanel.InsetsManagerJGridBagPanel. insetsManagerUsed to get insets at any given cell locationstatic JGridBagPanel.InsetsManagerJGridBagPanel. ZERO_INSETSAn 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
-