|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SVGResource | |
---|---|
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. |
Uses of SVGResource in org.vectomatic.dom.svg.impl |
---|
Method parameters in org.vectomatic.dom.svg.impl with type arguments of type SVGResource | |
---|---|
void |
ExternalSVGResourcePrototype.getSvg(com.google.gwt.resources.client.ResourceCallback<SVGResource> callback)
Possibly fire off an HTTPRequest for the SVG resource. |
Constructors in org.vectomatic.dom.svg.impl with parameters of type SVGResource | |
---|---|
ExternalSVGResourcePrototype(String name,
String url,
SVGResource[] cache,
int index)
Constructor |
Uses of SVGResource in org.vectomatic.dom.svg.ui |
---|
Methods in org.vectomatic.dom.svg.ui with parameters of type SVGResource | |
---|---|
void |
SVGImage.setResource(SVGResource resource)
|
void |
SVGButtonBase.setResource(SVGResource resource)
Sets the SVG resource defining the button |
Method parameters in org.vectomatic.dom.svg.ui with type arguments of type SVGResource | |
---|---|
void |
ExternalSVGResource.getSvg(com.google.gwt.resources.client.ResourceCallback<SVGResource> callback)
Starts an asynchronous request to retrieve the root element of the SVG resource. |
Constructors in org.vectomatic.dom.svg.ui with parameters of type SVGResource | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |