Package org.vectomatic.dom.svg.ui

UI classes which are part of libgwtsvg public API.

See:
          Description

Interface Summary
ExternalSVGResource Identical to SVGResource, except the contents of the resource are not inlined into the compiled output.
SVGResource A resource that contains SVG that should be incorporated into the compiled output.
 

Class Summary
SVGButtonBase Abstract base class for SVG buttons.
SVGButtonBase.SVGFace Class to represent an SVG button face.
SVGButtonBase.SVGFaceChange Base class to represent the changes occurring to an SVG button when it enters a new state.
SVGButtonBase.SVGStyleChange Class to represent a style change as an SVG button enters a new state.
SVGImage A widget which contains a single OMSVGSVGElement.
SVGPushButton SVG push button class.
SVGToggleButton SVG toggle button class
SVGWidget Abstract base class for SVG Widgets
 

Enum Summary
SVGButtonBase.SVGFaceName Enum to represent the possible states of an SVG button
 

Annotation Types Summary
ExternalSVGResource.Validated Specifies additional options to control how an SVG is bundled.
SVGResource.Validated Specifies additional options to control how an SVG is bundled.
 

Package org.vectomatic.dom.svg.ui Description

UI classes which are part of libgwtsvg public API. The classes in this package provide integration of SVG with GWT UI classes (Widget, client bundle, UiBinder).



Copyright © 2012. All Rights Reserved.