package net.sf.jasperreports.engine.fill; public interface JRIncrementerFactory { JRIncrementer getIncrementer(byte paramByte); }