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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultRealToStringConverter
This singleton class translates
float and double
values to String in a default manner. |
Modifier and Type | Method and Description |
---|---|
SVGDocumentBuilderConfigurator.RealToStringConverter |
SVGDocumentBuilderConfigurator.getRealToStringConverter()
Returns the object that defines how real numbers are converted to
String . |
Modifier and Type | Method and Description |
---|---|
void |
SVGDocumentBuilderConfigurator.setRealToStringConverter(SVGDocumentBuilderConfigurator.RealToStringConverter converter)
Allows you to set the way real numbers are converted to
String . |
Modifier and Type | Method and Description |
---|---|
static org.w3c.dom.svg.SVGDocument |
SVGUtil.createSVGDocument(SVGDocumentBuilderConfigurator.RealToStringConverter converter)
Deprecated.
since JViews 5.5, use
SVGUtil.createSVGDocument(SVGDocumentBuilderConfigurator.RealToStringConverter, short)
instead. |
static org.w3c.dom.svg.SVGDocument |
SVGUtil.createSVGDocument(SVGDocumentBuilderConfigurator.RealToStringConverter converter,
short profile)
Returns an implementation instance of the
SVGDocument
interface. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.