public interface ISVGView
Modifier and Type | Method and Description |
---|---|
IPixelSize |
getSVGMaxPixelSize()
The maximun SVG viewing area size
|
Element |
getSVGWindowContainer()
The div element where to insert the svg engine window
|
boolean |
hasScrollbars()
Indicates whether the visualization container has scrollbars to represent an SVG document larger than the element.
|
void |
setSVGPixelSize(int width,
int height)
Setting the SVG area size
|
Element getSVGWindowContainer()
IPixelSize getSVGMaxPixelSize()
void setSVGPixelSize(int width, int height)
width
- height
- boolean hasScrollbars()