package net.sf.jasperreports.engine; public interface JRPrintLine extends JRPrintGraphicElement { byte getDirection(); void setDirection(byte paramByte); }