first commit
This commit is contained in:
18
hrmsEjb/net/sf/jasperreports/charts/JRScatterPlot.java
Normal file
18
hrmsEjb/net/sf/jasperreports/charts/JRScatterPlot.java
Normal file
@@ -0,0 +1,18 @@
|
||||
package net.sf.jasperreports.charts;
|
||||
|
||||
import net.sf.jasperreports.engine.JRChartPlot;
|
||||
import net.sf.jasperreports.engine.JRExpression;
|
||||
|
||||
public interface JRScatterPlot extends JRChartPlot, JRXAxisFormat, JRYAxisFormat {
|
||||
JRExpression getXAxisLabelExpression();
|
||||
|
||||
JRExpression getYAxisLabelExpression();
|
||||
|
||||
boolean isShowLines();
|
||||
|
||||
void setShowLines(boolean paramBoolean);
|
||||
|
||||
boolean isShowShapes();
|
||||
|
||||
void setShowShapes(boolean paramBoolean);
|
||||
}
|
Reference in New Issue
Block a user