|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.engine.export.JRExporterGridCell
Field Summary | |
int |
colSpan
|
JRPrintElement |
element
|
int |
height
|
static JRExporterGridCell |
OCCUPIED_CELL
|
int |
rowSpan
|
int |
width
|
Constructor Summary | |
JRExporterGridCell(JRPrintElement element,
int width,
int height,
int colSpan,
int rowSpan)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final JRExporterGridCell OCCUPIED_CELL
public JRPrintElement element
public int width
public int height
public int colSpan
public int rowSpan
Constructor Detail |
public JRExporterGridCell(JRPrintElement element, int width, int height, int colSpan, int rowSpan)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |