- save() - Method in class com.scand.svg.parser.support.GraphicsSVG
-
- scale - Variable in class com.scand.svg.parser.FilterOp
-
- seed - Variable in class com.scand.svg.parser.FilterOp
-
- Selector - Class in com.scand.svg.css
-
- Selector() - Constructor for class com.scand.svg.css.Selector
-
- SelectorRule - Class in com.scand.svg.css
-
- serialize(PrintWriter) - Method in class com.scand.svg.css.AndSelector
-
- serialize(PrintWriter) - Method in class com.scand.svg.css.AnyElementSelector
-
- serialize(PrintWriter) - Method in class com.scand.svg.css.AttributeSelector
-
- serialize(PrintWriter) - Method in class com.scand.svg.css.BaseRule
-
- serialize(PrintWriter) - Method in class com.scand.svg.css.ChildSelector
-
- serialize(PrintWriter) - Method in class com.scand.svg.css.ClassSelector
-
- serialize(PrintWriter) - Method in class com.scand.svg.css.CSSFunction
-
- serialize(PrintWriter) - Method in class com.scand.svg.css.CSSImpliedValue
-
- serialize(PrintWriter) - Method in class com.scand.svg.css.CSSImportant
-
- serialize(PrintWriter) - Method in class com.scand.svg.css.CSSLength
-
- serialize(PrintWriter) - Method in class com.scand.svg.css.CSSName
-
- serialize(PrintWriter) - Method in class com.scand.svg.css.CSSNumber
-
- serialize(PrintWriter) - Method in class com.scand.svg.css.CSSQuotedString
-
- serialize(PrintWriter) - Method in class com.scand.svg.css.CSSRGBColor
-
- serialize(PrintWriter) - Method in class com.scand.svg.css.CSSStylesheet
-
- serialize(PrintWriter) - Method in class com.scand.svg.css.CSSURL
-
- serialize(PrintWriter) - Method in class com.scand.svg.css.CSSValue
-
- serialize(PrintWriter) - Method in class com.scand.svg.css.CSSValueList
-
- serialize(PrintWriter) - Method in class com.scand.svg.css.DescendantSelector
-
- serialize(PrintWriter) - Method in class com.scand.svg.css.FontFaceRule
-
- serialize(PrintWriter) - Method in class com.scand.svg.css.IdSelector
-
- serialize(PrintWriter) - Method in class com.scand.svg.css.ImportRule
-
- serialize(PrintWriter) - Method in class com.scand.svg.css.InlineRule
-
- serialize(PrintWriter) - Method in class com.scand.svg.css.MediaRule
-
- serialize(PrintWriter) - Method in class com.scand.svg.css.NamedElementSelector
-
- serialize(PrintWriter) - Method in class com.scand.svg.css.NamespaceRule
-
- serialize(PrintWriter) - Method in class com.scand.svg.css.PageRule
-
- serialize(PrintWriter) - Method in class com.scand.svg.css.PseudoClassSelector
-
- serialize(PrintWriter) - Method in class com.scand.svg.css.PseudoElementSelector
-
- serialize(PrintWriter) - Method in class com.scand.svg.css.Selector
-
- serialize(PrintWriter) - Method in class com.scand.svg.css.SelectorRule
-
- serialize(PrintWriter) - Method in class com.scand.svg.css.SiblingSelector
-
- serializeProperties(PrintWriter, boolean) - Method in class com.scand.svg.css.BaseRule
-
- set(String, CSSValue) - Method in class com.scand.svg.css.BaseRule
-
- setBaseBounds(int, int) - Method in class com.scand.svg.SVGHelper.SVGLoadData
-
Indicates the source SVG viewport as (0, 0, width, height).
- setBaseHRef(String) - Method in class com.scand.svg.SVGHelper.SVGLoadData
-
Specify base URL for relative images and fonts, if api cannot detect it automatically
- setComposite(Xfermode) - Method in class com.scand.svg.parser.support.GraphicsSVG
-
- setCropImage(boolean) - Method in class com.scand.svg.SVGHelper.SVGLoadData
-
Opposite to setKeepAspectRatio(); if SVG has size 100 x 100
and you requesting 50 x 20, the final bitmap will be 50 x 20 but image will be
scaled to 50 x 50, and then cropped to 50 x 20.
- setCSSURLFactory(CSSURLFactory) - Method in class com.scand.svg.css.CSSParser
-
- setFillColor(int) - Method in class com.scand.svg.parser.support.GraphicsSVG
-
- setFont(String[], int, int, ExternalSupport) - Method in class com.scand.svg.parser.support.GraphicsSVG
-
- setFont(GraphicsSVG, String, Float, String, String, String, boolean, String) - Method in class com.scand.svg.parser.SVGParser
-
Internal method handling fonts.
- setGradient(RadialGradientPaint, ColorSVG) - Method in class com.scand.svg.parser.support.GraphicsSVG
-
- setGradient(LinearGradientPaint, ColorSVG) - Method in class com.scand.svg.parser.support.GraphicsSVG
-
- setIdleMode(boolean) - Method in class com.scand.svg.parser.SVGHandler
-
- setKeepAspectRatio(boolean) - Method in class com.scand.svg.SVGHelper.SVGLoadData
-
At the scaling time, keep aspect ratio (default behavior).
- setLimits(RectF) - Method in class com.scand.svg.SVG
-
- setRequestBounds(int, int) - Method in class com.scand.svg.SVGHelper.SVGLoadData
-
Indicates the final bitmap size.
- setScale(float) - Method in class com.scand.svg.SVGHelper.SVGLoadData
-
Opposite to setRequestBounds(); indicates the size should be computed by
multiplication of the scale to base sizes (either specified in setBaseSizes() or
computed automatically by checkSVGSize() methods).
- setSpecialGraphicsMode(boolean) - Method in class com.scand.svg.parser.SVGHandler
-
- setStroke(BasicStroke) - Method in class com.scand.svg.parser.support.GraphicsSVG
-
- setStrokeColor(int) - Method in class com.scand.svg.parser.support.GraphicsSVG
-
- setText(String) - Method in class com.scand.svg.parser.Text
-
- setText(String) - Method in class com.scand.svg.parser.TextSpan
-
- setTextColor(int) - Method in class com.scand.svg.parser.support.GraphicsSVG
-
- setTransform(Matrix) - Method in class com.scand.svg.parser.support.GraphicsSVG
-
- ShaderApply - Class in com.scand.svg.parser.paintutil
-
- ShaderApply() - Constructor for class com.scand.svg.parser.paintutil.ShaderApply
-
- SiblingElementMatcher - Class in com.scand.svg.css
-
- SiblingElementMatcher(Selector, ElementMatcher, ElementMatcher) - Constructor for class com.scand.svg.css.SiblingElementMatcher
-
- SiblingSelector - Class in com.scand.svg.css
-
- skipNumberSeparator() - Method in class com.scand.svg.parser.FloatSequence
-
- skipWhitespace() - Method in class com.scand.svg.parser.FloatSequence
-
- slope - Variable in class com.scand.svg.parser.FilterOp
-
- SMap - Interface in com.scand.svg.css.util
-
- SMapAttributesAdapter - Class in com.scand.svg.css.util
-
- SMapAttributesAdapter(Attributes) - Constructor for class com.scand.svg.css.util.SMapAttributesAdapter
-
- SMapImpl - Class in com.scand.svg.css.util
-
- SMapImpl() - Constructor for class com.scand.svg.css.util.SMapImpl
-
- SMapImpl(SMap) - Constructor for class com.scand.svg.css.util.SMapImpl
-
- SMapIterator - Interface in com.scand.svg.css.util
-
- spans - Variable in class com.scand.svg.parser.Text
-
- SparseStack - Class in com.scand.svg.css
-
- SparseStack() - Constructor for class com.scand.svg.css.SparseStack
-
- specularConstant - Variable in class com.scand.svg.parser.FilterOp
-
- specularExponent - Variable in class com.scand.svg.parser.FilterOp
-
- spreadMethod - Variable in class com.scand.svg.parser.Gradient
-
- startDocument() - Method in class com.scand.svg.parser.SVGHandler
-
- startElement(String, String, String, Attributes) - Method in class com.scand.svg.parser.SVGHandler
-
- startElement(String, String, String, Attributes) - Method in class com.scand.svg.parser.SVGHandler.SVGClipHandler
-
- statements() - Method in class com.scand.svg.css.CSSStylesheet
-
- stitchTiles - Variable in class com.scand.svg.parser.FilterOp
-
- stringWidth(String) - Method in class com.scand.svg.parser.support.GraphicsSVG
-
- strokeColor - Variable in class com.scand.svg.parser.TextProperties
-
- strokeWidth - Variable in class com.scand.svg.parser.TextProperties
-
- surfaceScale - Variable in class com.scand.svg.parser.FilterOp
-
- SVG - Class in com.scand.svg
-
Just holder for final result of the parsing / rendering.
- SVG(Bitmap, RectF) - Constructor for class com.scand.svg.SVG
-
- SVGClipHandler(GraphicsSVG) - Constructor for class com.scand.svg.parser.SVGHandler.SVGClipHandler
-
- SVGHandler - Class in com.scand.svg.parser
-
SAX Handler doing whole parsing process.
- SVGHandler(int, int, int, int, int, int, float, boolean, boolean, Canvas, SVGParser) - Constructor for class com.scand.svg.parser.SVGHandler
-
- SVGHandler.SVGClipHandler - Class in com.scand.svg.parser
-
- SVGHelper - Class in com.scand.svg
-
This is a main class operating with library; it encapsulates typical appliances,
conversions and so on.
- SVGHelper() - Constructor for class com.scand.svg.SVGHelper
-
- SVGHelper.SVGLoadData - Class in com.scand.svg
-
Just contexct containing all parameters to be appended.
- SVGLoadData(Context) - Constructor for class com.scand.svg.SVGHelper.SVGLoadData
-
use SVGHelper.useContext(...) as primary option.
- SVGLoadData() - Constructor for class com.scand.svg.SVGHelper.SVGLoadData
-
use SVGHelper.noContext() to build this correctly.
- SVGParseException - Exception in com.scand.svg.parser
-
Runtime exception thrown when there is a problem parsing an SVG.
- SVGParseException(String) - Constructor for exception com.scand.svg.parser.SVGParseException
-
- SVGParseException(String, Throwable) - Constructor for exception com.scand.svg.parser.SVGParseException
-
- SVGParseException(Throwable) - Constructor for exception com.scand.svg.parser.SVGParseException
-
- SVGParser - Class in com.scand.svg.parser
-
Low-level SVG parser handles all possible sources (streams, bytes, files) and
(with help of SVGHandler) parses SVG contents itself (SAX-based).
- SVGParser() - Constructor for class com.scand.svg.parser.SVGParser
-