- getDocumentDescription() - Method in class com.caverock.androidsvg.SVG
-
Returns the contents of the <desc> element in the SVG document.
- getDocumentHeight(float) - Method in class com.caverock.androidsvg.SVG
-
Returns the height of the document as specified in the SVG file.
- getDocumentSVGVersion() - Method in class com.caverock.androidsvg.SVG
-
Returns the SVG version number as provided in the root <svg> tag of the document.
- getDocumentTitle() - Method in class com.caverock.androidsvg.SVG
-
Returns the contents of the <title> element in the SVG document.
- getDocumentWidth(float) - Method in class com.caverock.androidsvg.SVG
-
Returns the width of the document as specified in the SVG file.
- getFromAsset(AssetManager, String) - Static method in class com.caverock.androidsvg.SVG
-
Read and parse an SVG from the assets folder.
- getFromInputStream(InputStream) - Static method in class com.caverock.androidsvg.SVG
-
Read and parse an SVG from the given InputStream
.
- getFromResource(Context, int) - Static method in class com.caverock.androidsvg.SVG
-
Read and parse an SVG from the given resource location.
- getFromString(String) - Static method in class com.caverock.androidsvg.SVG
-
Read and parse an SVG from the given String
.
- getVersion() - Method in class com.caverock.androidsvg.SVG
-
Returns the version number of this library.
- getViewList() - Method in class com.caverock.androidsvg.SVG
-
Returns a list of ids for all <view> elements in this SVG document.