Class GridCellSize

java.lang.Object
net.sf.jasperreports.engine.export.GridCellSize

public class GridCellSize extends Object
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
  • Constructor Details

    • GridCellSize

      public GridCellSize(int width, int height, int colSpan, int rowSpan)
  • Method Details

    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getWidth

      public int getWidth()
    • getHeight

      public int getHeight()
    • getColSpan

      public int getColSpan()
    • getRowSpan

      public int getRowSpan()