- SVG - Class in com.caverock.androidsvg
-
AndroidSVG is a library for reading, parsing and rendering SVG documents on Android devices.
- SVG.AspectRatioAlignment - Enum in com.caverock.androidsvg
-
Determines how the document is to me positioned relative to the viewport (normally the canvas).
- SVG.AspectRatioScale - Enum in com.caverock.androidsvg
-
Determine whether the scaled document fills the viewport entirely or is scaled to
fill the viewport without overflowing.
- SVGAndroidRenderer - Class in com.caverock.androidsvg
-
The rendering part of AndroidSVG.
- SVGExternalFileResolver - Class in com.caverock.androidsvg
-
Resolver class used by the renderer when processing Text and Image elements.
- SVGExternalFileResolver() - Constructor for class com.caverock.androidsvg.SVGExternalFileResolver
-
- SVGParseException - Exception in com.caverock.androidsvg
-
Thrown by the parser if a problem is found in the SVG file.
- SVGParseException(String) - Constructor for exception com.caverock.androidsvg.SVGParseException
-
- SVGParseException(String, Throwable) - Constructor for exception com.caverock.androidsvg.SVGParseException
-
- SVGParseException(Throwable) - Constructor for exception com.caverock.androidsvg.SVGParseException
-