All Classes and Interfaces

Class
Description
Bounding box calculations for SVG shapes and paths.
Bounding box as (minX, minY, width, height).
SVG color parsing.
RGBA color as (r, g, b, a) with each component in [0.0, 1.0].
Minimal CSS parsing for SVG inline styles and stylesheets.
A CSS declaration: (property-name, value).
Both normal and important declarations from a single pass.
A CSS rule with selector and declarations.
SVG definitions: gradients, patterns, clips, masks, filters, markers, use.
SVG conditional processing helpers.
Surface helpers: size parsing, transforms, normalize, point, etc.
 
SVG image element handler.
JairoSVG - A Java port of CairoSVG.
Fluent builder for SVG conversion.
JPEG output surface.
Command-line interface to JairoSVG.
SVG Node with dict-like properties and children.
Parsed point with remaining unparsed string.
SVG path command parser and drawer.
PDF output surface using Apache PDFBox.
PNG output surface.
PostScript output surface.
SVG shape drawers.
Abstract base surface for SVG rendering using Java2D.
Root SVG tag drawer.
Represents a parsed SVG font with its glyphs.
A single glyph definition with a pre-parsed cached path.
Result of a glyph lookup: the matched glyph and how many chars were consumed.
SVG text rendering.
TIFF output surface.
URL handling utilities.
A parsed URL wrapper.
Functional interface for URL fetching.