first commit
This commit is contained in:
24
hrmsEjb/net/sf/jasperreports/charts/JRYAxisFormat.java
Normal file
24
hrmsEjb/net/sf/jasperreports/charts/JRYAxisFormat.java
Normal file
@@ -0,0 +1,24 @@
|
||||
package net.sf.jasperreports.charts;
|
||||
|
||||
import java.awt.Color;
|
||||
import net.sf.jasperreports.engine.JRFont;
|
||||
|
||||
public interface JRYAxisFormat {
|
||||
JRFont getYAxisLabelFont();
|
||||
|
||||
Color getYAxisLabelColor();
|
||||
|
||||
Color getOwnYAxisLabelColor();
|
||||
|
||||
JRFont getYAxisTickLabelFont();
|
||||
|
||||
Color getYAxisTickLabelColor();
|
||||
|
||||
Color getOwnYAxisTickLabelColor();
|
||||
|
||||
String getYAxisTickLabelMask();
|
||||
|
||||
Color getYAxisLineColor();
|
||||
|
||||
Color getOwnYAxisLineColor();
|
||||
}
|
Reference in New Issue
Block a user