SYMBOL INDEX (80 symbols across 14 files) FILE: src/com/skocken/svgconverter/Unparse.java class Unparse (line 7) | public class Unparse { method main (line 9) | public static void main(String[] args) { FILE: src/com/skocken/svgconverter/svg/Element.java class Element (line 3) | public class Element { method Element (line 7) | public Element(String name) { method getName (line 11) | public String getName() { method hasCanvasSave (line 15) | public boolean hasCanvasSave() { method setHasCanvasSave (line 19) | public void setHasCanvasSave() { FILE: src/com/skocken/svgconverter/svg/Gradient.java class Gradient (line 7) | public class Gradient { method createChild (line 18) | public Gradient createChild(Gradient g) { FILE: src/com/skocken/svgconverter/svg/InstructionRecorder.java class InstructionRecorder (line 7) | public class InstructionRecorder { method addBegin (line 13) | public void addBegin(String instructions, Object... args) { method add (line 17) | public void add(String instructions, Object... args) { method getListInstructions (line 21) | public List getListInstructions() { method isEmpty (line 25) | public boolean isEmpty() { method print (line 29) | public void print() { method format (line 42) | private String format(String instructions, Object[] args) { method add (line 46) | public void add(InstructionRecorder instructions) { FILE: src/com/skocken/svgconverter/svg/LinearGradient.java class LinearGradient (line 3) | public class LinearGradient extends Shader { method LinearGradient (line 14) | public LinearGradient(float x0, float y0, float x1, float y1, int[] co... method printTo (line 25) | @Override FILE: src/com/skocken/svgconverter/svg/NumberParse.java class NumberParse (line 5) | public class NumberParse { method NumberParse (line 11) | public NumberParse(ArrayList numbers, int nextCmd) { method getNextCmd (line 16) | public int getNextCmd() { method size (line 20) | public int size() { method getNumber (line 24) | public float getNumber(int index) { FILE: src/com/skocken/svgconverter/svg/ParserHelper.java class ParserHelper (line 26) | public class ParserHelper { method ParserHelper (line 33) | public ParserHelper(CharSequence s, int pos) { method read (line 40) | private char read() { method skipWhitespace (line 51) | public void skipWhitespace() { method skipNumberSeparator (line 61) | public void skipNumberSeparator() { method advance (line 77) | public void advance() { method parseFloat (line 84) | public float parseFloat() { method reportUnexpectedCharacterError (line 260) | private void reportUnexpectedCharacterError(char c) { method buildFloat (line 267) | public static float buildFloat(int mant, int exp) { method nextFloat (line 300) | public float nextFloat() { FILE: src/com/skocken/svgconverter/svg/Properties.java class Properties (line 7) | public class Properties { method Properties (line 13) | Properties(Attributes atts) { method getAttr (line 21) | public String getAttr(String name) { method getString (line 32) | public String getString(String name) { method getHex (line 36) | public Integer getHex(String name) { method getFloat (line 50) | public Float getFloat(String name, float defaultValue) { method getFloat (line 59) | public Float getFloat(String name) { FILE: src/com/skocken/svgconverter/svg/RadialGradient.java class RadialGradient (line 3) | public class RadialGradient extends Shader { method RadialGradient (line 13) | public RadialGradient(float x, float y, float radius, int[] colors, fl... method printTo (line 23) | @Override FILE: src/com/skocken/svgconverter/svg/SVGHandler.java class SVGHandler (line 17) | public class SVGHandler extends DefaultHandler { method SVGHandler (line 35) | SVGHandler(String packageName, String className) { method getDrawInstructions (line 75) | public List getDrawInstructions() { method startDocument (line 79) | @Override method endDocument (line 84) | @Override method doFill (line 129) | private boolean doFill(Properties atts, HashMap gradie... method doStroke (line 165) | private boolean doStroke(Properties atts) { method doGradient (line 201) | private Gradient doGradient(boolean isLinear, Attributes atts) { method doColor (line 229) | private void doColor(Properties atts, Integer color, boolean fillMode) { method pushTransform (line 251) | private boolean pushTransform(Attributes atts) { method popTransform (line 263) | private void popTransform() { method startElement (line 267) | @Override method characters (line 463) | @Override method endElement (line 468) | @Override method pollLastElement (line 549) | private Element pollLastElement(String name) { FILE: src/com/skocken/svgconverter/svg/SVGParser.java class SVGParser (line 29) | public class SVGParser { method getSVGFromInputStream (line 31) | public static void getSVGFromInputStream(String packageName, String cl... FILE: src/com/skocken/svgconverter/svg/SVGParsingMethods.java class SVGParsingMethods (line 7) | public class SVGParsingMethods { method parseNumbers (line 9) | static NumberParse parseNumbers(String s) { method parseTransform (line 90) | static InstructionRecorder parseTransform(InstructionRecorder drawInst... method parseTransformInternal (line 95) | static InstructionRecorder parseTransformInternal(InstructionRecorder ... method doPath (line 173) | static void doPath(InstructionRecorder drawInstructions, String s) { method drawArc (line 362) | static void drawArc(InstructionRecorder drawInstructions, float lastX,... method getNumberParseAttr (line 366) | static NumberParse getNumberParseAttr(String name, Attributes attribut... method getStringAttr (line 376) | static String getStringAttr(String name, Attributes attributes) { method getFloatAttr (line 386) | static Float getFloatAttr(String name, Attributes attributes) { method getFloatAttr (line 390) | static Float getFloatAttr(String name, Attributes attributes, Float de... method getHexAttr (line 403) | static Integer getHexAttr(String name, Attributes attributes) { FILE: src/com/skocken/svgconverter/svg/Shader.java class Shader (line 3) | public abstract class Shader { method printTo (line 7) | public abstract void printTo(InstructionRecorder drawInstructions); method printMatrixTo (line 9) | protected void printMatrixTo(InstructionRecorder drawInstructions) { method setLocalMatrix (line 17) | public void setLocalMatrix(InstructionRecorder matrixInstructions) { FILE: src/com/skocken/svgconverter/svg/StyleSet.java class StyleSet (line 5) | public class StyleSet { method StyleSet (line 9) | StyleSet(String string) { method getStyle (line 19) | public String getStyle(String name) {