C G R S V 

R

registerExternalFileResolver(SVGExternalFileResolver) - Method in class com.caverock.androidsvg.SVG
Register an SVGExternalFileResolver instance that the renderer should use when resolving external references such as images and fonts.
renderToCanvas(Canvas) - Method in class com.caverock.androidsvg.SVG
Renders this SVG document to a Canvas object.
renderToCanvas(Canvas, RectF) - Method in class com.caverock.androidsvg.SVG
Renders this SVG document to a Canvas object.
renderToCanvas(Canvas, RectF, float, SVG.AspectRatioAlignment, SVG.AspectRatioScale) - Method in class com.caverock.androidsvg.SVG
Renders this SVG document to a Canvas object.
renderToPicture() - Method in class com.caverock.androidsvg.SVG
Renders this SVG document to a Picture object.
renderToPicture(int, int) - Method in class com.caverock.androidsvg.SVG
Renders this SVG document to a Picture object.
renderToPicture(int, int, float, SVG.AspectRatioAlignment, SVG.AspectRatioScale) - Method in class com.caverock.androidsvg.SVG
Renders this SVG document to a Picture object.
renderViewToCanvas(String, Canvas) - Method in class com.caverock.androidsvg.SVG
Renders this SVG document to a Canvas using the specified view defined in the document.
renderViewToCanvas(String, Canvas, RectF) - Method in class com.caverock.androidsvg.SVG
Renders this SVG document to a Canvas using the specified view defined in the document.
renderViewToCanvas(String, Canvas, RectF, float) - Method in class com.caverock.androidsvg.SVG
Renders this SVG document to a Canvas using the specified view defined in the document.
renderViewToPicture(String, int, int) - Method in class com.caverock.androidsvg.SVG
Renders this SVG document to a Picture object using the specified view defined in the document.
renderViewToPicture(String, int, int, float) - Method in class com.caverock.androidsvg.SVG
Renders this SVG document to a Picture object using the specified view defined in the document.
resolveFont(String, int, String) - Method in class com.caverock.androidsvg.SVGExternalFileResolver
Called by renderer to resolve font references in <text> elements.
resolveImage(String) - Method in class com.caverock.androidsvg.SVGExternalFileResolver
Called by renderer to resolve image file references in <image> elements.
C G R S V