org.vectomatic.dom.svg.impl
Class CSSHelper

java.lang.Object
  extended by org.vectomatic.dom.svg.impl.CSSHelper
Direct Known Subclasses:
CSSHelperWebkit

public class CSSHelper
extends Object

Class to encapsulate CSS discrepancies in web browsers

Author:
laaglu

Constructor Summary
CSSHelper()
           
 
Method Summary
 String getProperty(OMSVGStyle style, String name)
           
 void setProperty(OMSVGStyle style, String name, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSSHelper

public CSSHelper()
Method Detail

getProperty

public String getProperty(OMSVGStyle style,
                          String name)

setProperty

public void setProperty(OMSVGStyle style,
                        String name,
                        String value)


Copyright © 2012. All Rights Reserved.