com.googlecode.wickedcharts.highcharts.options
Class StackLabels

java.lang.Object
  extended by com.googlecode.wickedcharts.highcharts.options.StackLabels
All Implemented Interfaces:
Serializable

public class StackLabels
extends Object
implements Serializable

Configuration for the stackLabels option.

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

Constructor Summary
StackLabels()
           
 
Method Summary
 HorizontalAlignment getAlign()
           
 Boolean getEnabled()
           
 Function getFormatter()
           
 Number getRotation()
           
 CssStyle getStyle()
           
 HorizontalAlignment getTextAlign()
           
 VerticalAlignment getVerticalAlign()
           
 Number getX()
           
 Number getY()
           
 StackLabels setAlign(HorizontalAlignment align)
           
 StackLabels setEnabled(Boolean enabled)
           
 StackLabels setFormatter(Function formatter)
           
 StackLabels setRotation(Number rotation)
           
 StackLabels setStyle(CssStyle style)
           
 StackLabels setTextAlign(HorizontalAlignment textAlign)
           
 StackLabels setVerticalAlign(VerticalAlignment verticalAlign)
           
 StackLabels setX(Number x)
           
 StackLabels setY(Number y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StackLabels

public StackLabels()
Method Detail

getAlign

public HorizontalAlignment getAlign()

getEnabled

public Boolean getEnabled()

getFormatter

public Function getFormatter()

getRotation

public Number getRotation()

getStyle

public CssStyle getStyle()

getTextAlign

public HorizontalAlignment getTextAlign()

getVerticalAlign

public VerticalAlignment getVerticalAlign()

getX

public Number getX()

getY

public Number getY()

setAlign

public StackLabels setAlign(HorizontalAlignment align)

setEnabled

public StackLabels setEnabled(Boolean enabled)

setFormatter

public StackLabels setFormatter(Function formatter)

setRotation

public StackLabels setRotation(Number rotation)

setStyle

public StackLabels setStyle(CssStyle style)

setTextAlign

public StackLabels setTextAlign(HorizontalAlignment textAlign)

setVerticalAlign

public StackLabels setVerticalAlign(VerticalAlignment verticalAlign)

setX

public StackLabels setX(Number x)

setY

public StackLabels setY(Number y)


Copyright © 2013. All Rights Reserved.