first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package net.sf.jasperreports.engine;
|
||||
|
||||
public interface JRCommonGraphicElement extends JRCommonElement, JRPenContainer {
|
||||
JRPen getLinePen();
|
||||
|
||||
byte getFill();
|
||||
|
||||
Byte getOwnFill();
|
||||
}
|
Reference in New Issue
Block a user