Package | Description |
---|---|
ilog.views.svg |
Contains classes adding SVG (Scalable Vector Graphic) support to Rogue Wave JViews.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericGraphicTranslator
This singleton class translates any kind of
IlvGraphic to an SVG
Element with a generic mechanism. |
Modifier and Type | Method and Description |
---|---|
SVGDocumentBuilderConfigurator.GraphicTranslator |
SVGDocumentBuilderConfigurator.getTranslator(String className)
Returns the
GraphicTranslator that will be used to translate
the IlvGraphic instances of class className . |
Modifier and Type | Method and Description |
---|---|
void |
SVGDocumentBuilderConfigurator.putTranslator(String className,
SVGDocumentBuilderConfigurator.GraphicTranslator translator)
Allows you to specialize the generation for a particular
IlvGraphic class by registering the
GraphicTranslator . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.