Package | Description |
---|---|
org.vectomatic.dom.svg.impl |
libgwtsvg implementation classes, not to be accessed directly.
|
org.vectomatic.dom.svg.ui |
UI classes which are part of libgwtsvg public API.
|
Modifier and Type | Method and Description |
---|---|
void |
ExternalSVGResourcePrototype.getSvg(com.google.gwt.resources.client.ResourceCallback<SVGResource> callback)
Possibly fire off an HTTPRequest for the SVG resource.
|
Constructor and Description |
---|
ExternalSVGResourcePrototype(String name,
String url,
SVGResource[] cache,
int index)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
SVGImage.setResource(SVGResource resource) |
void |
SVGButtonBase.setResource(SVGResource resource)
Sets the SVG resource defining the button
|
Modifier and Type | Method and Description |
---|---|
void |
ExternalSVGResource.getSvg(com.google.gwt.resources.client.ResourceCallback<SVGResource> callback)
Starts an asynchronous request to retrieve the root element of the SVG resource.
|
Constructor and Description |
---|
SVGButtonBase(SVGResource resource,
Map<SVGButtonBase.SVGFaceName,SVGButtonBase.SVGFace> faces)
Constructor
|
SVGImage(SVGResource resource) |
SVGPushButton(SVGResource resource,
Map<SVGButtonBase.SVGFaceName,SVGButtonBase.SVGFace> faces) |
SVGToggleButton(SVGResource resource,
Map<SVGButtonBase.SVGFaceName,SVGButtonBase.SVGFace> faces) |
Copyright © 2018. All Rights Reserved.