first commit
This commit is contained in:
11
hrmsEjb/net/sf/jasperreports/engine/JRLine.java
Normal file
11
hrmsEjb/net/sf/jasperreports/engine/JRLine.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package net.sf.jasperreports.engine;
|
||||
|
||||
public interface JRLine extends JRGraphicElement {
|
||||
public static final byte DIRECTION_TOP_DOWN = 1;
|
||||
|
||||
public static final byte DIRECTION_BOTTOM_UP = 2;
|
||||
|
||||
byte getDirection();
|
||||
|
||||
void setDirection(byte paramByte);
|
||||
}
|
Reference in New Issue
Block a user