first commit
This commit is contained in:
10
hrmsEjb/net/sf/jasperreports/charts/JRAreaPlot.java
Normal file
10
hrmsEjb/net/sf/jasperreports/charts/JRAreaPlot.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package net.sf.jasperreports.charts;
|
||||
|
||||
import net.sf.jasperreports.engine.JRChartPlot;
|
||||
import net.sf.jasperreports.engine.JRExpression;
|
||||
|
||||
public interface JRAreaPlot extends JRChartPlot, JRCategoryAxisFormat, JRValueAxisFormat {
|
||||
JRExpression getCategoryAxisLabelExpression();
|
||||
|
||||
JRExpression getValueAxisLabelExpression();
|
||||
}
|
Reference in New Issue
Block a user