]> source.dussan.org Git - xmlgraphics-fop.git/commit
Fixed border painting, at the same time creating a generic PaintInfo interface that...
authorAdrian Cumiskey <acumiskey@apache.org>
Wed, 22 Oct 2008 11:36:33 +0000 (11:36 +0000)
committerAdrian Cumiskey <acumiskey@apache.org>
Wed, 22 Oct 2008 11:36:33 +0000 (11:36 +0000)
commit3608f1cc7767157cd89912b8ae46cc1e26b1d174
tree5699f8864f8325b0303b6a729063effec283d3b9
parent9183272fcdb6169b23a7cbeb8092f9c0319f5154
Fixed border painting, at the same time creating a generic PaintInfo interface that can be implemented for different types of painting.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@707038 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/render/afp/AFPBorderPainter.java
src/java/org/apache/fop/render/afp/AFPRectanglePainter.java [new file with mode: 0644]
src/java/org/apache/fop/render/afp/AFPRenderer.java
src/java/org/apache/fop/render/afp/AbstractAFPPainter.java [new file with mode: 0644]
src/java/org/apache/fop/render/afp/BorderPaintInfo.java [new file with mode: 0644]
src/java/org/apache/fop/render/afp/PaintInfo.java [new file with mode: 0644]
src/java/org/apache/fop/render/afp/RectanglePaintInfo.java [new file with mode: 0644]