See: Description
Interface | Description |
---|---|
SVGDocumentBuilderConfigurator.GraphicTranslator |
This interface must be implemented by classes that want
to translate an
IlvGraphic to an instance
of an SVG DOM Element . |
SVGDocumentBuilderConfigurator.RealToStringConverter |
This interface must be implemented by classes that want to
define how the SVG DOM used by the
SVGDocumentBuilder will
translate real number values to DOM strings. |
SVGGraphicFactory |
This factory is in charge of the creation of the graphic objects
for the SVG reader.
|
SVGHREFObjectInteractor.ManagerFactory |
This interface should be implemented to allow the
SVGHREFObjectInteractor
to correctly manage hyperlinks requiring the creation of a new container. |
Class | Description |
---|---|
DefaultRealToStringConverter |
This singleton class translates
float and double
values to String in a default manner. |
GenericGraphicTranslator |
This singleton class translates any kind of
IlvGraphic to an SVG
Element with a generic mechanism. |
IlvSVGGraphicSet |
A subclass of
IlvGraphicSet that allows you to load the
contents of an SVG file into it. |
SVGDefaultGraphicFactory |
The default implementation of the
SVGGraphicFactory . |
SVGDocumentBuilder |
This class populates an
SVGDocument with the translation
of the IlvGraphic instances of an IlvGraphicBag . |
SVGDocumentBuilderConfigurator |
This class allows you to configure an
SVGDocumentBuilder
instance. |
SVGDocumentReader |
This class populates an
IlvGraphicBag with the translation of
the SVG Element instances of an SVG Document . |
SVGDocumentReaderConfigurator |
This class allows you to configure an
SVGDocumentReader
instance. |
SVGHREFObjectInteractor |
This
IlvObjectInteractor subclass allows the SVGInputStream
to reproduce the SVG 'a' (hyperlink) element behavior in a JViews
IlvManager . |
SVGHREFProperty |
This
IlvNamedProperty subclass allows access to details of the
Xlink hyperreference associated with an IlvGraphic . |
SVGInputStream |
This class is an
IlvInputStream that allows you to read the
contents of an XML file using SVG grammar specifications. |
SVGOutputStream |
This class is an
IlvOutputStream that allows you to save the
contents of an IlvManager to an XML file using SVG grammar
specifications. |
SVGStreamFactory |
This class allows an
IlvManager to read and write
an XML file using SVG grammar specifications. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.