|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.cpl.graphic.views.background.IlpSVGBackground
public class IlpSVGBackground
Support for using Scalable Vector Graphics (SVG) files as background.
This background type ignores load-on-demand hints and always loads the entire file.
The XML settable properties are:
property name="url" (required)
| Constructor Summary | |
|---|---|
IlpSVGBackground()
Deprecated. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlpSVGBackground()
| Method Detail |
|---|
public IlvManagerLayer createLayer(IlpViewsView view,
URL backgroundURL)
IlvManagerLayer suitable for an SVG file.
createLayer in interface IlpBackgroundview - 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 IlpBackgroundview - 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
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||