public class DRDesignCrosstabCellContent extends Object implements DRIDesignCrosstabCellContent
DRDesignCrosstabCellContent class.
| Constructor and Description |
|---|
DRDesignCrosstabCellContent() |
| Modifier and Type | Method and Description |
|---|---|
DRDesignComponent |
getComponent()
getComponent.
|
int |
getHeight()
getHeight.
|
DRDesignList |
getList()
Getter for the field
list. |
DRIDesignStyle |
getStyle()
getStyle.
|
int |
getWidth()
getWidth.
|
void |
setComponent(DRDesignComponent component)
Setter for the field
component. |
void |
setHeight(int height)
Setter for the field
height. |
void |
setList(DRDesignList list)
Setter for the field
list. |
void |
setStyle(DRIDesignStyle style)
Setter for the field
style. |
void |
setWidth(int width)
Setter for the field
width. |
public int getWidth()
getWidth.
getWidth in interface DRIDesignCrosstabCellContentpublic void setWidth(int width)
Setter for the field width.
width - a int.public int getHeight()
getHeight.
getHeight in interface DRIDesignCrosstabCellContentpublic void setHeight(int height)
Setter for the field height.
height - a int.public DRDesignList getList()
Getter for the field list.
DRDesignList object.public void setList(DRDesignList list)
Setter for the field list.
list - a DRDesignList object.public DRDesignComponent getComponent()
getComponent.
getComponent in interface DRIDesignCrosstabCellContentDRIDesignComponent object.public void setComponent(DRDesignComponent component)
Setter for the field component.
component - a DRDesignComponent object.public DRIDesignStyle getStyle()
getStyle.
getStyle in interface DRIDesignCrosstabCellContentDRIDesignStyle object.public void setStyle(DRIDesignStyle style)
Setter for the field style.
style - a DRIDesignStyle object.Copyright © 2010–2021. All rights reserved.