public class LegendNavigation extends Object implements Serializable
| Constructor and Description |
|---|
LegendNavigation() |
| Modifier and Type | Method and Description |
|---|---|
ColorReference |
getActiveColor() |
Boolean |
getAnimation() |
Integer |
getArrowSize() |
ColorReference |
getInactiveColor() |
CssStyle |
getStyle() |
LegendNavigation |
setActiveColor(ColorReference activeColor) |
LegendNavigation |
setAnimation(Boolean animation) |
LegendNavigation |
setArrowSize(Integer arrowSize) |
LegendNavigation |
setInactiveColor(ColorReference inactiveColor) |
LegendNavigation |
setStyle(CssStyle style) |
public ColorReference getActiveColor()
public LegendNavigation setActiveColor(ColorReference activeColor)
public Boolean getAnimation()
public LegendNavigation setAnimation(Boolean animation)
public Integer getArrowSize()
public LegendNavigation setArrowSize(Integer arrowSize)
public ColorReference getInactiveColor()
public LegendNavigation setInactiveColor(ColorReference inactiveColor)
public CssStyle getStyle()
public LegendNavigation setStyle(CssStyle style)
Copyright © 2016. All rights reserved.