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, wait
defaultActiveTransformation, defaultCompletedTransformation, defaultSubProcessLinkTransformation, processNodes
protected Document svgDocument
protected SVGSummary summary
protected boolean mapById
public AbstractSVGProcessor(Document svgDocument, boolean mapById)
public void transform(Transformation t)
transform
in interface SVGProcessor
public String getSVG()
getSVG
in interface SVGProcessor
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.