|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
android.graphics.Picture
objects.
See:
Description
| Class Summary | |
|---|---|
| ParserHelper | Parses numbers from SVG text. |
| SVG | Describes a vector Picture object, and optionally its bounds. |
| SVGBuilder | Builder for reading SVGs. |
| SVGColors | |
| SVGParser | |
| Exception Summary | |
|---|---|
| SVGParseException | Runtime exception thrown when there is a problem parsing an SVG. |
Provides a mechanism to parse a limited version of SVG Basic 1.1 files in to android.graphics.Picture
objects. This allows vector graphics files to be saved out of illustration software (such as Adobe Illustrator) as
SVG Basic and then used directly in an Android app. The android.graphics.Picture is a very optimized and
convenient vector graphics class. Performance is very good on a wide array of Android devices.
SVGParser class for instructions on how
to use the parser.
SVGParser
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||