
public class SVGEffects extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | LIGHT_GRADIENT_IDID for the light gradient fill | 
| static String | SHADOW_IDID for the drop shadow effect | 
| static String | SVG_CHECKMARK_PATHCheckmark path, sized approx. 15x15 | 
| Constructor and Description | 
|---|
| SVGEffects() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | addLightGradient(SVGPlot svgp)Static method to prepare a SVG document for light gradient effects. | 
| static void | addShadowFilter(SVGPlot svgp)Static method to prepare a SVG document for drop shadow effects. | 
| static Element | makeCheckmark(SVGPlot svgp)Creates a 15x15 big checkmark | 
public static final String SHADOW_ID
public static final String LIGHT_GRADIENT_ID
public static final String SVG_CHECKMARK_PATH
public static void addShadowFilter(SVGPlot svgp)
svgp - Plot to preparepublic static void addLightGradient(SVGPlot svgp)
svgp - Plot to prepare