public final class SvgDataUriGlyph extends Object implements Glyph
SVG def generated.
Default renderers display this image by parsing or attaching the svg declarations into the client response, this way it provides full DOM support for the SVG, as it's not just being rendered as an image (as when using an ImageDataUriGlyph).
| Modifier and Type | Class and Description |
|---|---|
static class |
SvgDataUriGlyph.Builder |
| Modifier and Type | Method and Description |
|---|---|
Collection<com.google.gwt.safehtml.shared.SafeUri> |
getDefs() |
com.google.gwt.safehtml.shared.SafeUri |
getSvg() |
Collection<String> |
getValidUseRefIds() |
public com.google.gwt.safehtml.shared.SafeUri getSvg()
public Collection<com.google.gwt.safehtml.shared.SafeUri> getDefs()
public Collection<String> getValidUseRefIds()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.