public class SVGDocumentTranslatorImpl extends Object implements SVGDocumentTranslator
| Modifier and Type | Field and Description |
|---|---|
static String |
HEIGHT |
static String |
ID |
static String |
VIEW_BOX |
static String |
WIDTH |
static String |
X |
static double |
X_DEFAULT |
static String |
Y |
static double |
Y_DEFAULT |
STUNNER_ATTR_NS_LAYOUT, STUNNER_ATTR_NS_SHAPE, STUNNER_ATTR_NS_STATE, STUNNER_ATTR_NS_TRANSFORM, STUNNER_ATTR_SHAPE_EXCLUDE, STUNNER_ATTR_TRANSFORM_NON_SCALABLE, STUNNER_ATTR_TRANSFORM_SCALABLE, STUNNER_URI, XLINK_URI| Constructor and Description |
|---|
SVGDocumentTranslatorImpl(SVGElementTranslator<Element,Object>[] elementTranslators) |
| Modifier and Type | Method and Description |
|---|---|
Class<Document> |
getInputType() |
ViewDefinition<SVGShapeView> |
translate(SVGTranslatorContext context) |
public static final String ID
public static final String X
public static final double X_DEFAULT
public static final String Y
public static final double Y_DEFAULT
public static final String WIDTH
public static final String HEIGHT
public static final String VIEW_BOX
public SVGDocumentTranslatorImpl(SVGElementTranslator<Element,Object>[] elementTranslators)
public Class<Document> getInputType()
getInputType in interface Translator<Document>public ViewDefinition<SVGShapeView> translate(SVGTranslatorContext context) throws TranslatorException
translate in interface SVGDocumentTranslatorTranslatorExceptionCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.