first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package net.sf.jasperreports.engine.fill;
|
||||
|
||||
import net.sf.jasperreports.engine.util.JRStyledText;
|
||||
|
||||
public interface JRTextMeasurer {
|
||||
JRMeasuredText measure(JRStyledText paramJRStyledText, int paramInt1, int paramInt2, boolean paramBoolean);
|
||||
}
|
Reference in New Issue
Block a user