Class GBC
java.lang.Object
net.thevpc.common.swing.layout.GBC
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionanchor(int anchor) anchorE()anchorN()anchorNE()anchorNW()anchorS()anchorSE()anchorSW()anchorW()build()fill(int fill) fillBoth()fillH()fillV()grid(int x, int y) insets(int top, int left, int bottom, int right) insetsx(int left, int right) insetsy(int top, int bottom) ipad(int x, int y) static GBCof(int gridX, int gridy) span(int x, int y) weight(double x, double y)
-
Constructor Details
-
GBC
public GBC()
-
-
Method Details
-
of
-
grid
-
span
-
weight
-
ipad
-
insets
-
insetsx
-
insetsy
-
insets
-
fill
-
fillH
-
fillV
-
fillBoth
-
anchorN
-
anchorS
-
anchorW
-
anchorE
-
anchorNW
-
anchorSW
-
anchorNE
-
anchorSE
-
anchor
-
build
-