A B C G N P S

A

advance() - Method in class com.larvalabs.svgandroid.ParserHelper
 

B

buildFloat(int, int) - Static method in class com.larvalabs.svgandroid.ParserHelper
Computes a float from mantissa and exponent.

C

com.larvalabs.svgandroid - package com.larvalabs.svgandroid
Provides a mechanism to parse a limited version of SVG Basic 1.1 files in to android.graphics.Picture objects.
createPictureDrawable() - Method in class com.larvalabs.svgandroid.SVG
Create a picture drawable from the SVG.

G

getBounds() - Method in class com.larvalabs.svgandroid.SVG
Gets the bounding rectangle for the SVG, if one was specified.
getLimits() - Method in class com.larvalabs.svgandroid.SVG
Gets the bounding rectangle for the SVG that was computed upon parsing.
getPicture() - Method in class com.larvalabs.svgandroid.SVG
Get the parsed SVG picture data.
getSVGFromAsset(AssetManager, String) - Static method in class com.larvalabs.svgandroid.SVGParser
Parse SVG data from an Android application asset.
getSVGFromAsset(AssetManager, String, int, int) - Static method in class com.larvalabs.svgandroid.SVGParser
Parse SVG data from an Android application asset.
getSVGFromInputStream(InputStream) - Static method in class com.larvalabs.svgandroid.SVGParser
Parse SVG data from an input stream.
getSVGFromInputStream(InputStream, int, int) - Static method in class com.larvalabs.svgandroid.SVGParser
Parse SVG data from an input stream, replacing a single color with another color.
getSVGFromResource(Resources, int) - Static method in class com.larvalabs.svgandroid.SVGParser
Parse SVG data from an Android application resource.
getSVGFromResource(Resources, int, int, int) - Static method in class com.larvalabs.svgandroid.SVGParser
Parse SVG data from an Android application resource.
getSVGFromString(String) - Static method in class com.larvalabs.svgandroid.SVGParser
Parse SVG data from a string.
getSVGFromString(String, int, int) - Static method in class com.larvalabs.svgandroid.SVGParser
Parse SVG data from a string.

N

nextFloat() - Method in class com.larvalabs.svgandroid.ParserHelper
 

P

parseFloat() - Method in class com.larvalabs.svgandroid.ParserHelper
Parses the content of the buffer and converts it to a float.
parsePath(String) - Static method in class com.larvalabs.svgandroid.SVGParser
Parses a single SVG path and returns it as a android.graphics.Path object.
ParserHelper - Class in com.larvalabs.svgandroid
Parses numbers from SVG text.
ParserHelper(CharSequence, int) - Constructor for class com.larvalabs.svgandroid.ParserHelper
 
pos - Variable in class com.larvalabs.svgandroid.ParserHelper
 

S

skipNumberSeparator() - Method in class com.larvalabs.svgandroid.ParserHelper
 
skipWhitespace() - Method in class com.larvalabs.svgandroid.ParserHelper
 
SVG - Class in com.larvalabs.svgandroid
Describes a vector Picture object, and optionally its bounds.
SVGParseException - Exception in com.larvalabs.svgandroid
Runtime exception thrown when there is a problem parsing an SVG.
SVGParseException(String) - Constructor for exception com.larvalabs.svgandroid.SVGParseException
 
SVGParseException(String, Throwable) - Constructor for exception com.larvalabs.svgandroid.SVGParseException
 
SVGParseException(Throwable) - Constructor for exception com.larvalabs.svgandroid.SVGParseException
 
SVGParser - Class in com.larvalabs.svgandroid
Entry point for parsing SVG files for Android.
SVGParser() - Constructor for class com.larvalabs.svgandroid.SVGParser
 

A B C G N P S