first commit
This commit is contained in:
24
hrmsEjb/net/sf/jasperreports/charts/JRValueAxisFormat.java
Normal file
24
hrmsEjb/net/sf/jasperreports/charts/JRValueAxisFormat.java
Normal file
@@ -0,0 +1,24 @@
|
||||
package net.sf.jasperreports.charts;
|
||||
|
||||
import java.awt.Color;
|
||||
import net.sf.jasperreports.engine.JRFont;
|
||||
|
||||
public interface JRValueAxisFormat {
|
||||
JRFont getValueAxisLabelFont();
|
||||
|
||||
Color getValueAxisLabelColor();
|
||||
|
||||
Color getOwnValueAxisLabelColor();
|
||||
|
||||
JRFont getValueAxisTickLabelFont();
|
||||
|
||||
Color getValueAxisTickLabelColor();
|
||||
|
||||
Color getOwnValueAxisTickLabelColor();
|
||||
|
||||
String getValueAxisTickLabelMask();
|
||||
|
||||
Color getValueAxisLineColor();
|
||||
|
||||
Color getOwnValueAxisLineColor();
|
||||
}
|
Reference in New Issue
Block a user