@Deprecated public class IlpSVGBackground extends Object implements IlpBackground
This background type ignores load-on-demand hints and always loads the entire file.
The XML settable properties are:
property name="url"
(required)Constructor and Description |
---|
IlpSVGBackground()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IlvManagerLayer |
createLayer(IlpViewsView view,
URL backgroundURL)
Deprecated.
Creates an empty
IlvManagerLayer suitable for an SVG file. |
void |
fillLayer(IlpViewsView view,
URL backgroundURL,
IlvManagerLayer layer)
Deprecated.
Fills a layer with an SVG file.
|
protected void |
readFromStream(IlvGraphicSet svgGraphic,
InputStream stream)
Deprecated.
Reads the SVG file into a given IlvGraphicSet.
|
public IlvManagerLayer createLayer(IlpViewsView view, URL backgroundURL)
IlvManagerLayer
suitable for an SVG file.createLayer
in interface IlpBackground
view
- The view in which the background shall be displayed.backgroundURL
- The location of the background data.public void fillLayer(IlpViewsView view, URL backgroundURL, IlvManagerLayer layer)
fillLayer
in interface IlpBackground
view
- The view in which the background shall be displayed.backgroundURL
- The location of the background data.layer
- The layer to be filled.protected void readFromStream(IlvGraphicSet svgGraphic, InputStream stream) throws IOException, IlvReadFileException
IOException
IlvReadFileException
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.