aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/shading
Commit message (Expand)AuthorAgeFilesLines
* Renamed shading package to gradientVincent Hennebert2014-07-144-1096/+0
* Moved stuff that is common to PDF and PS to PatternVincent Hennebert2014-07-142-13/+42
* Moved content of FunctionPattern into FunctionVincent Hennebert2014-07-142-350/+181
* Moved content of ShadingPattern into ShadingVincent Hennebert2014-07-112-270/+167
* Factorized shading code that was common to PDF and PostScriptVincent Hennebert2014-07-113-15/+360
* Renamed GradientFactory into GradientMakerVincent Hennebert2014-07-113-108/+15
* Tightened access control to Function's fieldsVincent Hennebert2014-07-111-15/+15
* Simplified makeShading and makePattern methodsVincent Hennebert2014-07-113-34/+21
* More sensible variable namingVincent Hennebert2014-07-114-52/+51
* Avoid unnecessary conversion to List of Double by keeping the original float[...Vincent Hennebert2014-07-113-135/+16
* Removed makeFunction methods, whose implementations are the same for both PDF...Vincent Hennebert2014-07-113-43/+2
* Removed unnecessary FunctionDelegate classVincent Hennebert2014-07-114-493/+436
* 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-104-81/+15
* 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-103-4/+108
* Removed pseudo-factory method GradientFactory.newInstanceVincent Hennebert2014-07-102-17/+7
* Fixed gradients in PostScript outputVincent Hennebert2014-07-101-1/+1
* FOP-2313: add support for svg gradients when generating PostScript; most code...Luis Bernardo2013-11-1310-0/+1359