Package com.scroogexhtml.table
Class CellDef
- java.lang.Object
-
- com.scroogexhtml.table.CellDef
-
public class CellDef extends Object
CellDef represents a table cell.
-
-
Constructor Summary
Constructors Constructor Description CellDef(int cellx, String clCbPat, ClVertAl al, BorderDefs borders)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BorderDefs
getBorders()
int
getCellx()
String
getClCbPat()
ClVertAl
getClVertAl()
-
-
-
Constructor Detail
-
CellDef
public CellDef(int cellx, String clCbPat, ClVertAl al, BorderDefs borders)
-
-
Method Detail
-
getCellx
public int getCellx()
-
getClCbPat
public String getClCbPat()
-
getClVertAl
public ClVertAl getClVertAl()
-
getBorders
public BorderDefs getBorders()
-
-