Browse Source

createPDFPattern can be made private


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1610540 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-2_0
Vincent Hennebert 9 years ago
parent
commit
6b998b1ba3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/java/org/apache/fop/svg/PDFGraphics2D.java

+ 1
- 1
src/java/org/apache/fop/svg/PDFGraphics2D.java View 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());

Loading…
Cancel
Save