Package eu.kartoffelquadrat.svgpatcher
Class Patcher
java.lang.Object
eu.kartoffelquadrat.svgpatcher.Patcher
- Direct Known Subclasses:
CssPatcher,DimensionPatcher,IdPatcher
Abstract base class for all patchers.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
svg
The svg this patcher works on.
-
-
Constructor Details
-
Patcher
Abstract constructor invoked by all subclasses.- Parameters:
svg- the document to modify.
-
-
Method Details
-
execute
Triggers single run execution of the given patcher implementation. Patchers may behave cause incremental changes when executed repeatedly.- Returns:
- the modified svg document object
- Throws:
IOException- if patching involves loading of external files which cannot be resolved.
-