Class AnnotationArtifact
java.lang.Object
com.appiancorp.suiteapi.process.gui.AnnotationArtifact
- All Implemented Interfaces:
JSONable
,JSONCacheable
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
Fields inherited from interface com.appiancorp.suiteapi.common.JSONable
hiddenAttributes$TRANSIENT
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetGuiId()
Returns the set of attributes (properties) that should not be included in the JSON representation of the object.getText()
getWidth()
getX()
getY()
void
setAssociations
(Connection[] associations_) void
void
void
setLabelStyle
(Label labelStyle_) void
void
void
void
-
Field Details
-
INDEX_BOLD
public static final int INDEX_BOLD- See Also:
-
INDEX_ITALIC
public static final int INDEX_ITALIC- See Also:
-
INDEX_UNDERLINE
public static final int INDEX_UNDERLINE- See Also:
-
-
Constructor Details
-
AnnotationArtifact
public AnnotationArtifact()
-
-
Method Details
-
getHiddenAttributes
Description copied from interface:JSONable
Returns the set of attributes (properties) that should not be included in the JSON representation of the object.- Specified by:
getHiddenAttributes
in interfaceJSONable
- Returns:
- the set of hidden attributes
-
getGuiId
-
setGuiId
-
getText
-
setText
-
getX
-
setX
-
getY
-
setY
-
getWidth
-
setWidth
-
getHeight
-
setHeight
-
getLabelStyle
-
setLabelStyle
-
getAssociations
-
setAssociations
-