|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo.app.layout.CellLayoutData
public abstract class CellLayoutData
An abstract base layout data object for components which render their children in cells.
| Constructor Summary | |
|---|---|
CellLayoutData()
|
|
| Method Summary | |
|---|---|
Alignment |
getAlignment()
Returns the alignment of the cell. |
Color |
getBackground()
Returns the background color of the cell. |
FillImage |
getBackgroundImage()
Returns the background image of the cell. |
Insets |
getInsets()
Returns the inset margins of the cell. |
void |
setAlignment(Alignment newValue)
Sets the alignment of the cell. |
void |
setBackground(Color newValue)
Sets the background color of the cell. |
void |
setBackgroundImage(FillImage newValue)
Sets the background image of the cell. |
void |
setInsets(Insets newValue)
Sets the inset margins of the cell. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CellLayoutData()
| Method Detail |
|---|
public Alignment getAlignment()
public Color getBackground()
public FillImage getBackgroundImage()
public Insets getInsets()
public void setAlignment(Alignment newValue)
newValue - the new alignmentpublic void setBackground(Color newValue)
newValue - the new background colorpublic void setBackgroundImage(FillImage newValue)
newValue - the new background imagepublic void setInsets(Insets newValue)
newValue - the inset margins
|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||