| Class | Description |
|---|---|
| PreserveAspectRatio |
The PreserveAspectRatio class tells the renderer how to scale and position the
SVG document in the current viewport.
|
| RenderOptions |
A fluent builder class that creates a render configuration object for the
SVG.renderToCanvas(Canvas,RenderOptions) and SVG.renderToPicture(int,int,RenderOptions) methods. |
| SimpleAssetResolver |
A sample implementation of
SVGExternalFileResolver that retrieves files from
an application's "assets" folder. |
| SVG |
AndroidSVG is a library for reading, parsing and rendering SVG documents on Android devices.
|
| SVGExternalFileResolver |
Resolver class used by the renderer when resolving font, image, and external CSS references.
|
| SVGImageView |
SVGImageView is a View widget that allows users to include SVG images in their layouts.
|
| Enum | Description |
|---|---|
| PreserveAspectRatio.Alignment |
Determines how the document is to me positioned relative to the viewport (normally the canvas).
|
| PreserveAspectRatio.Scale |
Determine whether the scaled document fills the viewport entirely or is scaled to
fill the viewport without overflowing.
|
| Exception | Description |
|---|---|
| SVGParseException |
Thrown by the parser if a problem is found in the SVG file.
|