com.googlecode.wickedcharts.highcharts.options
Class Legend
java.lang.Object
com.googlecode.wickedcharts.highcharts.options.Legend
- All Implemented Interfaces:
- Serializable
public class Legend
- extends Object
- implements Serializable
Defines the configuration of the "legend" option.
- Author:
- Tom Hombergs (tom.hombergs@gmail.com)
- See Also:
- http://api.highcharts.com/highcharts#legend,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Legend
public Legend()
Legend
public Legend(Boolean enabled)
getAlign
public HorizontalAlignment getAlign()
getBackgroundColor
public ColorReference getBackgroundColor()
getBorderColor
public ColorReference getBorderColor()
getBorderRadius
public Integer getBorderRadius()
getBorderWidth
public Integer getBorderWidth()
getEnabled
public Boolean getEnabled()
getFloating
public Boolean getFloating()
getItemHiddenStyle
public CssStyle getItemHiddenStyle()
getItemHoverStyle
public CssStyle getItemHoverStyle()
getItemStyle
public CssStyle getItemStyle()
getLayout
public LegendLayout getLayout()
getLineHeight
public Integer getLineHeight()
getMargin
public Integer getMargin()
getReversed
public Boolean getReversed()
getRtl
public Boolean getRtl()
getShadow
public Boolean getShadow()
getVerticalAlign
public VerticalAlignment getVerticalAlign()
getWidth
public Integer getWidth()
getX
public Integer getX()
getY
public Integer getY()
setAlign
public Legend setAlign(HorizontalAlignment align)
setBackgroundColor
public Legend setBackgroundColor(Color color)
setBackgroundColor
public Legend setBackgroundColor(ColorReference backgroundColor)
setBorderColor
public Legend setBorderColor(Color color)
setBorderColor
public Legend setBorderColor(ColorReference borderColor)
setBorderRadius
public Legend setBorderRadius(Integer borderRadius)
setBorderWidth
public Legend setBorderWidth(Integer borderWidth)
setEnabled
public Legend setEnabled(Boolean enabled)
setFloating
public Legend setFloating(Boolean floating)
setItemHiddenStyle
public Legend setItemHiddenStyle(CssStyle itemHiddenStyle)
setItemHoverStyle
public Legend setItemHoverStyle(CssStyle itemHoverStyle)
setItemStyle
public Legend setItemStyle(CssStyle itemStyle)
setLayout
public Legend setLayout(LegendLayout layout)
setLineHeight
public Legend setLineHeight(Integer lineHeight)
setMargin
public Legend setMargin(Integer margin)
setReversed
public Legend setReversed(Boolean reversed)
setRtl
public Legend setRtl(Boolean rtl)
setShadow
public Legend setShadow(Boolean shadow)
setVerticalAlign
public Legend setVerticalAlign(VerticalAlignment verticalAlign)
setWidth
public Legend setWidth(Integer width)
setX
public Legend setX(Integer x)
setY
public Legend setY(Integer y)
Copyright © 2013. All Rights Reserved.