oak.util
Class SvgPathParser

java.lang.Object
  extended by oak.util.SvgPathParser

public class SvgPathParser
extends Object


Constructor Summary
SvgPathParser()
           
 
Method Summary
 android.graphics.Path parsePath(String s)
           
protected  float transformX(float x)
           
protected  float transformY(float y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SvgPathParser

public SvgPathParser()
Method Detail

transformX

protected float transformX(float x)

transformY

protected float transformY(float y)

parsePath

public android.graphics.Path parsePath(String s)
                                throws ParseException
Throws:
ParseException


Copyright © 2011-2014. All Rights Reserved.