com.googlecode.wickedcharts.wicket6.highcharts.features.selection
Class JsonSelectionEvent

java.lang.Object
  extended by com.googlecode.wickedcharts.wicket6.highcharts.features.selection.JsonSelectionEvent

public class JsonSelectionEvent
extends Object

Helper class that is used as a container for deserialized JSON.

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

Constructor Summary
JsonSelectionEvent()
           
 
Method Summary
 List<JsonSelection> getxAxes()
           
 List<JsonSelection> getyAxes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonSelectionEvent

public JsonSelectionEvent()
Method Detail

getxAxes

public List<JsonSelection> getxAxes()

getyAxes

public List<JsonSelection> getyAxes()


Copyright © 2013. All Rights Reserved.