com.googlecode.wickedcharts.highcharts.options
Class ButtonOptions
java.lang.Object
com.googlecode.wickedcharts.highcharts.options.ButtonOptions
- All Implemented Interfaces:
- Serializable
public class ButtonOptions
- extends Object
- implements Serializable
Defined options for the buttons of a chart.
- Author:
- Tom Hombergs (tom.hombergs@gmail.com)
- See Also:
- http://api.highcharts.com/highcharts#navigation.buttonOptions,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ButtonOptions
public ButtonOptions()
getAlign
public HorizontalAlignment getAlign()
getBackgroundColor
public ColorReference getBackgroundColor()
getBorderColor
public ColorReference getBorderColor()
getBorderRadius
public Integer getBorderRadius()
getBorderWidth
public Integer getBorderWidth()
getEnabled
public Boolean getEnabled()
getHeight
public Integer getHeight()
getHoverBorderColor
public ColorReference getHoverBorderColor()
getHoverSymbolFill
public ColorReference getHoverSymbolFill()
getHoverSymbolStroke
public ColorReference getHoverSymbolStroke()
getOnclick
public DummyOption getOnclick()
getSymbol
public Symbol getSymbol()
getSymbolFill
public ColorReference getSymbolFill()
getSymbolSize
public Integer getSymbolSize()
getSymbolStroke
public ColorReference getSymbolStroke()
getSymbolStrokeWidth
public Integer getSymbolStrokeWidth()
getSymbolX
public Float getSymbolX()
getSymbolY
public Float getSymbolY()
getVerticalAlign
public VerticalAlignment getVerticalAlign()
getWidth
public Integer getWidth()
getX
public Integer getX()
getY
public Integer getY()
setAlign
public ButtonOptions setAlign(HorizontalAlignment align)
setBackgroundColor
public ButtonOptions setBackgroundColor(Color color)
setBackgroundColor
public ButtonOptions setBackgroundColor(ColorReference backgroundColor)
setBorderColor
public ButtonOptions setBorderColor(Color color)
setBorderColor
public ButtonOptions setBorderColor(ColorReference borderColor)
setBorderRadius
public ButtonOptions setBorderRadius(Integer borderRadius)
setBorderWidth
public ButtonOptions setBorderWidth(Integer borderWidth)
setEnabled
public ButtonOptions setEnabled(Boolean enabled)
setHeight
public ButtonOptions setHeight(Integer height)
setHoverBorderColor
public ButtonOptions setHoverBorderColor(Color color)
setHoverBorderColor
public ButtonOptions setHoverBorderColor(ColorReference hoverBorderColor)
setHoverSymbolFill
public ButtonOptions setHoverSymbolFill(Color color)
setHoverSymbolFill
public ButtonOptions setHoverSymbolFill(ColorReference hoverSymbolFill)
setHoverSymbolStroke
public ButtonOptions setHoverSymbolStroke(Color color)
setHoverSymbolStroke
public ButtonOptions setHoverSymbolStroke(ColorReference hoverSymbolStroke)
setOnclick
public ButtonOptions setOnclick(DummyOption onclick)
setSymbol
public ButtonOptions setSymbol(Symbol symbol)
setSymbolFill
public ButtonOptions setSymbolFill(Color color)
setSymbolFill
public ButtonOptions setSymbolFill(ColorReference symbolFill)
setSymbolSize
public ButtonOptions setSymbolSize(Integer symbolSize)
setSymbolStroke
public ButtonOptions setSymbolStroke(Color color)
setSymbolStroke
public ButtonOptions setSymbolStroke(ColorReference symbolStroke)
setSymbolStrokeWidth
public ButtonOptions setSymbolStrokeWidth(Integer symbolStrokeWidth)
setSymbolX
public ButtonOptions setSymbolX(Float symbolX)
setSymbolY
public ButtonOptions setSymbolY(Float symbolY)
setVerticalAlign
public ButtonOptions setVerticalAlign(VerticalAlignment verticalAlign)
setWidth
public ButtonOptions setWidth(Integer width)
setX
public ButtonOptions setX(Integer x)
setY
public ButtonOptions setY(Integer y)
Copyright © 2013. All Rights Reserved.