first commit
This commit is contained in:
24
hrmsEjb/net/sf/jasperreports/charts/JRTimeAxisFormat.java
Normal file
24
hrmsEjb/net/sf/jasperreports/charts/JRTimeAxisFormat.java
Normal file
@@ -0,0 +1,24 @@
|
||||
package net.sf.jasperreports.charts;
|
||||
|
||||
import java.awt.Color;
|
||||
import net.sf.jasperreports.engine.JRFont;
|
||||
|
||||
public interface JRTimeAxisFormat {
|
||||
JRFont getTimeAxisLabelFont();
|
||||
|
||||
Color getTimeAxisLabelColor();
|
||||
|
||||
Color getOwnTimeAxisLabelColor();
|
||||
|
||||
JRFont getTimeAxisTickLabelFont();
|
||||
|
||||
Color getTimeAxisTickLabelColor();
|
||||
|
||||
Color getOwnTimeAxisTickLabelColor();
|
||||
|
||||
String getTimeAxisTickLabelMask();
|
||||
|
||||
Color getTimeAxisLineColor();
|
||||
|
||||
Color getOwnTimeAxisLineColor();
|
||||
}
|
Reference in New Issue
Block a user