public class IltSVGBaseRendererFactory extends Object
Constructor and Description |
---|
IltSVGBaseRendererFactory()
Creates the factory, always returning the same given SVG object.
|
IltSVGBaseRendererFactory(URL svgURL)
Creates the factory, always returning the same given SVG object.
|
Modifier and Type | Method and Description |
---|---|
protected IlvGraphic |
createGraphic()
Returns a new
IlvGraphic which displays the contents
of the SVG file. |
URL |
getURL()
Returns the URL where the SVG information is.
|
void |
setURL(URL svgURL)
Sets the URL where the SVG information is.
|
public IltSVGBaseRendererFactory(URL svgURL)
svgURL
- URL that contains the graphic descriptionpublic IltSVGBaseRendererFactory()
A URL containing the graphic description must be specified
using setURL(URL)
.
public void setURL(URL svgURL)
svgURL
- URL that contains the graphic descriptionpublic URL getURL()
protected IlvGraphic createGraphic()
IlvGraphic
which displays the contents
of the SVG file.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.