com.googlecode.wickedcharts.highcharts.options
Class Crosshair

java.lang.Object
  extended by com.googlecode.wickedcharts.highcharts.options.Crosshair
All Implemented Interfaces:
Serializable

public class Crosshair
extends Object
implements Serializable

Configuration of a single crosshair (x or y).

Author:
Tom Hombergs (tom.hombergs@gmail.com)
See Also:
http://api.highcharts.com/highcharts#tooltip.crosshairs, Serialized Form

Constructor Summary
Crosshair()
           
 
Method Summary
 ColorReference getColor()
           
 GridLineDashStyle getDashStyle()
           
 Integer getWidth()
           
 Integer getzIndex()
           
 Crosshair setColor(ColorReference color)
           
 Crosshair setDashStyle(GridLineDashStyle dashStyle)
           
 Crosshair setWidth(Integer width)
           
 Crosshair setzIndex(Integer zIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Crosshair

public Crosshair()
Method Detail

getColor

public ColorReference getColor()

getDashStyle

public GridLineDashStyle getDashStyle()

getWidth

public Integer getWidth()

getzIndex

public Integer getzIndex()

setColor

public Crosshair setColor(ColorReference color)

setDashStyle

public Crosshair setDashStyle(GridLineDashStyle dashStyle)

setWidth

public Crosshair setWidth(Integer width)

setzIndex

public Crosshair setzIndex(Integer zIndex)


Copyright © 2013. All Rights Reserved.