first commit
This commit is contained in:
24
hrmsEjb/net/sf/jasperreports/charts/JRXAxisFormat.java
Normal file
24
hrmsEjb/net/sf/jasperreports/charts/JRXAxisFormat.java
Normal file
@@ -0,0 +1,24 @@
|
||||
package net.sf.jasperreports.charts;
|
||||
|
||||
import java.awt.Color;
|
||||
import net.sf.jasperreports.engine.JRFont;
|
||||
|
||||
public interface JRXAxisFormat {
|
||||
JRFont getXAxisLabelFont();
|
||||
|
||||
Color getXAxisLabelColor();
|
||||
|
||||
Color getOwnXAxisLabelColor();
|
||||
|
||||
JRFont getXAxisTickLabelFont();
|
||||
|
||||
Color getXAxisTickLabelColor();
|
||||
|
||||
Color getOwnXAxisTickLabelColor();
|
||||
|
||||
String getXAxisTickLabelMask();
|
||||
|
||||
Color getXAxisLineColor();
|
||||
|
||||
Color getOwnXAxisLineColor();
|
||||
}
|
Reference in New Issue
Block a user