public class StackLabels extends Object implements Serializable
| Constructor and Description |
|---|
StackLabels() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public HorizontalAlignment getAlign()
public Boolean getEnabled()
public Function getFormatter()
public Number getRotation()
public CssStyle getStyle()
public HorizontalAlignment getTextAlign()
public VerticalAlignment getVerticalAlign()
public Number getX()
public Number getY()
public StackLabels setAlign(HorizontalAlignment align)
public StackLabels setEnabled(Boolean enabled)
public StackLabels setFormatter(Function formatter)
public StackLabels setRotation(Number rotation)
public StackLabels setStyle(CssStyle style)
public StackLabels setTextAlign(HorizontalAlignment textAlign)
public StackLabels setVerticalAlign(VerticalAlignment verticalAlign)
public StackLabels setX(Number x)
public StackLabels setY(Number y)
Copyright © 2013. All Rights Reserved.