public class TableCell extends Object
Constructor and Description |
---|
TableCell(Tabulator tabulator,
TablePosition position,
Cell cell,
JRPrintElement element,
int colSpan,
int rowSpan,
Color backcolor,
JRLineBox box) |
Modifier and Type | Method and Description |
---|---|
Color |
getBackcolor() |
JRLineBox |
getBox() |
Cell |
getCell() |
int |
getColumnSpan() |
JRPrintElement |
getElement() |
String |
getElementAddress() |
TablePosition |
getPosition() |
int |
getRowSpan() |
Tabulator |
getTabulator() |
void |
setBackcolor(Color backcolor) |
void |
setBox(JRLineBox box) |
void |
setColumnSpan(int colSpan) |
void |
setRowSpan(int rowSpan) |
public TableCell(Tabulator tabulator, TablePosition position, Cell cell, JRPrintElement element, int colSpan, int rowSpan, Color backcolor, JRLineBox box)
public Tabulator getTabulator()
public Cell getCell()
public TablePosition getPosition()
public JRPrintElement getElement()
public int getColumnSpan()
public void setColumnSpan(int colSpan)
public int getRowSpan()
public void setRowSpan(int rowSpan)
public JRLineBox getBox()
public void setBox(JRLineBox box)
public Color getBackcolor()
public void setBackcolor(Color backcolor)
public String getElementAddress()
Copyright © 2017. All rights reserved.