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