Package | Description |
---|---|
ilog.views.svg |
Contains classes adding SVG (Scalable Vector Graphic) support to Perforce 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 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.