com.googlecode.wickedcharts.highcharts.options
Class Axis

java.lang.Object
  extended by com.googlecode.wickedcharts.highcharts.options.Axis
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
XAxis, YAxis

public class Axis
extends Object
implements Serializable

Defines an Axis for a Highcharts chart.

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

Constructor Summary
Axis()
           
Axis(AxisType type)
           
 
Method Summary
 Axis addPlotBand(PlotBand plotBand)
           
 Axis addPlotLine(PlotLine plotLine)
           
 Boolean getAllowDecimals()
           
 ColorReference getAlternateGridColor()
           
 List<String> getCategories()
           
 DateTimeLabelFormat getDateTimeLabelFormats()
           
 Boolean getEndOnTick()
           
 DummyOption getEvents()
           
 ColorReference getGridLineColor()
           
 GridLineDashStyle getGridLineDashStyle()
           
 GridlineInterpolation getGridLineInterpolation()
           
 Integer getGridLineWidth()
           
 String getId()
           
 Labels getLabels()
           
 ColorReference getLineColor()
           
 Integer getLineWidth()
           
 Integer getLinkedTo()
           
 Number getMax()
           
 Float getMaxPadding()
           
 Integer getMaxZoom()
           
 Number getMin()
           
 ColorReference getMinorGridLineColor()
           
 GridLineDashStyle getMinorGridLineDashStyle()
           
 Integer getMinorGridLineWidth()
           
 ColorReference getMinorTickColor()
           
 MinorTickInterval getMinorTickInterval()
           
 Integer getMinorTickLength()
           
 TickPosition getMinorTickPosition()
           
 Integer getMinorTickWidth()
           
 Float getMinPadding()
           
 Integer getMinRange()
           
 Integer getOffset()
           
 Boolean getOpposite()
           
 List<PlotBand> getPlotBands()
           
 List<PlotLine> getPlotLines()
           
 Boolean getReversed()
           
 Boolean getShowEmpty()
           
 Boolean getShowFirstLabel()
           
 Boolean getShowLastLabel()
           
 StackLabels getStackLabels()
           
 Integer getStartOfWeek()
           
 Boolean getStartOnTick()
           
 ColorReference getTickColor()
           
 Float getTickInterval()
           
 Integer getTickLength()
           
 TickmarkPlacement getTickmarkPlacement()
           
 Integer getTickPixelInterval()
           
 TickPosition getTickPosition()
           
 Integer getTickWidth()
           
 Title getTitle()
           
 AxisType getType()
           
 Integer getWickedChartsId()
           
 Axis setAllowDecimals(Boolean allowDecimals)
           
 Axis setAlternateGridColor(Color color)
           
 Axis setAlternateGridColor(ColorReference alternateGridColor)
           
 Axis setCategories(List<String> categories)
           
 Axis setCategories(String... categories)
           
 Axis setDateTimeLabelFormats(DateTimeLabelFormat dateTimeLabelFormats)
           
 Axis setEndOnTick(Boolean endOnTick)
           
 Axis setEvents(DummyOption events)
           
 Axis setGridLineColor(Color color)
           
 Axis setGridLineColor(ColorReference gridLineColor)
           
 Axis setGridLineDashStyle(GridLineDashStyle gridLineDashStyle)
           
 Axis setGridLineInterpolation(GridlineInterpolation gridLineInterpolation)
           
 Axis setGridLineWidth(Integer gridLineWidth)
           
 Axis setId(String id)
           
 Axis setLabels(Labels labels)
           
 Axis setLineColor(Color color)
           
 Axis setLineColor(ColorReference lineColor)
           
 Axis setLineWidth(Integer lineWidth)
           
 Axis setLinkedTo(Integer linkedTo)
           
 Axis setMax(Number max)
           
 Axis setMaxPadding(Float maxPadding)
           
 Axis setMaxZoom(Integer maxZoom)
           
 Axis setMin(Number min)
           
 Axis setMinorGridLineColor(Color color)
           
 Axis setMinorGridLineColor(ColorReference minorGridLineColor)
           
 Axis setMinorGridLineDashStyle(GridLineDashStyle minorGridLineDashStyle)
           
 Axis setMinorGridLineWidth(Integer minorGridLineWidth)
           
 Axis setMinorTickColor(Color color)
           
 Axis setMinorTickColor(ColorReference minorTickColor)
           
 Axis setMinorTickInterval(MinorTickInterval minorTickInterval)
           
 Axis setMinorTickLength(Integer minorTickLength)
           
 Axis setMinorTickPosition(TickPosition minorTickPosition)
           
 Axis setMinorTickWidth(Integer minorTickWidth)
           
 Axis setMinPadding(Float minPadding)
           
 Axis setMinRange(Integer minRange)
           
 Axis setOffset(Integer offset)
           
 Axis setOpposite(Boolean opposite)
           
 Axis setPlotBands(List<PlotBand> plotBands)
           
 Axis setPlotLines(List<PlotLine> plotLines)
           
 Axis setReversed(Boolean reversed)
           
 Axis setShowEmpty(Boolean showEmpty)
           
 Axis setShowFirstLabel(Boolean showFirstLabel)
           
 Axis setShowLastLabel(Boolean showLastLabel)
           
 Axis setStackLabels(StackLabels stackLabels)
           
 Axis setStartOfWeek(Integer startOfWeek)
           
 Axis setStartOnTick(Boolean startOnTick)
           
 Axis setTickColor(Color color)
           
 Axis setTickColor(ColorReference tickColor)
           
 Axis setTickInterval(Float tickInterval)
           
 Axis setTickLength(Integer tickLength)
           
 Axis setTickmarkPlacement(TickmarkPlacement tickmarkPlacement)
           
 Axis setTickPixelInterval(Integer tickPixelInterval)
           
 Axis setTickPosition(TickPosition tickPosition)
           
 Axis setTickWidth(Integer tickWidth)
           
 Axis setTitle(Title title)
           
 Axis setType(AxisType type)
           
 void setWickedChartsId(Integer wickedChartsId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Axis

public Axis()

Axis

public Axis(AxisType type)
Method Detail

getAllowDecimals

public Boolean getAllowDecimals()

getAlternateGridColor

public ColorReference getAlternateGridColor()

getCategories

public List<String> getCategories()

getDateTimeLabelFormats

public DateTimeLabelFormat getDateTimeLabelFormats()

getEndOnTick

public Boolean getEndOnTick()

getEvents

public DummyOption getEvents()

getGridLineColor

public ColorReference getGridLineColor()

getGridLineDashStyle

public GridLineDashStyle getGridLineDashStyle()

getGridLineWidth

public Integer getGridLineWidth()

getId

public String getId()

getLabels

public Labels getLabels()

getLineColor

public ColorReference getLineColor()

getLineWidth

public Integer getLineWidth()

getLinkedTo

public Integer getLinkedTo()

getMax

public Number getMax()

getMaxPadding

public Float getMaxPadding()

getMaxZoom

public Integer getMaxZoom()

getMin

public Number getMin()

getMinorGridLineColor

public ColorReference getMinorGridLineColor()

getMinorGridLineDashStyle

public GridLineDashStyle getMinorGridLineDashStyle()

getMinorGridLineWidth

public Integer getMinorGridLineWidth()

getMinorTickColor

public ColorReference getMinorTickColor()

getMinorTickInterval

public MinorTickInterval getMinorTickInterval()

getMinorTickLength

public Integer getMinorTickLength()

getMinorTickWidth

public Integer getMinorTickWidth()

getMinPadding

public Float getMinPadding()

getMinRange

public Integer getMinRange()

getOffset

public Integer getOffset()

getOpposite

public Boolean getOpposite()

getPlotBands

public List<PlotBand> getPlotBands()

getPlotLines

public List<PlotLine> getPlotLines()

getReversed

public Boolean getReversed()

getShowEmpty

public Boolean getShowEmpty()

getShowFirstLabel

public Boolean getShowFirstLabel()

getShowLastLabel

public Boolean getShowLastLabel()

getStackLabels

public StackLabels getStackLabels()

getStartOfWeek

public Integer getStartOfWeek()

getStartOnTick

public Boolean getStartOnTick()

getTickColor

public ColorReference getTickColor()

getTickInterval

public Float getTickInterval()

getTickLength

public Integer getTickLength()

getTickmarkPlacement

public TickmarkPlacement getTickmarkPlacement()

getTickPixelInterval

public Integer getTickPixelInterval()

getTickPosition

public TickPosition getTickPosition()

getTickWidth

public Integer getTickWidth()

getTitle

public Title getTitle()

getType

public AxisType getType()

setAllowDecimals

public Axis setAllowDecimals(Boolean allowDecimals)

setAlternateGridColor

public Axis setAlternateGridColor(Color color)

setAlternateGridColor

public Axis setAlternateGridColor(ColorReference alternateGridColor)

setCategories

public Axis setCategories(List<String> categories)

setCategories

public Axis setCategories(String... categories)

setDateTimeLabelFormats

public Axis setDateTimeLabelFormats(DateTimeLabelFormat dateTimeLabelFormats)

setEndOnTick

public Axis setEndOnTick(Boolean endOnTick)

setEvents

public Axis setEvents(DummyOption events)

setGridLineColor

public Axis setGridLineColor(Color color)

setGridLineColor

public Axis setGridLineColor(ColorReference gridLineColor)

setGridLineDashStyle

public Axis setGridLineDashStyle(GridLineDashStyle gridLineDashStyle)

setGridLineWidth

public Axis setGridLineWidth(Integer gridLineWidth)

setId

public Axis setId(String id)

setLabels

public Axis setLabels(Labels labels)

setLineColor

public Axis setLineColor(Color color)

setLineColor

public Axis setLineColor(ColorReference lineColor)

setLineWidth

public Axis setLineWidth(Integer lineWidth)

setLinkedTo

public Axis setLinkedTo(Integer linkedTo)

setMax

public Axis setMax(Number max)

setMaxPadding

public Axis setMaxPadding(Float maxPadding)

setMaxZoom

public Axis setMaxZoom(Integer maxZoom)

setMin

public Axis setMin(Number min)

setMinorGridLineColor

public Axis setMinorGridLineColor(Color color)

setMinorGridLineColor

public Axis setMinorGridLineColor(ColorReference minorGridLineColor)

setMinorGridLineDashStyle

public Axis setMinorGridLineDashStyle(GridLineDashStyle minorGridLineDashStyle)

setMinorGridLineWidth

public Axis setMinorGridLineWidth(Integer minorGridLineWidth)

setMinorTickColor

public Axis setMinorTickColor(Color color)

setMinorTickColor

public Axis setMinorTickColor(ColorReference minorTickColor)

setMinorTickInterval

public Axis setMinorTickInterval(MinorTickInterval minorTickInterval)

setMinorTickLength

public Axis setMinorTickLength(Integer minorTickLength)

setMinorTickWidth

public Axis setMinorTickWidth(Integer minorTickWidth)

setMinPadding

public Axis setMinPadding(Float minPadding)

setMinRange

public Axis setMinRange(Integer minRange)

setOffset

public Axis setOffset(Integer offset)

setOpposite

public Axis setOpposite(Boolean opposite)

setPlotBands

public Axis setPlotBands(List<PlotBand> plotBands)

setPlotLines

public Axis setPlotLines(List<PlotLine> plotLines)

setReversed

public Axis setReversed(Boolean reversed)

setShowEmpty

public Axis setShowEmpty(Boolean showEmpty)

setShowFirstLabel

public Axis setShowFirstLabel(Boolean showFirstLabel)

setShowLastLabel

public Axis setShowLastLabel(Boolean showLastLabel)

setStackLabels

public Axis setStackLabels(StackLabels stackLabels)

setStartOfWeek

public Axis setStartOfWeek(Integer startOfWeek)

setStartOnTick

public Axis setStartOnTick(Boolean startOnTick)

setTickColor

public Axis setTickColor(Color color)

setTickColor

public Axis setTickColor(ColorReference tickColor)

setTickInterval

public Axis setTickInterval(Float tickInterval)

setTickLength

public Axis setTickLength(Integer tickLength)

setTickmarkPlacement

public Axis setTickmarkPlacement(TickmarkPlacement tickmarkPlacement)

setTickPixelInterval

public Axis setTickPixelInterval(Integer tickPixelInterval)

setTickPosition

public Axis setTickPosition(TickPosition tickPosition)

setTickWidth

public Axis setTickWidth(Integer tickWidth)

setTitle

public Axis setTitle(Title title)

setType

public Axis setType(AxisType type)

setMinorTickPosition

public Axis setMinorTickPosition(TickPosition minorTickPosition)

getMinorTickPosition

public TickPosition getMinorTickPosition()

addPlotBand

public Axis addPlotBand(PlotBand plotBand)

addPlotLine

public Axis addPlotLine(PlotLine plotLine)

setGridLineInterpolation

public Axis setGridLineInterpolation(GridlineInterpolation gridLineInterpolation)

getGridLineInterpolation

public GridlineInterpolation getGridLineInterpolation()

setWickedChartsId

public void setWickedChartsId(Integer wickedChartsId)

getWickedChartsId

public Integer getWickedChartsId()


Copyright © 2013. All Rights Reserved.