com.googlecode.wickedcharts.highcharts.options.drilldown
Class DrilldownPoint

java.lang.Object
  extended by com.googlecode.wickedcharts.highcharts.options.series.Point
      extended by com.googlecode.wickedcharts.highcharts.options.drilldown.DrilldownPoint
All Implemented Interfaces:
IProcessableOption, Serializable

public class DrilldownPoint
extends Point
implements IProcessableOption

A Point that allows to specify a drill down to show a different chart on click.

Author:
Tom Hombergs (tom.hombergs@gmail.com)
See Also:
Serialized Form

Field Summary
static String PROCESSING_KEY
          The key under which DrilldownPoints are registered in the parent options.
 
Constructor Summary
DrilldownPoint(Options parentOptions, Options drilldownOptions)
          Constructs a DrilldownPoint.
 
Method Summary
 Options getDrilldownOptions()
           
 Integer getDrilldownOptionsIndex()
           
 String getProcessingKey()
           
 Point setDrilldownOptionsIndex(Integer drilldownOptionsIndex)
          All drilldown options are stored in a javascript array.
 
Methods inherited from class com.googlecode.wickedcharts.highcharts.options.series.Point
getColor, getDataLabels, getEvents, getId, getLegendIndex, getMarker, getName, getSelected, getSliced, getWickedChartsId, getX, getY, setColor, setColor, setDataLabels, setEvents, setId, setLegendIndex, setMarker, setName, setSelected, setSliced, setWickedChartsId, setX, setY
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROCESSING_KEY

public static final String PROCESSING_KEY
The key under which DrilldownPoints are registered in the parent options. See Options.markForProcessing(IProcessableOption) .

See Also:
Constant Field Values
Constructor Detail

DrilldownPoint

public DrilldownPoint(Options parentOptions,
                      Options drilldownOptions)
Constructs a DrilldownPoint.

Parameters:
parentOptions - the Options object this DrilldownPoint is attached to.
drilldownOptions - the chart configuration that is to be displayed when clicking the Point.
Method Detail

getDrilldownOptions

public Options getDrilldownOptions()

getDrilldownOptionsIndex

public Integer getDrilldownOptionsIndex()

setDrilldownOptionsIndex

public Point setDrilldownOptionsIndex(Integer drilldownOptionsIndex)
All drilldown options are stored in a javascript array. This method sets the index of the options a click on the DrilldownPoint should show. This method is NOT part of the public API!


getProcessingKey

public String getProcessingKey()
Specified by:
getProcessingKey in interface IProcessableOption


Copyright © 2013. All Rights Reserved.