|
|||||||||
| Home >> All >> org >> gui4j >> [ component overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.gui4j.component
Class Gui4jGridBagLayout.Layout

java.lang.Objectorg.gui4j.component.Gui4jGridBagLayout.Layout
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- Gui4jGridBagLayout
- private static class Gui4jGridBagLayout.Layout
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
| Field Summary | |
private int |
mAnchor
|
private int |
mFill
|
private int |
mGridHeight
|
private int |
mGridWidth
|
private int |
mGridX
|
private int |
mGridY
|
private org.gui4j.core.Gui4jQualifiedComponent |
mGui4jComponentInPath
|
private java.awt.Insets |
mInsets
|
private int |
mIPadX
|
private int |
mIPadY
|
private double |
mWeightX
|
private double |
mWeightY
|
| Constructor Summary | |
(package private) |
Gui4jGridBagLayout.Layout(org.gui4j.core.Gui4jQualifiedComponent gui4jComponentInPath,
int gridX,
int gridY,
int gridWidth,
int gridHeight,
int ipadx,
int ipady,
int top,
int left,
int bottom,
int right)
|
| Method Summary | |
int |
getAnchor()
Returns the anchor. |
int |
getFill()
Returns the fill. |
int |
getGridHeight()
Returns the gridHeight. |
int |
getGridWidth()
Returns the gridWidth. |
int |
getGridX()
Returns the gridX. |
int |
getGridY()
Returns the gridY. |
org.gui4j.core.Gui4jQualifiedComponent |
getGui4jComponentInPath()
Returns the gui4jComponent. |
java.awt.Insets |
getInsets()
|
int |
getIPadX()
Returns the ipadx. |
int |
getIPadY()
Returns the ipady. |
double |
getWeightX()
Returns the weightX. |
double |
getWeightY()
Returns the weightY. |
void |
setAnchor(int anchor)
Sets the anchor. |
void |
setFill(int fill)
Sets the fill. |
void |
setWeightX(double weightX)
Sets the weightX. |
void |
setWeightY(double weightY)
Sets the weightY. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
mGui4jComponentInPath
private final org.gui4j.core.Gui4jQualifiedComponent mGui4jComponentInPath
mGridX
private final int mGridX
mGridY
private final int mGridY
mIPadX
private final int mIPadX
mIPadY
private final int mIPadY
mWeightX
private double mWeightX
mWeightY
private double mWeightY
mAnchor
private int mAnchor
mGridWidth
private final int mGridWidth
mGridHeight
private final int mGridHeight
mFill
private int mFill
mInsets
private final java.awt.Insets mInsets
| Constructor Detail |
Gui4jGridBagLayout.Layout
Gui4jGridBagLayout.Layout(org.gui4j.core.Gui4jQualifiedComponent gui4jComponentInPath, int gridX, int gridY, int gridWidth, int gridHeight, int ipadx, int ipady, int top, int left, int bottom, int right)
| Method Detail |
getGridWidth
public int getGridWidth()
- Returns the gridWidth.
getInsets
public java.awt.Insets getInsets()
getGridHeight
public int getGridHeight()
- Returns the gridHeight.
getGridX
public int getGridX()
- Returns the gridX.
getGridY
public int getGridY()
- Returns the gridY.
getIPadX
public int getIPadX()
- Returns the ipadx.
getIPadY
public int getIPadY()
- Returns the ipady.
getGui4jComponentInPath
public org.gui4j.core.Gui4jQualifiedComponent getGui4jComponentInPath()
- Returns the gui4jComponent.
getFill
public int getFill()
- Returns the fill.
setFill
public void setFill(int fill)
- Sets the fill.
getWeightX
public double getWeightX()
- Returns the weightX.
getWeightY
public double getWeightY()
- Returns the weightY.
getAnchor
public int getAnchor()
- Returns the anchor.
setWeightX
public void setWeightX(double weightX)
- Sets the weightX.
setWeightY
public void setWeightY(double weightY)
- Sets the weightY.
setAnchor
public void setAnchor(int anchor)
- Sets the anchor.
|
|||||||||
| Home >> All >> org >> gui4j >> [ component overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.gui4j.component.Gui4jGridBagLayout.Layout