Category: | Bug report |
Priority: | Low |
Status: | Acknowledged |
Project: | Severity: | Trivial |
Resolution: | Open |
|
Component: | Reproducibility: | Always |
Assigned to: |
Issue moved from:
https://sourceforge.net/tracker/index.php?func=detail&aid=1143699&group_...
Consult original issue for any attachments.
[ 1143699 ] Other FILL_MODE than FILL_MODE_SOLID
Submitted By: dbonneau - dbonneau
Date Submitted: 2005-02-18 03:17
Last Updated By: dbonneau - Attachment added
Date Last Updated: 2005-02-18 03:17
Number of Comments: 0
Number of Attachments: 1
Assigned To: Nobody/Anonymous
Priority: 5
Summary:
Other FILL_MODE than FILL_MODE_SOLID
In the JRGraphicElement interface we could only choose FILL_SOLID. I was interested to have rectangle with other fill mode than FILL_SOLID. I had:
FILL_BDIAGONAL
FILL_FDIAGONAL
FILL_CROSS
FILL_DIAGCROSS
FILL_HORIZONTAL
FILL_VERTICAL
I also modified JRPdfExporter to use this 7 fill mode.
In the attachement, you can found the modified source code (JRGraphicElement.java, JRPdfExporter.java), a sample source code (TestFillMode.java) and example of PDF.
David
Followups:
No follow-up comments have been posted.
Attached Files:
Name
FillMode.zip, Source modified and example