dori.jasper.engine.export
Class JRExporterGridCell

java.lang.Object
  extended bydori.jasper.engine.export.JRExporterGridCell

public class JRExporterGridCell
extends java.lang.Object


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

OCCUPIED_CELL

public static final JRExporterGridCell OCCUPIED_CELL

element

public JRPrintElement element

width

public int width

height

public int height

colSpan

public int colSpan

rowSpan

public int rowSpan
Constructor Detail

JRExporterGridCell

public JRExporterGridCell(JRPrintElement element,
                          int width,
                          int height,
                          int colSpan,
                          int rowSpan)


Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.