All Classes

Class Description
AssetUtil
A set of utility classes for manipulating BufferedImage objects and drawing them to Graphics2D canvases.
AssetUtil.Effect
AssetUtil.FillEffect
A fill, defined by a paint.
AssetUtil.ShadowEffect
An inner or outer shadow.
CharSequences
A number of utility methods around CharSequence handling, which adds methods that are available on Strings (such as indexOf, startsWith and regionMatches and provides equivalent methods for character sequences.
DecimalUtils
Static methods for dealing with floating point numbers in string decimal form.
GradientStop
Represents an SVG gradient stop or Android's GradientColorItem.
Pair<S,​T>
A Pair class is simply a 2-tuple for use in this package.
PathBuilder
Builds a string for SVG file's path data.
PathParser
Utility functions for parsing path information.
PathParser.ParseMode  
PositionXmlParser
A simple DOM XML parser which can retrieve exact beginning and end offsets (and line and column numbers) for element nodes as well as attribute nodes.
ResourcesNotSupportedException
Indicates that the input vector drawable XML file included references to other Android resources.
SdkConstants
Constant definition class.

Most constants have a prefix defining the content.
SourcePosition
An immutable position in a text file, used in errors to point the user to an issue.
Svg2Vector
Converts SVG to VectorDrawable's XML.
SvgColor
Methods for converting SVG color values to vector drawable format.
VdIcon
VdIcon wraps every vector drawable from Material Library into an icon.
XmlUtils
XML Utilities.