first commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package net.sf.jasperreports.engine;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface JRPrintElementContainer {
|
||||
int getHeight();
|
||||
|
||||
void setHeight(int paramInt);
|
||||
|
||||
List getElements();
|
||||
|
||||
void addElement(JRPrintElement paramJRPrintElement);
|
||||
}
|
Reference in New Issue
Block a user