first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package net.sf.jasperreports.engine;
|
||||
|
||||
public interface JRStyleContainer {
|
||||
JRDefaultStyleProvider getDefaultStyleProvider();
|
||||
|
||||
JRStyle getStyle();
|
||||
|
||||
String getStyleNameReference();
|
||||
}
|
Reference in New Issue
Block a user