Overview of conversion to SVG

The Rogue Wave JViews SVG generator uses a generic translator ( GenericGraphicTranslator) by default to convert graphic objects, including those that you have defined, to SVG. It is not mandatory to define the way your objects are translated to SVG, but you may want to for reasons such as custom interactions. To do this, you will need to write some additional code. This may also be necessary if you want to redefine the way a standard Rogue Wave JViews graphic object ( IlvGraphic ) is translated.