org.pentaho.chart.model.util
Class CssStylesConverter

java.lang.Object
  extended by org.pentaho.chart.model.util.CssStylesConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.ConverterMatcher, com.thoughtworks.xstream.converters.SingleValueConverter

public class CssStylesConverter
extends Object
implements com.thoughtworks.xstream.converters.SingleValueConverter


Constructor Summary
CssStylesConverter()
           
 
Method Summary
 boolean canConvert(Class type)
           
 Object fromString(String arg0)
           
 String toString(Object arg0)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CssStylesConverter

public CssStylesConverter()
Method Detail

fromString

public Object fromString(String arg0)
Specified by:
fromString in interface com.thoughtworks.xstream.converters.SingleValueConverter

toString

public String toString(Object arg0)
Specified by:
toString in interface com.thoughtworks.xstream.converters.SingleValueConverter

canConvert

public boolean canConvert(Class type)
Specified by:
canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcher