org.jiucai.appframework.base.chart
类 ChartUtil
java.lang.Object
org.jiucai.appframework.base.chart.ChartUtil
public class ChartUtil
- extends Object
chart 设置工具类
- 作者:
- zhaidw
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChartUtil
public ChartUtil()
useFeildAsAttribute
public static void useFeildAsAttribute(com.thoughtworks.xstream.XStream x,
Class<?> clazz)
- 指定class 转换为 xml 时,把其属性转换为XML的节点属性
- 参数:
x - XStream 实例clazz - Chart Bean 类
chartData
public static String chartData(XmlRender xmlRender,
SingleChart chart)
throws Exception
- 抛出:
Exception
chartData
public static String chartData(XmlRender xmlRender,
MultiChart chart)
throws Exception
- 抛出:
Exception
Copyright © 2013. All Rights Reserved.