A B C G M N P R S

A

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

B

build() - Method in class com.larvalabs.svgandroid.SVGBuilder
Loads, reads, parses the SVG.
buildFloat(int, int) - Static method in class com.larvalabs.svgandroid.ParserHelper
Computes a float from mantissa and exponent.

C

clearColorSwap() - Method in class com.larvalabs.svgandroid.SVGBuilder
 
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.

G

getBounds() - Method in class com.larvalabs.svgandroid.SVG
Gets the bounding rectangle for the SVG, if one was specified.
getDrawable() - Method in class com.larvalabs.svgandroid.SVG
Get a Drawable of the SVG.
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.

M

mapColour(String) - Static method in class com.larvalabs.svgandroid.SVGColors
 

N

nextFlag() - Method in class com.larvalabs.svgandroid.ParserHelper
 
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(String, int) - Constructor for class com.larvalabs.svgandroid.ParserHelper
 
pos - Variable in class com.larvalabs.svgandroid.ParserHelper
 

R

readFromAsset(AssetManager, String) - Method in class com.larvalabs.svgandroid.SVGBuilder
Parse SVG data from an Android application asset.
readFromInputStream(InputStream) - Method in class com.larvalabs.svgandroid.SVGBuilder
Parse SVG data from an input stream.
readFromResource(Resources, int) - Method in class com.larvalabs.svgandroid.SVGBuilder
Parse SVG data from an Android application resource.
readFromString(String) - Method in class com.larvalabs.svgandroid.SVGBuilder
Parse SVG data from a string.

S

setCloseInputStreamWhenDone(boolean) - Method in class com.larvalabs.svgandroid.SVGBuilder
Whether or not to close the input stream after reading (ie.
setColorFilter(ColorFilter) - Method in class com.larvalabs.svgandroid.SVGBuilder
Applies a ColorFilter to the paint objects used to render the SVG.
setColorSwap(int, int) - Method in class com.larvalabs.svgandroid.SVGBuilder
Replaces a single colour with another.
setFillColorFilter(ColorFilter) - Method in class com.larvalabs.svgandroid.SVGBuilder
Applies a ColorFilter to fills in the SVG.
setStrokeColorFilter(ColorFilter) - Method in class com.larvalabs.svgandroid.SVGBuilder
Applies a ColorFilter to strokes in the SVG.
setWhiteMode(boolean) - Method in class com.larvalabs.svgandroid.SVGBuilder
In white-mode, fills are drawn in white and strokes are not drawn at all.
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.
SVGBuilder - Class in com.larvalabs.svgandroid
Builder for reading SVGs.
SVGBuilder() - Constructor for class com.larvalabs.svgandroid.SVGBuilder
 
SVGColors - Class in com.larvalabs.svgandroid
 
SVGColors() - Constructor for class com.larvalabs.svgandroid.SVGColors
 
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
 
SVGParser() - Constructor for class com.larvalabs.svgandroid.SVGParser
 

A B C G M N P R S

Copyright © 2012. All Rights Reserved.