public class AnnotationArtifact extends java.lang.Object implements JSONCacheable
Modifier and Type | Field and Description |
---|---|
static int |
INDEX_BOLD |
static int |
INDEX_ITALIC |
static int |
INDEX_UNDERLINE |
hiddenAttributes$TRANSIENT
Constructor and Description |
---|
AnnotationArtifact() |
Modifier and Type | Method and Description |
---|---|
Connection[] |
getAssociations() |
java.lang.Long |
getGuiId() |
java.lang.Long |
getHeight() |
java.util.HashSet |
getHiddenAttributes()
Returns the set of attributes (properties) that should not be included in
the JSON representation of the object.
|
Label |
getLabelStyle() |
java.lang.String |
getText() |
java.lang.Long |
getWidth() |
java.lang.Long |
getX() |
java.lang.Long |
getY() |
void |
setAssociations(Connection[] associations_) |
void |
setGuiId(java.lang.Long guiId_) |
void |
setHeight(java.lang.Long height_) |
void |
setLabelStyle(Label labelStyle_) |
void |
setText(java.lang.String text_) |
void |
setWidth(java.lang.Long width_) |
void |
setX(java.lang.Long x_) |
void |
setY(java.lang.Long y_) |
public static final int INDEX_BOLD
public static final int INDEX_ITALIC
public static final int INDEX_UNDERLINE
public java.util.HashSet getHiddenAttributes()
JSONable
getHiddenAttributes
in interface JSONable
public java.lang.Long getGuiId()
public void setGuiId(java.lang.Long guiId_)
public java.lang.String getText()
public void setText(java.lang.String text_)
public java.lang.Long getX()
public void setX(java.lang.Long x_)
public java.lang.Long getY()
public void setY(java.lang.Long y_)
public java.lang.Long getWidth()
public void setWidth(java.lang.Long width_)
public java.lang.Long getHeight()
public void setHeight(java.lang.Long height_)
public Label getLabelStyle()
public void setLabelStyle(Label labelStyle_)
public Connection[] getAssociations()
public void setAssociations(Connection[] associations_)
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.