first commit
This commit is contained in:
11
hrmsEjb/net/sf/jasperreports/charts/JRPie3DPlot.java
Normal file
11
hrmsEjb/net/sf/jasperreports/charts/JRPie3DPlot.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package net.sf.jasperreports.charts;
|
||||
|
||||
import net.sf.jasperreports.engine.JRChartPlot;
|
||||
|
||||
public interface JRPie3DPlot extends JRChartPlot {
|
||||
public static final double DEPTH_FACTOR_DEFAULT = 0.2D;
|
||||
|
||||
double getDepthFactor();
|
||||
|
||||
boolean isCircular();
|
||||
}
|
Reference in New Issue
Block a user