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