org.openfuxml.addon.chart.factory.xml
Class XmlDataFactory

java.lang.Object
  extended by org.openfuxml.addon.chart.factory.xml.XmlDataFactory

public class XmlDataFactory
extends Object


Constructor Summary
XmlDataFactory()
           
 
Method Summary
static Data build(double y)
           
static Data buildForYearMonth(double y, int year, int month)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlDataFactory

public XmlDataFactory()
Method Detail

build

public static Data build(double y)

buildForYearMonth

public static Data buildForYearMonth(double y,
                                     int year,
                                     int month)


Copyright © 2013. All Rights Reserved.