com.googlecode.wickedcharts.highcharts.options
Class PlotOptions

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

public class PlotOptions
extends Object
implements Serializable

Defines the configuration of the "plotOptions" option.

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

Constructor Summary
PlotOptions()
           
 
Method Summary
 Boolean getAllowPointSelect()
           
 Boolean getAnimation()
           
 ColorReference getBorderColor()
           
 Integer getBorderRadius()
           
 Integer getBorderWidth()
           
 Center getCenter()
           
 ColorReference getColor()
           
 Boolean getColorByPoint()
           
 Boolean getConnectNulls()
           
 Integer getCropThreshold()
           
 Cursor getCursor()
           
 GridLineDashStyle getDashStyle()
           
 DataLabels getDataLabels()
           
 Boolean getEnableMouseTracking()
           
 Events getEvents()
           
 ColorReference getFillColor()
           
 Float getFillOpacity()
           
 Float getGroupPadding()
           
 String getId()
           
 PixelOrPercent getInnerSize()
           
 ColorReference getLineColor()
           
 Integer getLineWidth()
           
 Marker getMarker()
           
 Integer getMinPointLength()
           
 PointOptions getPoint()
           
 Integer getPointInterval()
           
 Float getPointPadding()
           
 PointPlacement getPointPlacement()
           
 Long getPointStart()
           
 Integer getPointWidth()
           
 Boolean getSelected()
           
 Boolean getShadow()
           
 Boolean getShowCheckbox()
           
 Boolean getShowInLegend()
           
 PixelOrPercent getSize()
           
 Integer getSlicedOffset()
           
 Stacking getStacking()
           
 StatesChoice getStates()
           
 Boolean getStep()
           
 Boolean getStickyTracking()
           
 Integer getThreshold()
           
 Tooltip getTooltip()
           
 Boolean getTrackByArea()
           
 Integer getTurboThreshold()
           
 Boolean getVisible()
           
 Integer getzIndex()
           
 PlotOptions setAllowPointSelect(Boolean allowPointSelect)
           
 PlotOptions setAnimation(Boolean animation)
           
 PlotOptions setBorderColor(Color color)
           
 PlotOptions setBorderColor(ColorReference borderColor)
           
 PlotOptions setBorderRadius(Integer borderRadius)
           
 PlotOptions setBorderWidth(Integer borderWidth)
           
 PlotOptions setCenter(Center center)
           
 PlotOptions setColor(Color color)
           
 PlotOptions setColor(ColorReference color)
           
 PlotOptions setColorByPoint(Boolean colorByPoint)
           
 PlotOptions setConnectNulls(Boolean connectNulls)
           
 PlotOptions setCropThreshold(Integer cropThreshold)
           
 PlotOptions setCursor(Cursor cursor)
           
 PlotOptions setDashStyle(GridLineDashStyle dashStyle)
           
 PlotOptions setDataLabels(DataLabels dataLabels)
           
 PlotOptions setEnableMouseTracking(Boolean enableMouseTracking)
           
 PlotOptions setEvents(Events events)
           
 PlotOptions setFillColor(Color color)
           
 PlotOptions setFillColor(ColorReference fillColor)
           
 PlotOptions setFillOpacity(Float fillOpacity)
           
 PlotOptions setGroupPadding(Float groupPadding)
           
 PlotOptions setId(String id)
           
 PlotOptions setInnerSize(PixelOrPercent innerSize)
           
 PlotOptions setLineColor(Color color)
           
 PlotOptions setLineColor(ColorReference lineColor)
           
 PlotOptions setLineWidth(Integer lineWidth)
           
 PlotOptions setMarker(Marker marker)
           
 PlotOptions setMinPointLength(Integer minPointLength)
           
 PlotOptions setPoint(PointOptions point)
           
 PlotOptions setPointInterval(Integer pointInterval)
           
 PlotOptions setPointPadding(Float pointPadding)
           
 PlotOptions setPointPlacement(PointPlacement pointPlacement)
           
 PlotOptions setPointStart(Long pointStart)
           
 PlotOptions setPointWidth(Integer pointWidth)
           
 PlotOptions setSelected(Boolean selected)
           
 PlotOptions setShadow(Boolean shadow)
           
 PlotOptions setShowCheckbox(Boolean showCheckbox)
           
 PlotOptions setShowInLegend(Boolean showInLegend)
           
 PlotOptions setSize(PixelOrPercent size)
           
 PlotOptions setSlicedOffset(Integer slicedOffset)
           
 PlotOptions setStacking(Stacking stacking)
           
 PlotOptions setStates(StatesChoice states)
           
 PlotOptions setStep(Boolean step)
           
 PlotOptions setStickyTracking(Boolean stickyTracking)
           
 PlotOptions setThreshold(Integer threshold)
           
 PlotOptions setTooltip(Tooltip tooltip)
           
 PlotOptions setTrackByArea(Boolean trackByArea)
           
 PlotOptions setTurboThreshold(Integer turboThreshold)
           
 PlotOptions setVisible(Boolean visible)
           
 PlotOptions setzIndex(Integer zIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlotOptions

public PlotOptions()
Method Detail

getAllowPointSelect

public Boolean getAllowPointSelect()

getAnimation

public Boolean getAnimation()

getBorderColor

public ColorReference getBorderColor()

getBorderRadius

public Integer getBorderRadius()

getBorderWidth

public Integer getBorderWidth()

getCenter

public Center getCenter()

getColor

public ColorReference getColor()

getColorByPoint

public Boolean getColorByPoint()

getConnectNulls

public Boolean getConnectNulls()

getCropThreshold

public Integer getCropThreshold()

getCursor

public Cursor getCursor()

getDashStyle

public GridLineDashStyle getDashStyle()

getDataLabels

public DataLabels getDataLabels()

getEnableMouseTracking

public Boolean getEnableMouseTracking()

getEvents

public Events getEvents()

getFillColor

public ColorReference getFillColor()

getFillOpacity

public Float getFillOpacity()

getGroupPadding

public Float getGroupPadding()

getId

public String getId()

getInnerSize

public PixelOrPercent getInnerSize()

getLineColor

public ColorReference getLineColor()

getLineWidth

public Integer getLineWidth()

getMarker

public Marker getMarker()

getMinPointLength

public Integer getMinPointLength()

getPoint

public PointOptions getPoint()

getPointInterval

public Integer getPointInterval()

getPointPadding

public Float getPointPadding()

getPointPlacement

public PointPlacement getPointPlacement()

getPointStart

public Long getPointStart()

getPointWidth

public Integer getPointWidth()

getSelected

public Boolean getSelected()

getShadow

public Boolean getShadow()

getShowCheckbox

public Boolean getShowCheckbox()

getShowInLegend

public Boolean getShowInLegend()

getSize

public PixelOrPercent getSize()

getSlicedOffset

public Integer getSlicedOffset()

getStacking

public Stacking getStacking()

getStates

public StatesChoice getStates()

getStep

public Boolean getStep()

getStickyTracking

public Boolean getStickyTracking()

getThreshold

public Integer getThreshold()

getTooltip

public Tooltip getTooltip()

getTrackByArea

public Boolean getTrackByArea()

getTurboThreshold

public Integer getTurboThreshold()

getVisible

public Boolean getVisible()

getzIndex

public Integer getzIndex()

setAllowPointSelect

public PlotOptions setAllowPointSelect(Boolean allowPointSelect)

setAnimation

public PlotOptions setAnimation(Boolean animation)

setBorderColor

public PlotOptions setBorderColor(Color color)

setBorderColor

public PlotOptions setBorderColor(ColorReference borderColor)

setBorderRadius

public PlotOptions setBorderRadius(Integer borderRadius)

setBorderWidth

public PlotOptions setBorderWidth(Integer borderWidth)

setCenter

public PlotOptions setCenter(Center center)

setColor

public PlotOptions setColor(Color color)

setColor

public PlotOptions setColor(ColorReference color)

setColorByPoint

public PlotOptions setColorByPoint(Boolean colorByPoint)

setConnectNulls

public PlotOptions setConnectNulls(Boolean connectNulls)

setCropThreshold

public PlotOptions setCropThreshold(Integer cropThreshold)

setCursor

public PlotOptions setCursor(Cursor cursor)

setDashStyle

public PlotOptions setDashStyle(GridLineDashStyle dashStyle)

setDataLabels

public PlotOptions setDataLabels(DataLabels dataLabels)

setEnableMouseTracking

public PlotOptions setEnableMouseTracking(Boolean enableMouseTracking)

setEvents

public PlotOptions setEvents(Events events)

setFillColor

public PlotOptions setFillColor(Color color)

setFillColor

public PlotOptions setFillColor(ColorReference fillColor)

setFillOpacity

public PlotOptions setFillOpacity(Float fillOpacity)

setGroupPadding

public PlotOptions setGroupPadding(Float groupPadding)

setId

public PlotOptions setId(String id)

setInnerSize

public PlotOptions setInnerSize(PixelOrPercent innerSize)

setLineColor

public PlotOptions setLineColor(Color color)

setLineColor

public PlotOptions setLineColor(ColorReference lineColor)

setLineWidth

public PlotOptions setLineWidth(Integer lineWidth)

setMarker

public PlotOptions setMarker(Marker marker)

setMinPointLength

public PlotOptions setMinPointLength(Integer minPointLength)

setPoint

public PlotOptions setPoint(PointOptions point)

setPointInterval

public PlotOptions setPointInterval(Integer pointInterval)

setPointPadding

public PlotOptions setPointPadding(Float pointPadding)

setPointPlacement

public PlotOptions setPointPlacement(PointPlacement pointPlacement)

setPointStart

public PlotOptions setPointStart(Long pointStart)

setPointWidth

public PlotOptions setPointWidth(Integer pointWidth)

setSelected

public PlotOptions setSelected(Boolean selected)

setShadow

public PlotOptions setShadow(Boolean shadow)

setShowCheckbox

public PlotOptions setShowCheckbox(Boolean showCheckbox)

setShowInLegend

public PlotOptions setShowInLegend(Boolean showInLegend)

setSize

public PlotOptions setSize(PixelOrPercent size)

setSlicedOffset

public PlotOptions setSlicedOffset(Integer slicedOffset)

setStacking

public PlotOptions setStacking(Stacking stacking)

setStates

public PlotOptions setStates(StatesChoice states)

setStep

public PlotOptions setStep(Boolean step)

setStickyTracking

public PlotOptions setStickyTracking(Boolean stickyTracking)

setThreshold

public PlotOptions setThreshold(Integer threshold)

setTooltip

public PlotOptions setTooltip(Tooltip tooltip)

setTrackByArea

public PlotOptions setTrackByArea(Boolean trackByArea)

setTurboThreshold

public PlotOptions setTurboThreshold(Integer turboThreshold)

setVisible

public PlotOptions setVisible(Boolean visible)

setzIndex

public PlotOptions setzIndex(Integer zIndex)


Copyright © 2013. All Rights Reserved.