E - The SVG element.O - The SVG view definition.public interface SVGElementTranslator<E extends Element,O> extends Translator<E>
| Modifier and Type | Method and Description |
|---|---|
String |
getTagName()
The name for the tag that this translator is able to process.
|
O |
translate(E input,
SVGTranslatorContext context)
Process the given input and generates the SVG view definition instance for it.
|
getInputTypeString getTagName()
O translate(E input, SVGTranslatorContext context) throws TranslatorException
input - The source element.context - The translator context.TranslatorExceptionCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.