com.clickntap.utils
Class RaphaelUtils

java.lang.Object
  extended by com.clickntap.utils.RaphaelUtils

public class RaphaelUtils
extends Object


Constructor Summary
RaphaelUtils()
           
 
Method Summary
static String getRaphaelCode(File svg, String container)
           
static String getRaphaelCode(InputStream in, String container)
           
static String getRaphaelCode(String svg, String container)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RaphaelUtils

public RaphaelUtils()
Method Detail

getRaphaelCode

public static String getRaphaelCode(File svg,
                                    String container)
                             throws Exception
Throws:
Exception

getRaphaelCode

public static String getRaphaelCode(String svg,
                                    String container)
                             throws Exception
Throws:
Exception

getRaphaelCode

public static String getRaphaelCode(InputStream in,
                                    String container)
                             throws Exception
Throws:
Exception


Copyright © 2014. All rights reserved.