|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.svg.GenericGraphicTranslator
public class GenericGraphicTranslator
This singleton class translates any kind of IlvGraphic to an SVG
Element with a generic mechanism.
| Constructor Summary | |
|---|---|
protected |
GenericGraphicTranslator()
Builds a GenericGraphicTranslator instance. |
| Method Summary | |
|---|---|
static GenericGraphicTranslator |
getInstance()
Returns a single instance of GenericGraphicTranslator. |
Element |
translate(IlvGraphic graphic,
IlvTransformer t,
SVGDocumentBuilder builder)
Translates an IlvGraphic to an SVG Element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected GenericGraphicTranslator()
GenericGraphicTranslator instance.
| Method Detail |
|---|
public static GenericGraphicTranslator getInstance()
GenericGraphicTranslator.
public Element translate(IlvGraphic graphic,
IlvTransformer t,
SVGDocumentBuilder builder)
IlvGraphic to an SVG Element.
translate in interface SVGDocumentBuilderConfigurator.GraphicTranslatorgraphic - The Graphic.t - The transformer to be applied.builder - The SVG document builder.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||