com.googlecode.wickedcharts.wicket6.highcharts
Class JsonRendererFactory

java.lang.Object
  extended by com.googlecode.wickedcharts.wicket6.highcharts.JsonRendererFactory

public class JsonRendererFactory
extends Object

Factory class responsible for creating a JsonRenderer instance that matches the needs of wicked-charts-wicket6.

Author:
Tom Hombergs (tom.hombergs@gmail.com)

Method Summary
static JsonRendererFactory getInstance()
           
 JsonRenderer getRenderer()
          Returns the singleton instance of the JsonRenderer that is configured for Wicket 6.x.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static JsonRendererFactory getInstance()

getRenderer

public JsonRenderer getRenderer()
Returns the singleton instance of the JsonRenderer that is configured for Wicket 6.x.

Returns:
the singleton JsonRenderer


Copyright © 2013. All Rights Reserved.