public abstract class AbstractSVGProcessor extends Object implements SVGProcessor
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
mapById |
protected SVGSummary |
summary |
protected Document |
svgDocument |
ACTIVE_BORDER_COLOR, COMPLETED_BORDER_COLOR, COMPLETED_COLOR| Constructor and Description |
|---|
AbstractSVGProcessor(Document svgDocument,
boolean mapById) |
| Modifier and Type | Method and Description |
|---|---|
void |
defaultActiveTransformation(String nodeId) |
void |
defaultCompletedTransformation(String nodeId) |
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 SVGProcessorpublic void defaultCompletedTransformation(String nodeId)
defaultCompletedTransformation in interface SVGProcessorpublic void defaultActiveTransformation(String nodeId)
defaultActiveTransformation in interface SVGProcessorCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.