aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/shading/GradientFactory.java
Commit message (Expand)AuthorAgeFilesLines
* Renamed GradientFactory into GradientMakerVincent Hennebert2014-07-111-156/+0
* Simplified makeShading and makePattern methodsVincent Hennebert2014-07-111-11/+8
* More sensible variable namingVincent Hennebert2014-07-111-6/+6
* Avoid unnecessary conversion to List of Double by keeping the original float[...Vincent Hennebert2014-07-111-11/+2
* Removed makeFunction methods, whose implementations are the same for both PDF...Vincent Hennebert2014-07-111-10/+2
* Moved creation of colors into createFunctionsVincent Hennebert2014-07-101-19/+19
* Removed makeGradient and moved its content into createGradientVincent Hennebert2014-07-101-20/+5
* Extracted function creation into separate method and simplified itVincent Hennebert2014-07-101-24/+20
* Removed dead codeVincent Hennebert2014-07-101-23/+2
* Gave more sensible names to variablesVincent Hennebert2014-07-101-56/+36
* Removed createGradient abstract method, that was not having any specific impl...Vincent Hennebert2014-07-101-7/+3
* Factorized code that is common to linear and radial gradient creationVincent Hennebert2014-07-101-40/+31
* Factorized gradient creation out of PDF & PS into GradientFactoryVincent Hennebert2014-07-101-2/+106
* Removed pseudo-factory method GradientFactory.newInstanceVincent Hennebert2014-07-101-17/+0
* FOP-2313: add support for svg gradients when generating PostScript; most code...Luis Bernardo2013-11-131-0/+162