|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout.CellConstraints
public static class JVxGridLayout.CellConstraints
The CellConstraint
class stores the X and Y position, the Width and Height and
the insets of the component.
Constructor Summary | |
---|---|
JVxGridLayout.CellConstraints()
Constructs a new CellConstraint. |
|
JVxGridLayout.CellConstraints(int pGridX,
int pGridY)
Constructs a new CellConstraint with the given parameters. |
|
JVxGridLayout.CellConstraints(int pGridX,
int pGridY,
int pWidth,
int pHeight)
Constructs a new CellConstraint with the given parameters. |
|
JVxGridLayout.CellConstraints(int pGridX,
int pGridY,
int pGridWidth,
int pGridHeight,
java.awt.Insets pInsets)
Constructs a new CellConstraint with the given parameters. |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
int |
getGridHeight()
Returns the height on the GridLayout. |
int |
getGridWidth()
Returns the width on the GridLayout. |
int |
getGridX()
Returns the x-position on the grid. |
int |
getGridY()
Returns the y-position on the GridLayout. |
java.awt.Insets |
getInsets()
Returns the insets on the GridLayout. |
void |
setGridHeight(int pGridHeight)
Sets the height on the GridLayout. |
void |
setGridWidth(int pGridWidth)
Sets the width on the GridLayout. |
void |
setGridX(int pGridX)
Sets the x-position on the GridLayout. |
void |
setGridY(int pGridY)
Sets the y-position on the GridLayout. |
void |
setInsets(java.awt.Insets pInsets)
Sets the width on the GridLayout. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JVxGridLayout.CellConstraints()
public JVxGridLayout.CellConstraints(int pGridX, int pGridY)
pGridX
- the position on the x-axispGridY
- the position on the y-axispublic JVxGridLayout.CellConstraints(int pGridX, int pGridY, int pWidth, int pHeight)
pGridX
- the position on the x-axispGridY
- the position on the y-axispWidth
- the width of the componentpHeight
- the height of the componentpublic JVxGridLayout.CellConstraints(int pGridX, int pGridY, int pGridWidth, int pGridHeight, java.awt.Insets pInsets)
pGridX
- the position on the x-axispGridY
- the position on the y-axispGridWidth
- the width of the componentpGridHeight
- the height of the componentpInsets
- the specified insetsMethod Detail |
---|
public int getGridX()
public void setGridX(int pGridX)
pGridX
- the x-position to setpublic int getGridY()
public void setGridY(int pGridY)
pGridY
- the x-position to setpublic int getGridWidth()
public void setGridWidth(int pGridWidth)
pGridWidth
- the height to setpublic int getGridHeight()
public void setGridHeight(int pGridHeight)
pGridHeight
- the height to setpublic java.awt.Insets getInsets()
public void setInsets(java.awt.Insets pInsets)
pInsets
- the insets to setpublic java.lang.Object clone()
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |