|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.zfqjava.swing.CellLayout.Constraints
The CellLayout Constraints.
| Constructor Summary | |
CellLayout.Constraints(int x,
int y)
Constructs a Constraints for the component. |
|
CellLayout.Constraints(int x,
int y,
FillMode mode)
Constructs a Constraints for the component. |
|
CellLayout.Constraints(int x,
int y,
FillMode mode,
SizeGroup widthGroup,
SizeGroup heightGroup)
Constructs a Constraints for the component. |
|
CellLayout.Constraints(int x,
int y,
int width,
int height)
Constructs a Constraints for the component. |
|
CellLayout.Constraints(int x,
int y,
int width,
int height,
FillMode mode)
Constructs a Constraints for the component. |
|
CellLayout.Constraints(int x,
int y,
int width,
int height,
FillMode mode,
SizeGroup widthGroup,
SizeGroup heightGroup)
Constructs a Constraints for the component. |
|
| Method Summary | |
FillMode |
getFillMode()
Returns the fill mode for this constrains. |
int |
getHeight()
Returns the cell height. |
SizeGroup |
getHeightGroup()
Use this group get this component height. |
int |
getWidth()
Returns the cell width. |
SizeGroup |
getWidthGroup()
Use Size group width as current component width. |
int |
getX()
Returns the cell x location. |
int |
getY()
Returns the cell y location. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CellLayout.Constraints(int x,
int y)
x - the cell x locationy - the cell y location
public CellLayout.Constraints(int x,
int y,
FillMode mode)
x - the cell x locationy - the cell y locationmode - the fill mode
public CellLayout.Constraints(int x,
int y,
FillMode mode,
SizeGroup widthGroup,
SizeGroup heightGroup)
x - the cell x locationy - the cell y locationmode - the fill modewidthGroup - the width groupheightGroup - the height group
public CellLayout.Constraints(int x,
int y,
int width,
int height)
x - the cell x locationy - the cell y locationwidth - the cell widthheight - the cell height
public CellLayout.Constraints(int x,
int y,
int width,
int height,
FillMode mode)
x - the cell x locationy - the cell y locationwidth - the cell widthheight - the cell heightmode - the fill mode
public CellLayout.Constraints(int x,
int y,
int width,
int height,
FillMode mode,
SizeGroup widthGroup,
SizeGroup heightGroup)
x - the cell x locationy - the cell y locationwidth - the cell widthheight - the cell heightmode - the fill modewidthGroup - the width groupheightGroup - the height group| Method Detail |
public int getX()
public int getY()
public int getWidth()
public int getHeight()
public FillMode getFillMode()
public SizeGroup getWidthGroup()
public SizeGroup getHeightGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||