public class Label extends java.lang.Object implements JSONCacheable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.Boolean |
DEFAULT_BOLD
The default bold status for this Label.
|
static java.lang.String |
DEFAULT_FONT_COLOR
The default font color for this Label.
|
static java.lang.String |
DEFAULT_FONT_FAMILY
The default font family for this Label.
|
static java.lang.Long |
DEFAULT_FONT_SIZE |
static java.lang.Boolean |
DEFAULT_ITALICS
The default italics status for this Label.
|
static java.lang.Boolean |
DEFAULT_UNDERLINE
The default underline status for this Label.
|
hiddenAttributes$TRANSIENT
Constructor and Description |
---|
Label() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getBold() |
java.lang.String |
getFontColor() |
java.lang.String |
getFontFamily() |
java.lang.Long |
getFontSize() |
java.util.HashSet |
getHiddenAttributes()
Returns the set of attributes (properties) that should not be included in
the JSON representation of the object.
|
java.lang.Boolean |
getItalics() |
java.lang.Boolean |
getUnderline() |
void |
setBold(java.lang.Boolean bold_) |
void |
setFontColor(java.lang.String fontColor_) |
void |
setFontFamily(java.lang.String fontFamily_) |
void |
setFontSize(java.lang.Long fontSize_) |
void |
setItalics(java.lang.Boolean italics_) |
void |
setUnderline(java.lang.Boolean underline_) |
public static final java.lang.Long DEFAULT_FONT_SIZE
public static final java.lang.String DEFAULT_FONT_COLOR
public static final java.lang.String DEFAULT_FONT_FAMILY
public static final java.lang.Boolean DEFAULT_BOLD
public static final java.lang.Boolean DEFAULT_ITALICS
public static final java.lang.Boolean DEFAULT_UNDERLINE
public java.util.HashSet getHiddenAttributes()
JSONable
getHiddenAttributes
in interface JSONable
public java.lang.Boolean getBold()
public void setBold(java.lang.Boolean bold_)
public java.lang.String getFontColor()
public void setFontColor(java.lang.String fontColor_)
public java.lang.String getFontFamily()
public void setFontFamily(java.lang.String fontFamily_)
public java.lang.Long getFontSize()
public void setFontSize(java.lang.Long fontSize_)
public java.lang.Boolean getItalics()
public void setItalics(java.lang.Boolean italics_)
public java.lang.Boolean getUnderline()
public void setUnderline(java.lang.Boolean underline_)
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.