Package | Description |
---|---|
ilog.views.svg |
Contains classes adding SVG (Scalable Vector Graphic) support to Rogue Wave JViews.
|
ilog.views.svg.dom |
Contains the implementation of SVG DOM and a utility class allowing to deal with the DOM.
|
ilog.views.svg.servlet |
Provides the generic Java Servlet to produce SVG Thin-Client images from a JViews Manager.
|
Class and 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. |
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. |
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. |
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. |
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. |
SVGHREFProperty
This
IlvNamedProperty subclass allows access to details of the
Xlink hyperreference associated with an IlvGraphic . |
SVGStreamFactory
This class allows an
IlvManager to read and write
an XML file using SVG grammar specifications. |
Class and Description |
---|
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. |
Class and Description |
---|
SVGDocumentBuilderConfigurator
This class allows you to configure an
SVGDocumentBuilder
instance. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.