aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/shading/PDFGradientFactory.java
Commit message (Expand)AuthorAgeFilesLines
* Renamed GradientFactory into GradientMakerVincent Hennebert2014-07-111-56/+0
* Simplified makeShading and makePattern methodsVincent Hennebert2014-07-111-13/+8
* More sensible variable namingVincent Hennebert2014-07-111-13/+12
* Removed makeFunction methods, whose implementations are the same for both PDF...Vincent Hennebert2014-07-111-15/+0
* Removed unnecessary FunctionDelegate classVincent Hennebert2014-07-111-7/+9
* Removed createGradient abstract method, that was not having any specific impl...Vincent Hennebert2014-07-101-19/+11
* Factorized gradient creation out of PDF & PS into GradientFactoryVincent Hennebert2014-07-101-1/+1
* Removed pseudo-factory method GradientFactory.newInstanceVincent Hennebert2014-07-101-0/+7
* FOP-2313: add support for svg gradients when generating PostScript; most code...Luis Bernardo2013-11-131-0/+76