Package | Description |
---|---|
org.vectomatic.dom.svg |
Wrapper classes representing the bulk of libgwtsvg public API.
|
org.vectomatic.dom.svg.impl |
libgwtsvg implementation classes, not to be accessed directly.
|
org.vectomatic.dom.svg.itf |
Interfaces for polymorphic operations on SVG classes.
|
org.vectomatic.dom.svg.ui |
UI classes which are part of libgwtsvg public API.
|
Modifier and Type | Method and Description |
---|---|
OMSVGStyle |
OMSVGElement.getStyle()
Returns the CSS style of this element
|
Modifier and Type | Method and Description |
---|---|
String |
CSSHelper.getProperty(OMSVGStyle style,
String name) |
void |
CSSHelper.setProperty(OMSVGStyle style,
String name,
String value) |
Modifier and Type | Method and Description |
---|---|
OMSVGStyle |
ISVGStylable.getStyle()
Returns the CSS style of this element
|
Modifier and Type | Method and Description |
---|---|
OMSVGStyle |
SVGImage.getStyle() |
OMSVGStyle |
SVGButtonBase.getStyle() |
Copyright © 2018. All Rights Reserved.