Class JRExporterGridCell

java.lang.Object
net.sf.jasperreports.engine.export.JRExporterGridCell
Direct Known Subclasses:
ElementGridCell, ElementReplacementGridCell, EmptyGridCell, OccupiedGridCell

public abstract class JRExporterGridCell extends Object
Author:
Teodor Danciu (teodord@users.sourceforge.net)
  • Field Details

  • Constructor Details

    • JRExporterGridCell

      public JRExporterGridCell()
    • JRExporterGridCell

      protected JRExporterGridCell(GridCellStyle style)
  • Method Details

    • getSize

      public abstract GridCellSize getSize()
    • getWidth

      public int getWidth()
    • getHeight

      public int getHeight()
    • getColSpan

      public int getColSpan()
    • getRowSpan

      public int getRowSpan()
    • getStyle

      public GridCellStyle getStyle()
    • setStyle

      public void setStyle(GridCellStyle style)
    • getBackcolor

      public Color getBackcolor()
    • getBox

      public JRLineBox getBox()
    • setBox

      public void setBox(JRLineBox box)
    • getForecolor

      public Color getForecolor()
    • getCellBackcolor

      public Color getCellBackcolor()
    • getType

      public abstract byte getType()
    • getElement

      public abstract JRPrintElement getElement()
    • getElementAddress

      public abstract String getElementAddress()
    • getProperty

      public abstract String getProperty(String propName)