public class Label extends Object implements LabelOption
| Constructor and Description |
|---|
Label() |
| Modifier and Type | Method and Description |
|---|---|
Label |
setBackgroundColor(Object backgroundColor) |
Label |
setBackgroundColor(String backgroundColor) |
Label |
setBorderRadius(Number borderRadius) |
Label |
setBorderRadius(Number[] borderRadius) |
Label |
setFontSize(Number fontSize) |
Label |
setFontSize(String fontSize) |
Label |
setPadding(Number padding) |
Label |
setPadding(Number[] padding) |
Label |
setPrecision(Number precision) |
Label |
setPrecision(String precision) |
Label |
setWidth(Number width) |
Label |
setWidth(String width) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetDistance, setMinMargin, setOffset, setOverflow, setPosition, setRich, setRotate, setShow, setSilent, setValueAnimationsetAlign, setBaseline, setBorderColor, setBorderDashOffset, setBorderType, setBorderWidth, setColor, setFontFamily, setFontStyle, setFontWeight, setHeight, setLineHeight, setOpacity, setTag, setTextBorderColor, setTextBorderDashOffset, setTextBorderType, setTextBorderWidth, setTextShadowBlur, setTextShadowColor, setTextShadowOffsetX, setTextShadowOffsetY, setVerticalAlignsetShadowBlur, setShadowColor, setShadowOffsetX, setShadowOffsetYpublic Label setFontSize(Number fontSize)
setFontSize in interface TextCommonOptionpublic Label setFontSize(String fontSize)
setFontSize in interface TextCommonOptionpublic Label setBackgroundColor(Object backgroundColor)
setBackgroundColor in interface TextCommonOptionpublic Label setBackgroundColor(String backgroundColor)
setBackgroundColor in interface TextCommonOptionpublic Label setBorderRadius(Number borderRadius)
setBorderRadius in interface TextCommonOptionpublic Label setBorderRadius(Number[] borderRadius)
setBorderRadius in interface TextCommonOptionpublic Label setPadding(Number padding)
setPadding in interface TextCommonOptionpublic Label setPadding(Number[] padding)
setPadding in interface TextCommonOptionpublic Label setWidth(Number width)
setWidth in interface TextCommonOptionpublic Label setWidth(String width)
setWidth in interface TextCommonOptionpublic Label setPrecision(Number precision)
setPrecision in interface LabelOptionpublic Label setPrecision(String precision)
setPrecision in interface LabelOptionCopyright © 2022. All rights reserved.