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

public class Cut extends Object
Utility class used by grid exporters to create a grid for page layout.
Author:
Teodor Danciu (teodord@users.sourceforge.net)
  • Field Details

  • Constructor Details

    • Cut

      public Cut()
  • Method Details

    • getUsage

      public int getUsage()
    • setUsage

      public void setUsage(int usage)
    • isCutNotEmpty

      public boolean isCutNotEmpty()
      Decides whether this cut is empty or not.
      Returns:
      true if and only if the cut is not empty
    • isCutSpanned

      public boolean isCutSpanned()
      Decides whether this cut is occupied by spanning cells or not.
      Returns:
      true if and only if the cut is not empty
    • isBreak

      public boolean isBreak()
    • hasProperty

      public boolean hasProperty(String name)
    • getProperty

      public Object getProperty(String name)
    • setProperty

      public void setProperty(String name, Object value)