aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/shading/FunctionPattern.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved content of FunctionPattern into FunctionVincent Hennebert2014-07-141-350/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1610528 13f79535-47bb-0310-9956-ffa450edef68
* Avoid unnecessary conversion to List of Double by keeping the original ↵Vincent Hennebert2014-07-111-8/+6
| | | | | | float[] array for colors git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609750 13f79535-47bb-0310-9956-ffa450edef68
* Removed unnecessary FunctionDelegate classVincent Hennebert2014-07-111-18/+7
| | | | | | | Removed makeFunction/Shading/Gradient methods in PDFFactory that were not used, duplicates of methods in (PDF)GradientFactory and getting in the way of refactoring git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609745 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2313: add support for svg gradients when generating PostScript; most ↵Luis Bernardo2013-11-131-0/+363
code authored by Robert Meyer with a small contribution by Athanasios Giannimaras. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1541551 13f79535-47bb-0310-9956-ffa450edef68