com.googlecode.wickedcharts.highcharts.options
Class PlotOptions
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlotOptions
public PlotOptions()
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.