package net.sf.jasperreports.crosstabs; public interface JRCrosstabRowGroup extends JRCrosstabGroup { int getWidth(); byte getPosition(); }