]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
createPDFPattern can be made private
authorVincent Hennebert <vhennebert@apache.org>
Mon, 14 Jul 2014 21:25:46 +0000 (21:25 +0000)
committerVincent Hennebert <vhennebert@apache.org>
Mon, 14 Jul 2014 21:25:46 +0000 (21:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1610540 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/svg/PDFGraphics2D.java

index f8a480d83fe1071d22436ee45f0435ba1104d22f..3906589e37367e06ff0b33f1ab74534201683a63 100644 (file)
@@ -837,7 +837,7 @@ public class PDFGraphics2D extends AbstractGraphics2D implements NativeImageHand
         return false; // unknown paint
     }
 
-    PDFPattern createPDFPattern(Pattern pattern) {
+    private PDFPattern createPDFPattern(Pattern pattern) {
         Shading shading = pattern.getShading();
         Function function = shading.getFunction();
         List<PDFFunction> pdfFunctions = new ArrayList<PDFFunction>(function.getFunctions().size());