public final class SvgDataUriGlyph extends Object implements Glyph
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 | Method and Description |
|---|---|
static SvgDataUriGlyph |
create(com.google.gwt.safehtml.shared.SafeUri uri) |
com.google.gwt.safehtml.shared.SafeUri |
getUri() |
public static SvgDataUriGlyph create(com.google.gwt.safehtml.shared.SafeUri uri)
public com.google.gwt.safehtml.shared.SafeUri getUri()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.