first commit
This commit is contained in:
14
hrmsEjb/net/sf/jasperreports/charts/JRBubblePlot.java
Normal file
14
hrmsEjb/net/sf/jasperreports/charts/JRBubblePlot.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package net.sf.jasperreports.charts;
|
||||
|
||||
import net.sf.jasperreports.engine.JRChartPlot;
|
||||
import net.sf.jasperreports.engine.JRExpression;
|
||||
|
||||
public interface JRBubblePlot extends JRChartPlot, JRXAxisFormat, JRYAxisFormat {
|
||||
JRExpression getXAxisLabelExpression();
|
||||
|
||||
JRExpression getYAxisLabelExpression();
|
||||
|
||||
int getScaleType();
|
||||
|
||||
void setScaleType(int paramInt);
|
||||
}
|
Reference in New Issue
Block a user