Class | Description |
---|---|
Colors |
Predfefined colors table.
|
ExternalSupport |
Handles fonts from assets.
|
Filter | |
FilterOp | |
FloatSequence |
Simple parser of float sequences like java.util.Scanner.
|
Gradient |
Gradient internal descriptor.
|
PathSvg |
Parser for <path />
|
SVGHandler |
SAX Handler doing whole parsing process.
|
SVGParser |
Low-level SVG parser handles all possible sources (streams, bytes, files) and
(with help of SVGHandler) parses SVG contents itself (SAX-based).
|
Text |
Text from SVG is a collection of text spans.
|
TextProperties |
Text properties: position, color, stroke, font, anchor.
|
TextSpan |
Value object describing hierarchy of text spans from SVG.
|
Transform |
Parses SVG transform description to java.awt.AffineTransform android.graphics.Matrix.
|
Exception | Description |
---|---|
SVGParseException |
Runtime exception thrown when there is a problem parsing an SVG.
|