public abstract class AbstractSVGProcessor extends Object implements SVGProcessor
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
mapById |
protected SVGSummary |
summary |
protected Document |
svgDocument |
ACTIVE_COLOR, COMPLETED_BORDER_COLOR, COMPLETED_COLOR| Constructor and Description |
|---|
AbstractSVGProcessor(Document svgDocument,
boolean mapById) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSVG() |
void |
transform(Transformation t) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdefaultActiveTransformation, defaultCompletedTransformation, defaultSubProcessLinkTransformation, processNodesprotected Document svgDocument
protected SVGSummary summary
protected boolean mapById
public AbstractSVGProcessor(Document svgDocument, boolean mapById)
public void transform(Transformation t)
transform in interface SVGProcessorpublic String getSVG()
getSVG in interface SVGProcessorCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.