first commit
This commit is contained in:
23
hrmsEjb/net/sf/jasperreports/charts/JRHighLowDataset.java
Normal file
23
hrmsEjb/net/sf/jasperreports/charts/JRHighLowDataset.java
Normal file
@@ -0,0 +1,23 @@
|
||||
package net.sf.jasperreports.charts;
|
||||
|
||||
import net.sf.jasperreports.engine.JRChartDataset;
|
||||
import net.sf.jasperreports.engine.JRExpression;
|
||||
import net.sf.jasperreports.engine.JRHyperlink;
|
||||
|
||||
public interface JRHighLowDataset extends JRChartDataset {
|
||||
JRExpression getSeriesExpression();
|
||||
|
||||
JRExpression getDateExpression();
|
||||
|
||||
JRExpression getHighExpression();
|
||||
|
||||
JRExpression getLowExpression();
|
||||
|
||||
JRExpression getOpenExpression();
|
||||
|
||||
JRExpression getCloseExpression();
|
||||
|
||||
JRExpression getVolumeExpression();
|
||||
|
||||
JRHyperlink getItemHyperlink();
|
||||
}
|
Reference in New Issue
Block a user