|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ojalgo.type.context.gui.GridBagConstraintsFactory
public class GridBagConstraintsFactory
| Constructor Summary | |
|---|---|
GridBagConstraintsFactory()
|
|
| Method Summary | |
|---|---|
GridBagConstraintsFactory |
anchor(int anAnchor)
|
GridBagConstraintsFactory |
fill(int aFill)
|
GridBagConstraintsFactory |
insets(Insets anInsets)
|
GridBagConstraints |
make(int gridx,
int gridy)
|
GridBagConstraints |
make(int gridx,
int gridy,
int gridwidth,
int gridheight)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GridBagConstraintsFactory()
| Method Detail |
|---|
public GridBagConstraintsFactory anchor(int anAnchor)
public GridBagConstraintsFactory fill(int aFill)
public GridBagConstraintsFactory insets(Insets anInsets)
public GridBagConstraints make(int gridx,
int gridy)
public GridBagConstraints make(int gridx,
int gridy,
int gridwidth,
int gridheight)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||