public abstract class CellLayoutData extends java.lang.Object implements LayoutData
| Constructor and Description |
|---|
CellLayoutData() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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