public interface LabelLayoutOption
| Modifier and Type | Method and Description |
|---|---|
LabelLayoutOption |
setAlign(String align) |
LabelLayoutOption |
setDraggable(Boolean draggable) |
LabelLayoutOption |
setDx(Number dx) |
LabelLayoutOption |
setDy(Number dy) |
LabelLayoutOption |
setFontSize(Number fontSize) |
LabelLayoutOption |
setHeight(Number height) |
LabelLayoutOption |
setHideOverlap(Boolean hideOverlap) |
LabelLayoutOption |
setLabelLinePoints(Number[] labelLinePoints) |
LabelLayoutOption |
setMoveOverlap(String moveOverlap) |
LabelLayoutOption |
setRotate(Number rotate) |
LabelLayoutOption |
setVerticalAlign(String verticalAlign) |
LabelLayoutOption |
setWidth(Number width) |
LabelLayoutOption |
setX(Number x) |
LabelLayoutOption |
setX(String x) |
LabelLayoutOption |
setY(Number y) |
LabelLayoutOption |
setY(String y) |
LabelLayoutOption setMoveOverlap(String moveOverlap)
LabelLayoutOption setHideOverlap(Boolean hideOverlap)
LabelLayoutOption setDraggable(Boolean draggable)
LabelLayoutOption setX(Number x)
LabelLayoutOption setX(String x)
LabelLayoutOption setY(Number y)
LabelLayoutOption setY(String y)
LabelLayoutOption setDx(Number dx)
LabelLayoutOption setDy(Number dy)
LabelLayoutOption setRotate(Number rotate)
LabelLayoutOption setAlign(String align)
LabelLayoutOption setVerticalAlign(String verticalAlign)
LabelLayoutOption setWidth(Number width)
LabelLayoutOption setHeight(Number height)
LabelLayoutOption setFontSize(Number fontSize)
LabelLayoutOption setLabelLinePoints(Number[] labelLinePoints)
Copyright © 2022. All rights reserved.